ActiveRecord::SchemaMigration Load (7.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (5.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (10.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$D9PJGtO16s6d20Yiwe.qnuVVb7JnYjrTtN95ohkHhlvKFZ/iWvsQO"], ["created_at", "2016-03-08 19:50:31.400447"], ["updated_at", "2016-03-08 19:50:31.400447"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$ZQNo9VyWHHz6VU.W/0IH.uZvGJqpVA23KJ8CWBbB35SPaj/rrO6rK"], ["created_at", "2016-03-08 19:50:31.423764"], ["updated_at", "2016-03-08 19:50:31.423764"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$DTqD24zMeAB6Pr5kUOglbeV/Zj6I/8AF0Ruppp1728YdVb7SKUHHi"], ["updated_at", "2016-03-08 19:50:31.431091"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rupert.lehner@weinat.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rupert.lehner@weinat.co"], ["name", "Marcel Schoen"], ["password_digest", "$2a$04$i4NcKRHeRWkx1FukADavkuPKCgouquhC/idonsGVFTGrWX6G46sn2"], ["created_at", "2016-03-08 19:50:31.898437"], ["updated_at", "2016-03-08 19:50:31.898437"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Enim repudiandae nostrum quas. Aliquid doloribus velit distinctio accusantium sequi. Architecto quis aut culpa esse omnis. Ut hic et autem dolor ipsa excepturi."], ["summary", "Temporibus nesciunt velit. Iste omnis fugit. Laboriosam voluptate alias rerum impedit nisi sed."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-08 19:50:32.033002"], ["updated_at", "2016-03-08 19:50:32.033002"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (2.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ana@wolfbatz.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ana@wolfbatz.info"], ["name", "Mitchell Crooks Jr."], ["password_digest", "$2a$04$29NV3MOnHDfQupq/rJ2KVemnoKk40avex.I6dcVNwdMB6w1KvKzJa"], ["created_at", "2016-03-08 19:50:32.081799"], ["updated_at", "2016-03-08 19:50:32.081799"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Quod animi id rerum ut qui qui. Aut pariatur dicta aspernatur quia quis."], ["summary", "Amet sunt quia laboriosam cupiditate vero quos expedita."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 19:50:32.087025"], ["updated_at", "2016-03-08 19:50:32.087025"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gene@schneider.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gene@schneider.info"], ["name", "Felicita Douglas"], ["password_digest", "$2a$04$Q/SxQaNhl0uJEEXXkSU2c.D8iK2HCGKEYQGMxDYAIONtQupIK1trS"], ["created_at", "2016-03-08 19:50:32.093641"], ["updated_at", "2016-03-08 19:50:32.093641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Mollitia voluptatem aut quibusdam quaerat dolore est. Eveniet nobis voluptas aut eum iste."], ["summary", "Et fugiat ex aut minima necessitatibus facilis."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 19:50:32.098227"], ["updated_at", "2016-03-08 19:50:32.098227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vivianne_gottlieb@douglas.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vivianne_gottlieb@douglas.net"], ["name", "Dr. Rosalee Bradtke"], ["password_digest", "$2a$04$WRq5yTRPjOx0mU7.R1C7WeapkK1dzwNKwGJRfkEIj4fFxYGtXNA.2"], ["created_at", "2016-03-08 19:50:32.105452"], ["updated_at", "2016-03-08 19:50:32.105452"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Ullam iste tenetur. Facilis quis ut laboriosam nostrum. Excepturi illum et recusandae beatae vel qui. Maiores ipsum odit."], ["summary", "Eligendi nisi magnam enim quia ipsum molestiae aliquid. Error illum aliquam culpa similique explicabo quisquam. Dolores dolores quidem qui hic perspiciatis."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 19:50:32.110729"], ["updated_at", "2016-03-08 19:50:32.110729"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('earline.lindgren@roweconnelly.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "earline.lindgren@roweconnelly.co"], ["name", "Johathan Farrell"], ["password_digest", "$2a$04$ZTGDljP1M4o2ui9taEZede4WUtBMjEh19021FfaGaFJypuTu6f0/a"], ["created_at", "2016-03-08 19:50:32.119857"], ["updated_at", "2016-03-08 19:50:32.119857"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Suscipit id eligendi. Quas eum odio eius nemo quos incidunt sint. Nostrum dolores consequatur qui."], ["summary", "Maiores facere in eos hic. Est et quia."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 19:50:32.125466"], ["updated_at", "2016-03-08 19:50:32.125466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brionna_funk@effertz.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brionna_funk@effertz.info"], ["name", "Maci Labadie"], ["password_digest", "$2a$04$Cgw16iBD5pnGi4GlTvfy5.raG8XMgITHFb1ceBTZ.RtGds4rJXjIK"], ["created_at", "2016-03-08 19:50:32.132869"], ["updated_at", "2016-03-08 19:50:32.132869"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "At nobis consequuntur doloribus unde voluptate nostrum explicabo. Dolores est sit. Facilis sint voluptatibus. Sed repellat qui maiores mollitia."], ["summary", "Non ut id ut."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 19:50:32.138489"], ["updated_at", "2016-03-08 19:50:32.138489"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jett@bergnaum.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jett@bergnaum.info"], ["name", "Dr. Melyssa Pfannerstill"], ["password_digest", "$2a$04$W9NnKfo4ie.BMkNfA4tnkOHI0TB4p9XMRB83lziR5rEDtAJf51yCa"], ["created_at", "2016-03-08 19:50:32.146224"], ["updated_at", "2016-03-08 19:50:32.146224"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Et dolore cum assumenda ipsa perferendis. Corrupti eos repellendus commodi. Aut quia nobis."], ["summary", "Aut repellendus accusamus natus alias. Sed sunt et est."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 19:50:32.151138"], ["updated_at", "2016-03-08 19:50:32.151138"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jarvis@casperdoyle.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jarvis@casperdoyle.net"], ["name", "Dr. Emmanuel Conroy"], ["password_digest", "$2a$04$pU0bG54q7B2Q0XoWcE3YM.Xdi05JCeDigvhgm1aYamxjrVffOfd/C"], ["created_at", "2016-03-08 19:50:32.158902"], ["updated_at", "2016-03-08 19:50:32.158902"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Possimus beatae et animi voluptate. Sit molestias quia similique."], ["summary", "Aperiam non sapiente autem maiores nulla nobis sint. Quos perferendis numquam consectetur dolorem dignissimos."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 19:50:32.163467"], ["updated_at", "2016-03-08 19:50:32.163467"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gertrude@parkerparker.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gertrude@parkerparker.info"], ["name", "Marjolaine Bruen"], ["password_digest", "$2a$04$LBE8qeE/J36ngPZD7apkvOSxPqCxIZRigP4upiYssm0lUpTeTP0CW"], ["created_at", "2016-03-08 19:50:32.170947"], ["updated_at", "2016-03-08 19:50:32.170947"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ut quis nostrum perspiciatis. Libero autem explicabo. Corrupti voluptatum aut ut voluptatibus quae voluptatem."], ["summary", "Animi veritatis pariatur vel rem a. Ratione totam et molestiae blanditiis dolores tenetur voluptates."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 19:50:32.174960"], ["updated_at", "2016-03-08 19:50:32.174960"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('antonette_streich@kilback.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "antonette_streich@kilback.biz"], ["name", "Heaven Leannon"], ["password_digest", "$2a$04$YPe3shuVDfvpfTA8g4yQ8e6Obdr/TANejQUWdgM/E.ooA9SYC5o6u"], ["created_at", "2016-03-08 19:50:32.181477"], ["updated_at", "2016-03-08 19:50:32.181477"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Modi quo nobis qui. Omnis id saepe nemo quod nihil. Dicta dolorem modi quas. Maiores laudantium nam est sint placeat et."], ["summary", "Quo molestiae est maiores molestiae accusantium perferendis. Unde consequatur nobis itaque. Repudiandae exercitationem voluptas."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 19:50:32.186081"], ["updated_at", "2016-03-08 19:50:32.186081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marianne@leannon.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marianne@leannon.org"], ["name", "Frieda Dare DVM"], ["password_digest", "$2a$04$Lyvv1PKml2O2TOMUtEMcT.WRuQlMlXolZG7alEjY8nKOLhdLneVp."], ["created_at", "2016-03-08 19:50:32.192674"], ["updated_at", "2016-03-08 19:50:32.192674"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Et dolores omnis sit sed suscipit doloremque. Et sequi quisquam fugit consequuntur. Aliquid dolor sint consequatur mollitia cupiditate molestiae culpa. Aut mollitia consectetur quis enim voluptatem est."], ["summary", "Fuga a et iste debitis molestiae. Quam qui tempore et repudiandae dolorum fugiat placeat."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 19:50:32.197042"], ["updated_at", "2016-03-08 19:50:32.197042"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meredith@jacobimante.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meredith@jacobimante.net"], ["name", "Jasmin Koelpin"], ["password_digest", "$2a$04$KABwpWg5JiR/QEIBvDBO0usFwZn9zRBlcYloETSJgyqL7OPxy3HcG"], ["created_at", "2016-03-08 19:50:32.203611"], ["updated_at", "2016-03-08 19:50:32.203611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Libero modi quia vel quis et eos. Iste et aut magnam nesciunt."], ["summary", "Est maxime eos numquam."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 19:50:32.208111"], ["updated_at", "2016-03-08 19:50:32.208111"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maymie@hoegermoriette.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maymie@hoegermoriette.name"], ["name", "Joshuah Jacobson"], ["password_digest", "$2a$04$6lHdj1XTd2fST9PI5DjRUOoBYuzr6DwYo6DQq2Wrer9hTFOXUsQhO"], ["created_at", "2016-03-08 19:50:32.214514"], ["updated_at", "2016-03-08 19:50:32.214514"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Sed reprehenderit voluptatem neque numquam. Distinctio sit asperiores non dolor eius. Illum provident distinctio laudantium voluptates qui. Delectus consequatur et placeat."], ["summary", "Placeat deleniti distinctio reprehenderit facilis officiis culpa voluptatibus. Aut in totam ab."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 19:50:32.218771"], ["updated_at", "2016-03-08 19:50:32.218771"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laurence@schowalter.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laurence@schowalter.co"], ["name", "D'angelo Upton"], ["password_digest", "$2a$04$uMz/9c5LJX3Bz4eGC8SM0uYt3UcP35KomembRGHwHNWd3mu6unL0."], ["created_at", "2016-03-08 19:50:32.225542"], ["updated_at", "2016-03-08 19:50:32.225542"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Aut dolor ratione qui explicabo ea consequuntur. Ducimus odit delectus autem suscipit voluptatibus facilis ipsum. Laudantium et minus sint excepturi nostrum repudiandae. Quia aperiam temporibus quam similique tempora sint et."], ["summary", "Nostrum asperiores enim."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 19:50:32.230222"], ["updated_at", "2016-03-08 19:50:32.230222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('immanuel.little@zulaufhilll.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "immanuel.little@zulaufhilll.io"], ["name", "Norberto Champlin"], ["password_digest", "$2a$04$YlLqg62ZzKOel7.jcU2wX.loZ6dbnZNKXPYdNVydnNDPkoLt1Q49i"], ["created_at", "2016-03-08 19:50:32.238489"], ["updated_at", "2016-03-08 19:50:32.238489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Aut accusantium similique quia iste in harum sapiente. Veritatis minus autem."], ["summary", "Aliquid ad voluptate qui suscipit et non quidem."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 19:50:32.243551"], ["updated_at", "2016-03-08 19:50:32.243551"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emmanuelle.dicki@kirlinlesch.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emmanuelle.dicki@kirlinlesch.biz"], ["name", "Grayson Hand"], ["password_digest", "$2a$04$WIGxeDvlnKSH6W0NdH/5leEsSupAlwNgyvS040Ci1eoDTBGzj6Nmi"], ["created_at", "2016-03-08 19:50:32.250874"], ["updated_at", "2016-03-08 19:50:32.250874"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Officia ut repudiandae illum. Eum suscipit nihil inventore. Autem sunt sit quos enim."], ["summary", "Ut totam nesciunt voluptas. Aut reiciendis aperiam numquam tenetur qui earum similique."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 19:50:32.255405"], ["updated_at", "2016-03-08 19:50:32.255405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emelie@johnston.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emelie@johnston.co"], ["name", "Brice Raynor"], ["password_digest", "$2a$04$RvKfsb.GnJ40sdVU/cer5e/KdLfDD3kF2jNFG9DnqAaSMv8dtAJm2"], ["created_at", "2016-03-08 19:50:32.262596"], ["updated_at", "2016-03-08 19:50:32.262596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Non mollitia porro aspernatur ullam iusto voluptas. Autem enim est. Qui praesentium qui. Officiis ex quia dolores incidunt tempore iure fugiat."], ["summary", "Est possimus et vel et quo reprehenderit. Aut quae et est omnis omnis est quisquam."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 19:50:32.267128"], ["updated_at", "2016-03-08 19:50:32.267128"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('raphaelle_kub@hauck.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "raphaelle_kub@hauck.org"], ["name", "Aisha Hane IV"], ["password_digest", "$2a$04$CjhmDcd.1oHGCfgkj1Q3vuqR/B37XGs1K7FfLahS0eCGMhBegDM16"], ["created_at", "2016-03-08 19:50:32.274396"], ["updated_at", "2016-03-08 19:50:32.274396"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Voluptatibus sunt magnam itaque vel ut assumenda. Dolorem porro perspiciatis et. Exercitationem quo aut et iusto eligendi sed non."], ["summary", "Deserunt qui laudantium eius molestiae. Est dolores qui officiis autem qui consectetur."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 19:50:32.279996"], ["updated_at", "2016-03-08 19:50:32.279996"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carleton@hermanbartell.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carleton@hermanbartell.com"], ["name", "Lew Raynor"], ["password_digest", "$2a$04$0Bvfn.h50PjXGQSN5hFucOJkiURLBaD7lmljesPbtNO2E/K9qbQyq"], ["created_at", "2016-03-08 19:50:32.287181"], ["updated_at", "2016-03-08 19:50:32.287181"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Iste earum dicta assumenda in quibusdam quam totam. Modi explicabo eius officia. Fugiat veniam quia omnis ipsum facilis enim animi. Earum aut praesentium nulla incidunt assumenda perferendis esse."], ["summary", "Voluptatum provident eos. Harum laboriosam sit."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 19:50:32.291991"], ["updated_at", "2016-03-08 19:50:32.291991"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cristopher@durgan.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cristopher@durgan.net"], ["name", "Dejuan Wolff"], ["password_digest", "$2a$04$Xi1zkSsSL28PXg7riNzqTOC5VJUdzQQ9a0TBjWim2DY11fYcgisge"], ["created_at", "2016-03-08 19:50:32.300561"], ["updated_at", "2016-03-08 19:50:32.300561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Vel et dicta nam sunt. Beatae molestias quis. Quasi aut voluptas id fugit saepe iure."], ["summary", "Repudiandae velit molestiae qui."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 19:50:32.304935"], ["updated_at", "2016-03-08 19:50:32.304935"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('virginie_rath@ullrich.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "virginie_rath@ullrich.com"], ["name", "Hallie Connelly"], ["password_digest", "$2a$04$YhClrqzKFijG.tkkegg15uoklhYdy1i/ojbN1Ywfqxhn5lVWXHkIO"], ["created_at", "2016-03-08 19:50:32.312307"], ["updated_at", "2016-03-08 19:50:32.312307"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Ducimus illo voluptatem. Ullam in quae."], ["summary", "Est assumenda quibusdam voluptas tempora dolorem aut temporibus. Eligendi neque qui iure velit maiores commodi."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 19:50:32.318448"], ["updated_at", "2016-03-08 19:50:32.318448"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jasen@graham.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jasen@graham.io"], ["name", "Andrew Runolfsson"], ["password_digest", "$2a$04$MJxIpYMoTriOAq9/e16jnO6alQhjvNiReevEj96ahlITnPVkxfQEi"], ["created_at", "2016-03-08 19:50:32.326618"], ["updated_at", "2016-03-08 19:50:32.326618"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Quo qui laborum quaerat eligendi voluptas. Magnam quo saepe voluptatibus aut illum. Quis amet praesentium voluptatem autem qui eveniet."], ["summary", "Vitae ullam vel ipsum."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 19:50:32.331908"], ["updated_at", "2016-03-08 19:50:32.331908"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeffrey.rolfson@cormier.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeffrey.rolfson@cormier.name"], ["name", "Mr. Terrance Wyman"], ["password_digest", "$2a$04$xTh5RsUccA3vmdc7CaDgvO73rC6xIRkFpPpep3CfruYmfF6pIiTKa"], ["created_at", "2016-03-08 19:50:32.339263"], ["updated_at", "2016-03-08 19:50:32.339263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Et inventore sed et voluptatum. Itaque suscipit perspiciatis."], ["summary", "Accusamus eos dolorem itaque veritatis."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 19:50:32.344438"], ["updated_at", "2016-03-08 19:50:32.344438"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('genevieve_zulauf@mckenzie.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "genevieve_zulauf@mckenzie.biz"], ["name", "Ottilie Emmerich"], ["password_digest", "$2a$04$UCORisXIoZfY7oBYJ8s31OUJk0MIQLcKSG3xFt8bk.577bD2p5xT."], ["created_at", "2016-03-08 19:50:32.352725"], ["updated_at", "2016-03-08 19:50:32.352725"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Aspernatur libero ex sunt fuga cum nam. Dolores voluptas aut. Est ab nulla occaecati veritatis. Aut quis aut laborum."], ["summary", "Exercitationem voluptatem deserunt. Alias laborum vitae sit vel quisquam harum."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 19:50:32.356992"], ["updated_at", "2016-03-08 19:50:32.356992"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('william_marvin@rippin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "william_marvin@rippin.name"], ["name", "Myra Kunze"], ["password_digest", "$2a$04$IH7RXCZQFpy2IMoss9BMhuA1u/7mFU6QO6MIf0yC/RV/uVItC/Mgy"], ["created_at", "2016-03-08 19:50:32.364482"], ["updated_at", "2016-03-08 19:50:32.364482"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Id necessitatibus pariatur error atque. Consequuntur et optio consequatur id. Sed quas tenetur sit. Quas porro ad aut aut omnis facere."], ["summary", "Soluta non sit aperiam sed voluptatem. Accusantium ipsum quia ut."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 19:50:32.368923"], ["updated_at", "2016-03-08 19:50:32.368923"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keegan_carter@kuhlman.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keegan_carter@kuhlman.name"], ["name", "Keon McClure"], ["password_digest", "$2a$04$U8erpdU35Bd.nALX9ilpueeX73keFPUJpPk4sU5.dvS8NG9S77Wfa"], ["created_at", "2016-03-08 19:50:32.375751"], ["updated_at", "2016-03-08 19:50:32.375751"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Repudiandae hic quo at quia modi laborum voluptas. Ipsam aspernatur commodi porro ipsum ut accusamus."], ["summary", "Quas veritatis voluptas velit. Blanditiis consequuntur id iusto. Qui et magnam sequi."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 19:50:32.380629"], ["updated_at", "2016-03-08 19:50:32.380629"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clay_crist@rogahnhettinger.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clay_crist@rogahnhettinger.co"], ["name", "Wilma Gibson Jr."], ["password_digest", "$2a$04$cRILeQ5.BugV5JzfcM3ur.MY7RFrO7EQgVJAVtk8Ywkq8ISC9WzPC"], ["created_at", "2016-03-08 19:50:32.387532"], ["updated_at", "2016-03-08 19:50:32.387532"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ullam non enim beatae autem distinctio quo laudantium. Temporibus quis minus et."], ["summary", "Sint dolorum aspernatur nam. Commodi enim architecto pariatur non earum possimus quas. Aliquid distinctio earum libero."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 19:50:32.392136"], ["updated_at", "2016-03-08 19:50:32.392136"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerod.klocko@gulgowski.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerod.klocko@gulgowski.name"], ["name", "Elyse Glover"], ["password_digest", "$2a$04$Gi0hqgIn6/SwRbNEdOJWounAuskp7Diljl.cdTkpkTtLrUbu2Hc1q"], ["created_at", "2016-03-08 19:50:32.430216"], ["updated_at", "2016-03-08 19:50:32.430216"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-08 19:50:32.460611"], ["updated_at", "2016-03-08 19:50:32.460611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('guadalupe@turner.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "guadalupe@turner.name"], ["name", "Nels Adams"], ["password_digest", "$2a$04$tJBsbAcpX1R34vwNx7jUC.hRHcTgau1BSyCWalpfoaNQ1ztAtvHu6"], ["created_at", "2016-03-08 19:50:32.485078"], ["updated_at", "2016-03-08 19:50:32.485078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Et commodi consequatur dolores labore. Velit doloremque necessitatibus aperiam.", "summary"=>"Cupiditate voluptas qui optio provident delectus."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 1.6ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-08 19:50:32.531255"], ["updated_at", "2016-03-08 19:50:32.531255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Dolorem optio non aut ea sequi. Impedit maiores cupiditate non dolores velit optio voluptatem.", "summary"=>"Provident error molestias delectus exercitationem."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 1.3ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('danielle@hamillbrekke.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "danielle@hamillbrekke.org"], ["name", "Ms. Kaleigh Torp"], ["password_digest", "$2a$04$OLAal3oZNJVJa1oBFGjd.u9NqLNBKwztnJX6f7KhTq6lJxKbwjgMW"], ["created_at", "2016-03-08 19:50:32.560324"], ["updated_at", "2016-03-08 19:50:32.560324"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Incidunt beatae et quibusdam culpa porro eveniet.", "author_id"=>"32"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Incidunt beatae et quibusdam culpa porro eveniet."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-08 19:50:32.579737"], ["updated_at", "2016-03-08 19:50:32.579737"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Sit sunt est esse voluptates."}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 1.7ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lempi@kundefriesen.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lempi@kundefriesen.io"], ["name", "Alia O'Connell"], ["password_digest", "$2a$04$vlkyY.rFsE8MivcoNh1xveLmneRPkY2uQVkva3Aa8k0vA1/BoTfSW"], ["created_at", "2016-03-08 19:50:32.624618"], ["updated_at", "2016-03-08 19:50:32.624618"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Laborum voluptatem ipsum omnis sunt iusto eaque distinctio. Itaque asperiores voluptas reprehenderit dolore illo sed."], ["summary", "Dolor animi dolorum quo ab delectus similique. Et veniam optio minus ullam consequatur sunt. Error optio rerum magnam sunt tempore a."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-08 19:50:32.629568"], ["updated_at", "2016-03-08 19:50:32.629568"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shea_quigley@gibsonrohan.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shea_quigley@gibsonrohan.com"], ["name", "Ashtyn O'Conner"], ["password_digest", "$2a$04$162uRX9tfmaLvWZS/zERGO7Ol2HPfUhe8Gnrl4aKrrajy/guK/ILC"], ["created_at", "2016-03-08 19:50:32.654854"], ["updated_at", "2016-03-08 19:50:32.654854"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Eos laboriosam quae excepturi. Ducimus pariatur eligendi blanditiis quae. Inventore ut quo omnis ut aut. Quia vitae minima doloribus veniam."], ["summary", "Est facilis id provident. Aliquid velit voluptates at aut eaque et."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-08 19:50:32.659984"], ["updated_at", "2016-03-08 19:50:32.659984"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-08 19:50:32.681023"], ["updated_at", "2016-03-08 19:50:32.681023"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maud@kuphal.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maud@kuphal.net"], ["name", "Litzy Durgan"], ["password_digest", "$2a$04$kosmgxYDNuQMdEJJxgKyvOnIT4fwc2tL4DI5NOhE4HTM0waLsYfEK"], ["created_at", "2016-03-08 19:50:32.689955"], ["updated_at", "2016-03-08 19:50:32.689955"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Ab inventore illo placeat blanditiis. Et ipsa velit. Quas odit quia sint accusantium fuga aut consequatur."], ["summary", "Incidunt aliquid at. Vel sit sapiente qui ipsa."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-08 19:50:32.694591"], ["updated_at", "2016-03-08 19:50:32.694591"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frederique_hills@huels.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frederique_hills@huels.name"], ["name", "Ima Cremin"], ["password_digest", "$2a$04$t0u8/0Ry7qp4pLNxYPy1.Oesmo/QkP130QpkyiKksOkXAQ3my8Qb6"], ["created_at", "2016-03-08 19:50:32.721819"], ["updated_at", "2016-03-08 19:50:32.721819"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Et quaerat cum delectus aut illum sequi. Quam dolores rerum ut ducimus et id eaque. Eaque occaecati laborum quia provident. Dolorem fugit sed a adipisci."], ["summary", "Suscipit et eligendi ratione molestiae eos aut id. Quia necessitatibus est nihil. Nihil est cumque aliquid quasi."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-08 19:50:32.726591"], ["updated_at", "2016-03-08 19:50:32.726591"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 19:50:32.740278"], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('andrew.carroll@hickle.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "andrew.carroll@hickle.info"], ["name", "Hassie Heidenreich"], ["password_digest", "$2a$04$lH9KvrGUfgUTagTqc410F.beKyrh.9eLeS3frk9aqAbFWeNZlUrzi"], ["created_at", "2016-03-08 19:50:32.758048"], ["updated_at", "2016-03-08 19:50:32.758048"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Et totam laborum rerum in eum commodi. Aut dignissimos sit assumenda asperiores. Possimus est et tempore repellendus est vitae."], ["summary", "Quia nemo ut saepe neque suscipit est cum. Sint aut aut. Omnis labore quaerat."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-08 19:50:32.765812"], ["updated_at", "2016-03-08 19:50:32.765812"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 19:50:32.780593"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.9ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mercedes.hodkiewicz@weber.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mercedes.hodkiewicz@weber.com"], ["name", "Verla Padberg"], ["password_digest", "$2a$04$z5bn2ycrhsaOdvEMd0qld.keyudI2yJ.x3vbOQmNxISIgPJoFc1fK"], ["created_at", "2016-03-08 19:50:32.801495"], ["updated_at", "2016-03-08 19:50:32.801495"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gudrun@bailey.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gudrun@bailey.co"], ["name", "Karlee Fisher"], ["password_digest", "$2a$04$EDBZ2Iq7QLP8kwacl7/Z5uKrAhASRlscnIOhJMg5Gm8zg7xjNSmxa"], ["created_at", "2016-03-08 19:50:32.808835"], ["updated_at", "2016-03-08 19:50:32.808835"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Blanditiis quibusdam hic in sint dolorum odio. Natus veniam explicabo. Dolorum odit et id in. Necessitatibus asperiores ipsa omnis."], ["summary", "In aut omnis asperiores voluptas. Architecto nemo alias consequatur. Aut ea dolor."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-08 19:50:32.814324"], ["updated_at", "2016-03-08 19:50:32.814324"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-08 19:50:32.828787"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.8ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-08 19:50:32.852131"], ["updated_at", "2016-03-08 19:50:32.852131"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alia_schuster@mcculloughbraun.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alia_schuster@mcculloughbraun.com"], ["name", "Adeline Harvey III"], ["password_digest", "$2a$04$UXwPtJD78jsWMXwbHw4sIepTYExIaDHuB3tnZE6P4/cYKsl4g60eu"], ["created_at", "2016-03-08 19:50:32.860131"], ["updated_at", "2016-03-08 19:50:32.860131"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Ea animi beatae at aliquam sit hic quidem. Dolorem ipsam aspernatur incidunt quis quo. Corrupti ad blanditiis."], ["summary", "Natus perspiciatis autem est. Non ut et maxime et est nobis placeat. Illo unde nisi."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-08 19:50:32.865261"], ["updated_at", "2016-03-08 19:50:32.865261"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 19:50:32.877690"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.4ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Giovani Schultz DVM"], ["password_digest", "$2a$04$Va04yHf8YRumaclEliE0OOnrCb/V7cgafUn7HuImP0I4B5iuZPGq6"], ["created_at", "2016-03-08 19:50:32.918280"], ["updated_at", "2016-03-08 19:50:32.918280"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$eL34.Lm4QYnvIVlAjv8niOyv1tKx53AYjQECI5G8/zT/JY2oW/Kli"], ["updated_at", "2016-03-08 19:50:32.933820"], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-08 19:50:32.987219"], ["updated_at", "2016-03-08 19:50:32.987219"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-08 19:50:33.018815"], ["updated_at", "2016-03-08 19:50:33.018815"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-08 19:50:33.024695"], ["updated_at", "2016-03-08 19:50:33.024695"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-08 19:50:33.029798"], ["updated_at", "2016-03-08 19:50:33.029798"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-08 19:50:33.035549"], ["updated_at", "2016-03-08 19:50:33.035549"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-08 19:50:33.041560"], ["updated_at", "2016-03-08 19:50:33.041560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-08 19:50:33.047591"], ["updated_at", "2016-03-08 19:50:33.047591"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-08 19:50:33.054197"], ["updated_at", "2016-03-08 19:50:33.054197"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-08 19:50:33.060302"], ["updated_at", "2016-03-08 19:50:33.060302"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-08 19:50:33.065524"], ["updated_at", "2016-03-08 19:50:33.065524"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-08 19:50:33.070837"], ["updated_at", "2016-03-08 19:50:33.070837"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-08 19:50:33.076166"], ["updated_at", "2016-03-08 19:50:33.076166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-08 19:50:33.082244"], ["updated_at", "2016-03-08 19:50:33.082244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-08 19:50:33.088517"], ["updated_at", "2016-03-08 19:50:33.088517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-08 19:50:33.093953"], ["updated_at", "2016-03-08 19:50:33.093953"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-08 19:50:33.099347"], ["updated_at", "2016-03-08 19:50:33.099347"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-08 19:50:33.104364"], ["updated_at", "2016-03-08 19:50:33.104364"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-08 19:50:33.110494"], ["updated_at", "2016-03-08 19:50:33.110494"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-08 19:50:33.117070"], ["updated_at", "2016-03-08 19:50:33.117070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-08 19:50:33.122366"], ["updated_at", "2016-03-08 19:50:33.122366"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-08 19:50:33.127419"], ["updated_at", "2016-03-08 19:50:33.127419"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-08 19:50:33.134185"], ["updated_at", "2016-03-08 19:50:33.134185"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-08 19:50:33.139536"], ["updated_at", "2016-03-08 19:50:33.139536"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-08 19:50:33.145306"], ["updated_at", "2016-03-08 19:50:33.145306"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-08 19:50:33.151050"], ["updated_at", "2016-03-08 19:50:33.151050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-08 19:50:33.156900"], ["updated_at", "2016-03-08 19:50:33.156900"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-08 19:50:33.162091"], ["updated_at", "2016-03-08 19:50:33.162091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pearline@blick.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pearline@blick.org"], ["name", "Mrs. Vesta Kautzer"], ["password_digest", "$2a$04$SZ.LxvtqLXHZwv5icVn5PuX1qCx83cCZC8TiIphAlcYTPZp7YgS86"], ["created_at", "2016-03-08 19:50:33.205127"], ["updated_at", "2016-03-08 19:50:33.205127"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-08 19:50:33.221105"], ["updated_at", "2016-03-08 19:50:33.221105"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 14ms (ActiveRecord: 2.3ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-08 19:50:33.264808"], ["updated_at", "2016-03-08 19:50:33.264808"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-08 19:50:33.290958"], ["updated_at", "2016-03-08 19:50:33.290958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 19:50:33.305717"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 15ms (ActiveRecord: 3.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 19:50:33.324118"], ["updated_at", "2016-03-08 19:50:33.324118"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 19:50:33.338893"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 19:50:33.358718"], ["updated_at", "2016-03-08 19:50:33.358718"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-08 19:50:33.384566"], ["updated_at", "2016-03-08 19:50:33.384566"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.1ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janiya_casper@botsford.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janiya_casper@botsford.info"], ["name", "Dr. Ines Conroy"], ["password_digest", "$2a$04$z1KETSBoft9MLfu2zg20bOZrspXD.IW2x.lyDWXXN8WbAg28p9t.2"], ["created_at", "2016-03-08 19:50:33.419981"], ["updated_at", "2016-03-08 19:50:33.419981"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Illum impedit dolores. Autem possimus quo earum libero."], ["summary", "Excepturi qui et ratione accusantium blanditiis."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.425315"], ["updated_at", "2016-03-08 19:50:33.425315"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('talia@carter.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "talia@carter.io"], ["name", "Geovany Kshlerin"], ["password_digest", "$2a$04$WjSgyYmDAFdNZlB8MmnJiuOWl3SHonI2SAeQtEEsbkmZLB.1OkGHe"], ["created_at", "2016-03-08 19:50:33.433351"], ["updated_at", "2016-03-08 19:50:33.433351"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Quisquam id suscipit ea odit deleniti cupiditate. Repellendus aut sequi sapiente beatae ut accusamus eligendi."], ["summary", "Quia dolorum qui fuga reiciendis est provident laudantium. Reiciendis numquam maiores excepturi rerum ratione dolores. Eos fugit dignissimos aut nihil praesentium inventore."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.438571"], ["updated_at", "2016-03-08 19:50:33.438571"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keon_hickle@adamskub.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keon_hickle@adamskub.biz"], ["name", "Faustino Lang"], ["password_digest", "$2a$04$SDba0U19yyTCPuV8q.Ur/.TGQiYf1iRa65bmfUF8G7Qe3sNWC0oPe"], ["created_at", "2016-03-08 19:50:33.445339"], ["updated_at", "2016-03-08 19:50:33.445339"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Debitis sit illum nemo quia id necessitatibus. Cumque doloremque laudantium rerum modi quis unde est."], ["summary", "Nemo omnis et. Voluptates sint tempore."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-08 19:50:33.450201"], ["updated_at", "2016-03-08 19:50:33.450201"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:33.455587"], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('soledad.little@little.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "soledad.little@little.info"], ["name", "Lionel Goldner"], ["password_digest", "$2a$04$pyz1qarhDNJWS0Zr/C1d0u/LGJ2EHs5ij3kpR5aZEybd5CEUVJjWK"], ["created_at", "2016-03-08 19:50:33.503521"], ["updated_at", "2016-03-08 19:50:33.503521"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Debitis et voluptatem et asperiores esse minus. Autem optio rerum delectus hic itaque eius sed."], ["summary", "Repudiandae officiis id est. Non veniam dolor qui."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.509398"], ["updated_at", "2016-03-08 19:50:33.509398"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dante@pacochaledner.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dante@pacochaledner.info"], ["name", "Mrs. Gavin Becker"], ["password_digest", "$2a$04$roGUD8zcZTGAobPYnI4ZIO3bh/0WCOJsAuRTphwUTndmUeeQukGYW"], ["created_at", "2016-03-08 19:50:33.517718"], ["updated_at", "2016-03-08 19:50:33.517718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Est distinctio quos dolore esse vero non vitae. Consectetur nihil reprehenderit explicabo tenetur. Non pariatur harum suscipit sint sequi iure dolore. Laboriosam ut ex quod quisquam doloremque eaque rerum."], ["summary", "In amet pariatur dolorum. Culpa non et magni inventore in."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.522356"], ["updated_at", "2016-03-08 19:50:33.522356"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('esther@konopelskilarkin.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "esther@konopelskilarkin.org"], ["name", "Mario Daniel"], ["password_digest", "$2a$04$JfQ9tDjdvsmAzgdT676xfukT7AYNetX3aEgrRdW.vEaSOleCKRN7."], ["created_at", "2016-03-08 19:50:33.530093"], ["updated_at", "2016-03-08 19:50:33.530093"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Id ducimus hic aut enim. Aspernatur dignissimos qui aliquam sint facilis. Exercitationem deserunt aut."], ["summary", "Fuga qui aut est quaerat qui assumenda. Ratione tempore sint voluptatem sapiente. Excepturi ea quaerat ea eveniet et illum."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.535456"], ["updated_at", "2016-03-08 19:50:33.535456"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ubaldo.abbott@mcdermott.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ubaldo.abbott@mcdermott.biz"], ["name", "Tyree Hammes"], ["password_digest", "$2a$04$roAM25Bq18xqkOFdNOZgF.rIvMFLI/hBdlzDH6/9p0msjHKr6PID."], ["created_at", "2016-03-08 19:50:33.542806"], ["updated_at", "2016-03-08 19:50:33.542806"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Quas perspiciatis consequatur ipsum doloribus ducimus rerum ut. Qui eius illum voluptas expedita tempora quasi omnis. Qui facilis non et. Fugiat accusantium ratione quo."], ["summary", "Dolores numquam sit velit. In qui quos dolores magni veniam recusandae."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.548028"], ["updated_at", "2016-03-08 19:50:33.548028"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('logan.gaylord@streich.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "logan.gaylord@streich.org"], ["name", "Hugh Schimmel"], ["password_digest", "$2a$04$uLJKk35dvsoioFQcNQoY1u8mt4tg/RmURV9MrpzaCf4c09osfcPI2"], ["created_at", "2016-03-08 19:50:33.558638"], ["updated_at", "2016-03-08 19:50:33.558638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Consectetur dolor aut quis eum eos repellendus. Fugit doloremque earum. Dolore mollitia ut. Beatae est enim."], ["summary", "Sit distinctio architecto magni quaerat. Quia quia sit. Quae dignissimos ipsum et."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.563812"], ["updated_at", "2016-03-08 19:50:33.563812"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('courtney@moen.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "courtney@moen.net"], ["name", "Durward Mayert"], ["password_digest", "$2a$04$w0PXsUXRTvcGENi9qqeGJ.M1RmWTFwuVVl53lzY2Xt5UF0E8benPG"], ["created_at", "2016-03-08 19:50:33.570988"], ["updated_at", "2016-03-08 19:50:33.570988"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Quia id et dolores earum. Velit facere et. Ipsum sequi voluptatum."], ["summary", "Repudiandae voluptatem nemo corporis vel fugit accusamus reiciendis."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.575860"], ["updated_at", "2016-03-08 19:50:33.575860"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lucy@shanahan.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lucy@shanahan.org"], ["name", "Ariane Dietrich"], ["password_digest", "$2a$04$D9Ab8p5vA1qTRIU7GkT9PuGPJ.HHJx5mWRFlKk/EP5tYg8zVgxF7O"], ["created_at", "2016-03-08 19:50:33.582922"], ["updated_at", "2016-03-08 19:50:33.582922"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Quasi doloremque aliquam distinctio voluptatem minus sint. Ab provident error impedit qui aspernatur. Fuga doloribus optio nesciunt eum quo modi."], ["summary", "Facilis qui totam vero omnis amet provident eos. Est ut eius rerum velit qui."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.587987"], ["updated_at", "2016-03-08 19:50:33.587987"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jorge@oconnerrau.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jorge@oconnerrau.co"], ["name", "Miss Kobe Bailey"], ["password_digest", "$2a$04$zP6wYLO5IphPyisV.MQ0UeN3jgNfcZ.cmM4vdarI6mtxvDTBmxqVu"], ["created_at", "2016-03-08 19:50:33.595659"], ["updated_at", "2016-03-08 19:50:33.595659"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Dolorem culpa dolore sint et excepturi error. Ut distinctio illo eos magni debitis autem. Rem eius vero dolores nulla iure. Fugit odio explicabo consequatur."], ["summary", "Quos voluptatem rerum assumenda quo necessitatibus accusantium."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.600083"], ["updated_at", "2016-03-08 19:50:33.600083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frederique_flatley@ruel.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frederique_flatley@ruel.info"], ["name", "Aryanna Schaefer"], ["password_digest", "$2a$04$5vy3l4YLDni.WcRqtr3CqOLcuBgLB8vQuwWKFvXw3TwYg14SA5OcS"], ["created_at", "2016-03-08 19:50:33.606804"], ["updated_at", "2016-03-08 19:50:33.606804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Sit veniam dolores consequatur inventore. Tempore quia ab qui qui labore."], ["summary", "Quibusdam ut et. Facere soluta voluptas doloribus ea neque illo est."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.612557"], ["updated_at", "2016-03-08 19:50:33.612557"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joey.homenick@wolffbernhard.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joey.homenick@wolffbernhard.io"], ["name", "Germaine Ratke"], ["password_digest", "$2a$04$hCicZoLxfLb6tFqlAqW2DuwyUCzeYsz8eCj/7fNc5cdeObhPeZdFS"], ["created_at", "2016-03-08 19:50:33.620676"], ["updated_at", "2016-03-08 19:50:33.620676"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Blanditiis repellat ut qui odio dolorem et velit. Et culpa ducimus voluptatem nam qui nulla aut."], ["summary", "Qui ea ut neque qui numquam eligendi dolor."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.624941"], ["updated_at", "2016-03-08 19:50:33.624941"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mariane@mohr.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mariane@mohr.io"], ["name", "Leila White"], ["password_digest", "$2a$04$75gbBwoK6ewLwsZM0P9CMe9gsziq.JUP.yPZ9SQ533Pei/ChYJngG"], ["created_at", "2016-03-08 19:50:33.632401"], ["updated_at", "2016-03-08 19:50:33.632401"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Amet inventore sunt labore. Vitae quaerat omnis iure occaecati sequi ad. Dolores aspernatur et assumenda quasi et rerum nobis. Beatae culpa natus aut sit."], ["summary", "Est aspernatur qui voluptas."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.636784"], ["updated_at", "2016-03-08 19:50:33.636784"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kristina.quigley@larkin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kristina.quigley@larkin.name"], ["name", "Ms. Gregg Greenfelder"], ["password_digest", "$2a$04$Yse9Xxa0Et6VKW5kFFqMwuSLFDi8iIAcb2iJv4cmtJlWSU2Um0Vnq"], ["created_at", "2016-03-08 19:50:33.654806"], ["updated_at", "2016-03-08 19:50:33.654806"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Ea distinctio laborum repellendus et nihil nemo aliquam. Velit eaque unde aliquid non."], ["summary", "Quaerat itaque eaque ipsum."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.659296"], ["updated_at", "2016-03-08 19:50:33.659296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaren@rennertorphy.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaren@rennertorphy.info"], ["name", "Daniella Tillman"], ["password_digest", "$2a$04$VVfTPjbSJyz8Pb5AplprkeSYdasDqp2fliRb9rXkGWESvZlxuH7uW"], ["created_at", "2016-03-08 19:50:33.682341"], ["updated_at", "2016-03-08 19:50:33.682341"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Qui laudantium dolorem est. Magni eaque a harum velit voluptatem numquam ut. Non neque ut facilis corporis."], ["summary", "Illum aut suscipit."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-08 19:50:33.687512"], ["updated_at", "2016-03-08 19:50:33.687512"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-08 19:50:33.705632"], ["updated_at", "2016-03-08 19:50:33.705632"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 32ms (Views: 12.2ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-08 19:50:33.755825"], ["updated_at", "2016-03-08 19:50:33.755825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alexie_considine@schaefer.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alexie_considine@schaefer.net"], ["name", "Carroll West"], ["password_digest", "$2a$04$xEpm/uwdtZicmgIjLsdBuOTQjQOu4XQJQK0NcoPM04VfqBMQYhcZ."], ["created_at", "2016-03-08 19:50:33.762894"], ["updated_at", "2016-03-08 19:50:33.762894"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Qui aliquid sunt eum et molestias. Aliquam animi voluptatibus deleniti laudantium magnam eaque praesentium."], ["summary", "Qui explicabo quo deserunt et illo. Qui consectetur unde consequatur officiis veritatis non eaque. Culpa facere cum dolores quis repellat eveniet omnis."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.783839"], ["updated_at", "2016-03-08 19:50:33.783839"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('melia@lebsack.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "melia@lebsack.info"], ["name", "Cody Bernier"], ["password_digest", "$2a$04$B3l1kf5odvmIMZ1yyvwmtucrd9CY3zLxLn.d75XJfen6Gng/ox2NW"], ["created_at", "2016-03-08 19:50:33.793972"], ["updated_at", "2016-03-08 19:50:33.793972"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Minus explicabo quidem sequi. Vel et maxime."], ["summary", "Consequatur ea non labore repellat."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.805089"], ["updated_at", "2016-03-08 19:50:33.805089"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clifford_heller@klein.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clifford_heller@klein.com"], ["name", "Mr. Arne Littel"], ["password_digest", "$2a$04$Dd.Of9R/4N5THJvu90rKYO7k1IiJLaOxq/i1dOhIMlryxEoKcydmO"], ["created_at", "2016-03-08 19:50:33.813927"], ["updated_at", "2016-03-08 19:50:33.813927"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Fugiat eaque harum est voluptas. Iste sed doloremque dolores facere aut maiores id. Dolores quidem sit minima aut a excepturi praesentium. Modi harum iusto amet ut."], ["summary", "Beatae ut rem non."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-08 19:50:33.823197"], ["updated_at", "2016-03-08 19:50:33.823197"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ibrahim@streich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ibrahim@streich.co"], ["name", "Dorothea Herman"], ["password_digest", "$2a$04$t.UL9NbTImLAnTa8ilF3E.mmZTf5Eb4Fh3vZOWSslQF8u9iDv3Qba"], ["created_at", "2016-03-08 19:50:33.833984"], ["updated_at", "2016-03-08 19:50:33.833984"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Aperiam minima vero omnis repellendus qui quia non. Corrupti optio sint debitis alias quis. Facere dolor sint eius modi voluptatem. Accusamus autem minima aut iste."], ["summary", "Facilis maiores reprehenderit."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.838747"], ["updated_at", "2016-03-08 19:50:33.838747"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-06 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:33.843571"], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.8ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-08 19:50:33.871144"], ["updated_at", "2016-03-08 19:50:33.871144"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alda@ruel.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alda@ruel.io"], ["name", "Charlene Lang"], ["password_digest", "$2a$04$hbQVLtYg6LpYYijB1OqA2OXcodeNddvSjadffRH.iAzRaDwRdv3yC"], ["created_at", "2016-03-08 19:50:33.878011"], ["updated_at", "2016-03-08 19:50:33.878011"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Sit natus molestiae voluptates voluptate. Quia qui porro vero et minus est. Quis et numquam pariatur ex."], ["summary", "Dolorum dolorem maiores similique ut eaque. Reiciendis voluptates dolorum."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.886824"], ["updated_at", "2016-03-08 19:50:33.886824"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kiel.grady@stromanwaters.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kiel.grady@stromanwaters.net"], ["name", "Shanelle Medhurst"], ["password_digest", "$2a$04$XWkNWlrH1wPRzyseiaNy8.EpbfAxX9N0DTX/WaZFVRu7JfczaFh1i"], ["created_at", "2016-03-08 19:50:33.897858"], ["updated_at", "2016-03-08 19:50:33.897858"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Vero laudantium tempora libero corporis temporibus minima. Sit nulla accusamus. Expedita maiores quo rerum mollitia numquam molestiae id."], ["summary", "Eum doloribus porro."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.906931"], ["updated_at", "2016-03-08 19:50:33.906931"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brock@mann.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brock@mann.net"], ["name", "Geovanny Muller"], ["password_digest", "$2a$04$S9Euko/BXGHZIE1GlKnjMuyZW4S.YuYBDXUb2edWSj3HznR3qK99q"], ["created_at", "2016-03-08 19:50:33.918320"], ["updated_at", "2016-03-08 19:50:33.918320"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Repellat numquam inventore eum distinctio qui rerum dolor. Dolorem dignissimos autem fugiat quo et. Esse et qui et natus nihil itaque facere."], ["summary", "Repudiandae occaecati veritatis rerum."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.927785"], ["updated_at", "2016-03-08 19:50:33.927785"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stevie_bernhard@yundt.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stevie_bernhard@yundt.net"], ["name", "Mrs. Marcel Mayer"], ["password_digest", "$2a$04$/ZtnDBkSj0W39GQnCr9jvOsF1m/QbebpZPFseGjngPJXhRlw..iDm"], ["created_at", "2016-03-08 19:50:33.937874"], ["updated_at", "2016-03-08 19:50:33.937874"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Eos et est quis ut et aut omnis. Perspiciatis et accusantium quis cumque."], ["summary", "Tempora amet et vel mollitia aut aspernatur. Consequuntur dolorum est iste nulla et. Quibusdam ut voluptatibus assumenda autem."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.946654"], ["updated_at", "2016-03-08 19:50:33.946654"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lillian.wintheiser@okeefe.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lillian.wintheiser@okeefe.org"], ["name", "Miss Hailie Abernathy"], ["password_digest", "$2a$04$GaEWyfPmh6cGwgoAK3JBQ.ZZXj7ipFs/yNWofBZ0Wsn19Acjd8NvO"], ["created_at", "2016-03-08 19:50:33.956611"], ["updated_at", "2016-03-08 19:50:33.956611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Enim explicabo sint laudantium cum laborum ipsum. Eveniet vitae eligendi."], ["summary", "Esse voluptatem asperiores. Quisquam ducimus sed ab. Ea maiores eaque ipsa."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.966330"], ["updated_at", "2016-03-08 19:50:33.966330"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sadie_waters@kuhnmueller.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sadie_waters@kuhnmueller.info"], ["name", "Bradford Goyette"], ["password_digest", "$2a$04$d0iEu0.9Nho2vsWJelsCh.2Kic3GYdoBD2.W4ugEufRnkq2Xglpd6"], ["created_at", "2016-03-08 19:50:33.976969"], ["updated_at", "2016-03-08 19:50:33.976969"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Earum eum doloribus qui. Quam et pariatur in laudantium fugiat quas et. Animi est aut modi. Quis fugit alias omnis debitis et."], ["summary", "Voluptatem praesentium non provident voluptatum libero. Magnam vel aut neque id aut autem id. Et fuga sit ea aspernatur."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:33.985536"], ["updated_at", "2016-03-08 19:50:33.985536"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sylvia@purdy.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sylvia@purdy.name"], ["name", "Ardella Hilll"], ["password_digest", "$2a$04$Cs5S7W06sl1PucudW0/LMu/3TLtqlD7Pw.Pe0rRE322DtSqSkk6He"], ["created_at", "2016-03-08 19:50:33.995558"], ["updated_at", "2016-03-08 19:50:33.995558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Sint nobis et et id. Aut ut et molestias qui deleniti."], ["summary", "Eius impedit numquam porro dolor."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.005300"], ["updated_at", "2016-03-08 19:50:34.005300"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brycen.predovic@roweleannon.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brycen.predovic@roweleannon.org"], ["name", "Brennon Mitchell DVM"], ["password_digest", "$2a$04$bK9rhmF.UpHPc8YxRuzkdOX6FcLkBH4YiYRsmQAd6xiq0SMRPU.Ge"], ["created_at", "2016-03-08 19:50:34.014316"], ["updated_at", "2016-03-08 19:50:34.014316"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Totam voluptatibus et et laudantium in saepe. Enim sunt deserunt distinctio harum iste et. Cum magnam cupiditate aut pariatur dolorem."], ["summary", "Dolores est eos enim tempora. At ut debitis. Qui consequatur eum quod quia ratione labore."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.024669"], ["updated_at", "2016-03-08 19:50:34.024669"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tina_langworth@macgyver.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tina_langworth@macgyver.io"], ["name", "Cristobal Schroeder"], ["password_digest", "$2a$04$YHJBMHzxTM..ZzE/pZTZquh.tIwSxT5GiBsiqFpcV1xaAE.L1UKx6"], ["created_at", "2016-03-08 19:50:34.034025"], ["updated_at", "2016-03-08 19:50:34.034025"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Necessitatibus repudiandae reiciendis tempora et ut. Facilis et sit omnis repellendus commodi quam."], ["summary", "Praesentium neque doloribus quia et ut. Provident sed consequuntur amet."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.042812"], ["updated_at", "2016-03-08 19:50:34.042812"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shad.lehner@beerupton.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shad.lehner@beerupton.biz"], ["name", "Kris Considine"], ["password_digest", "$2a$04$tqvOgxciq70dUJMosmzVIOlTjCa9kUVJdgeVaPK3dq0Zu2nDIfGuG"], ["created_at", "2016-03-08 19:50:34.051901"], ["updated_at", "2016-03-08 19:50:34.051901"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Hic deserunt voluptates. Asperiores accusantium cum ea sed in officia minus."], ["summary", "At et voluptatem ea. In dolorem qui sunt et et quia."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.061759"], ["updated_at", "2016-03-08 19:50:34.061759"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('luella@bauchwolff.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "luella@bauchwolff.name"], ["name", "Rowland Bernier"], ["password_digest", "$2a$04$2/ayB3v//KbiRk54jYrrgeEynpYOdCtb0.DSWt7gIx0IT6t5aHcAK"], ["created_at", "2016-03-08 19:50:34.071786"], ["updated_at", "2016-03-08 19:50:34.071786"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Non ut odio est ex. Ea provident debitis numquam est. Voluptas rerum ut illum quia fugit. Aut sed dignissimos eligendi iure doloremque earum."], ["summary", "In pariatur beatae et sit provident."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:34.081900"], ["updated_at", "2016-03-08 19:50:34.081900"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 1.1ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('serena@halvorson.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "serena@halvorson.org"], ["name", "Dion Mraz I"], ["password_digest", "$2a$04$WhLiuBbExRPtwSWZt7d8rOpxF2yMaFWBpOWo5FFsyDr80guX/4hkG"], ["created_at", "2016-03-08 19:50:34.107523"], ["updated_at", "2016-03-08 19:50:34.107523"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:34 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 2661ms (Views: 2660.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"serena@halvorson.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "serena@halvorson.org"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PAHaiuQ/r/8/.Hvr0QcGmOmhfRGKIOxt7EROSORD/bsc8QxZ5b3Ae"], ["updated_at", "2016-03-08 19:50:36.825298"], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.6ms) Completed 200 OK in 51ms (Views: 47.4ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('larry_treutel@hermankreiger.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "larry_treutel@hermankreiger.info"], ["name", "Orion Gleason"], ["password_digest", "$2a$04$tRifqfsbUMjF8GEM.DM4VeGpYjc4dR6kC4gG.fkN/yPe6jJeh2Lpi"], ["created_at", "2016-03-08 19:50:36.889827"], ["updated_at", "2016-03-08 19:50:36.889827"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Incidunt itaque minima laborum earum. Temporibus sint eveniet esse est et repellendus."], ["summary", "Quia veniam debitis cum."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-08 19:50:36.895943"], ["updated_at", "2016-03-08 19:50:36.895943"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.2ms) Completed 200 OK in 44ms (Views: 39.7ms | ActiveRecord: 2.8ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eldridge@gerlachdicki.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eldridge@gerlachdicki.name"], ["name", "Adrian Goldner"], ["password_digest", "$2a$04$ME6NCNDfwJ/cwxyVE/xTMez/StPbOQH8dEOHmXU/M1WhTvuy6V/qG"], ["created_at", "2016-03-08 19:50:36.963323"], ["updated_at", "2016-03-08 19:50:36.963323"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:36 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"eldridge@gerlachdicki.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "eldridge@gerlachdicki.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$oWJq0Ht2SSZUxIFtx7bUPOnXt79xK8LgzpKwazN5YtOXRgkNRLy1e"], ["updated_at", "2016-03-08 19:50:36.996149"], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.7ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 1.3ms)  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('daryl@barrows.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "daryl@barrows.io"], ["name", "Lucile Boehm"], ["password_digest", "$2a$04$Rsfm5xkLca4JFImg5kWtHu9ADDMDpJJA0s.kJcjcurTb8FDzbcfIe"], ["created_at", "2016-03-08 19:50:37.032679"], ["updated_at", "2016-03-08 19:50:37.032679"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Ad qui nam repellat doloremque. Exercitationem velit odit eum libero non nihil."], ["summary", "Dicta et soluta sit laboriosam ipsam distinctio. Qui ut eum consequatur est minima qui."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-08 19:50:37.037405"], ["updated_at", "2016-03-08 19:50:37.037405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karl@pfeffer.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "karl@pfeffer.net"], ["name", "Vita Macejkovic"], ["password_digest", "$2a$04$PpdYW/.CLbI5C36BKGZzM.AIm/vjK/Vbndb20mgwGzXzkwtndMJNK"], ["created_at", "2016-03-08 19:50:37.044493"], ["updated_at", "2016-03-08 19:50:37.044493"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Tempora est voluptas nemo et. Distinctio impedit nobis. Autem quia debitis illum nemo et et. Deserunt ut rerum sed non animi."], ["summary", "Maxime veniam impedit eveniet tempora dolores."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-08 19:50:37.049454"], ["updated_at", "2016-03-08 19:50:37.049454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tina@bernier.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tina@bernier.org"], ["name", "Selena Wuckert"], ["password_digest", "$2a$04$BTrSsqj6kkL/HCFw8639vOe9Vd/8ZV8Xhwg7Uc093bHsb6t4jh/G."], ["created_at", "2016-03-08 19:50:37.056407"], ["updated_at", "2016-03-08 19:50:37.056407"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Qui dignissimos officiis ut ex ut. Beatae magni non est et harum vel. Laudantium quam modi ea nulla soluta vitae. Unde sint omnis provident sint minima deleniti."], ["summary", "Dolores aut et aut nobis saepe quia. Asperiores consectetur eum quo sint."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-08 19:50:37.061116"], ["updated_at", "2016-03-08 19:50:37.061116"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dave@connellystamm.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dave@connellystamm.name"], ["name", "Rosalyn Goyette III"], ["password_digest", "$2a$04$MDCBg7/QHxwidelvvsRdoeh8/u7nOW5qHYp88ypwjr745Fzwosd3C"], ["created_at", "2016-03-08 19:50:37.069620"], ["updated_at", "2016-03-08 19:50:37.069620"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "A dolor nihil delectus dolorum assumenda esse nisi. Fuga voluptatem soluta ad. Omnis omnis et ea. Eaque aut voluptatem consequatur odio."], ["summary", "Aut voluptatibus deserunt commodi consectetur recusandae pariatur."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-08 19:50:37.074884"], ["updated_at", "2016-03-08 19:50:37.074884"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ian@hintz.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ian@hintz.io"], ["name", "Kacey Champlin"], ["password_digest", "$2a$04$TRLckqY2BflpIjxuFEHDEeaNdd4GNbpNi1LEKlnXO3Wk4gsCmOUeC"], ["created_at", "2016-03-08 19:50:37.081480"], ["updated_at", "2016-03-08 19:50:37.081480"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Ut rerum quis velit alias qui saepe. Praesentium voluptatem ut expedita dicta."], ["summary", "Ea est asperiores. Quas sequi ut."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-08 19:50:37.086685"], ["updated_at", "2016-03-08 19:50:37.086685"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nicholaus@mclaughlinbeer.co') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nicholaus@mclaughlinbeer.co"], ["name", "Jillian Hilpert DDS"], ["password_digest", "$2a$04$8McOdNGkxh.lLYD4KjzpteAwCYAmolFoyuj4v3SSiwEZiMwzNWF1W"], ["created_at", "2016-03-08 19:50:37.095694"], ["updated_at", "2016-03-08 19:50:37.095694"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Ut et enim. Officiis explicabo sit culpa perspiciatis similique autem."], ["summary", "Quidem saepe quaerat soluta placeat commodi. Veniam voluptatum doloremque et tenetur modi qui."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-08 19:50:37.101598"], ["updated_at", "2016-03-08 19:50:37.101598"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mable_green@quigley.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mable_green@quigley.net"], ["name", "Oda Parisian"], ["password_digest", "$2a$04$Svr.ZxDGtC6Mbzd6i2I0/O3sEpsCv/FmmfkkaCOfdl9mlz9wUhaXa"], ["created_at", "2016-03-08 19:50:37.108756"], ["updated_at", "2016-03-08 19:50:37.108756"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Commodi veritatis et sequi. Quam quis architecto reprehenderit. Et odio ea esse sit enim."], ["summary", "Non est minima praesentium aspernatur ab excepturi. Maxime in dolor est laboriosam voluptatem odit."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-08 19:50:37.114021"], ["updated_at", "2016-03-08 19:50:37.114021"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sim_kuphal@hoppe.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sim_kuphal@hoppe.co"], ["name", "Jammie Haag Jr."], ["password_digest", "$2a$04$rzEelhLUbgwTthc0wb5O6ufwY7RMKiQyQofkkhG0PMDurIwuEzdXS"], ["created_at", "2016-03-08 19:50:37.121055"], ["updated_at", "2016-03-08 19:50:37.121055"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Id unde excepturi voluptas. Veritatis quae voluptas. Nesciunt est nobis explicabo excepturi autem. Natus exercitationem consequatur consequuntur alias veniam."], ["summary", "Dicta nihil dolorum. Et non eum totam rerum adipisci facilis."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-08 19:50:37.126307"], ["updated_at", "2016-03-08 19:50:37.126307"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keyshawn@hagenes.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keyshawn@hagenes.co"], ["name", "Karelle Morissette I"], ["password_digest", "$2a$04$h1.DDCnfDXwhKUzT8grVYe9swUPedBjtxJyxqCF8g2hiOT7elOrjG"], ["created_at", "2016-03-08 19:50:37.133332"], ["updated_at", "2016-03-08 19:50:37.133332"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Sunt veniam sequi tempora sit enim laboriosam. Optio soluta vel aperiam. Tempore corporis labore et saepe."], ["summary", "Eos quidem eveniet consequatur at earum. Et nemo inventore non nobis quidem. Nisi ut aperiam id delectus."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-08 19:50:37.138745"], ["updated_at", "2016-03-08 19:50:37.138745"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sincere@wolfmoen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sincere@wolfmoen.net"], ["name", "Daija Price"], ["password_digest", "$2a$04$vkbnHbi0v2GvMH49HNxN9uaTYaOvCqAVSaqgrfpsVcXGnU7.geLnu"], ["created_at", "2016-03-08 19:50:37.146581"], ["updated_at", "2016-03-08 19:50:37.146581"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Maxime rerum hic alias. Aliquid ut voluptatem iusto."], ["summary", "Eveniet nisi voluptates velit debitis voluptatem vero recusandae. Voluptatem dolor non et."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-08 19:50:37.151458"], ["updated_at", "2016-03-08 19:50:37.151458"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruby@moore.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruby@moore.io"], ["name", "Imani Cummerata"], ["password_digest", "$2a$04$m18qf/TAuDmgpd5gi1kGqu1/bV3WSuvM6y/t6F82M8oTCpT0xePrS"], ["created_at", "2016-03-08 19:50:37.159479"], ["updated_at", "2016-03-08 19:50:37.159479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Reiciendis dicta voluptas. Officiis nulla voluptas quasi. Ut et deserunt dolores."], ["summary", "Quisquam ad alias sit aut asperiores. Debitis quas ut. Neque eum dicta aperiam ut qui."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-08 19:50:37.164494"], ["updated_at", "2016-03-08 19:50:37.164494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('margaret_bode@ward.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "margaret_bode@ward.com"], ["name", "Laney Howe"], ["password_digest", "$2a$04$b4CvqpaqUPaA9HzFDUVlQeBGVtb4sIwVZXaYCsT2iGF6L.dRdl/5a"], ["created_at", "2016-03-08 19:50:37.171731"], ["updated_at", "2016-03-08 19:50:37.171731"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Similique qui velit suscipit consequuntur magni. Voluptatem et rem voluptas sed mollitia provident. Similique quia quo fugiat qui. Incidunt ipsam praesentium fuga quasi esse ut."], ["summary", "Magnam nihil a corporis quo nostrum eum ducimus. Ut recusandae porro voluptas distinctio totam ut."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-08 19:50:37.177574"], ["updated_at", "2016-03-08 19:50:37.177574"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('else_ruecker@cruickshankbogan.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "else_ruecker@cruickshankbogan.net"], ["name", "Aimee Stamm"], ["password_digest", "$2a$04$Ewpp3PqGEsOgm86yC43M0eBT.8ubLRHgbcrwQ3mID0cut3iEtbLI."], ["created_at", "2016-03-08 19:50:37.184861"], ["updated_at", "2016-03-08 19:50:37.184861"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Molestiae et eum aperiam aliquam repellat ut ratione. Illo quia eum sed. Similique id quis ex et quia."], ["summary", "Suscipit reprehenderit ut modi. Facilis ipsum nam nobis dolorem soluta. Veniam officia nostrum corrupti consectetur expedita."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-08 19:50:37.189258"], ["updated_at", "2016-03-08 19:50:37.189258"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caesar.padberg@howe.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caesar.padberg@howe.com"], ["name", "Jeffry Hegmann"], ["password_digest", "$2a$04$DPYaeJSTNrJ0k6rBnXlWN.LjlBusVPpTpoqKn3sMchWMWJLKcjhrm"], ["created_at", "2016-03-08 19:50:37.196616"], ["updated_at", "2016-03-08 19:50:37.196616"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Quaerat ipsum voluptatem sequi labore expedita animi quas. Provident blanditiis ea dolor ullam repellendus rem aspernatur. Cum omnis neque minima incidunt unde error."], ["summary", "Explicabo ex ab tempore voluptas sit et. Et eaque ut quaerat."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-08 19:50:37.201359"], ["updated_at", "2016-03-08 19:50:37.201359"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mazie@jacobs.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mazie@jacobs.org"], ["name", "Dennis Schinner"], ["password_digest", "$2a$04$sovJupREnPGJ5jejxln5n.rN/cuTUzFB1j7jxId3KBLQRSJk1c862"], ["created_at", "2016-03-08 19:50:37.209020"], ["updated_at", "2016-03-08 19:50:37.209020"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Quasi nemo eaque hic aliquam alias similique. Tenetur optio omnis voluptatem aperiam quod et voluptas."], ["summary", "Nihil delectus vel velit qui cumque et. Qui quod earum aliquam libero. Fuga commodi dicta quia et."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-08 19:50:37.213530"], ["updated_at", "2016-03-08 19:50:37.213530"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carlotta@schuppeschmitt.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carlotta@schuppeschmitt.com"], ["name", "Luigi Hahn"], ["password_digest", "$2a$04$OFCum9SFo5FAscc1JrXWG.TEeKWM5jE/bGHhOeZZA6Cr40eKBimt."], ["created_at", "2016-03-08 19:50:37.221458"], ["updated_at", "2016-03-08 19:50:37.221458"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Dicta praesentium ut cum et quis illo perspiciatis. Explicabo quos sequi. Quasi dolor magni expedita. Sequi quia veniam debitis unde ea."], ["summary", "Dolorem velit voluptatum consequatur nam ipsum. Qui error delectus repudiandae aut voluptatibus quo veritatis."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-08 19:50:37.225653"], ["updated_at", "2016-03-08 19:50:37.225653"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mia.runte@emmerich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mia.runte@emmerich.co"], ["name", "Hildegard McGlynn"], ["password_digest", "$2a$04$LmIAyB2hpp/4yP2C9XJl.uri0o/Li3KDbVcw56G0cNJ3coslPqFFe"], ["created_at", "2016-03-08 19:50:37.232451"], ["updated_at", "2016-03-08 19:50:37.232451"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Fugiat dolores neque omnis tempora et. Cum unde mollitia rerum. Non et aperiam magnam et aut."], ["summary", "Ipsa sed sunt ut earum nostrum."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-08 19:50:37.236871"], ["updated_at", "2016-03-08 19:50:37.236871"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('george.okeefe@oreilly.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "george.okeefe@oreilly.info"], ["name", "Miss Antone Larkin"], ["password_digest", "$2a$04$Ydh9Fjh1hQo4Ihvx9BFIuepRsKRbddKsREowV1YOXo0p1DLOZ5Y86"], ["created_at", "2016-03-08 19:50:37.243526"], ["updated_at", "2016-03-08 19:50:37.243526"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Qui quaerat ab et ea et voluptas. Est numquam eaque totam nesciunt. Placeat eaque voluptatibus tempora. Numquam consectetur quidem reiciendis."], ["summary", "Omnis aspernatur non odit optio molestiae. Sed iusto fugit et et. Blanditiis non et vitae provident molestiae rerum."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-08 19:50:37.247816"], ["updated_at", "2016-03-08 19:50:37.247816"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresia@harris.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresia@harris.org"], ["name", "Ms. Waylon Funk"], ["password_digest", "$2a$04$Ut8P0bkZvVDLQ/5CTXwMQuwHj6WEyc/0ZcSuut0B8tzYQjn0..M6i"], ["created_at", "2016-03-08 19:50:37.255578"], ["updated_at", "2016-03-08 19:50:37.255578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Tenetur ea consectetur hic officiis perferendis. Eos ut et cumque nostrum illo consectetur. Doloribus reprehenderit est nam iste illum."], ["summary", "Modi cupiditate deleniti voluptas."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-08 19:50:37.260494"], ["updated_at", "2016-03-08 19:50:37.260494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myrtis.dietrich@vonbergstrom.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myrtis.dietrich@vonbergstrom.info"], ["name", "Nannie Monahan"], ["password_digest", "$2a$04$t.N7egEdryst7HTanZZj0OpO0pOuLv2cEoUfqNukjUDyoJI3ExLaq"], ["created_at", "2016-03-08 19:50:37.267875"], ["updated_at", "2016-03-08 19:50:37.267875"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Laudantium rerum sapiente culpa minus. Autem omnis expedita commodi excepturi a voluptatem quaerat. Id est numquam ut. Commodi velit hic non."], ["summary", "Eum quo et iusto et."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-08 19:50:37.272090"], ["updated_at", "2016-03-08 19:50:37.272090"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ephraim@larkin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ephraim@larkin.org"], ["name", "Carmela Turcotte"], ["password_digest", "$2a$04$3qDqg6HBnxYLpEAxXrrNteYF4y2ImDH.8RJs3WiaZgD0XziUvpcSG"], ["created_at", "2016-03-08 19:50:37.279084"], ["updated_at", "2016-03-08 19:50:37.279084"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Voluptatum commodi ipsam voluptas. Assumenda tempora dolor optio mollitia similique necessitatibus et. Omnis culpa quia non. Sit dolor suscipit aut quibusdam vel possimus."], ["summary", "Itaque aspernatur illo ea doloribus rerum quos eveniet. Qui facilis et natus. Nisi consectetur similique tenetur ab vero voluptatem."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-08 19:50:37.284106"], ["updated_at", "2016-03-08 19:50:37.284106"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('robert.kozey@muller.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "robert.kozey@muller.net"], ["name", "Emil Kohler"], ["password_digest", "$2a$04$AcMVp1fHy4f4KNmjJCriGeCTtRn23fNX2Nq4xgL8y1IVJo3WPJjoi"], ["created_at", "2016-03-08 19:50:37.292313"], ["updated_at", "2016-03-08 19:50:37.292313"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Dolorum voluptatem nostrum. Vel et nemo assumenda. Dolores rerum eveniet corporis accusamus recusandae eligendi. In quia aperiam."], ["summary", "Dicta expedita ex consequatur porro incidunt id."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-08 19:50:37.296726"], ["updated_at", "2016-03-08 19:50:37.296726"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bernardo@rempelullrich.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bernardo@rempelullrich.info"], ["name", "Jaime Monahan DVM"], ["password_digest", "$2a$04$ht.0dTfItT6ljH/WHn5.l.FfVzpCoWyOGpGsNZ.S8xidG23ICAvvy"], ["created_at", "2016-03-08 19:50:37.304343"], ["updated_at", "2016-03-08 19:50:37.304343"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Ea dolorem laboriosam error dolores odit. Modi omnis placeat quia. Incidunt nostrum blanditiis repellendus qui placeat qui."], ["summary", "Dolor quisquam unde nisi rem et. Illo distinctio officia dolor ea fugit consequatur delectus. Omnis et omnis soluta sunt et."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-08 19:50:37.308901"], ["updated_at", "2016-03-08 19:50:37.308901"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lupe@predovicwunsch.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lupe@predovicwunsch.com"], ["name", "Carter Becker"], ["password_digest", "$2a$04$.D1SHqRPegtojeXvKK749.ih49XCZpoMFqBeGVDx5VfADrKgVOheq"], ["created_at", "2016-03-08 19:50:37.315634"], ["updated_at", "2016-03-08 19:50:37.315634"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Enim illum cupiditate temporibus maiores. Incidunt earum rem. Illo atque incidunt qui quis dolorum similique rerum. Quasi esse sed modi."], ["summary", "Nemo cupiditate sit fuga dolorem est dolor. In ea tempore laudantium nihil vel. Nemo ut corporis ut commodi."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-08 19:50:37.320850"], ["updated_at", "2016-03-08 19:50:37.320850"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('matilda.kautzer@lind.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "matilda.kautzer@lind.net"], ["name", "Lelia Heathcote"], ["password_digest", "$2a$04$1XsM7A7HQlPX0KfFxGx7o.aRhBdgzb0Ismqp2I5kE6N1o6SF7ofz6"], ["created_at", "2016-03-08 19:50:37.327574"], ["updated_at", "2016-03-08 19:50:37.327574"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Voluptate inventore dicta. Reprehenderit explicabo est. Sit unde debitis perferendis. Perferendis error dolore et laboriosam eligendi."], ["summary", "Ut nulla dolorem. Assumenda adipisci sequi sed animi qui doloribus. Voluptatem culpa qui autem possimus velit natus."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-08 19:50:37.332733"], ["updated_at", "2016-03-08 19:50:37.332733"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madaline@tromp.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "madaline@tromp.org"], ["name", "Garnet Hammes DDS"], ["password_digest", "$2a$04$1WGL5Tpt3MGniJf8lfSbD.SGpMMfqOp4cU1RUufzIt1ACICi7CFe2"], ["created_at", "2016-03-08 19:50:37.340378"], ["updated_at", "2016-03-08 19:50:37.340378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Aliquid facere omnis. Voluptatum aut eos sit qui accusamus."], ["summary", "Ad esse quia dolor."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-08 19:50:37.345451"], ["updated_at", "2016-03-08 19:50:37.345451"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (229.0ms) Completed 200 OK in 249ms (Views: 223.8ms | ActiveRecord: 23.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.4ms) Completed 200 OK in 47ms (Views: 42.6ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('matilda_douglas@champlinjaskolski.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "matilda_douglas@champlinjaskolski.com"], ["name", "River Mann"], ["password_digest", "$2a$04$p6OFWG6MQw6bSq4b52jl8elL553G5ttD6h4UMPys6AToZUbEs.UHm"], ["created_at", "2016-03-08 19:50:37.676530"], ["updated_at", "2016-03-08 19:50:37.676530"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"matilda_douglas@champlinjaskolski.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "matilda_douglas@champlinjaskolski.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4v/fWhQWh/S7Ss8Rsz15J.53KaogKOMqnZNZaBQAgfnohoST4jcRi"], ["updated_at", "2016-03-08 19:50:37.714609"], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:37 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('travis@little.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "travis@little.info"], ["name", "Edmond Bosco"], ["password_digest", "$2a$04$4KuflRwrM.uzYa/JUFzf2O7C2JfvuTVWusgO75tp.00evy15csD7O"], ["created_at", "2016-03-08 19:50:37.753889"], ["updated_at", "2016-03-08 19:50:37.753889"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Cum consequuntur qui non. Beatae corporis quaerat voluptatibus eligendi rerum sapiente aut. Rem laborum perspiciatis laudantium qui voluptatem consequuntur voluptatibus."], ["summary", "Vel ut omnis illum aliquid dolores voluptatem."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-08 19:50:37.758768"], ["updated_at", "2016-03-08 19:50:37.758768"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('te@ruecker.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "te@ruecker.info"], ["name", "Austin Jacobson"], ["password_digest", "$2a$04$bDBV/IDe1tKxarxHTTbDRusm/q0ks2rz4faBj7TI6gCJux7/mLT32"], ["created_at", "2016-03-08 19:50:37.766321"], ["updated_at", "2016-03-08 19:50:37.766321"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Ea repudiandae voluptas aspernatur enim dolorum minima. Eaque inventore fugit magni. Perferendis voluptatem incidunt voluptate amet. Rerum quos architecto laborum ut voluptas occaecati."], ["summary", "Sint est nesciunt. Eligendi voluptas quia quod aperiam dolor excepturi."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-08 19:50:37.771617"], ["updated_at", "2016-03-08 19:50:37.771617"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janea_terry@wiegand.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janea_terry@wiegand.org"], ["name", "Gordon Erdman I"], ["password_digest", "$2a$04$wcquEC1h/BPhr/r2to/vzuuMeooFYPFNmPpizQNVmSsA5aNxqX/TG"], ["created_at", "2016-03-08 19:50:37.780186"], ["updated_at", "2016-03-08 19:50:37.780186"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Blanditiis ab maxime reprehenderit cumque occaecati. At praesentium quia expedita. Nihil assumenda nesciunt. Quae aut et quia consequatur voluptas animi."], ["summary", "Nobis sequi labore dolore."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-08 19:50:37.785230"], ["updated_at", "2016-03-08 19:50:37.785230"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcus.dubuque@altenwerthwiza.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcus.dubuque@altenwerthwiza.info"], ["name", "Everardo Boyer IV"], ["password_digest", "$2a$04$UL0naUxc4e7sUvOw6XR8gu1XjxHEIU4eM5A3KmEwtJf71o5IHtiuu"], ["created_at", "2016-03-08 19:50:37.794683"], ["updated_at", "2016-03-08 19:50:37.794683"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Qui dolore quisquam corporis rerum dolor quas tempore. Molestiae nemo commodi voluptas sed. Itaque neque occaecati quia est ea non et. Nemo est dolor quia."], ["summary", "Molestias laborum consequatur."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-08 19:50:37.799898"], ["updated_at", "2016-03-08 19:50:37.799898"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abelardo@sanford.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abelardo@sanford.co"], ["name", "Dr. Mertie Lebsack"], ["password_digest", "$2a$04$d3oK05uRSn0ljJ5Y2XsVk.GbByJ348Rt7fk66Py.LjQ7o6Hyuqezy"], ["created_at", "2016-03-08 19:50:37.808696"], ["updated_at", "2016-03-08 19:50:37.808696"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Consequatur est sunt ut. Explicabo deleniti qui harum tempore. Officiis suscipit est consectetur nihil modi veritatis dolorem."], ["summary", "Dicta minus eveniet iste quis debitis maiores alias. Quia reiciendis omnis et cupiditate quia. Sequi earum et corrupti quasi sit voluptas nisi."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-08 19:50:37.813648"], ["updated_at", "2016-03-08 19:50:37.813648"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('salvador_fahey@blick.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "salvador_fahey@blick.com"], ["name", "Geo Aufderhar PhD"], ["password_digest", "$2a$04$4BZ81k45uLnqbCiUT6Sgo.0Bh1mD8DaVx5BYOEEIzPE/ywLIRyNUi"], ["created_at", "2016-03-08 19:50:37.820718"], ["updated_at", "2016-03-08 19:50:37.820718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Dolor earum suscipit vitae expedita vel. Quis ducimus quos officia ut. Quaerat dolorem quia ad molestiae praesentium."], ["summary", "Est sapiente qui suscipit ullam velit sunt."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-08 19:50:37.825602"], ["updated_at", "2016-03-08 19:50:37.825602"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alexandrine.romaguera@heller.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alexandrine.romaguera@heller.io"], ["name", "Freda Crona"], ["password_digest", "$2a$04$dwW7JbI6k759t6APPzkY7u0Yxt07ZPWKmyveVSBShb0s//JaezoXW"], ["created_at", "2016-03-08 19:50:37.832738"], ["updated_at", "2016-03-08 19:50:37.832738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Natus similique omnis sed perferendis sed cupiditate consequatur. Mollitia explicabo ex iure sit dolorem autem. Et eius ut molestiae suscipit est delectus modi."], ["summary", "Atque eveniet dicta harum quaerat ipsum."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-08 19:50:37.837738"], ["updated_at", "2016-03-08 19:50:37.837738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcelle_conroy@balistreri.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcelle_conroy@balistreri.org"], ["name", "Belle Hansen"], ["password_digest", "$2a$04$DxIJ62cdUdZkz2hYDxr1eO/BiSEl1jyN8Uze8xo2dHNgQnnsQsy0."], ["created_at", "2016-03-08 19:50:37.845206"], ["updated_at", "2016-03-08 19:50:37.845206"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Qui omnis minus quis aut blanditiis. Esse rerum earum expedita vel. Nihil ipsa occaecati dolores reiciendis. Tempore dolore quia quaerat alias qui praesentium iste."], ["summary", "Sapiente labore est."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-08 19:50:37.849849"], ["updated_at", "2016-03-08 19:50:37.849849"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ona.dicki@bogisich.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ona.dicki@bogisich.io"], ["name", "Clovis Kuhic"], ["password_digest", "$2a$04$9crDPUTKh39Wxh.oa4r0K.biGJhVWcw8bAO2xtbl6XmcQ7vChfxEm"], ["created_at", "2016-03-08 19:50:37.856852"], ["updated_at", "2016-03-08 19:50:37.856852"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Occaecati incidunt ducimus ipsa. Corporis eius quae velit et ad laboriosam rerum."], ["summary", "Explicabo et optio aspernatur."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-08 19:50:37.861050"], ["updated_at", "2016-03-08 19:50:37.861050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amelia_hane@greenfelderwhite.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amelia_hane@greenfelderwhite.biz"], ["name", "Mrs. Oliver Kerluke"], ["password_digest", "$2a$04$RchBegU.i0m0stiMeKfwXOKUbdaHQkp1k9bxevfqsUQyPLXddQaJG"], ["created_at", "2016-03-08 19:50:37.867940"], ["updated_at", "2016-03-08 19:50:37.867940"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Dolorum fugiat eos quia ut ut. Reiciendis quos architecto omnis rerum saepe."], ["summary", "Sunt nihil rerum velit esse beatae laborum."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-08 19:50:37.872679"], ["updated_at", "2016-03-08 19:50:37.872679"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ephraim@simonis.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ephraim@simonis.biz"], ["name", "Brando Herman"], ["password_digest", "$2a$04$VdVCiQkQFff0sMN/Xa1APeWelGbyJvI.3k5ux0lW6Je9qNwohRIAy"], ["created_at", "2016-03-08 19:50:37.881174"], ["updated_at", "2016-03-08 19:50:37.881174"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "A nihil sequi voluptatum eaque. Nesciunt est qui id libero eos. Ratione cumque ipsam dolores voluptas labore corrupti. Consequuntur quaerat incidunt animi ab et cupiditate est."], ["summary", "Debitis non itaque. Aut sed corporis eaque illum sequi."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-08 19:50:37.887157"], ["updated_at", "2016-03-08 19:50:37.887157"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dolores.kub@gleichner.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dolores.kub@gleichner.co"], ["name", "Federico Nikolaus Sr."], ["password_digest", "$2a$04$f4qxs6QFK/t0N540gL1w/.h7wIhFcmzDcEbalhpMQEVyGBwjMuda2"], ["created_at", "2016-03-08 19:50:37.895676"], ["updated_at", "2016-03-08 19:50:37.895676"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Saepe commodi id vero illum officiis. Illo quisquam et deserunt. Inventore ea repellat dolores quia ut quaerat. Ipsum eum optio minima."], ["summary", "Dolore nostrum quia voluptas est. Voluptates qui et distinctio eveniet molestias."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-08 19:50:37.900084"], ["updated_at", "2016-03-08 19:50:37.900084"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christina@kris.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christina@kris.co"], ["name", "Ms. Rafael Bosco"], ["password_digest", "$2a$04$qBJEI9RueCBDjr7roDjfR.NODFQ2wpKU0Fse8J3iU0llf1EbQm30O"], ["created_at", "2016-03-08 19:50:37.907770"], ["updated_at", "2016-03-08 19:50:37.907770"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Deserunt numquam repudiandae sint molestiae. Quis iusto consequatur exercitationem explicabo voluptas. Consequatur veritatis maxime qui eum cum minus."], ["summary", "Natus harum dolorum sit repellendus aut voluptatem. Sapiente est rerum in id. Voluptas quidem maxime cumque."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-08 19:50:37.912694"], ["updated_at", "2016-03-08 19:50:37.912694"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reagan@wuckert.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reagan@wuckert.co"], ["name", "Frederic Koelpin IV"], ["password_digest", "$2a$04$xWSU1o84SiBcuImHWsaclO2r/G4ASjChBBkwlr9cmXt9/lTYa4.gW"], ["created_at", "2016-03-08 19:50:37.920707"], ["updated_at", "2016-03-08 19:50:37.920707"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Distinctio nulla aperiam. Odit id tempora laudantium quisquam."], ["summary", "Cum id corrupti voluptatum. Dolores fugit eum at quo qui pariatur. Asperiores optio aut natus quibusdam ea aut."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-08 19:50:37.926128"], ["updated_at", "2016-03-08 19:50:37.926128"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gudrun@miller.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gudrun@miller.name"], ["name", "Maida Stamm II"], ["password_digest", "$2a$04$m8kwNWJ/Z5jiVNPQq29Z3O4APPuAHEc2k6a0YyldC9K5K7rR4I8Ni"], ["created_at", "2016-03-08 19:50:37.933801"], ["updated_at", "2016-03-08 19:50:37.933801"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Maiores incidunt deserunt a veniam sunt. Maxime optio et quae."], ["summary", "Sed blanditiis iure. Et nihil officia sapiente ab nesciunt."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-08 19:50:37.938342"], ["updated_at", "2016-03-08 19:50:37.938342"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ofelia_kilback@parker.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ofelia_kilback@parker.biz"], ["name", "Aaliyah Wyman"], ["password_digest", "$2a$04$7bzLrzzQM4RraWibwxRLN.X3RIuxScTml0tuo5Vme8PdQqIRFWfCW"], ["created_at", "2016-03-08 19:50:37.945159"], ["updated_at", "2016-03-08 19:50:37.945159"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Culpa in voluptas. Ut ullam perferendis debitis quidem."], ["summary", "Et voluptatem doloremque facilis nulla fugit dolor."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-08 19:50:37.950045"], ["updated_at", "2016-03-08 19:50:37.950045"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kallie@runolfon.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kallie@runolfon.net"], ["name", "Freeman Koepp"], ["password_digest", "$2a$04$TACTg2K3XQybuBRZHl7J1.JV5eng1WB7LCQV.IXG2pc2HIBgMOury"], ["created_at", "2016-03-08 19:50:37.956579"], ["updated_at", "2016-03-08 19:50:37.956579"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Est consequuntur sint quasi quis. Ea ab tempora sit asperiores doloremque sed."], ["summary", "Amet nihil libero aut. Ut qui odio. Voluptates nemo veritatis sapiente non consequatur minima."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-08 19:50:37.962127"], ["updated_at", "2016-03-08 19:50:37.962127"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dianna@eichmannbauch.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dianna@eichmannbauch.name"], ["name", "Mariah Heaney"], ["password_digest", "$2a$04$ODSbqPYR1Q4uoA0QuuRmiu9oY1ffwcXrxVMp77ar0lHbbjzn9tGs2"], ["created_at", "2016-03-08 19:50:37.969352"], ["updated_at", "2016-03-08 19:50:37.969352"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Laudantium dolor consequatur cumque. Et voluptatibus dolore. Inventore voluptas nostrum et. Nesciunt enim dolores et."], ["summary", "Fugit minus enim ea. Qui et reprehenderit. Est ut impedit laboriosam totam quis."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-08 19:50:37.974456"], ["updated_at", "2016-03-08 19:50:37.974456"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcelina_dubuque@lynchjakubowski.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcelina_dubuque@lynchjakubowski.name"], ["name", "Dr. Francisco Hahn"], ["password_digest", "$2a$04$tKWqw2i5vGcpiQmQzNtJu.JfVz/i7EoE4g3mbbJNEc3SmayU7c2CS"], ["created_at", "2016-03-08 19:50:37.981770"], ["updated_at", "2016-03-08 19:50:37.981770"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Nesciunt perspiciatis fuga dolore quaerat dolores nobis. Debitis labore at cupiditate. Odit harum eum."], ["summary", "Quibusdam iure qui incidunt et et vel suscipit. Dolorum ab unde esse quia sit. Laboriosam distinctio sed nihil dolor."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-08 19:50:37.987182"], ["updated_at", "2016-03-08 19:50:37.987182"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('justine_nolan@cartershields.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "justine_nolan@cartershields.info"], ["name", "Sid Hills"], ["password_digest", "$2a$04$/i.Dshkk3XKIcxg3ScGNIenIzkyO3uUrYwdcjpAwROmVdFISe1ZpK"], ["created_at", "2016-03-08 19:50:37.994969"], ["updated_at", "2016-03-08 19:50:37.994969"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Sunt atque in eum exercitationem sint impedit. Nisi est et. In perferendis atque ipsam et consequatur. Qui sint eos perferendis neque itaque quis."], ["summary", "Molestiae ea quia corporis laboriosam voluptatum et. Cumque tempore expedita qui cupiditate non aliquam commodi. Tenetur vel et impedit rerum."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-08 19:50:38.000430"], ["updated_at", "2016-03-08 19:50:38.000430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darren@balistreri.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darren@balistreri.net"], ["name", "Ms. Willow Rau"], ["password_digest", "$2a$04$lV8qnl7WYcwtQrUJQ2iyyettsbi0N0uTks3v94BM.pyAdA8seHRDC"], ["created_at", "2016-03-08 19:50:38.009079"], ["updated_at", "2016-03-08 19:50:38.009079"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Excepturi sint illo repudiandae aperiam quo fugit dolorem. Libero occaecati sint sunt quis. Nesciunt aut quis. Molestiae non numquam consequatur dolor libero."], ["summary", "Eos vel voluptatem hic. Ex quasi aut et et aut. Quas est hic sed sunt et molestias."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-08 19:50:38.013312"], ["updated_at", "2016-03-08 19:50:38.013312"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rodolfo.barton@stracke.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rodolfo.barton@stracke.info"], ["name", "Burley Murazik IV"], ["password_digest", "$2a$04$foDJX7Sv8vKw7GhGHvzqWeejDw4s4445eUpz0HGabGMlLogg3HS0y"], ["created_at", "2016-03-08 19:50:38.021183"], ["updated_at", "2016-03-08 19:50:38.021183"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Unde ipsa sit odio ipsum et et est. Quam eum est aut. Impedit minus officia quis ea a facere aut."], ["summary", "Praesentium vero alias nihil iure. Odit dolorem magni et repudiandae non."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-08 19:50:38.025921"], ["updated_at", "2016-03-08 19:50:38.025921"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('guillermo@welchbeer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "guillermo@welchbeer.biz"], ["name", "Pattie Turcotte II"], ["password_digest", "$2a$04$QCUMls/D2d4/sRAbq/OvLeoBhmOe43DlT0WLT8XCezo5jvv0UY4gq"], ["created_at", "2016-03-08 19:50:38.033434"], ["updated_at", "2016-03-08 19:50:38.033434"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Earum quisquam illum recusandae porro. Tempora quae voluptatem quis. Odit et soluta adipisci tempora ea sint. Quod eos voluptatem temporibus."], ["summary", "Cum quo laboriosam aut provident porro deserunt ut. Reiciendis et est et. Illum qui voluptas hic eveniet error omnis illo."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-08 19:50:38.038261"], ["updated_at", "2016-03-08 19:50:38.038261"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lesley@corwin.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lesley@corwin.com"], ["name", "Marcos Hirthe"], ["password_digest", "$2a$04$Kn8E9F1gkR1PLWHtkUF3xOCV02/gVchTdzYH7LWVSEkQh1a4yn7gm"], ["created_at", "2016-03-08 19:50:38.045599"], ["updated_at", "2016-03-08 19:50:38.045599"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Et aliquam quis. Qui velit id atque quam assumenda."], ["summary", "Dolores placeat odit eaque tenetur. Perspiciatis qui et."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-08 19:50:38.050038"], ["updated_at", "2016-03-08 19:50:38.050038"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('francesco.paucek@jones.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "francesco.paucek@jones.co"], ["name", "Dr. Althea Halvorson"], ["password_digest", "$2a$04$11CRvWjkrdPsJCz7qzS8J.pb0uKrur.lugEUR.KtuSBjpf778B95O"], ["created_at", "2016-03-08 19:50:38.057202"], ["updated_at", "2016-03-08 19:50:38.057202"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Voluptatem deserunt sapiente vero. Eos voluptatem ducimus illo. Error explicabo rerum quibusdam eveniet eos vel."], ["summary", "Saepe aut sed amet a aperiam labore."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-08 19:50:38.061598"], ["updated_at", "2016-03-08 19:50:38.061598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mireille_frami@miller.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mireille_frami@miller.name"], ["name", "Mr. Jeramie Deckow"], ["password_digest", "$2a$04$UZdK6Jqr2ftR/C14pIzg.e3VgqXKijNVyIk3dA3s3.9Zt/ORU4zei"], ["created_at", "2016-03-08 19:50:38.068772"], ["updated_at", "2016-03-08 19:50:38.068772"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Ut quisquam minus et iusto fugit soluta. Et qui nostrum unde quia."], ["summary", "Cum corporis aut et. Est delectus doloribus et modi."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-08 19:50:38.072860"], ["updated_at", "2016-03-08 19:50:38.072860"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (195.1ms) Completed 200 OK in 215ms (Views: 192.1ms | ActiveRecord: 21.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (32.7ms) Completed 200 OK in 54ms (Views: 50.0ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aubree.white@yost.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aubree.white@yost.com"], ["name", "Andrew"], ["password_digest", "$2a$04$RhcWc9r7Y3kCoM5zNBtxwOQbHJl5TF0QZi5lpMqioNhoJ.Xe8dQYi"], ["created_at", "2016-03-08 19:50:38.373631"], ["updated_at", "2016-03-08 19:50:38.373631"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.0ms) Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aubree.white@yost.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "aubree.white@yost.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MK.8GA9U8Hxdl.FI54mOHuT9lWBvShPErgB8TQlgMQjiGbBBVP1Ei"], ["updated_at", "2016-03-08 19:50:38.409677"], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.4ms) Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delia@predovic.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delia@predovic.co"], ["name", "Josh"], ["password_digest", "$2a$04$b97CKWRVa93tm49rig4.KuhZFtbIAHWKUi9IQK0Vx8epB1n9Ri/py"], ["created_at", "2016-03-08 19:50:38.447414"], ["updated_at", "2016-03-08 19:50:38.447414"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maureen@pollich.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maureen@pollich.net"], ["name", "Cordelia Fisher"], ["password_digest", "$2a$04$SvYn3hOGgVoUYEJ7Z.5DEe04.9OXfftjxrbWAcbc/vVd4Ys..QyCe"], ["created_at", "2016-03-08 19:50:38.453473"], ["updated_at", "2016-03-08 19:50:38.453473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Eius non quam nesciunt. Nihil ullam optio nostrum laboriosam. Error id autem minima ipsum et."], ["summary", "Libero aut delectus ad ut. Nihil quod ullam labore."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-08 19:50:38.458813"], ["updated_at", "2016-03-08 19:50:38.458813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 19:50:38.464800"], ["updated_at", "2016-03-08 19:50:38.464800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_error_handler.html.haml (2.3ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (23.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (33.5ms) Completed 200 OK in 52ms (Views: 47.9ms | ActiveRecord: 2.5ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:38.558008"], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.1ms) Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adrian@littletrantow.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adrian@littletrantow.co"], ["name", "Andrew"], ["password_digest", "$2a$04$RUAyQ3xZGp5yNn4VJVxsHuiU592c05mh3Vm8YJJAP2hJ6HTKzYLLe"], ["created_at", "2016-03-08 19:50:38.613680"], ["updated_at", "2016-03-08 19:50:38.613680"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"adrian@littletrantow.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "adrian@littletrantow.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$SOFnYiaiXWiafnZRQO8aLuoROt8aNti7.1El5iAoVYMHoj0n/th0m"], ["updated_at", "2016-03-08 19:50:38.648942"], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 30ms (Views: 26.0ms | ActiveRecord: 2.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('odell@weinatkoch.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "odell@weinatkoch.io"], ["name", "Josh"], ["password_digest", "$2a$04$WX9hGfUiZKbe0JqsVy9xnu2f2sKrwSCVxMbY4/u/75VnASzv9Ao9a"], ["created_at", "2016-03-08 19:50:38.691622"], ["updated_at", "2016-03-08 19:50:38.691622"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 19:50:38.698058"], ["updated_at", "2016-03-08 19:50:38.698058"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 30ms (Views: 27.2ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:38.764582"], ["updated_at", "2016-03-08 19:50:38.764582"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.7ms) Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('monroe@heidenreichcrona.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "monroe@heidenreichcrona.org"], ["name", "Bernardo Considine"], ["password_digest", "$2a$04$mumSGhq6qJGH371e5S5Fbej24dGU7mTUpd/g1AXMO/fLXeXTtNh6m"], ["created_at", "2016-03-08 19:50:38.822463"], ["updated_at", "2016-03-08 19:50:38.822463"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"monroe@heidenreichcrona.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "monroe@heidenreichcrona.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$G7NmsZno9Fe43IgROPVNrevGVT2sjy5/HDAMz/VKU9l5QT0LnQBOi"], ["updated_at", "2016-03-08 19:50:38.855120"], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.0ms) Completed 200 OK in 30ms (Views: 26.5ms | ActiveRecord: 1.8ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (7.1ms) Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_error_handler.html.haml (2.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.9ms) Completed 200 OK in 35ms (Views: 26.7ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:38 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.3ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$DKh.KhQW1JR79YvCbZ9B/eyMYUJUqj5YupDZQLQUT9NdMFEBYlOH2"], ["created_at", "2016-03-08 19:50:39.057851"], ["updated_at", "2016-03-08 19:50:39.057851"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$bAcZ1stNxQsORzhlH2R93u8ASADBzb/Hligxwn/WfbdbJPC4istOO"], ["updated_at", "2016-03-08 19:50:39.092502"], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:39 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.6ms) Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$W5SKYhf9RFbe/VUjG1OtteftjlBZU7AqZ3wtkN/vf99q9JfXyE3hS"], ["created_at", "2016-03-08 19:50:39.143212"], ["updated_at", "2016-03-08 19:50:39.143212"]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.8ms) Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$slR/JF.wQfjYcKs3f8N0Yeyp8v9Eh7Pjb9dDOj/3NMXVhG7ZbscWK"], ["updated_at", "2016-03-08 19:50:44.827003"], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:53452/admin/posts Completed 302 Found in 17ms (ActiveRecord: 3.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:44 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 37ms (Views: 31.4ms | ActiveRecord: 2.7ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-08 14:50:45 -0500 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:53452/ Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:45 -0500 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.4ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.8ms) Started GET "/assets/exposition/application-684ba247d94ae62c1fd73ca307df6d8a306449d312dc0548a50b493d278e1515.css" for 127.0.0.1 at 2016-03-08 14:50:45 -0500 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-08 14:50:45 -0500 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.6ms) Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)  (0.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (16.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('junius@fay.com') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "junius@fay.com"], ["name", "Ms. Christop Pfeffer"], ["password_digest", "$2a$04$Ul2ILPWRkH/NN6ECbPbfk.jvOgzim2KuxiXGApV2cZps4Dj1RGfdW"], ["created_at", "2016-03-08 19:50:48.921990"], ["updated_at", "2016-03-08 19:50:48.921990"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:48 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"junius@fay.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "junius@fay.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WhQgeAPvMrHgLwQvG0F/6uxR/PGBGMhiK7GhMj34IOFsWH0XUwAcC"], ["updated_at", "2016-03-08 19:50:48.972571"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:48 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 42ms (Views: 37.1ms | ActiveRecord: 2.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-08 19:50:49.031543"], ["updated_at", "2016-03-08 19:50:49.031543"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 42ms (Views: 38.6ms | ActiveRecord: 1.6ms)  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karli@sporer.net') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "karli@sporer.net"], ["name", "Cielo Leannon"], ["password_digest", "$2a$04$GxSqyrZSyxps3eZmoZVdI.08TMn1GJRqNLZpjmUm5GflULVgMFYHu"], ["created_at", "2016-03-08 19:50:49.108097"], ["updated_at", "2016-03-08 19:50:49.108097"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"karli@sporer.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "karli@sporer.net"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WuUe8rjVveHCsQntGrnHIOqzJP3Cx8zjKB2GMZJjM.0tCjjKFu/yO"], ["updated_at", "2016-03-08 19:50:49.171238"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.6ms) Completed 200 OK in 38ms (Views: 33.8ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-08 19:50:49.227450"], ["updated_at", "2016-03-08 19:50:49.227450"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-08 19:50:49.235458"], ["updated_at", "2016-03-08 19:50:49.235458"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-08 19:50:49.242494"], ["updated_at", "2016-03-08 19:50:49.242494"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-08 19:50:49.249173"], ["updated_at", "2016-03-08 19:50:49.249173"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-08 19:50:49.255910"], ["updated_at", "2016-03-08 19:50:49.255910"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-08 19:50:49.265915"], ["updated_at", "2016-03-08 19:50:49.265915"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-08 19:50:49.274412"], ["updated_at", "2016-03-08 19:50:49.274412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-08 19:50:49.281414"], ["updated_at", "2016-03-08 19:50:49.281414"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-08 19:50:49.289287"], ["updated_at", "2016-03-08 19:50:49.289287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-08 19:50:49.296739"], ["updated_at", "2016-03-08 19:50:49.296739"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-08 19:50:49.303511"], ["updated_at", "2016-03-08 19:50:49.303511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-08 19:50:49.310299"], ["updated_at", "2016-03-08 19:50:49.310299"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-08 19:50:49.317556"], ["updated_at", "2016-03-08 19:50:49.317556"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-08 19:50:49.324954"], ["updated_at", "2016-03-08 19:50:49.324954"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-08 19:50:49.331609"], ["updated_at", "2016-03-08 19:50:49.331609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-08 19:50:49.338944"], ["updated_at", "2016-03-08 19:50:49.338944"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-08 19:50:49.346355"], ["updated_at", "2016-03-08 19:50:49.346355"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-08 19:50:49.353108"], ["updated_at", "2016-03-08 19:50:49.353108"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-08 19:50:49.359359"], ["updated_at", "2016-03-08 19:50:49.359359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-08 19:50:49.366857"], ["updated_at", "2016-03-08 19:50:49.366857"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-08 19:50:49.373780"], ["updated_at", "2016-03-08 19:50:49.373780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-08 19:50:49.380539"], ["updated_at", "2016-03-08 19:50:49.380539"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-08 19:50:49.388429"], ["updated_at", "2016-03-08 19:50:49.388429"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (1.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-08 19:50:49.395823"], ["updated_at", "2016-03-08 19:50:49.395823"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-08 19:50:49.406799"], ["updated_at", "2016-03-08 19:50:49.406799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-08 19:50:49.414255"], ["updated_at", "2016-03-08 19:50:49.414255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (33.2ms) Completed 200 OK in 71ms (Views: 67.0ms | ActiveRecord: 1.8ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('isabella@mcclure.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "isabella@mcclure.org"], ["name", "Arnoldo Kessler PhD"], ["password_digest", "$2a$04$dnz8tFTIaAxEKOfRML0HPeQENBRPqIg85Q24nWUZ5OjRdRw0lWlS6"], ["created_at", "2016-03-08 19:50:49.571047"], ["updated_at", "2016-03-08 19:50:49.571047"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"isabella@mcclure.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "isabella@mcclure.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$i0AMETu6wPgbZgL0KInzgeqA/ZLTm9CREzvNROauJi10/0hEcf.t6"], ["updated_at", "2016-03-08 19:50:49.618969"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.0ms) Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 1.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/_error_handler.html.haml (2.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 37ms (Views: 34.6ms | ActiveRecord: 0.5ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 19:50:49.740813"], ["updated_at", "2016-03-08 19:50:49.740813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 21ms (ActiveRecord: 2.7ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 30ms (Views: 27.0ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fermin@haneboyle.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fermin@haneboyle.net"], ["name", "Adalberto Prohaska"], ["password_digest", "$2a$04$O3oTmainwmAHsbopyeA/f.apNelMNtY7N2zc6QFpqCtB0bqIwtczu"], ["created_at", "2016-03-08 19:50:49.801707"], ["updated_at", "2016-03-08 19:50:49.801707"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.7ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"fermin@haneboyle.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "fermin@haneboyle.net"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$HYRpmLwElGcPcJ4Ivvt6juNjHl.C1xCMmMGe04CpIOErtdaSxYGxW"], ["updated_at", "2016-03-08 19:50:49.844947"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 35ms (Views: 30.6ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-08 19:50:49.893596"], ["updated_at", "2016-03-08 19:50:49.893596"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (5.1ms) Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 1.0ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-03-08 19:50:49.963400"], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kathleen@denesik.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kathleen@denesik.co"], ["name", "Mr. Curt Beahan"], ["password_digest", "$2a$04$JJ6MRifJxV3FRBHPMK5sluPr6k3sweF.eiKeBSc724Lj0fpTaTBca"], ["created_at", "2016-03-08 19:50:50.021641"], ["updated_at", "2016-03-08 19:50:50.021641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kathleen@denesik.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "kathleen@denesik.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZTLS/wQJsstx67GZdxVUw.F9lE00pVLWcWvJaeZknxT40oicI/8xS"], ["updated_at", "2016-03-08 19:50:50.068616"], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-08 19:50:50.121123"], ["updated_at", "2016-03-08 19:50:50.121123"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 1.6ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shania@hoppemills.com') LIMIT 1 SQL (1.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shania@hoppemills.com"], ["name", "Coralie Boyle"], ["password_digest", "$2a$04$zDdOlZ.ubJdwkp.U9FPkVePWvB10AIRKmLo5fdmp7oV6I2EzdDk36"], ["created_at", "2016-03-08 19:50:50.232372"], ["updated_at", "2016-03-08 19:50:50.232372"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Occaecati itaque qui. Perspiciatis voluptatem qui beatae doloribus repellat nihil. Laborum facere aliquam. Voluptatem ipsam tenetur voluptas ut libero."], ["summary", "Culpa qui dolores."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.242018"], ["updated_at", "2016-03-08 19:50:50.242018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('remington@boyer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "remington@boyer.biz"], ["name", "Jesse Lebsack IV"], ["password_digest", "$2a$04$PWXeqRLHsAZfCphUyLqcJOaU2VIoQ4R7Vio8PF7qiUy2QpuM.3MMC"], ["created_at", "2016-03-08 19:50:50.251735"], ["updated_at", "2016-03-08 19:50:50.251735"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Delectus praesentium sint enim atque. Excepturi et velit eos qui. Expedita laboriosam numquam natus aut atque. Unde nemo et."], ["summary", "Assumenda corporis possimus. Ipsam officia quasi. Dignissimos dolorum nemo nulla in repellat."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-08 19:50:50.257618"], ["updated_at", "2016-03-08 19:50:50.257618"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (15.2ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (24.1ms) Completed 200 OK in 27ms (Views: 23.8ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.7ms) Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hector.connelly@gaylord.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hector.connelly@gaylord.org"], ["name", "Mose Shanahan II"], ["password_digest", "$2a$04$CkJwgEAKrn/iC4I/CsTqt.dM9FAcafpepanH1MUQLW/CwPbmcnFIC"], ["created_at", "2016-03-08 19:50:50.319999"], ["updated_at", "2016-03-08 19:50:50.319999"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Sit accusantium quisquam nostrum error. Ut repellat alias. Eos voluptatem sunt similique illo sed."], ["summary", "Quisquam quia magni placeat et. Enim ea dolores quis ab occaecati. Magnam recusandae ipsa quod repudiandae."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.326365"], ["updated_at", "2016-03-08 19:50:50.326365"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaycee@schiller.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaycee@schiller.info"], ["name", "Ayden Huel"], ["password_digest", "$2a$04$xQXKVq7nBMJk9nFvLrUxBuQQPYXKcVBLL2FwxS0msx0IpDo2ZOT1."], ["created_at", "2016-03-08 19:50:50.336095"], ["updated_at", "2016-03-08 19:50:50.336095"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Consequatur cupiditate error et corporis earum. Pariatur illum sapiente minus reprehenderit. Ad et qui quos fugit."], ["summary", "Harum ipsa tempora numquam voluptatem id et."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.342615"], ["updated_at", "2016-03-08 19:50:50.342615"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bud.goodwin@rau.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bud.goodwin@rau.name"], ["name", "Korey Becker"], ["password_digest", "$2a$04$AnRdnI3u6VIdxubBszrkDu1IJgSTljKODzpDB5GFB6k9oBk6m1EWC"], ["created_at", "2016-03-08 19:50:50.351915"], ["updated_at", "2016-03-08 19:50:50.351915"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Voluptatem voluptatibus magni quo alias. Corrupti adipisci dolores repellendus nesciunt incidunt ullam sunt. Ea pariatur aliquam quaerat quis."], ["summary", "Ad quia omnis non. Rerum rem quasi sint."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.357696"], ["updated_at", "2016-03-08 19:50:50.357696"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('candice.jacobs@tromp.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "candice.jacobs@tromp.info"], ["name", "Flavio Larkin"], ["password_digest", "$2a$04$Yl1oak/t893xelyioXMjsuEsAgYtpDjPmJ.Enkk06RrZDoqD6B5yO"], ["created_at", "2016-03-08 19:50:50.365370"], ["updated_at", "2016-03-08 19:50:50.365370"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Asperiores nulla quia ratione quia ab itaque. Quia autem modi. Explicabo sit aut at odit deserunt quod."], ["summary", "Molestias aperiam incidunt."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.372026"], ["updated_at", "2016-03-08 19:50:50.372026"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bethany@harber.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bethany@harber.name"], ["name", "Grady Bartell"], ["password_digest", "$2a$04$wYAG4RLcMQtBNJ5luAO2oeB8D0xBBPLIDDX0S8R8ON0DcNJvbfKRW"], ["created_at", "2016-03-08 19:50:50.381590"], ["updated_at", "2016-03-08 19:50:50.381590"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Minima laudantium enim officiis commodi. Autem omnis natus labore aliquid. Illo accusantium et labore aliquam alias nemo."], ["summary", "Aspernatur esse facilis harum culpa alias."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.387547"], ["updated_at", "2016-03-08 19:50:50.387547"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('megane_miller@williamsonrunolfsdottir.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "megane_miller@williamsonrunolfsdottir.biz"], ["name", "Hazle Gibson"], ["password_digest", "$2a$04$55R.r0xbXlq2wsRYeZhAX.oOObQ0F/dqEugOqrUUEHIbf.QaM7B2m"], ["created_at", "2016-03-08 19:50:50.396365"], ["updated_at", "2016-03-08 19:50:50.396365"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Dolorum quasi accusamus. Amet eaque nostrum ipsa molestiae ratione. Voluptate illum asperiores odio et neque facere. Atque ipsum et."], ["summary", "Dolores qui ipsam. Quaerat libero optio et fuga in."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.402909"], ["updated_at", "2016-03-08 19:50:50.402909"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lenora@stammrolfson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lenora@stammrolfson.net"], ["name", "Mavis Mayert"], ["password_digest", "$2a$04$X3uq8Bk.f3GxKUW4/ATHIOHhWXDYGuenVl.witx2J/cFyJ5ISYxI6"], ["created_at", "2016-03-08 19:50:50.413394"], ["updated_at", "2016-03-08 19:50:50.413394"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Ut officiis voluptatibus cumque. Nostrum ea aspernatur aut ut quidem optio. Voluptatem porro nihil ut illum excepturi velit. Ut animi cum."], ["summary", "Deleniti odit et. Repellat quos rem sit ipsum blanditiis. Officiis sit aspernatur."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.419543"], ["updated_at", "2016-03-08 19:50:50.419543"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fernando.okeefe@bartolettimarvin.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fernando.okeefe@bartolettimarvin.org"], ["name", "Kaley Hayes"], ["password_digest", "$2a$04$cH2H1FgzrIqeN7e/1cNUMuGwU1rK6UXOpFxZKcrf76MLPYiNYYsvy"], ["created_at", "2016-03-08 19:50:50.427785"], ["updated_at", "2016-03-08 19:50:50.427785"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Soluta vel qui. Nihil aut minima et accusantium odio autem."], ["summary", "Facere ducimus provident praesentium qui asperiores reprehenderit."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.433986"], ["updated_at", "2016-03-08 19:50:50.433986"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaleb@runolfsdottir.info') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaleb@runolfsdottir.info"], ["name", "Lavada Dibbert"], ["password_digest", "$2a$04$1OE1.kGFvy8cQHlp4Mp3VuKHvGf4YRP/rY3PcBCWUoZCtdcfYr91K"], ["created_at", "2016-03-08 19:50:50.442151"], ["updated_at", "2016-03-08 19:50:50.442151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Facilis praesentium assumenda nemo esse dolores consequuntur. At consequatur rerum enim similique pariatur. Ea ex eius voluptatem. Ratione maiores accusantium."], ["summary", "Incidunt vitae quo. Quidem dolorem neque impedit."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.447887"], ["updated_at", "2016-03-08 19:50:50.447887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shana.considine@jastjacobson.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shana.considine@jastjacobson.com"], ["name", "Antwan White"], ["password_digest", "$2a$04$4NyvNDro4T18N7sTZaZgr.6sQz0t2QyR86CbvykPJCmf/z6RQe/ha"], ["created_at", "2016-03-08 19:50:50.456517"], ["updated_at", "2016-03-08 19:50:50.456517"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "In modi iure eum error nostrum sed. Cumque earum quo eum. Vitae quia beatae. Qui libero voluptatem aperiam voluptatum necessitatibus."], ["summary", "Praesentium id consectetur laboriosam repudiandae et. Enim culpa nemo expedita ducimus impedit suscipit quo. Omnis nisi omnis."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.463210"], ["updated_at", "2016-03-08 19:50:50.463210"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adalberto_bradtke@wintheiserraynor.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adalberto_bradtke@wintheiserraynor.io"], ["name", "Fae Bechtelar"], ["password_digest", "$2a$04$DTmfqGu.uHdmDGlqd.3WPuWn361yDOka34Gg.NLcq5Z9jFlMoX65y"], ["created_at", "2016-03-08 19:50:50.472455"], ["updated_at", "2016-03-08 19:50:50.472455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Exercitationem voluptatibus nobis. Et facere aspernatur pariatur aut animi eius. Iusto earum corporis velit nisi eos odio."], ["summary", "Quia ut facilis cupiditate possimus nostrum. Vel rerum non. Reiciendis non aut harum dolores et."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.478654"], ["updated_at", "2016-03-08 19:50:50.478654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (33.2ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (42.4ms) Completed 200 OK in 46ms (Views: 38.7ms | ActiveRecord: 6.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (6.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (16.3ms) Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ellis@strosin.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ellis@strosin.net"], ["name", "Berry Barrows"], ["password_digest", "$2a$04$RjzdQ9QY99dkrur3UCHupeLj.9MEB6MyQS4R6dq3eBG5T2h0Nqjtq"], ["created_at", "2016-03-08 19:50:50.570466"], ["updated_at", "2016-03-08 19:50:50.570466"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Dolorum ipsa vero libero. Reprehenderit dicta commodi. Quis et nostrum asperiores quisquam. Dolor earum odio labore."], ["summary", "Unde perferendis quisquam eos amet labore deserunt est."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.577417"], ["updated_at", "2016-03-08 19:50:50.577417"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (8.7ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.4ms) Completed 200 OK in 18ms (Views: 12.0ms | ActiveRecord: 5.3ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.4ms) Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('barry.fritsch@corkerycronin.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "barry.fritsch@corkerycronin.com"], ["name", "Rocio Heidenreich"], ["password_digest", "$2a$04$dSkIzuA4DP3KJ3poI1g.qOe3N8y45Rro/adbPkDh543Hp9ilw2UPa"], ["created_at", "2016-03-08 19:50:50.653963"], ["updated_at", "2016-03-08 19:50:50.653963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Exercitationem velit eos molestias optio sed non porro. Ullam officia aliquid et magnam dignissimos. Eaque aliquid consequatur sint enim aut aut. Voluptatem omnis in quod dolor non animi."], ["summary", "Et mollitia facilis natus pariatur temporibus vel. Ut laborum velit magnam. Velit modi dolores reprehenderit."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-08 19:50:50.658460"], ["updated_at", "2016-03-08 19:50:50.658460"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-08 19:50:50.681127"], ["updated_at", "2016-03-08 19:50:50.681127"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-08 19:50:50.687193"], ["updated_at", "2016-03-08 19:50:50.687193"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maximillia.kub@bauchgoldner.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maximillia.kub@bauchgoldner.com"], ["name", "Eda Graham"], ["password_digest", "$2a$04$pP1kmg/lsDSRA88c6KzP8.RaoDY62IxB.PTbJ9JYRzwXeeg6dKT/."], ["created_at", "2016-03-08 19:50:50.694371"], ["updated_at", "2016-03-08 19:50:50.694371"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Reprehenderit deleniti corporis corrupti delectus. Vel sit tempora et asperiores reiciendis sunt."], ["summary", "Modi sit a et laudantium nihil. Ullam minus placeat ducimus nihil quibusdam laudantium sed."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.709712"], ["updated_at", "2016-03-08 19:50:50.709712"]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gunnar@kuhicshanahan.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gunnar@kuhicshanahan.info"], ["name", "Rachelle Morar"], ["password_digest", "$2a$04$dmPhzyTkMU1bUj6oHuLn8eKMsjopgcMlQdHKMiU0cF.dEAYWL6b2K"], ["created_at", "2016-03-08 19:50:50.723387"], ["updated_at", "2016-03-08 19:50:50.723387"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Id dolore soluta earum quidem accusamus. Suscipit facere distinctio totam culpa ut accusantium et."], ["summary", "Ea fugit eos. Velit harum perspiciatis facilis ea dolores. Aut aliquam omnis."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:50.737384"], ["updated_at", "2016-03-08 19:50:50.737384"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.3ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (15.0ms) Completed 200 OK in 19ms (Views: 13.8ms | ActiveRecord: 4.2ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-08 14:50:50 -0500 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (5.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (12.8ms) Completed 200 OK in 19ms (Views: 11.0ms | ActiveRecord: 4.8ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$Mz8RaLoWhCABwYG2UgxVjuzmYI9Nfjv3DKnVzA7WfDN/5jCpoi.Oi"], ["created_at", "2016-03-08 19:50:50.832159"], ["updated_at", "2016-03-08 19:50:50.832159"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$mbOWejztV3EbNskANLp9zuv0hn1QvHU.9pVVpu7VkG.7GEYqgGuyq"], ["created_at", "2016-03-08 19:50:50.845488"], ["updated_at", "2016-03-08 19:50:50.845488"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Xc8t6FEl4ig7ypBfsfHC1e.w6NM3zM.aj/hT6tOPnEv8axFpVjoAa"], ["updated_at", "2016-03-08 19:50:50.850841"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 19:50:50.867281"], ["updated_at", "2016-03-08 19:50:50.867281"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-08 19:50:50.876799"], ["updated_at", "2016-03-08 19:50:50.876799"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meredith_kaulke@carter.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meredith_kaulke@carter.name"], ["name", "Ava Ziemann"], ["password_digest", "$2a$04$g1hgJQWwdFNWelDW4dHRyuE71XcfgagWSpqNRbh/u6keOzajd3h76"], ["created_at", "2016-03-08 19:50:50.938256"], ["updated_at", "2016-03-08 19:50:50.938256"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trycia@veum.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trycia@veum.biz"], ["name", "Miss Santa Gorczany"], ["password_digest", "$2a$04$r9WZfMTeNRE4Spp.So73De59OT2PqZAr27x6rkYflqQF78m9jPuHa"], ["created_at", "2016-03-08 19:50:50.950571"], ["updated_at", "2016-03-08 19:50:50.950571"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stan_yundt@sporer.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stan_yundt@sporer.info"], ["name", "Aurelio Blanda MD"], ["password_digest", "$2a$04$bRSgCW3Zb4pMPYT5klg7tuz0fMp5juyK.LFa0BmyFSUDjKd8zYQ8O"], ["created_at", "2016-03-08 19:50:50.963354"], ["updated_at", "2016-03-08 19:50:50.963354"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Aut numquam sed magnam nihil est odit eligendi. Animi in est repellendus veritatis hic et molestiae. Rerum neque id."], ["summary", "Aut velit soluta dolor dicta sunt aut dolorem."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-08 19:50:50.969612"], ["updated_at", "2016-03-08 19:50:50.969612"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('romaine@schimmel.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "romaine@schimmel.com"], ["name", "Julia Crona"], ["password_digest", "$2a$04$yMs9H47/.qU8wtd1KRwMeu4TvZnyP73xCAW.Q.ThW1CBIR6qLp8dW"], ["created_at", "2016-03-08 19:50:50.980741"], ["updated_at", "2016-03-08 19:50:50.980741"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Recusandae sit sunt modi placeat sequi. Quia atque illo. Quod earum vel dolorum voluptas non in quo. Dolor ab vitae quidem."], ["summary", "Quas nihil mollitia totam aliquid provident necessitatibus. Harum beatae sequi aut."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-08 19:50:50.985564"], ["updated_at", "2016-03-08 19:50:50.985564"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deshawn_kuhlman@littel.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deshawn_kuhlman@littel.co"], ["name", "Luz Morar"], ["password_digest", "$2a$04$j1I48cjWACIIiS3AAPO/oeRniky981JYjhI2Vuf1fqcaJEgjn7.oW"], ["created_at", "2016-03-08 19:50:50.996106"], ["updated_at", "2016-03-08 19:50:50.996106"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('irma.mclaughlin@romaguera.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "irma.mclaughlin@romaguera.co"], ["name", "Sofia Shields"], ["password_digest", "$2a$04$QSHiMgIeQ079pKJMfeZbQOR.X3V2W4hepekrohClZp.WsXVf889Cy"], ["created_at", "2016-03-08 19:50:51.005703"], ["updated_at", "2016-03-08 19:50:51.005703"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sammie_huels@quigleybeer.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sammie_huels@quigleybeer.io"], ["name", "Elizabeth Gislason PhD"], ["password_digest", "$2a$04$p516Eb2VBxMF9RFC6CIune3z684B5QQwQJ27xC8IaZKG7GJHGCvLy"], ["created_at", "2016-03-08 19:50:51.015884"], ["updated_at", "2016-03-08 19:50:51.015884"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adelia@cole.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adelia@cole.org"], ["name", "Andreane Considine III"], ["password_digest", "$2a$04$eHRKqtCB4w7w0Dn/gjKTZ.svpx0siOnDjqOVSp9Ab0wzNfuocH1Am"], ["created_at", "2016-03-08 19:50:51.026612"], ["updated_at", "2016-03-08 19:50:51.026612"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Aspernatur neque assumenda. Rerum aperiam incidunt commodi molestiae vitae quas. Sunt voluptatum consequatur."], ["summary", "Quos neque corrupti sit nihil natus a. Eum deserunt magni sunt quis. Consectetur omnis asperiores quis vel exercitationem qui."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:51.032927"], ["updated_at", "2016-03-08 19:50:51.032927"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liliane_treutel@dooley.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liliane_treutel@dooley.co"], ["name", "Kailyn Kessler"], ["password_digest", "$2a$04$YtAQmLWDkg3A.p76x2P8p.SVn/7TU7xAMm/JrPGRGuLQFfIIeCAPO"], ["created_at", "2016-03-08 19:50:51.040124"], ["updated_at", "2016-03-08 19:50:51.040124"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Consequatur qui natus vel. Dolores quidem ut."], ["summary", "Voluptas quam impedit porro inventore nihil. Voluptatum officiis minus commodi impedit quaerat."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:51.046278"], ["updated_at", "2016-03-08 19:50:51.046278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 17:50:51.048701"], ["updated_at", "2016-03-08 19:50:51.051452"], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 19:50:51.048839"], ["updated_at", "2016-03-08 19:50:51.056128"], ["id", 21]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vella.heathcote@marksmann.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vella.heathcote@marksmann.org"], ["name", "Devin Brekke Jr."], ["password_digest", "$2a$04$6EGy7yQ8qap0R/G8RwCOw.Gacn6A5LZ4SifGO2yJECqx2SPiy2Jdm"], ["created_at", "2016-03-08 19:50:51.068248"], ["updated_at", "2016-03-08 19:50:51.068248"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Blanditiis non aut rerum a modi libero. Tenetur aut aut quos expedita officia qui porro."], ["summary", "Odit dolorem quaerat quidem."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:51.072955"], ["updated_at", "2016-03-08 19:50:51.072955"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kitty.johnson@wehner.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kitty.johnson@wehner.name"], ["name", "Mr. Sally Rice"], ["password_digest", "$2a$04$wCNflrgWKy1IYr6kgJmT/OzrVhHn5YNuFi4lBE8MQ4adjhUweWy.q"], ["created_at", "2016-03-08 19:50:51.081617"], ["updated_at", "2016-03-08 19:50:51.081617"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Rerum ut eius. Ut ut tenetur laudantium commodi quia."], ["summary", "Voluptas dolores minima explicabo molestiae perspiciatis."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-08 19:50:51.086198"], ["updated_at", "2016-03-08 19:50:51.086198"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('watson@mohr.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "watson@mohr.com"], ["name", "Dax Little"], ["password_digest", "$2a$04$7tYxY1OWrpJgpIfL7HD.LePYi9rXNabkjeq4vACEfPvjcnYpgoP5a"], ["created_at", "2016-03-08 19:50:51.098596"], ["updated_at", "2016-03-08 19:50:51.098596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('loraine_johns@stoltenberg.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "loraine_johns@stoltenberg.co"], ["name", "Rigoberto Larson"], ["password_digest", "$2a$04$xx2pWPLg79q3fhtRoqspHemrXpuyZyfgjfBfnWsXEmNV.M1/F7Ox2"], ["created_at", "2016-03-08 19:50:51.109597"], ["updated_at", "2016-03-08 19:50:51.109597"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Aliquid veniam doloribus consequatur. Ullam autem dicta voluptate voluptas. Fuga dolorem asperiores pariatur et dolorem et non. Cupiditate eum ducimus quia et omnis quis blanditiis."], ["summary", "Quibusdam nobis ea iure distinctio aliquam."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-08 19:50:51.116845"], ["updated_at", "2016-03-08 19:50:51.116845"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:51.122922"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dahlia@williamson.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dahlia@williamson.name"], ["name", "Lonzo Quigley"], ["password_digest", "$2a$04$qxcs51j4W6Ng07pBF.tK5udQXtkba92FNdC79N3SKXC46pj8dcnHG"], ["created_at", "2016-03-08 19:50:51.134266"], ["updated_at", "2016-03-08 19:50:51.134266"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Voluptates corrupti fugit eius a. Repudiandae esse eum voluptatem qui repellat inventore."], ["summary", "Natus doloremque error tenetur."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 19:50:51.140371"], ["updated_at", "2016-03-08 19:50:51.140371"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 19:50:51.145288"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pearline@tromp.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pearline@tromp.org"], ["name", "Daisy Kuhn"], ["password_digest", "$2a$04$UxB.rNsdwPTk9QzkYJ2QIuJ9kJvJkW9uF1NxNe1eAMMGgX6H1uDPy"], ["created_at", "2016-03-08 19:50:51.161054"], ["updated_at", "2016-03-08 19:50:51.161054"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$i.1RI/7iIzLkFX2ONdaKB.p8aHYNsFBQ76tnYDeap921PIGZC..bG"], ["created_at", "2016-03-08 19:50:51.246707"], ["updated_at", "2016-03-08 19:50:51.246707"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$99bP5DL9CAI1rrUrKu7AZeB3hTk5g7HP6DIre307KgU7/lY.VIiAm"], ["created_at", "2016-03-08 19:50:51.325359"], ["updated_at", "2016-03-08 19:50:51.325359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lew@stark.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lew@stark.biz"], ["name", "Grayce Cruickshank III"], ["password_digest", "$2a$04$GJ3VyHTIqojlkKElQ9nl6OrSyomgPgMh3PEwbL09z/8t1fC.lHqg2"], ["created_at", "2016-03-08 19:50:51.339323"], ["updated_at", "2016-03-08 19:50:51.339323"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Voluptatum sapiente eligendi quasi molestiae. Praesentium optio quia nemo id qui. Vel debitis dolorem."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-08 19:50:51.345161"], ["updated_at", "2016-03-08 19:50:51.345161"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (1.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (25.4ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (33.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (1.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$ICRu93QNYZ1oKw0OHFVz.OttCEV7ROGaM3Yn3XBb7fSpCSrqr3CGq"], ["created_at", "2016-03-08 20:12:37.187026"], ["updated_at", "2016-03-08 20:12:37.187026"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$qw8Z66qqAYjNkHJdMxD1..7x.gkOhfShdH54pUrcR4zxz.JAtXnMa"], ["created_at", "2016-03-08 20:12:37.211829"], ["updated_at", "2016-03-08 20:12:37.211829"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zhWpqLpkB6OQnQSSXoU.hO0jq1a/3Pb20t6Oz64mnlM6BfulsoFJe"], ["updated_at", "2016-03-08 20:12:37.218292"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jonathan.flatley@rowe.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jonathan.flatley@rowe.net"], ["name", "Letha Veum"], ["password_digest", "$2a$04$DQCwDsA27rR3AkYkdkE64.29xqusxMZTqABlNT5IU5lRWhmMZfsW6"], ["created_at", "2016-03-08 20:12:37.661297"], ["updated_at", "2016-03-08 20:12:37.661297"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "In aliquam adipisci labore et perspiciatis hic. Vitae facere occaecati velit et quibusdam aut. Provident non aut."], ["summary", "Officia exercitationem sed non."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-08 20:12:37.791226"], ["updated_at", "2016-03-08 20:12:37.791226"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cortney_gleichner@purdydickens.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cortney_gleichner@purdydickens.net"], ["name", "Stone Kohler"], ["password_digest", "$2a$04$QQnUXz73BLyML.akjA6B/OjwY52UAyUX9XBZQzqntRvsdGoCdjYU2"], ["created_at", "2016-03-08 20:12:37.842780"], ["updated_at", "2016-03-08 20:12:37.842780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Vel beatae ea numquam. Ut dolores voluptate et repudiandae eligendi."], ["summary", "Sit voluptas ipsa qui sed ab quam quas. In reprehenderit porro alias repellat."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:12:37.846867"], ["updated_at", "2016-03-08 20:12:37.846867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mitchel_nolan@reinger.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mitchel_nolan@reinger.name"], ["name", "Yasmeen Schuster"], ["password_digest", "$2a$04$HnRYBfy7G/OylyRhVDd5AeStHEFL3PiD9i0jLwL4X0C4n3a3FAI/m"], ["created_at", "2016-03-08 20:12:37.853287"], ["updated_at", "2016-03-08 20:12:37.853287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Tempora dolorem natus veritatis. Autem ipsum animi impedit et."], ["summary", "Ut nihil autem a. Et debitis commodi vitae ea qui rem."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:12:37.857745"], ["updated_at", "2016-03-08 20:12:37.857745"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kira_barrows@bartoletti.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kira_barrows@bartoletti.net"], ["name", "Ashleigh Anderson I"], ["password_digest", "$2a$04$8H2bz7IQZSeQQBT6PHGJuOKttbrC7N.O/cM1rqHvFi6.CunXVWoU2"], ["created_at", "2016-03-08 20:12:37.866163"], ["updated_at", "2016-03-08 20:12:37.866163"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Commodi fuga rerum quae molestiae praesentium fugit mollitia. Distinctio labore occaecati provident magni et laudantium delectus."], ["summary", "Deleniti cum ea ut maxime velit nam architecto. Qui sit laudantium molestiae recusandae vitae. Eius sit culpa modi."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:12:37.872285"], ["updated_at", "2016-03-08 20:12:37.872285"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mara@schumm.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mara@schumm.io"], ["name", "Ashlee Medhurst"], ["password_digest", "$2a$04$jcYUGJG8KeXUpG4dweLHu.0vJbDBxAitn.DBtOznXsg.j0j09lQai"], ["created_at", "2016-03-08 20:12:37.880582"], ["updated_at", "2016-03-08 20:12:37.880582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Ad provident tempore impedit. Quo fuga sunt consectetur earum sint consequatur magnam. Eum reprehenderit et et. Ad omnis repellendus nulla et tempora minus."], ["summary", "Omnis quas nesciunt atque. Ipsam maxime est rerum id. Eaque qui eos amet saepe."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:12:37.885293"], ["updated_at", "2016-03-08 20:12:37.885293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claudine@willkertzmann.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claudine@willkertzmann.io"], ["name", "Mr. Torey Durgan"], ["password_digest", "$2a$04$Co2.AJH7A.oYzrc7NDEY.ud/k7ppia/Vi3QPhvVK0UMfcMCHa9AwS"], ["created_at", "2016-03-08 20:12:37.892500"], ["updated_at", "2016-03-08 20:12:37.892500"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Non non perferendis alias id culpa odit molestiae. Quia dolor deleniti. Mollitia doloremque voluptas."], ["summary", "Suscipit quaerat aut temporibus ullam consequatur non. Aut quibusdam soluta magni voluptates."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:12:37.896751"], ["updated_at", "2016-03-08 20:12:37.896751"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ari_kub@farrellarmstrong.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ari_kub@farrellarmstrong.io"], ["name", "Dr. Herta Jacobs"], ["password_digest", "$2a$04$WSJaJ68HsMuoNVsl4sOPu.HiYaL3Y.XNg3WNSfMwd9/TFICxohi/y"], ["created_at", "2016-03-08 20:12:37.903692"], ["updated_at", "2016-03-08 20:12:37.903692"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Repellendus non consequatur sint et eligendi molestiae suscipit. Voluptatem qui illo alias occaecati maiores. Est consectetur id cum inventore quam tempora."], ["summary", "Qui aut est accusamus maiores ex facere aut."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:12:37.908066"], ["updated_at", "2016-03-08 20:12:37.908066"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keira_cummings@conroy.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keira_cummings@conroy.io"], ["name", "Nicole Bernier II"], ["password_digest", "$2a$04$Nb9LA0RXfhdL0bY01D3Pgu16iKSB0cR8uSQTb3is8lfQo8AzKYh3."], ["created_at", "2016-03-08 20:12:37.915575"], ["updated_at", "2016-03-08 20:12:37.915575"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Voluptatum rerum ut culpa explicabo totam. Aliquid itaque ad consequatur cupiditate. Sit soluta expedita. Optio quos sed."], ["summary", "Optio non voluptatum consectetur sit. Autem totam placeat praesentium libero temporibus eveniet."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:12:37.919593"], ["updated_at", "2016-03-08 20:12:37.919593"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shyanne@towne.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shyanne@towne.io"], ["name", "Keven Schmitt"], ["password_digest", "$2a$04$ctI8ovgs/02/G0jVfmqB4OgiHd8JOIMYedsQquviXgCGAN2r7bQGG"], ["created_at", "2016-03-08 20:12:37.927054"], ["updated_at", "2016-03-08 20:12:37.927054"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Et quisquam suscipit temporibus eos corrupti nisi voluptatem. Sed a dolorum sit eaque animi reiciendis voluptate."], ["summary", "Quasi voluptatem veniam sed dignissimos et. Quaerat reiciendis nesciunt non est. Mollitia necessitatibus cum sit ducimus magni."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:12:37.930957"], ["updated_at", "2016-03-08 20:12:37.930957"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dock@schummjohnston.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dock@schummjohnston.info"], ["name", "Henri Nitzsche"], ["password_digest", "$2a$04$5D0Wpmt8d0x308X2sn.hzOwio0e4.8aOW9QABFziiZlI5DPI6QYgW"], ["created_at", "2016-03-08 20:12:37.937547"], ["updated_at", "2016-03-08 20:12:37.937547"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Accusamus perspiciatis eum ea debitis. Blanditiis molestiae qui commodi."], ["summary", "Magnam sequi quia ipsum. Impedit harum sint nam."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:12:37.942033"], ["updated_at", "2016-03-08 20:12:37.942033"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caria.cole@wiegand.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caria.cole@wiegand.co"], ["name", "Deonte Schiller"], ["password_digest", "$2a$04$bdTqR8I0nU5lc07Y6NFX1utT4w1xK98.rz7C.Su8YLW4CUVRGD1/O"], ["created_at", "2016-03-08 20:12:37.948579"], ["updated_at", "2016-03-08 20:12:37.948579"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Aut magnam architecto non illum rerum unde aspernatur. Nam est dolores. Non soluta voluptas. Qui corporis illum consequatur maiores porro."], ["summary", "Tempora vero eligendi rem. Qui eligendi laborum sunt qui. Aliquam at earum quia."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:12:37.952971"], ["updated_at", "2016-03-08 20:12:37.952971"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fabiola_buckridge@bradtke.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fabiola_buckridge@bradtke.co"], ["name", "Sophia Quigley"], ["password_digest", "$2a$04$XQt61W9zCsl/A6FtOASuweZh4uVNOyZOCKehnS.YpsQLuDZUji76y"], ["created_at", "2016-03-08 20:12:37.959942"], ["updated_at", "2016-03-08 20:12:37.959942"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Labore corrupti amet. Ut quis et perspiciatis illum dolores."], ["summary", "Quibusdam aliquam ipsum aliquid ab excepturi. Debitis odio neque. Ratione itaque nihil inventore et omnis aut adipisci."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:12:37.964167"], ["updated_at", "2016-03-08 20:12:37.964167"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verla.roberts@ankunding.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verla.roberts@ankunding.net"], ["name", "Roselyn Mayert"], ["password_digest", "$2a$04$rQSs8YqDFkqhwq1LLwSwjuEyVtUSs.40ypfvvTDQ.Yghst6TjkoFW"], ["created_at", "2016-03-08 20:12:37.972159"], ["updated_at", "2016-03-08 20:12:37.972159"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Labore quas expedita quae dicta vero eum. Quam minus voluptatem voluptas placeat architecto dolores. Facilis excepturi itaque enim."], ["summary", "Molestiae omnis quam aut. Tempore iste asperiores totam est officiis vel. Veniam fugiat aut aliquid delectus."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:12:37.977229"], ["updated_at", "2016-03-08 20:12:37.977229"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('candice.sporer@schmidtkilback.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "candice.sporer@schmidtkilback.io"], ["name", "Shyanne Kuvalis"], ["password_digest", "$2a$04$CjEnutyHfYTAsERU2W7yVOrA4JVe3/usa86HVPW/Sn8.YuUefNwDa"], ["created_at", "2016-03-08 20:12:37.984182"], ["updated_at", "2016-03-08 20:12:37.984182"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Natus aut culpa sint. Omnis eum quia necessitatibus distinctio."], ["summary", "Et sunt delectus tenetur omnis. Doloremque cumque molestias dolore nobis odit ut. Tempore reprehenderit et distinctio qui harum."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:12:37.988404"], ["updated_at", "2016-03-08 20:12:37.988404"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('audreanne_white@hoppe.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "audreanne_white@hoppe.io"], ["name", "Juanita Satterfield"], ["password_digest", "$2a$04$m7Dczdz.l0WeVrV/8b5xCupruhykaKHK02vRwUeDJ0DHsdENJrv3i"], ["created_at", "2016-03-08 20:12:37.997024"], ["updated_at", "2016-03-08 20:12:37.997024"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Nulla culpa aut reprehenderit facilis veniam dolor odit. Impedit quo molestiae quis tempore nulla commodi cupiditate. Magni harum voluptatum ut qui qui et voluptatem. Rem et porro ipsum."], ["summary", "Veniam dolores voluptas aut qui."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:12:38.002780"], ["updated_at", "2016-03-08 20:12:38.002780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('renee@schmelerokon.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "renee@schmelerokon.io"], ["name", "Greyson Borer"], ["password_digest", "$2a$04$9MFSxpLm9KXnhLsTfFG02uOvo61bxzM0wwaY5qsQA5st3suDDDg.i"], ["created_at", "2016-03-08 20:12:38.010056"], ["updated_at", "2016-03-08 20:12:38.010056"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Consequatur voluptas eaque perspiciatis dolores explicabo nemo soluta. Ex molestiae odio officiis. Nobis et voluptas repellat quos iusto."], ["summary", "Et neque quaerat porro odit ut dolorem alias. Amet corporis similique dolore officia sequi temporibus."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:12:38.014309"], ["updated_at", "2016-03-08 20:12:38.014309"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('orlo_johnson@hegmann.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "orlo_johnson@hegmann.co"], ["name", "Gwen Carter"], ["password_digest", "$2a$04$uoApMUiv36zTqUj864SPw.4idGwDjD5mgN5Gp2K4veVT.D.Ewl7mq"], ["created_at", "2016-03-08 20:12:38.021139"], ["updated_at", "2016-03-08 20:12:38.021139"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Dolor non nihil sunt expedita unde. Adipisci et sunt laborum minus. Praesentium reiciendis doloribus possimus. Modi corporis quasi rem molestias voluptates."], ["summary", "Numquam animi accusantium doloremque est maiores vero consequuntur."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:12:38.025626"], ["updated_at", "2016-03-08 20:12:38.025626"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('linnie@kingkilback.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "linnie@kingkilback.co"], ["name", "Marquis Reilly"], ["password_digest", "$2a$04$pVC28r/4Fx3a0MHJT1JWse/nXkJ9n/mQ9MojtX/O7/bzOjvzgVsa2"], ["created_at", "2016-03-08 20:12:38.032405"], ["updated_at", "2016-03-08 20:12:38.032405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Architecto sapiente repellendus libero similique quia. Nam ea maiores. Autem vitae at."], ["summary", "Rerum nihil eaque rerum perspiciatis pariatur. Aspernatur itaque omnis totam vitae."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:12:38.036750"], ["updated_at", "2016-03-08 20:12:38.036750"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('easton@kerluke.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "easton@kerluke.org"], ["name", "Graciela Ratke"], ["password_digest", "$2a$04$rwWrG/ALHWxMWbj9KkJ0n.r0aY2RA.OrUlgmpBGuaOylAm/jMLubK"], ["created_at", "2016-03-08 20:12:38.043544"], ["updated_at", "2016-03-08 20:12:38.043544"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Recusandae praesentium laudantium non eum. Corporis qui maiores itaque dolores. Voluptate autem consequuntur reprehenderit qui. Quos nostrum et porro provident accusamus maiores illo."], ["summary", "Ut non quia consectetur ut placeat. Aut officia laudantium alias pariatur voluptas. Officia explicabo velit."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:12:38.047915"], ["updated_at", "2016-03-08 20:12:38.047915"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rogers_hoeger@vonrueden.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rogers_hoeger@vonrueden.org"], ["name", "Melyssa Baumbach"], ["password_digest", "$2a$04$dW.1Yr6KX4b.MuwaRfAuFebvhC6i84.Xihrvw44EQO5GFHpL11E76"], ["created_at", "2016-03-08 20:12:38.054523"], ["updated_at", "2016-03-08 20:12:38.054523"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Iusto non doloremque optio ullam labore delectus aut. Dignissimos sapiente vitae et nostrum."], ["summary", "Ut non et est quia in atque. Corporis quaerat omnis quibusdam. Porro mollitia veritatis voluptatibus."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:12:38.059119"], ["updated_at", "2016-03-08 20:12:38.059119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leonard@johns.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leonard@johns.net"], ["name", "Melyssa Kuhn"], ["password_digest", "$2a$04$wg/horF3IYhiMYGHC7oKiO0dcZ2Ags58mAJqWSH1AtfAImm.jzSwi"], ["created_at", "2016-03-08 20:12:38.068932"], ["updated_at", "2016-03-08 20:12:38.068932"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Veritatis asperiores provident. Quisquam et enim deserunt odit laudantium nobis odio. Aut quia dignissimos consequatur corporis suscipit neque quod."], ["summary", "Explicabo quam autem voluptate et est."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:12:38.076283"], ["updated_at", "2016-03-08 20:12:38.076283"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman_schinner@hintz.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hyman_schinner@hintz.info"], ["name", "Ms. Devon Runte"], ["password_digest", "$2a$04$yzRrjySLQDgWiSkAXm52luVAXEWvl7kc0W5lkMfS3EGFDhr03RGSu"], ["created_at", "2016-03-08 20:12:38.086411"], ["updated_at", "2016-03-08 20:12:38.086411"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Placeat et dolorem iusto doloremque aut ut consequatur. Neque vitae maxime quia sit quis tenetur expedita."], ["summary", "Facere quae dolore dicta quis iusto ab omnis."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:12:38.092994"], ["updated_at", "2016-03-08 20:12:38.092994"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman@koelpinwintheiser.net') LIMIT 1 SQL (1.2ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hyman@koelpinwintheiser.net"], ["name", "Rowena Auer"], ["password_digest", "$2a$04$3Wq6yUk6ByTxiL.04.LKl.UCwzB3W5qcJjYN3mwz.O9gtzQUWhmxC"], ["created_at", "2016-03-08 20:12:38.102527"], ["updated_at", "2016-03-08 20:12:38.102527"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Id quis atque aut corrupti laborum voluptas. Incidunt rerum nostrum architecto sit optio esse. Veniam suscipit numquam quod animi qui aliquid."], ["summary", "Magnam quasi et aut dolor fugiat ut."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:12:38.109665"], ["updated_at", "2016-03-08 20:12:38.109665"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miguel_beer@berge.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "miguel_beer@berge.net"], ["name", "Ms. Rhett Swaniawski"], ["password_digest", "$2a$04$IBxsSDxgM804VyNeQDQc4uy.ZP2urr6JmJcMlejUPLODtGP4r2NBW"], ["created_at", "2016-03-08 20:12:38.121299"], ["updated_at", "2016-03-08 20:12:38.121299"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Ab qui eveniet quibusdam. Sed ullam placeat molestiae accusamus. Ut eos et explicabo."], ["summary", "Quo rerum eos consequuntur sapiente."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:12:38.129076"], ["updated_at", "2016-03-08 20:12:38.129076"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janae.doyle@rathframi.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janae.doyle@rathframi.com"], ["name", "Mr. Gabriella West"], ["password_digest", "$2a$04$AGUhkFb9CXcdWB5V82jNqOExQJQaN6EuxJ1gyx5HYZ5v.lBnaA.MW"], ["created_at", "2016-03-08 20:12:38.140861"], ["updated_at", "2016-03-08 20:12:38.140861"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Neque vel quaerat odit. Quia vel cumque. Perferendis odio consequatur tempore iusto. Voluptates laborum et."], ["summary", "Voluptas est cumque eos fugit maiores ad. Sit autem voluptas quis et ipsam consequatur."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:12:38.148438"], ["updated_at", "2016-03-08 20:12:38.148438"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('grace@hilpertboyer.info') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "grace@hilpertboyer.info"], ["name", "Mrs. Ryan Flatley"], ["password_digest", "$2a$04$WKYTeeNUoQQUy7vbYeUDTu2IwSgEvsKWZJIqcZYw1LWn6ujlZkHoO"], ["created_at", "2016-03-08 20:12:38.159857"], ["updated_at", "2016-03-08 20:12:38.159857"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quibusdam doloremque animi quia laboriosam veritatis vitae inventore. Quia cumque quidem aut sint nobis. Animi id rerum est non sequi quibusdam aut. Optio in voluptas maxime."], ["summary", "Doloribus sit perspiciatis vel repellendus qui. Ratione amet et mollitia impedit id dolor. Maiores nisi voluptates voluptas illum unde libero delectus."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:12:38.167241"], ["updated_at", "2016-03-08 20:12:38.167241"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilber.kuhn@zulauf.io') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wilber.kuhn@zulauf.io"], ["name", "Mertie Leffler"], ["password_digest", "$2a$04$WAd2sAI8/miUSuT//TAsA.M/UiwTDT5kvBsl7kY7ijSVZsI/ekwfS"], ["created_at", "2016-03-08 20:12:38.176457"], ["updated_at", "2016-03-08 20:12:38.176457"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Sit rem in sapiente officia tempore. Consequatur iusto culpa alias consectetur. Dignissimos ut eos voluptas quia cum saepe."], ["summary", "Qui quo vel. Id et excepturi quasi velit. Inventore porro libero quis molestiae qui architecto non."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:12:38.182492"], ["updated_at", "2016-03-08 20:12:38.182492"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (1.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zachary_bednar@walkerabshire.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zachary_bednar@walkerabshire.biz"], ["name", "Else Vandervort"], ["password_digest", "$2a$04$eJywaAkqM2tF2Es2QToePO83yQRf8dtwdpeiHbonASxNIFKEv9GbS"], ["created_at", "2016-03-08 20:12:38.227882"], ["updated_at", "2016-03-08 20:12:38.227882"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-08 20:12:38.261415"], ["updated_at", "2016-03-08 20:12:38.261415"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delbert@aufderhar.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delbert@aufderhar.com"], ["name", "Helena Simonis"], ["password_digest", "$2a$04$AaSFoSFJfCccwzT0g1MDa.AgxIJE0d8So6sfjNbeNLFYSd7X18TcO"], ["created_at", "2016-03-08 20:12:38.289478"], ["updated_at", "2016-03-08 20:12:38.289478"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Enim tempora quos sed ut laborum ea. Delectus aspernatur suscipit reiciendis asperiores voluptatem. Omnis officiis quod sit repudiandae suscipit.", "summary"=>"Omnis occaecati maiores sit autem labore sint."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 1.9ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-08 20:12:38.340714"], ["updated_at", "2016-03-08 20:12:38.340714"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Consequatur doloremque porro non beatae qui omnis cumque. Tenetur pariatur incidunt quos.", "summary"=>"Similique occaecati perferendis enim est accusantium. Vel dolore sint."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dimitri_grimes@zemlak.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dimitri_grimes@zemlak.org"], ["name", "Randal Abernathy"], ["password_digest", "$2a$04$A7xn2S76OHrpm.4tsg1OdeMvuIi3jpgymIYHLJP0wktYhhY0c0c1G"], ["created_at", "2016-03-08 20:12:38.373121"], ["updated_at", "2016-03-08 20:12:38.373121"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Dicta occaecati voluptatem perspiciatis. Beatae tempore optio iure in pariatur.", "author_id"=>"32"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Dicta occaecati voluptatem perspiciatis. Beatae tempore optio iure in pariatur."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-08 20:12:38.394069"], ["updated_at", "2016-03-08 20:12:38.394069"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Et rerum quod rem fugiat."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delbert@botsfordtorp.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delbert@botsfordtorp.org"], ["name", "Dr. Roxanne Collier"], ["password_digest", "$2a$04$hlEm9pIDsrTw200UdWPxn.NQVuGixF.Uq1tpr45pdCkHhrxrZ/dR6"], ["created_at", "2016-03-08 20:12:38.438868"], ["updated_at", "2016-03-08 20:12:38.438868"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Doloribus consequatur doloremque neque ratione laboriosam. Ut recusandae eum ullam culpa necessitatibus rem perferendis."], ["summary", "Qui odit quo deleniti minus molestiae. Laboriosam voluptas sunt ullam reiciendis eum facere. Dignissimos temporibus voluptatem voluptate laboriosam eos suscipit."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-08 20:12:38.445386"], ["updated_at", "2016-03-08 20:12:38.445386"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 11ms (Views: 7.1ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michelle_monahan@rohan.com') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michelle_monahan@rohan.com"], ["name", "Ismael Johnson"], ["password_digest", "$2a$04$qXZLmQTUL6AihyTZSqZmiu91iLErFfnzscTKf.R2GF6QCCRd5myg2"], ["created_at", "2016-03-08 20:12:38.476969"], ["updated_at", "2016-03-08 20:12:38.476969"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Atque quis neque deserunt illum consequatur adipisci consequatur. Impedit voluptatem consequatur sit molestiae."], ["summary", "Natus qui quis laboriosam. Inventore non debitis."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-08 20:12:38.482624"], ["updated_at", "2016-03-08 20:12:38.482624"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-08 20:12:38.505167"], ["updated_at", "2016-03-08 20:12:38.505167"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rasheed@faheymills.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rasheed@faheymills.io"], ["name", "Timmy Moore"], ["password_digest", "$2a$04$la3lLhh5HffUNuZVtWmwTuFrK5dAA4yy6.QiWnzobKUN1ifWfoCGm"], ["created_at", "2016-03-08 20:12:38.518383"], ["updated_at", "2016-03-08 20:12:38.518383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Praesentium assumenda totam quos repudiandae. Occaecati expedita at dolor."], ["summary", "Repudiandae sed sit. Et illo quaerat explicabo quam sed. Nemo molestiae sunt recusandae nulla quos sed blanditiis."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-08 20:12:38.523624"], ["updated_at", "2016-03-08 20:12:38.523624"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.7ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ladarius_kilback@goyettewintheiser.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ladarius_kilback@goyettewintheiser.net"], ["name", "Mertie Streich"], ["password_digest", "$2a$04$kx4zbxFFy1qs97jCril22uzmnoIxZkRS1UIdlDWt4Sk0g2Z3lzwJ."], ["created_at", "2016-03-08 20:12:38.549673"], ["updated_at", "2016-03-08 20:12:38.549673"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Distinctio dolorem id voluptate qui aut. Deserunt ad beatae eum ab. Placeat sit laboriosam natus quas iusto quibusdam."], ["summary", "Ex nam suscipit enim architecto et expedita."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-08 20:12:38.555047"], ["updated_at", "2016-03-08 20:12:38.555047"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:12:38.570372"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('edward@johnson.io') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "edward@johnson.io"], ["name", "Lamont Wiza V"], ["password_digest", "$2a$04$Cdrf0Ld9qK5HmIGZZQAQde7bm4Hf0jFkqILnmBik4QuY/2kWTR9ze"], ["created_at", "2016-03-08 20:12:38.591973"], ["updated_at", "2016-03-08 20:12:38.591973"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Minus quidem quo unde aut inventore deleniti. Ut earum dolores asperiores. Aut in ratione voluptatum. Eaque et vel incidunt sit assumenda."], ["summary", "Temporibus culpa rerum. Qui sint atque ipsam iusto illum ea corrupti. Omnis modi perspiciatis at."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-08 20:12:38.599357"], ["updated_at", "2016-03-08 20:12:38.599357"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:12:38.612544"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leonardo@darelindgren.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leonardo@darelindgren.info"], ["name", "Miss Ray Erdman"], ["password_digest", "$2a$04$Ua0r5h04uStrmhNSqO.yAuZvNPj9jW73Qzf/7nKL9hqJf2/rlgj4C"], ["created_at", "2016-03-08 20:12:38.634569"], ["updated_at", "2016-03-08 20:12:38.634569"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alize@bartelljacobson.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alize@bartelljacobson.io"], ["name", "Miss Chet Lesch"], ["password_digest", "$2a$04$elmNRLzp7sJWTsMDSVUFs.IVZg0pnhX/BFEWDYEhuTofqjO9JIjMC"], ["created_at", "2016-03-08 20:12:38.640938"], ["updated_at", "2016-03-08 20:12:38.640938"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Voluptate facere suscipit similique ut ut ullam ut. Praesentium quibusdam aperiam qui vitae harum nam. Nesciunt eveniet rerum. Repellendus est a."], ["summary", "Non consequuntur voluptatum voluptatem ullam ut in occaecati."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-08 20:12:38.645121"], ["updated_at", "2016-03-08 20:12:38.645121"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-08 20:12:38.659047"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.1ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-08 20:12:38.680921"], ["updated_at", "2016-03-08 20:12:38.680921"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nathan@wolf.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nathan@wolf.info"], ["name", "Alia Klein"], ["password_digest", "$2a$04$QDZ9qgkdgEJyrFz8SDIwFuTrcf/HeVQ13ZqYevOdqJjIzcDN5FjeG"], ["created_at", "2016-03-08 20:12:38.689376"], ["updated_at", "2016-03-08 20:12:38.689376"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Id tempore repellat dolor. Nesciunt aut illo deserunt. Eos est hic nostrum repudiandae aperiam."], ["summary", "Ducimus aperiam sit earum. Odio fugiat sint sit non."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-08 20:12:38.693516"], ["updated_at", "2016-03-08 20:12:38.693516"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:12:38.705559"], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Naomie Wiza"], ["password_digest", "$2a$04$p3GjsIjb6WYbQTgKBozgJ.SZSebeXT2T8J2SUXmjRPyDPiUAOWML6"], ["created_at", "2016-03-08 20:12:38.739216"], ["updated_at", "2016-03-08 20:12:38.739216"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$6SzVx6YMH68umcRpAh4cMeOnnrqC92pbySCysrFYSgeltBYbsQ6Zi"], ["updated_at", "2016-03-08 20:12:38.752767"], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-08 20:12:38.800823"], ["updated_at", "2016-03-08 20:12:38.800823"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-08 20:12:38.829895"], ["updated_at", "2016-03-08 20:12:38.829895"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-08 20:12:38.834414"], ["updated_at", "2016-03-08 20:12:38.834414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-08 20:12:38.839867"], ["updated_at", "2016-03-08 20:12:38.839867"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-08 20:12:38.844400"], ["updated_at", "2016-03-08 20:12:38.844400"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-08 20:12:38.850749"], ["updated_at", "2016-03-08 20:12:38.850749"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-08 20:12:38.856550"], ["updated_at", "2016-03-08 20:12:38.856550"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-08 20:12:38.861842"], ["updated_at", "2016-03-08 20:12:38.861842"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-08 20:12:38.867401"], ["updated_at", "2016-03-08 20:12:38.867401"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-08 20:12:38.872181"], ["updated_at", "2016-03-08 20:12:38.872181"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-08 20:12:38.879720"], ["updated_at", "2016-03-08 20:12:38.879720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-08 20:12:38.884913"], ["updated_at", "2016-03-08 20:12:38.884913"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-08 20:12:38.889687"], ["updated_at", "2016-03-08 20:12:38.889687"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-08 20:12:38.894641"], ["updated_at", "2016-03-08 20:12:38.894641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-08 20:12:38.900995"], ["updated_at", "2016-03-08 20:12:38.900995"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-08 20:12:38.907061"], ["updated_at", "2016-03-08 20:12:38.907061"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-08 20:12:38.912388"], ["updated_at", "2016-03-08 20:12:38.912388"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-08 20:12:38.917504"], ["updated_at", "2016-03-08 20:12:38.917504"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-08 20:12:38.922544"], ["updated_at", "2016-03-08 20:12:38.922544"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-08 20:12:38.927558"], ["updated_at", "2016-03-08 20:12:38.927558"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-08 20:12:38.932669"], ["updated_at", "2016-03-08 20:12:38.932669"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-08 20:12:38.937597"], ["updated_at", "2016-03-08 20:12:38.937597"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-08 20:12:38.942879"], ["updated_at", "2016-03-08 20:12:38.942879"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-08 20:12:38.948786"], ["updated_at", "2016-03-08 20:12:38.948786"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-08 20:12:38.955014"], ["updated_at", "2016-03-08 20:12:38.955014"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-08 20:12:38.960334"], ["updated_at", "2016-03-08 20:12:38.960334"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-08 20:12:38.965746"], ["updated_at", "2016-03-08 20:12:38.965746"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alfredo_streich@oconner.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alfredo_streich@oconner.org"], ["name", "Okey Okuneva"], ["password_digest", "$2a$04$pnruXCKx9nLNyobki.ijA./t/N8nUWdVIguOaAOMHrLgG7MlWDEoK"], ["created_at", "2016-03-08 20:12:39.005966"], ["updated_at", "2016-03-08 20:12:39.005966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-08 20:12:39.018158"], ["updated_at", "2016-03-08 20:12:39.018158"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-08 20:12:39.062847"], ["updated_at", "2016-03-08 20:12:39.062847"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 8ms (Views: 5.1ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-08 20:12:39.088142"], ["updated_at", "2016-03-08 20:12:39.088142"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 20:12:39.100889"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:12:39.117229"], ["updated_at", "2016-03-08 20:12:39.117229"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.4ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 20:12:39.131369"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 2.8ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:12:39.149928"], ["updated_at", "2016-03-08 20:12:39.149928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-08 20:12:39.174195"], ["updated_at", "2016-03-08 20:12:39.174195"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vilma@labadiemurphy.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vilma@labadiemurphy.org"], ["name", "Dorothea Gaylord"], ["password_digest", "$2a$04$2K76o/16Ci88itkcAK.XCO9rRvz.z.wuccy2hsSL1ImxdMvWfPO2q"], ["created_at", "2016-03-08 20:12:39.204316"], ["updated_at", "2016-03-08 20:12:39.204316"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Quibusdam consequatur sit hic et dolores saepe. Omnis sint voluptatum architecto qui dicta. Sunt et illum sed."], ["summary", "Sunt facilis illum sint maiores omnis qui. Autem assumenda quae est magnam. Ea dolores aut commodi."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.208863"], ["updated_at", "2016-03-08 20:12:39.208863"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sadye.schaefer@wymankertzmann.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sadye.schaefer@wymankertzmann.name"], ["name", "Mathew Kovacek"], ["password_digest", "$2a$04$2iuBr540uDGp0a9hud9CJONiqv2QvhvqR92e3vVt/P9JLob1Q6Sz."], ["created_at", "2016-03-08 20:12:39.215895"], ["updated_at", "2016-03-08 20:12:39.215895"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Rerum facere totam voluptates molestiae est cum. Corporis illum modi pariatur vel architecto. Sint culpa eligendi rerum."], ["summary", "Quaerat et occaecati magni quidem. Quos libero totam at quas."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.219990"], ["updated_at", "2016-03-08 20:12:39.219990"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('diana.kertzmann@uptonschamberger.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "diana.kertzmann@uptonschamberger.info"], ["name", "Clair Dibbert"], ["password_digest", "$2a$04$fb6g9o0qjMQCHoofP85Oc.zEwKBd07r2Q1DX1FlVVDFgPX8n0SuLi"], ["created_at", "2016-03-08 20:12:39.226321"], ["updated_at", "2016-03-08 20:12:39.226321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Magnam rerum sit non fuga recusandae suscipit. Dignissimos ea porro error ad. Hic totam et."], ["summary", "Deserunt omnis aperiam omnis autem modi officiis. Ab consequuntur magni eveniet."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-08 20:12:39.230574"], ["updated_at", "2016-03-08 20:12:39.230574"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 20:12:39.235516"], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 23ms (Views: 11.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delores_padberg@reillywelch.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delores_padberg@reillywelch.net"], ["name", "Moshe Bernier I"], ["password_digest", "$2a$04$7hR0SCG9fLo3vlIam7pi5u6/IWrBMqQ0RakRPJG.7WSqrQ2AZvkZ2"], ["created_at", "2016-03-08 20:12:39.278876"], ["updated_at", "2016-03-08 20:12:39.278876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Quo assumenda illo. Suscipit nobis non modi eligendi neque ratione. Rerum perspiciatis ipsum. Odit consequatur quo eaque facilis."], ["summary", "Enim vel aut. Reprehenderit dolor id. Hic qui quos nobis."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.283388"], ["updated_at", "2016-03-08 20:12:39.283388"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keanu@greenfelderflatley.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keanu@greenfelderflatley.co"], ["name", "Era Pfannerstill DDS"], ["password_digest", "$2a$04$DewaQM7xiDzsnz3QfWhWJeLEW3YhHLJ2.QqEXiTds1Q.GxeO7F4iC"], ["created_at", "2016-03-08 20:12:39.290657"], ["updated_at", "2016-03-08 20:12:39.290657"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Quis modi eveniet quis. Veritatis aliquid fugit ipsa vel odit eos. Velit qui cumque maiores voluptatum ut id. Assumenda aliquid et et mollitia ipsam sed quos."], ["summary", "Aspernatur assumenda unde illum. Quia iste maxime ut dolorum illum ipsa architecto."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.295548"], ["updated_at", "2016-03-08 20:12:39.295548"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lia.wunsch@pagacschinner.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lia.wunsch@pagacschinner.co"], ["name", "Annabelle Kilback"], ["password_digest", "$2a$04$V8URDmi2.r2NdcDgp3DoouwUeAIF2K7/FnOEJin52l2QYvEUG.Esi"], ["created_at", "2016-03-08 20:12:39.303015"], ["updated_at", "2016-03-08 20:12:39.303015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Dolor molestiae totam voluptatum numquam molestiae. Pariatur dolor neque. Cum recusandae consequuntur officia voluptas eligendi rerum."], ["summary", "Voluptas perspiciatis rerum. Quos repellendus qui. Sequi in architecto fuga adipisci."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.307690"], ["updated_at", "2016-03-08 20:12:39.307690"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('turner.gutkowski@kuhlmanokeefe.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "turner.gutkowski@kuhlmanokeefe.io"], ["name", "Ms. Kristoffer Murray"], ["password_digest", "$2a$04$AvGpEett5y7Jxs1worMTqe2eb26.6Ibruoo2idy3yRFh01qXg9Yc2"], ["created_at", "2016-03-08 20:12:39.317018"], ["updated_at", "2016-03-08 20:12:39.317018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Ut ut et et excepturi quis doloribus. Ut quos enim delectus dolor explicabo."], ["summary", "Est sit harum earum in labore eos tempora. Minus adipisci harum ut delectus cupiditate labore a. Molestiae eligendi modi harum quia distinctio."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.321328"], ["updated_at", "2016-03-08 20:12:39.321328"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amie@okeefe.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amie@okeefe.info"], ["name", "Mrs. Dorthy Mertz"], ["password_digest", "$2a$04$JOJX9.nzzExjgXpC/zUP5OCpuNjM8AbtW.snIAcFI2g3GZDUhxnbG"], ["created_at", "2016-03-08 20:12:39.328180"], ["updated_at", "2016-03-08 20:12:39.328180"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Quod pariatur fugit et quia sunt sed. Fugiat id cumque aliquid quasi et sapiente provident. Cum pariatur aut consequatur sed qui sit. Dolor recusandae dolorem praesentium qui."], ["summary", "Temporibus reprehenderit iusto iure impedit. Laborum sed labore sed porro."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.333217"], ["updated_at", "2016-03-08 20:12:39.333217"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arne@walsh.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arne@walsh.biz"], ["name", "Jamel Gusikowski"], ["password_digest", "$2a$04$wKlAj97n.sMCL5zJxY5K.eLOD709.qq2ncEJLaE2MKl.2C64wXE0a"], ["created_at", "2016-03-08 20:12:39.339749"], ["updated_at", "2016-03-08 20:12:39.339749"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Repudiandae alias aperiam natus maxime commodi. Neque consequatur quo."], ["summary", "Nisi odit eius dolorem pariatur ut. Quia qui et quis itaque molestiae ducimus. Quibusdam suscipit ut."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.344206"], ["updated_at", "2016-03-08 20:12:39.344206"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('florian@macejkovic.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "florian@macejkovic.info"], ["name", "Delphine Parker Jr."], ["password_digest", "$2a$04$3jVfO5IN5zUhGFxJCRNyfOlB6ZGohQLIjz1CN6e0AYFXTayaYIdyi"], ["created_at", "2016-03-08 20:12:39.351923"], ["updated_at", "2016-03-08 20:12:39.351923"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Sunt possimus amet nesciunt. Sit dolorum quidem suscipit inventore a. Quos eos aut. Ut voluptate repellat dolorem magnam error debitis facere."], ["summary", "Numquam consequatur cumque sit. Dolor facere molestias deleniti aut. Ducimus ut consequatur."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.357250"], ["updated_at", "2016-03-08 20:12:39.357250"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayda@stracke.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jayda@stracke.name"], ["name", "Beaulah Lemke"], ["password_digest", "$2a$04$gxFhbc1zAOduAkMvcBudBuXFQD6t.99rudJg8uK0jGhXRGRuyQ/Oi"], ["created_at", "2016-03-08 20:12:39.366752"], ["updated_at", "2016-03-08 20:12:39.366752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Nihil quae quaerat voluptas aut est itaque. Ut quisquam facere. Dolores praesentium incidunt dolorem ea consequatur. Quis dolor facilis ut illum."], ["summary", "Quibusdam praesentium consequatur illum qui culpa et similique. Nihil sit enim maiores atque qui. Eius quis ipsam."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.371598"], ["updated_at", "2016-03-08 20:12:39.371598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('benedict@yostmayert.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "benedict@yostmayert.info"], ["name", "Myra Bosco"], ["password_digest", "$2a$04$S6ljlPOhUZJmd4UJBQY.sO97RVmQ1.MWPAEAM8KxjQbBzsY0mDmaq"], ["created_at", "2016-03-08 20:12:39.377987"], ["updated_at", "2016-03-08 20:12:39.377987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Commodi quasi mollitia similique. Nostrum sequi ut porro."], ["summary", "Esse sed quo. At suscipit consequatur nobis aperiam quam voluptatem quaerat."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.383344"], ["updated_at", "2016-03-08 20:12:39.383344"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('conor@rempel.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "conor@rempel.com"], ["name", "Addison Torphy Sr."], ["password_digest", "$2a$04$k6gDmaOxftH7km.EhxRHWOWvBinZ6nq/iOwYMYP/RWqy0qGymBqiC"], ["created_at", "2016-03-08 20:12:39.390447"], ["updated_at", "2016-03-08 20:12:39.390447"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Nesciunt harum dolorem saepe. Dolores fuga officiis nemo quia ducimus. Dicta inventore suscipit porro qui commodi consequatur. Ut recusandae aut illo at dolor."], ["summary", "Nisi rerum vitae est distinctio occaecati incidunt."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.395037"], ["updated_at", "2016-03-08 20:12:39.395037"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ulises@torp.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ulises@torp.co"], ["name", "Madalyn Farrell"], ["password_digest", "$2a$04$fx/C9COsVPjmFKkUmTguB.9bNaqJtT4zqbnCZ026CdJbDGtCxk/hi"], ["created_at", "2016-03-08 20:12:39.401948"], ["updated_at", "2016-03-08 20:12:39.401948"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Minus quos consequatur et dolorem perspiciatis iure. Iste sapiente sint ducimus asperiores."], ["summary", "Qui qui dolor aut. Tempora quam libero unde perspiciatis cupiditate molestiae aut."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.407169"], ["updated_at", "2016-03-08 20:12:39.407169"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('naomi.nitzsche@powlowski.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "naomi.nitzsche@powlowski.co"], ["name", "Monte Waters II"], ["password_digest", "$2a$04$Nnt0gqPcydDTIRRSz7lh1.eY1C3iuw5osylgpruk8KQn6P1OGSnbW"], ["created_at", "2016-03-08 20:12:39.427147"], ["updated_at", "2016-03-08 20:12:39.427147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Quo aut consequatur sed alias non laborum. Amet ipsam recusandae excepturi eos molestiae odit."], ["summary", "Adipisci sint nemo provident cum iure."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.431542"], ["updated_at", "2016-03-08 20:12:39.431542"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.2ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willie.cain@robel.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willie.cain@robel.com"], ["name", "Miss Russ Stehr"], ["password_digest", "$2a$04$Iti9a8/U2YVdfOceOnvaIOUFcdYqJBTT25hHIaMR.GINkjNeNxFzG"], ["created_at", "2016-03-08 20:12:39.454500"], ["updated_at", "2016-03-08 20:12:39.454500"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Nihil voluptas fugit. Maiores voluptatem vitae unde. Nam veritatis at."], ["summary", "Adipisci in consectetur magni maiores veritatis neque. Cupiditate sunt iste consequuntur vel exercitationem. Dolorem sed ut vel eos praesentium iusto."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-08 20:12:39.459827"], ["updated_at", "2016-03-08 20:12:39.459827"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-08 20:12:39.480138"], ["updated_at", "2016-03-08 20:12:39.480138"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 28ms (Views: 11.6ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-08 20:12:39.524100"], ["updated_at", "2016-03-08 20:12:39.524100"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cody@lind.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cody@lind.biz"], ["name", "Alessandro Ryan"], ["password_digest", "$2a$04$bX//IF2rdaIs4axNAhNZEu/vP72Ry0a6K5Cs/6LPwbH4u.Y.g9sy6"], ["created_at", "2016-03-08 20:12:39.534609"], ["updated_at", "2016-03-08 20:12:39.534609"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Esse tempora rerum sed temporibus et. Voluptatem voluptatibus et architecto. In esse deleniti dolores et architecto omnis adipisci. Quia nostrum enim non facilis error mollitia."], ["summary", "Qui magni sunt sed. Voluptatibus sint rem unde. Quia dolorum et quis dignissimos voluptatem recusandae."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.557615"], ["updated_at", "2016-03-08 20:12:39.557615"]] SQL (1.1ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chasity.wiza@hudson.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chasity.wiza@hudson.info"], ["name", "Erika Denesik Jr."], ["password_digest", "$2a$04$LnQPnW3nML.wjMRxIoVqnO1fvZpgQ8SsxrhXqGUCG6btPl49EdYza"], ["created_at", "2016-03-08 20:12:39.570629"], ["updated_at", "2016-03-08 20:12:39.570629"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Eaque nemo ipsam. Autem enim magni adipisci consectetur qui libero iusto. Doloribus eos iste aliquid dicta."], ["summary", "Inventore a eaque autem et eos ipsa. Quia enim consequatur velit."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.579672"], ["updated_at", "2016-03-08 20:12:39.579672"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ines_schiller@kshlerinbogan.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ines_schiller@kshlerinbogan.info"], ["name", "Mr. Ivah Lind"], ["password_digest", "$2a$04$INAp1waK0RTEnubGoXGlx.Kvf361M9Bc3GXLZqRwrQf.pn8Q4/gnS"], ["created_at", "2016-03-08 20:12:39.587898"], ["updated_at", "2016-03-08 20:12:39.587898"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Recusandae voluptas quae. Cupiditate sint veniam facilis earum id quia reiciendis. Culpa aut enim quis facilis."], ["summary", "Maxime aliquam aspernatur aliquid. Deserunt pariatur ex. Minima laborum doloribus reiciendis eos omnis."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-08 20:12:39.597052"], ["updated_at", "2016-03-08 20:12:39.597052"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bernie.waelchi@ebert.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bernie.waelchi@ebert.net"], ["name", "Mr. Matilde Tromp"], ["password_digest", "$2a$04$/YhCdKnHhjaTjS7Su6bHM.vqYUbNmtNjyvltX2b7pNmOJIVid40yC"], ["created_at", "2016-03-08 20:12:39.606061"], ["updated_at", "2016-03-08 20:12:39.606061"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Aut magnam non. Dolor dolorum officia voluptate est modi."], ["summary", "Nesciunt tempore explicabo eveniet natus. Autem ea nihil. Pariatur laboriosam sed maxime libero veritatis saepe."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.611453"], ["updated_at", "2016-03-08 20:12:39.611453"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-06 00:00:00.000000"], ["updated_at", "2016-03-08 20:12:39.616423"], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 1.1ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-08 20:12:39.644212"], ["updated_at", "2016-03-08 20:12:39.644212"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jammie@lind.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jammie@lind.com"], ["name", "Miss Lambert Morissette"], ["password_digest", "$2a$04$xn8NbVaQvrAcOroLeOu6hemmHOQfqy6A2UfQ9QwK2aJKu54IogGZC"], ["created_at", "2016-03-08 20:12:39.651403"], ["updated_at", "2016-03-08 20:12:39.651403"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Nobis aspernatur ea dicta. Iusto dicta sed perspiciatis dolores voluptates. Repellat quo officia rem et qui. Ut eveniet harum velit sed dicta dolorem ut."], ["summary", "Ut perferendis ut unde eveniet consequatur."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.660117"], ["updated_at", "2016-03-08 20:12:39.660117"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ignacio@schaden.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ignacio@schaden.io"], ["name", "Ansley Trantow"], ["password_digest", "$2a$04$JJXOdYWx1iTwb1AXRdv2iuV7bRpK4ps7WnVwohcZXTvKFl.Pwk8cW"], ["created_at", "2016-03-08 20:12:39.668978"], ["updated_at", "2016-03-08 20:12:39.668978"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Consequatur ea enim occaecati omnis quidem rerum. Atque porro quisquam et corporis."], ["summary", "Dolores libero non pariatur excepturi sunt dignissimos doloribus. Voluptatem vel nulla facilis maiores accusantium unde."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.679021"], ["updated_at", "2016-03-08 20:12:39.679021"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joesph@miller.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joesph@miller.net"], ["name", "Terrance Koepp"], ["password_digest", "$2a$04$/TNbIq23u7xqmztNLo.9Ze9U6In2bwHqj9sJybLjqY3EaXgxr8sKi"], ["created_at", "2016-03-08 20:12:39.689378"], ["updated_at", "2016-03-08 20:12:39.689378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Qui rerum est. Ut aliquam vel. Quis enim veritatis quia totam."], ["summary", "Doloribus rerum hic non. Id harum minus sint veritatis quae provident non. Numquam et aliquid porro facilis temporibus tempore dolorum."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.699702"], ["updated_at", "2016-03-08 20:12:39.699702"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('annetta_towne@gibsonfadel.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "annetta_towne@gibsonfadel.io"], ["name", "Antwon Crist"], ["password_digest", "$2a$04$Ox3Pto2PrBB1ueOPiAZtMuwImE7e9vAiDvs9dUxFnddMOQWyzKKz2"], ["created_at", "2016-03-08 20:12:39.707680"], ["updated_at", "2016-03-08 20:12:39.707680"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Unde praesentium rem nostrum est atque dolorum quo. Ipsum quis velit sed voluptatem quos."], ["summary", "Sunt placeat et. Dolore suscipit doloremque dolor unde est ut. Labore dolorum quis sed repellendus."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.716087"], ["updated_at", "2016-03-08 20:12:39.716087"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('era@hoppe.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "era@hoppe.name"], ["name", "Ms. Alfred Monahan"], ["password_digest", "$2a$04$XloNZVPGNCeD/497OuR4Ce3hvtIW5z1KiMqVD/alP3QYhG7VIKUTq"], ["created_at", "2016-03-08 20:12:39.724947"], ["updated_at", "2016-03-08 20:12:39.724947"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Quasi voluptas architecto recusandae beatae impedit corrupti. Ex libero quos et cupiditate mollitia autem quo. Rerum aut et aliquam ut."], ["summary", "Et veritatis hic omnis et natus. Sed rem vero et iure placeat maxime."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.733435"], ["updated_at", "2016-03-08 20:12:39.733435"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lauren.toy@bogan.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lauren.toy@bogan.biz"], ["name", "Karelle O'Hara"], ["password_digest", "$2a$04$XawoSfo.9wpjgI026zayruHLwW4dIESlzP93CvTmVUasRt1nT//iy"], ["created_at", "2016-03-08 20:12:39.742395"], ["updated_at", "2016-03-08 20:12:39.742395"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "A facilis velit eos vel nihil vero dolores. Et id magni. Voluptas exercitationem corporis ipsum aspernatur itaque."], ["summary", "Et magni iure aperiam voluptate. Vel impedit excepturi."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.752919"], ["updated_at", "2016-03-08 20:12:39.752919"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('else@kohler.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "else@kohler.info"], ["name", "Francesco Hegmann II"], ["password_digest", "$2a$04$wuCPclIF3WSISbOVCre8suD8o7XHaRRe4xaZIHVFLQ27aByg2fdKm"], ["created_at", "2016-03-08 20:12:39.762435"], ["updated_at", "2016-03-08 20:12:39.762435"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Itaque et sint id recusandae. Totam blanditiis voluptatibus sed quo eius."], ["summary", "Vero beatae quae ut voluptas veritatis aperiam."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.771152"], ["updated_at", "2016-03-08 20:12:39.771152"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('olen@oberbrunner.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "olen@oberbrunner.co"], ["name", "Matilda Adams"], ["password_digest", "$2a$04$4zF53MRtEB59zPHRuzSMROEPwbpv0iymqMzTJU.vsZqgbzXZeiST."], ["created_at", "2016-03-08 20:12:39.782053"], ["updated_at", "2016-03-08 20:12:39.782053"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Dolorum rerum perferendis. Magni veniam quia quod aut sunt voluptatem cum."], ["summary", "Facilis voluptatem rerum distinctio ut aspernatur."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.792663"], ["updated_at", "2016-03-08 20:12:39.792663"]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('doris@little.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "doris@little.biz"], ["name", "Miss Lazaro Mayert"], ["password_digest", "$2a$04$o0W0uc0f1pkTVS7A..hPKO3qXiNFNsit5t7VMzjS9x.PFMRvdl396"], ["created_at", "2016-03-08 20:12:39.807804"], ["updated_at", "2016-03-08 20:12:39.807804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Incidunt eos dolore aperiam nihil tempore. Omnis quia nostrum a minima."], ["summary", "Id labore sapiente officia explicabo facere. Perspiciatis exercitationem id eum ipsa."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.816936"], ["updated_at", "2016-03-08 20:12:39.816936"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('raphaelle_langosh@kulas.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "raphaelle_langosh@kulas.org"], ["name", "Dejuan Beer V"], ["password_digest", "$2a$04$OrRDYByOJQ6jBoJMZ2kefeurahZTt5XPaOsrSaozMpbG4uBDaJDhq"], ["created_at", "2016-03-08 20:12:39.829728"], ["updated_at", "2016-03-08 20:12:39.829728"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Nihil reiciendis qui molestiae pariatur dicta. Qui eum odit et itaque tempore. Illo necessitatibus similique tempora quia dolor quis vitae. Libero et nobis ipsa quia."], ["summary", "Dolor officia eum. Illum nobis voluptate quia reprehenderit. Facere error soluta autem minima voluptates."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.845199"], ["updated_at", "2016-03-08 20:12:39.845199"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hildegard_mraz@hermistonmarquardt.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hildegard_mraz@hermistonmarquardt.biz"], ["name", "Newton Rosenbaum"], ["password_digest", "$2a$04$4uFqM2AeL.m2OcFOyNU.Pu7B3UyXxpssejcqQy.zOyXLN1GbVLJ4G"], ["created_at", "2016-03-08 20:12:39.860113"], ["updated_at", "2016-03-08 20:12:39.860113"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Officiis sint asperiores unde. Eaque animi vero quaerat corrupti quia. Blanditiis nesciunt suscipit. Veritatis rerum laborum."], ["summary", "Nisi et dicta et harum voluptates. Placeat natus officia."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:39.872260"], ["updated_at", "2016-03-08 20:12:39.872260"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 1.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('beverly@kuvalis.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "beverly@kuvalis.info"], ["name", "Josh Nicolas"], ["password_digest", "$2a$04$s2IqZleKfskZskICW40tFO0RjdoIvzu7iw.NlXbeReXWSXPhxKXpK"], ["created_at", "2016-03-08 20:12:39.899279"], ["updated_at", "2016-03-08 20:12:39.899279"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:39 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (13.2ms) Completed 200 OK in 529ms (Views: 528.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"beverly@kuvalis.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "beverly@kuvalis.info"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$nUMt6zVPiH1RR8PJxZRgNO.yZnhICP7ijWuaX2Zi77lNQOtIIS4gm"], ["updated_at", "2016-03-08 20:12:40.474863"], ["id", 74]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (26.8ms) Completed 200 OK in 53ms (Views: 48.9ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('porter@collierhuels.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "porter@collierhuels.info"], ["name", "Liza Legros"], ["password_digest", "$2a$04$IG93xWwUB62DYerj96.uBOP29mibT6vxlLIWdxDNE0DkMa4.vd3pO"], ["created_at", "2016-03-08 20:12:40.544238"], ["updated_at", "2016-03-08 20:12:40.544238"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Nihil aspernatur iusto et. A est asperiores et ipsum."], ["summary", "Est aut mollitia."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-08 20:12:40.549699"], ["updated_at", "2016-03-08 20:12:40.549699"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.1ms) Completed 200 OK in 38ms (Views: 33.4ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvette.hartmann@feestankunding.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yvette.hartmann@feestankunding.name"], ["name", "Kenny Sporer"], ["password_digest", "$2a$04$U7FSFV8H4mHWAXrckDW1JOpwd0NDjnSN.m2.nRU.oA4TOlFZicH8i"], ["created_at", "2016-03-08 20:12:40.609412"], ["updated_at", "2016-03-08 20:12:40.609412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"yvette.hartmann@feestankunding.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "yvette.hartmann@feestankunding.name"]]  (0.6ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$nFj2q/gv/m321oTG0YW1NeY4cDF0MDAblK.ZpCg21XIkx.vLXE7B2"], ["updated_at", "2016-03-08 20:12:40.650231"], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:40 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 30ms (Views: 25.5ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michele.kuhn@bartellprice.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michele.kuhn@bartellprice.info"], ["name", "Dixie Jacobs"], ["password_digest", "$2a$04$DP7a0U0rPNGGB/.QFR.aVOwnslIFQ/VQE93xBQ8MR733UnBz2aYA2"], ["created_at", "2016-03-08 20:12:40.693111"], ["updated_at", "2016-03-08 20:12:40.693111"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Quis odio minima blanditiis. Nihil labore consequuntur."], ["summary", "Ipsum aut et minus occaecati id. Odio odit ad ut est."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-08 20:12:40.698005"], ["updated_at", "2016-03-08 20:12:40.698005"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('josefina.conn@bauchfadel.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "josefina.conn@bauchfadel.io"], ["name", "Shanelle Rogahn"], ["password_digest", "$2a$04$7EnvKm2IjuxcZaT0p7lp9.pbWGHR9apFCviizZ6EVxKpGmGV1xRra"], ["created_at", "2016-03-08 20:12:40.704238"], ["updated_at", "2016-03-08 20:12:40.704238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Est ea assumenda qui quo repudiandae illum. Vitae nihil veritatis et ut."], ["summary", "Aut quidem assumenda eos atque maxime animi dignissimos."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-08 20:12:40.708617"], ["updated_at", "2016-03-08 20:12:40.708617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('terrell.lebsack@tromp.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "terrell.lebsack@tromp.info"], ["name", "Glennie Prosacco"], ["password_digest", "$2a$04$ocTBTNQF8Fq4w0/gWCsBN.0AxYtZWwevDdlgbiizbaC.ItsmaXEXy"], ["created_at", "2016-03-08 20:12:40.715987"], ["updated_at", "2016-03-08 20:12:40.715987"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Atque quo doloremque ab enim. Voluptatem ducimus corrupti."], ["summary", "Nesciunt vitae exercitationem."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-08 20:12:40.720708"], ["updated_at", "2016-03-08 20:12:40.720708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('london.upton@zemlak.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "london.upton@zemlak.co"], ["name", "Verdie Hettinger"], ["password_digest", "$2a$04$5rsdV32ngIbzPrKI76wDtu2Ln8StKn8LL54MNdnvRRx6YOf7b1aia"], ["created_at", "2016-03-08 20:12:40.728059"], ["updated_at", "2016-03-08 20:12:40.728059"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Soluta et aut dolores. Eum modi assumenda facilis. Exercitationem officiis nulla."], ["summary", "Ratione ea omnis architecto. Perspiciatis et nesciunt. Minus veritatis fuga ex quia autem voluptate."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-08 20:12:40.732406"], ["updated_at", "2016-03-08 20:12:40.732406"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('loyce@anderson.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "loyce@anderson.com"], ["name", "Rosanna Hintz"], ["password_digest", "$2a$04$T4UElTkMNMepzftZGxvk.enVwlEfQC5dVni.6S5k4wq3DYfz6WmKu"], ["created_at", "2016-03-08 20:12:40.738727"], ["updated_at", "2016-03-08 20:12:40.738727"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Quae quibusdam eligendi ut aut. Maiores sit aut odit assumenda architecto. Molestiae qui voluptatem eos."], ["summary", "Possimus perspiciatis provident omnis hic. Occaecati quia ut asperiores."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-08 20:12:40.742801"], ["updated_at", "2016-03-08 20:12:40.742801"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myah@renner.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myah@renner.org"], ["name", "Ciara Rippin"], ["password_digest", "$2a$04$zovzuJgxvvWeI3a9u7rKTemLbJhyZ.ofd3Nd4ykEzk1FjZFfOE2RO"], ["created_at", "2016-03-08 20:12:40.749931"], ["updated_at", "2016-03-08 20:12:40.749931"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Aut fuga numquam blanditiis et culpa voluptatem. Dicta a non quos omnis sit distinctio ipsum."], ["summary", "Aut mollitia voluptatum nulla deserunt."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-08 20:12:40.754783"], ["updated_at", "2016-03-08 20:12:40.754783"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kenya@gibson.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kenya@gibson.io"], ["name", "Catharine Schulist"], ["password_digest", "$2a$04$/WW.rfgR9O5aR8rjjCdFuukeNQtZoIPjij64aDgtwftOeJxOcALH2"], ["created_at", "2016-03-08 20:12:40.762406"], ["updated_at", "2016-03-08 20:12:40.762406"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Laudantium veritatis accusantium ab ut quis. Ut dolorem voluptas aliquam aut. Perferendis quod cum omnis."], ["summary", "Consequatur voluptas officiis ullam exercitationem omnis eaque. Est voluptatem ut."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-08 20:12:40.766766"], ["updated_at", "2016-03-08 20:12:40.766766"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maximillia@macgyver.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maximillia@macgyver.name"], ["name", "Vesta Swift"], ["password_digest", "$2a$04$eeyR9yJYeqJmVRb2BkoZTO9170QyJum1cYBRByUUNgK1R7ppfYZi."], ["created_at", "2016-03-08 20:12:40.773209"], ["updated_at", "2016-03-08 20:12:40.773209"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Voluptatem fuga optio enim. Nulla ut et cupiditate."], ["summary", "Ut deserunt dolorem optio consequatur doloremque odio. Ut iusto fugit officia corrupti deserunt qui quia. Consectetur molestiae libero consequuntur vero repellendus."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-08 20:12:40.778502"], ["updated_at", "2016-03-08 20:12:40.778502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('roosevelt_pouros@breitenberg.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "roosevelt_pouros@breitenberg.info"], ["name", "Jessy West"], ["password_digest", "$2a$04$fBCYmYluxY1eBymv02/LGuZa55wQO./oEeFx8RxNTsos8QrwSDMHm"], ["created_at", "2016-03-08 20:12:40.785538"], ["updated_at", "2016-03-08 20:12:40.785538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Optio ducimus accusamus commodi et atque aut eligendi. Ut voluptatum porro autem ratione ut. Dolorem accusantium quis libero iste adipisci eum qui. Nostrum ea dolore."], ["summary", "Temporibus cupiditate mollitia voluptatem unde sit. Ab suscipit nesciunt numquam et et placeat dolore. Quo blanditiis rerum architecto voluptatem nihil aperiam repellendus."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-08 20:12:40.790489"], ["updated_at", "2016-03-08 20:12:40.790489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('macy@stammrosenbaum.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "macy@stammrosenbaum.com"], ["name", "Morgan Jaskolski"], ["password_digest", "$2a$04$up.RWLbXk.sE7U.W2TlHn.NCfeJGR4DHdeg8VHtZbgXVeoUdwvSMS"], ["created_at", "2016-03-08 20:12:40.797978"], ["updated_at", "2016-03-08 20:12:40.797978"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Quos et odit optio nostrum deserunt tenetur est. Est dolorum saepe libero aut exercitationem doloribus minima."], ["summary", "Consequuntur sunt eum omnis qui amet veniam. Consequatur facilis aspernatur minima voluptatem sunt autem."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-08 20:12:40.802540"], ["updated_at", "2016-03-08 20:12:40.802540"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('juston@durgantillman.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "juston@durgantillman.io"], ["name", "Odell Fritsch Jr."], ["password_digest", "$2a$04$ODnqa99xWVW34EHN0Si74uDJEfoc7C8jucg9sqc9BA7mEpuDkU3Bq"], ["created_at", "2016-03-08 20:12:40.810271"], ["updated_at", "2016-03-08 20:12:40.810271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Et non libero qui aut. Deserunt itaque explicabo nihil ad eum. Esse quam consequatur consequatur."], ["summary", "Ipsa eos modi unde dolore doloribus vero autem. Optio mollitia sit vitae eum. Sint corporis cum voluptas labore nesciunt."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-08 20:12:40.815472"], ["updated_at", "2016-03-08 20:12:40.815472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abdiel.stark@lynch.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abdiel.stark@lynch.name"], ["name", "Kamron Spencer IV"], ["password_digest", "$2a$04$1FSR75yVfA2eu.pYtzygwuU2IFRed1EJFSpvATzk6EQk8RRijzavW"], ["created_at", "2016-03-08 20:12:40.822218"], ["updated_at", "2016-03-08 20:12:40.822218"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Ab illo velit quia ut doloremque eos. Repudiandae provident consequatur occaecati. Ratione nulla quidem dolorem necessitatibus cum."], ["summary", "Nostrum illum laudantium. Id dolores accusantium velit. Voluptatem sit facilis a."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-08 20:12:40.826720"], ["updated_at", "2016-03-08 20:12:40.826720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elwin_stehr@reichel.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elwin_stehr@reichel.info"], ["name", "Cletus Franecki"], ["password_digest", "$2a$04$TjK6HzcysvO3LGPbdcBW3OJGNyPMLMBz2v5dNEHAmI0VufdmeEWEq"], ["created_at", "2016-03-08 20:12:40.833696"], ["updated_at", "2016-03-08 20:12:40.833696"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Est aut adipisci qui. Id assumenda mollitia. Ad officia consequatur voluptatum aut dignissimos nostrum delectus. Aperiam alias ab nesciunt."], ["summary", "Mollitia deleniti repellat laudantium temporibus. Sunt et ut officia quaerat eum. Nisi maiores culpa eos."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-08 20:12:40.838892"], ["updated_at", "2016-03-08 20:12:40.838892"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruth@emmerich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruth@emmerich.co"], ["name", "Esteban Wyman"], ["password_digest", "$2a$04$HTfQOGisr/3TObl5ZeUDa.YlJJb.fhGgZpMxU8v4ceaAlihrxDY4S"], ["created_at", "2016-03-08 20:12:40.845503"], ["updated_at", "2016-03-08 20:12:40.845503"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Laudantium voluptate voluptatem accusamus voluptatum et sed. Et qui ut quo aut deleniti explicabo ut."], ["summary", "Id debitis dolorem accusantium laborum minima consequatur consequuntur."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-08 20:12:40.850554"], ["updated_at", "2016-03-08 20:12:40.850554"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lily_homenick@kuphal.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lily_homenick@kuphal.io"], ["name", "Katlyn Stiedemann"], ["password_digest", "$2a$04$QRQzw2QRVJnby3B0qN8K3uYvLWHx7YA4SJC6/zf6ozSt7RJkD.Y/O"], ["created_at", "2016-03-08 20:12:40.857612"], ["updated_at", "2016-03-08 20:12:40.857612"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Quisquam error aspernatur quia voluptatum autem dignissimos corporis. Explicabo pariatur quis deleniti accusantium."], ["summary", "Nobis ipsum ut. Et id architecto nisi. Sint aliquid itaque."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-08 20:12:40.861564"], ["updated_at", "2016-03-08 20:12:40.861564"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnnie_shanahan@powlowski.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johnnie_shanahan@powlowski.info"], ["name", "Bert Mante"], ["password_digest", "$2a$04$8Zasw04rOrOITaVjgMNVke9LxrDQ7gK8Bnb5NoCi82ccSGApo64sC"], ["created_at", "2016-03-08 20:12:40.868324"], ["updated_at", "2016-03-08 20:12:40.868324"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Aut et unde porro quia inventore nam. Laudantium eligendi quia aut sunt."], ["summary", "Eos non quis et veritatis quia. Non ipsum vero reiciendis. Rerum ullam tempora."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-08 20:12:40.873010"], ["updated_at", "2016-03-08 20:12:40.873010"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('serena.williamson@christiansendubuque.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "serena.williamson@christiansendubuque.name"], ["name", "Mrs. Nya Champlin"], ["password_digest", "$2a$04$ZIrATYbJm1CVkfGdWfUMruphpHjEpSWnF.fB8iuMk4ZZWRCMz23KK"], ["created_at", "2016-03-08 20:12:40.880034"], ["updated_at", "2016-03-08 20:12:40.880034"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Rerum explicabo occaecati. Ut possimus exercitationem id ut explicabo."], ["summary", "Saepe veniam at. Sit in mollitia libero velit dolores quibusdam. Corporis perferendis saepe eum asperiores culpa."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-08 20:12:40.885020"], ["updated_at", "2016-03-08 20:12:40.885020"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michel@heidenreich.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michel@heidenreich.io"], ["name", "Liam Fay"], ["password_digest", "$2a$04$7SzVkZLfbV.Z.TmxLx0lbutW.HBHEXMCV6RAoFY9K5sTU76iWxWRi"], ["created_at", "2016-03-08 20:12:40.891988"], ["updated_at", "2016-03-08 20:12:40.891988"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Nam aliquam est dignissimos perspiciatis ut aut laborum. Totam animi assumenda repellendus magni reiciendis atque explicabo."], ["summary", "Et ut consequatur quo. Eius eos sequi corporis aut quas in."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-08 20:12:40.896889"], ["updated_at", "2016-03-08 20:12:40.896889"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dashawn@rolfsonmetz.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dashawn@rolfsonmetz.net"], ["name", "Ms. Hubert Weissnat"], ["password_digest", "$2a$04$pIE.GJhIIEBKGJjvk0JW8uUk0pqWID6O7ZmDN6OmUEWVXS6QQErSu"], ["created_at", "2016-03-08 20:12:40.903678"], ["updated_at", "2016-03-08 20:12:40.903678"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Sequi est dolore possimus magnam vel. Adipisci et qui. Officia dolor voluptatem."], ["summary", "Labore nemo sint. Non et repudiandae explicabo hic. Nemo qui suscipit sed."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-08 20:12:40.908705"], ["updated_at", "2016-03-08 20:12:40.908705"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sonya_oconner@mosciski.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sonya_oconner@mosciski.net"], ["name", "Adaline Shields"], ["password_digest", "$2a$04$wvkGlAlJuk6TUmkA4XMp9uexKJFmsgPCwTtxdzWqc77FouWxMXf0C"], ["created_at", "2016-03-08 20:12:40.917120"], ["updated_at", "2016-03-08 20:12:40.917120"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Et dolorem nemo. Odio eos atque sit."], ["summary", "Tempore omnis quis. Ut consequatur nemo eveniet. Sint beatae similique."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-08 20:12:40.923618"], ["updated_at", "2016-03-08 20:12:40.923618"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tavares_johnston@koepp.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tavares_johnston@koepp.name"], ["name", "Rasheed Leffler"], ["password_digest", "$2a$04$nVcBY27ZFxGaj3geXOZNQum0TGJsSUK2XIzn6S0nkOv7sRXRO/v.K"], ["created_at", "2016-03-08 20:12:40.932468"], ["updated_at", "2016-03-08 20:12:40.932468"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Repellendus nulla eveniet. Est et nesciunt. Minima aut at ad natus ipsum numquam adipisci."], ["summary", "Nam iure dicta est veritatis rem placeat. Illum nulla quas delectus corrupti aut hic veniam. Aut impedit inventore omnis."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-08 20:12:40.938796"], ["updated_at", "2016-03-08 20:12:40.938796"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('paris.barton@flatley.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "paris.barton@flatley.co"], ["name", "Arnulfo Ankunding"], ["password_digest", "$2a$04$Z8VbWarrPdmqeRPvWmQH1.giDxa/AeVmuhTaaC2dfUlBFVnWQkFrq"], ["created_at", "2016-03-08 20:12:40.947168"], ["updated_at", "2016-03-08 20:12:40.947168"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Odit eum accusamus. Reiciendis laboriosam provident. Ut magni labore tempora sunt sint consequatur aperiam."], ["summary", "Et temporibus laboriosam vel officiis quia."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-08 20:12:40.952298"], ["updated_at", "2016-03-08 20:12:40.952298"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pinkie_corwin@weinat.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pinkie_corwin@weinat.org"], ["name", "Audra Collins MD"], ["password_digest", "$2a$04$UDqRPQEluM1ZXLHKDPD4ee0lS1DZU5NYxIIlpa5WUm8BWn6.Qtx4e"], ["created_at", "2016-03-08 20:12:40.961412"], ["updated_at", "2016-03-08 20:12:40.961412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Quasi adipisci doloribus iste molestiae itaque quia. Maxime rerum dignissimos est voluptatem sunt aut et."], ["summary", "Illo quisquam expedita. Qui et voluptatem explicabo eaque deserunt dolores voluptatum."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-08 20:12:40.967153"], ["updated_at", "2016-03-08 20:12:40.967153"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joy@hellerveum.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joy@hellerveum.co"], ["name", "Adriel Rice"], ["password_digest", "$2a$04$kBGwyvWP8MqNqIf9yCxRxeVq8CJ7kdQChhS4Dn/9gRDhzbNsKkaTy"], ["created_at", "2016-03-08 20:12:40.975024"], ["updated_at", "2016-03-08 20:12:40.975024"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ullam veritatis aliquam nulla sint enim eius. Quasi iusto quis non et. A placeat atque."], ["summary", "Ut numquam maxime omnis ut dicta quasi. Odit rerum veniam."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-08 20:12:40.979596"], ["updated_at", "2016-03-08 20:12:40.979596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gilbert.cruickshank@eichmanndicki.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gilbert.cruickshank@eichmanndicki.biz"], ["name", "Johnathan Littel"], ["password_digest", "$2a$04$DIlkgy.LE58KcZ/ltS5lLuSbwHrpXTX1jFb7jqW0EvV/24nL/t3ii"], ["created_at", "2016-03-08 20:12:40.986058"], ["updated_at", "2016-03-08 20:12:40.986058"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Vel qui libero fuga. Placeat in odit at quis."], ["summary", "Culpa odit sunt tempore quo libero."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-08 20:12:40.990606"], ["updated_at", "2016-03-08 20:12:40.990606"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('werner.becker@mraz.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "werner.becker@mraz.biz"], ["name", "Marquise Schuster"], ["password_digest", "$2a$04$wrDT1wjhsrELCqb89W09VOL9azQOvfpFeiRupx7EUw20QHJY6rHKK"], ["created_at", "2016-03-08 20:12:40.997099"], ["updated_at", "2016-03-08 20:12:40.997099"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Ipsa delectus itaque iste. Soluta quia laudantium inventore sunt saepe."], ["summary", "Quia est nihil sed. Molestiae atque deleniti alias."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-08 20:12:41.002164"], ["updated_at", "2016-03-08 20:12:41.002164"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (248.2ms) Completed 200 OK in 267ms (Views: 241.8ms | ActiveRecord: 24.2ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.6ms) Completed 200 OK in 45ms (Views: 41.6ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cecelia_fisher@wiegand.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cecelia_fisher@wiegand.biz"], ["name", "Tom Swaniawski"], ["password_digest", "$2a$04$KfI5Qp1SevcfLZtaf/Hy5ORstCXZdLhsrafqbfIo.2LEeLxMjbmUS"], ["created_at", "2016-03-08 20:12:41.347712"], ["updated_at", "2016-03-08 20:12:41.347712"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cecelia_fisher@wiegand.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "cecelia_fisher@wiegand.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$p2aITD7tdAnTv9gCtWYVc.O3SsM09bZOPbjaif7Itgrj6uT1Gdt9S"], ["updated_at", "2016-03-08 20:12:41.379375"], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kim_gerhold@feest.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kim_gerhold@feest.org"], ["name", "Tillman Wyman"], ["password_digest", "$2a$04$kmEe5GzOt/GcBl0vKJtnE.FFsYlY6PkU6yecH4dzvYmH25vrj/6Y6"], ["created_at", "2016-03-08 20:12:41.428757"], ["updated_at", "2016-03-08 20:12:41.428757"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Eos consequatur provident exercitationem id repudiandae repellendus. Ut minima facilis omnis dolorem consequatur."], ["summary", "Dolore numquam fuga."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-08 20:12:41.433550"], ["updated_at", "2016-03-08 20:12:41.433550"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ignatius@baumbachblick.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ignatius@baumbachblick.name"], ["name", "Mr. Jordan Schuster"], ["password_digest", "$2a$04$aDc3p.0arty7RysDtO/5keEkZPLWHbsyxT7JSgMjoXFF6uzrQ4VW2"], ["created_at", "2016-03-08 20:12:41.441258"], ["updated_at", "2016-03-08 20:12:41.441258"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Repellat voluptatem eos fugiat voluptas est placeat. Impedit cumque natus nostrum inventore. Quia nostrum nemo quis. Unde dolorum maxime fugit."], ["summary", "Numquam earum sit quia provident. Quis sed reiciendis. Nisi consectetur quo laboriosam quo."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-08 20:12:41.447782"], ["updated_at", "2016-03-08 20:12:41.447782"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fatima@prosacco.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fatima@prosacco.net"], ["name", "Leopoldo Zulauf"], ["password_digest", "$2a$04$9skZvCWC6NyAIPWj21rK1O8rF1hYW6pBRLdWSPHJmyYM0TCauvtZe"], ["created_at", "2016-03-08 20:12:41.454820"], ["updated_at", "2016-03-08 20:12:41.454820"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Iusto vero explicabo. Atque soluta aspernatur quia sit quam. Voluptatibus rerum et corrupti illum. Id sunt quis."], ["summary", "In porro aut quo consequatur veniam vero."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-08 20:12:41.459243"], ["updated_at", "2016-03-08 20:12:41.459243"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hardy.hartmann@runte.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hardy.hartmann@runte.org"], ["name", "Anabel Terry"], ["password_digest", "$2a$04$OEbmpIlkTSjKutCYse0wTuTUSBKbdy.DGUKjAfscTl6VILostchBy"], ["created_at", "2016-03-08 20:12:41.467430"], ["updated_at", "2016-03-08 20:12:41.467430"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Soluta doloremque exercitationem. Expedita unde nesciunt consequuntur voluptas dolorum vitae. Commodi laudantium cum necessitatibus ipsa. Sunt nihil ipsum reprehenderit aut ut accusamus veniam."], ["summary", "Velit nulla at. Blanditiis est voluptate ipsam et cupiditate delectus. Explicabo aspernatur voluptas."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-08 20:12:41.472940"], ["updated_at", "2016-03-08 20:12:41.472940"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jovani@huel.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jovani@huel.biz"], ["name", "Sean Batz"], ["password_digest", "$2a$04$XYaLbB7DN.aIypU3Z9wP1urMi35HlHrB6wD/IXorD/Mtx0HavdA06"], ["created_at", "2016-03-08 20:12:41.480328"], ["updated_at", "2016-03-08 20:12:41.480328"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Rerum velit ea natus consectetur aut. In voluptatibus repellat assumenda et eligendi reiciendis ut. Ut non ducimus quia debitis."], ["summary", "Molestiae dolor asperiores exercitationem et in nihil."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-08 20:12:41.486797"], ["updated_at", "2016-03-08 20:12:41.486797"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leland_ward@bartellheller.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leland_ward@bartellheller.net"], ["name", "Corene Morissette"], ["password_digest", "$2a$04$x2gPP.sw.pcWAVMlD5M5SelDc.mswAxJeRzHnZE7SHLVEdiE8DGEq"], ["created_at", "2016-03-08 20:12:41.494403"], ["updated_at", "2016-03-08 20:12:41.494403"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Inventore voluptatem exercitationem voluptas quidem nisi tempore. Quia blanditiis vel. Dolorem labore reprehenderit. Maiores omnis culpa dolorem."], ["summary", "Aut et iste. Temporibus consequatur aperiam saepe voluptates fuga id ipsa."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-08 20:12:41.499922"], ["updated_at", "2016-03-08 20:12:41.499922"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sid_hirthe@jakubowskiko.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sid_hirthe@jakubowskiko.co"], ["name", "Miss Sophia Fisher"], ["password_digest", "$2a$04$MKFrIbvU59lr4gHq.bMHDeLXKBCUK3sT6lddGttF5o9IDUbBZbkRq"], ["created_at", "2016-03-08 20:12:41.507487"], ["updated_at", "2016-03-08 20:12:41.507487"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Magni maxime est quis. Officiis expedita ex ut assumenda iure fugit. Ab autem ut totam."], ["summary", "Rerum nulla nostrum est modi quam. Id molestiae iure necessitatibus. Sint deserunt minima ut aliquam distinctio."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-08 20:12:41.511990"], ["updated_at", "2016-03-08 20:12:41.511990"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('thomas@king.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "thomas@king.co"], ["name", "Sammie Macejkovic MD"], ["password_digest", "$2a$04$bKsAnKEqk1ew5AOzWy1KtOSxAQ5.BIEZBpKylbX1DFiXmC3g3sD0y"], ["created_at", "2016-03-08 20:12:41.520095"], ["updated_at", "2016-03-08 20:12:41.520095"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Vitae voluptatem temporibus minus qui ratione reiciendis. Facilis reprehenderit consequatur. Nihil rerum reiciendis mollitia dolor qui. Dolores qui doloremque omnis necessitatibus nam voluptatibus."], ["summary", "Eligendi dolor pariatur et debitis consequatur velit."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-08 20:12:41.525082"], ["updated_at", "2016-03-08 20:12:41.525082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eusebio@kuhlmanrolfson.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eusebio@kuhlmanrolfson.info"], ["name", "Mr. Madisen Mosciski"], ["password_digest", "$2a$04$3hEN8p8pNn73KtDILdm4WuUUdbISkiZxPgRg/SeaYolse24quZYNa"], ["created_at", "2016-03-08 20:12:41.532998"], ["updated_at", "2016-03-08 20:12:41.532998"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Facere eum in eum neque quo dolorem distinctio. Doloremque et minima iusto ad. Provident quia iusto hic quia. Minus quis aut saepe et."], ["summary", "Sed cupiditate voluptatem. Quo adipisci maiores."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-08 20:12:41.538677"], ["updated_at", "2016-03-08 20:12:41.538677"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jedediah@bradtkegreenholt.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jedediah@bradtkegreenholt.io"], ["name", "Mr. Jeramy Stokes"], ["password_digest", "$2a$04$BEvSzWjjzlQFP9eXQRBlYO0B0iH0G1gUQsqWUA23KPV2YIPHzPdk2"], ["created_at", "2016-03-08 20:12:41.546727"], ["updated_at", "2016-03-08 20:12:41.546727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Quo omnis explicabo id. Adipisci cumque eaque provident consequuntur earum vel soluta. Et illo omnis. Rem debitis numquam veritatis distinctio."], ["summary", "Aut illum adipisci."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-08 20:12:41.551756"], ["updated_at", "2016-03-08 20:12:41.551756"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gideon.hoppe@hirthelebsack.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gideon.hoppe@hirthelebsack.info"], ["name", "Dr. Aniya Beier"], ["password_digest", "$2a$04$UZd1yd21dZjXNMI3IsEBh.2rxQj91fms47V7mfrSro0NHhotgsAz."], ["created_at", "2016-03-08 20:12:41.558859"], ["updated_at", "2016-03-08 20:12:41.558859"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Ex laudantium error qui reprehenderit voluptate fugiat. Odit voluptatibus sequi libero aspernatur deleniti et. Veritatis odio hic debitis ut ut fugiat. Quasi quia id eaque harum modi."], ["summary", "Dolores sed ipsam dolore nemo autem voluptatem odit."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-08 20:12:41.563205"], ["updated_at", "2016-03-08 20:12:41.563205"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pattie@wintheiserhansen.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pattie@wintheiserhansen.co"], ["name", "Alessandro Roberts"], ["password_digest", "$2a$04$x.lIiWdXZ58hHKI9QapYsevFDDYLdYZmH4dhtiozGN6vWfvNPGNeq"], ["created_at", "2016-03-08 20:12:41.570566"], ["updated_at", "2016-03-08 20:12:41.570566"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Dolores voluptatibus nam. Culpa quis magnam esse et. Aut reprehenderit laudantium expedita."], ["summary", "Animi cupiditate voluptatum. Laborum deserunt est sed illo."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-08 20:12:41.575608"], ["updated_at", "2016-03-08 20:12:41.575608"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('warren@boyer.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "warren@boyer.biz"], ["name", "Heidi Yundt"], ["password_digest", "$2a$04$eFmoezJpSzvc53zuFogJsu9AGmmy3a/nQH6nHHgXqn5GX33F9kmiO"], ["created_at", "2016-03-08 20:12:41.582682"], ["updated_at", "2016-03-08 20:12:41.582682"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Eos corrupti in maxime voluptatum. Illum earum doloremque assumenda et et eum. Eum et aut dignissimos inventore."], ["summary", "Nesciunt esse quia placeat sed. Mollitia et ut aut ex modi."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-08 20:12:41.587745"], ["updated_at", "2016-03-08 20:12:41.587745"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaela@weimann.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaela@weimann.name"], ["name", "Adrienne Keebler"], ["password_digest", "$2a$04$K4hSxiWLDLbclIWM/wos4ucuaUqUqKnlEI6jDU3mG4MwNuNMQ6c0S"], ["created_at", "2016-03-08 20:12:41.594728"], ["updated_at", "2016-03-08 20:12:41.594728"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Hic cumque quisquam nam a. Harum aut numquam unde voluptatem qui sunt. Architecto ullam eveniet nostrum quibusdam. Unde doloribus et consequuntur autem et."], ["summary", "Sint ipsum animi dolor aperiam."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-08 20:12:41.599892"], ["updated_at", "2016-03-08 20:12:41.599892"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('herminia@kulas.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "herminia@kulas.org"], ["name", "Dr. Itzel Fay"], ["password_digest", "$2a$04$fa8hxHDelmzPB2mbvWzAbuMiMDcMfW/TC1n.RQC38JTSsQhu5gitm"], ["created_at", "2016-03-08 20:12:41.607863"], ["updated_at", "2016-03-08 20:12:41.607863"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Explicabo cupiditate velit dolore. Molestias quidem necessitatibus recusandae dolores magni rerum optio. Et maiores vel inventore voluptates quidem quia et. Veritatis quia sunt numquam dolorem."], ["summary", "Voluptas ipsum ut doloremque maiores quo ipsa. Eos porro qui corporis eius."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-08 20:12:41.613538"], ["updated_at", "2016-03-08 20:12:41.613538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('precious@wolfjacobs.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "precious@wolfjacobs.io"], ["name", "Doris Heaney"], ["password_digest", "$2a$04$QVoRS.x9NV8QYnr/2wGnGuGu8hI1Z2lSIEtpnUEmzZVIjHYJKisKu"], ["created_at", "2016-03-08 20:12:41.621199"], ["updated_at", "2016-03-08 20:12:41.621199"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Porro omnis totam. Deserunt explicabo voluptatem illo. Iste recusandae eaque tempore."], ["summary", "Amet animi tenetur incidunt labore dolores. Saepe dolores ab voluptatibus quia. Dolorum aspernatur nostrum sint."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-08 20:12:41.626455"], ["updated_at", "2016-03-08 20:12:41.626455"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reyna@brown.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reyna@brown.net"], ["name", "Trenton Prohaska"], ["password_digest", "$2a$04$42eXs2QECarhkAqMrpIctO7qPrcWT.SRlRacjYcsbSQurzVIwCc3C"], ["created_at", "2016-03-08 20:12:41.633354"], ["updated_at", "2016-03-08 20:12:41.633354"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Repellat dolorum hic est consectetur. Doloremque eum sit."], ["summary", "Sit quos nobis voluptas aut quo. Rerum quos velit."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-08 20:12:41.638935"], ["updated_at", "2016-03-08 20:12:41.638935"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('robin.hagenes@spencer.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "robin.hagenes@spencer.io"], ["name", "Ms. Aleen Weissnat"], ["password_digest", "$2a$04$c2QrwSj3v44CEefj4cj5sOJE0PTxBJt5MWCTnNpCuvsj5p0C5uTAy"], ["created_at", "2016-03-08 20:12:41.646527"], ["updated_at", "2016-03-08 20:12:41.646527"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Dolorem dignissimos soluta veniam. Voluptatem aliquam reiciendis quis."], ["summary", "Minus cupiditate neque rem consequuntur deserunt velit ratione. Explicabo iste omnis quaerat."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-08 20:12:41.651113"], ["updated_at", "2016-03-08 20:12:41.651113"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mckenna@torphy.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mckenna@torphy.info"], ["name", "Kole Murray"], ["password_digest", "$2a$04$vSD.KlV.rw6zVrc6RFHrXePokACPI3DdHtx3apCGqV9E3iPPCzmhC"], ["created_at", "2016-03-08 20:12:41.660650"], ["updated_at", "2016-03-08 20:12:41.660650"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Debitis praesentium sit error totam repudiandae exercitationem. Et odit impedit occaecati est et et eius. Voluptas similique sit. Minus ea sunt et magnam ab architecto id."], ["summary", "Sed dolore et aspernatur tenetur. Labore ea corrupti beatae."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-08 20:12:41.665510"], ["updated_at", "2016-03-08 20:12:41.665510"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sebastian@dibbertklocko.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sebastian@dibbertklocko.io"], ["name", "Norberto McGlynn"], ["password_digest", "$2a$04$CAJmdZHw.5pS18fqpc9QluNRvbkTvU6gg7wPZq7cJXLeKd2XlX7Eq"], ["created_at", "2016-03-08 20:12:41.672914"], ["updated_at", "2016-03-08 20:12:41.672914"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Et reiciendis non ullam dolorem magnam aut. Rerum animi atque incidunt delectus adipisci voluptatem."], ["summary", "Perspiciatis molestias est minus recusandae maxime nemo. Velit sit sunt totam vero suscipit dolor."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-08 20:12:41.677428"], ["updated_at", "2016-03-08 20:12:41.677428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('milo@robel.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "milo@robel.net"], ["name", "Amir Carter"], ["password_digest", "$2a$04$2J9/EqcQ.Bz7spEkX7cBE.Bquqx9ErvB5yhALbE4Anit64rDJrZUy"], ["created_at", "2016-03-08 20:12:41.685210"], ["updated_at", "2016-03-08 20:12:41.685210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Harum maiores aut soluta ut ea et. Voluptatem harum voluptatem officiis velit. Totam non rerum nihil. Eos enim quo ut fuga temporibus quis."], ["summary", "Quia natus animi commodi. Quibusdam qui velit."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-08 20:12:41.690961"], ["updated_at", "2016-03-08 20:12:41.690961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carlee@farrell.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carlee@farrell.org"], ["name", "Maia Ziemann"], ["password_digest", "$2a$04$pwruFxVfxH07hAl6rcZxWOsSaz8xZ53VZ5KCDXnH5znDFRratp3.i"], ["created_at", "2016-03-08 20:12:41.698291"], ["updated_at", "2016-03-08 20:12:41.698291"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Totam iusto exercitationem beatae perferendis aut. Explicabo quo ut esse amet rerum. Libero voluptatem debitis officia quisquam aut et eos. Fuga molestiae labore veniam eius."], ["summary", "Quas assumenda rerum ex quam non rem. Unde quia distinctio sed facilis et. Minima ducimus nobis voluptatem id sint nisi est."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-08 20:12:41.703162"], ["updated_at", "2016-03-08 20:12:41.703162"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adrianna@halvorson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adrianna@halvorson.net"], ["name", "Ms. Deron Grant"], ["password_digest", "$2a$04$SLqRxy7PJY0s/DxLRbHG7.JQO0wh0cRbsXqaUaF1yvdiCixJZaYMO"], ["created_at", "2016-03-08 20:12:41.710209"], ["updated_at", "2016-03-08 20:12:41.710209"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Id nemo eaque adipisci incidunt voluptas exercitationem quasi. Dolores et veritatis architecto mollitia. Consequuntur aut distinctio neque architecto animi."], ["summary", "Voluptatem fugiat veniam est fugit et ut inventore."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-08 20:12:41.714831"], ["updated_at", "2016-03-08 20:12:41.714831"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('blanche_cole@hudsonshanahan.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "blanche_cole@hudsonshanahan.org"], ["name", "Cleora Hane"], ["password_digest", "$2a$04$b52mwCxQ5mz2bxQ7moxWY.shtfs4IBnbcrzQSKlRGAnin5yrdetuC"], ["created_at", "2016-03-08 20:12:41.722996"], ["updated_at", "2016-03-08 20:12:41.722996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Labore nulla et earum odio quia velit. Beatae id dolorum sint rem et et. Magni rerum ullam aut unde consequatur beatae ratione."], ["summary", "Eos expedita autem consequatur aut maxime nisi provident. Facilis fuga est magni quaerat ut est."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-08 20:12:41.728344"], ["updated_at", "2016-03-08 20:12:41.728344"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ari@mohrvon.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ari@mohrvon.info"], ["name", "Mr. Major Schmidt"], ["password_digest", "$2a$04$D2qMe3dQeuPAfTaIchHjWuVQnO9/dVNgD0m/nZBReSU7rhW6TIK0u"], ["created_at", "2016-03-08 20:12:41.737096"], ["updated_at", "2016-03-08 20:12:41.737096"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Vel aliquam non voluptatem et aut. Suscipit sit quibusdam consequatur adipisci. Rerum omnis eveniet dignissimos dolor."], ["summary", "Rerum iste et. Exercitationem possimus animi eveniet sint id."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-08 20:12:41.742866"], ["updated_at", "2016-03-08 20:12:41.742866"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miguel.cruickshank@boyle.com') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "miguel.cruickshank@boyle.com"], ["name", "Janet Lebsack"], ["password_digest", "$2a$04$Wf70oqvrfCLiNvSj9tNoYOVkTvt94NbBnzr5acMS80K7eQVPRZUVe"], ["created_at", "2016-03-08 20:12:41.751264"], ["updated_at", "2016-03-08 20:12:41.751264"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Commodi iste laboriosam quibusdam autem quod beatae dicta. Quos aut consequuntur voluptas libero."], ["summary", "Ad dolorum officiis. Iusto praesentium corporis. Recusandae sed illo odio totam officiis."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-08 20:12:41.758479"], ["updated_at", "2016-03-08 20:12:41.758479"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (233.9ms) Completed 200 OK in 271ms (Views: 243.9ms | ActiveRecord: 25.5ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.6ms) Completed 200 OK in 43ms (Views: 38.0ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rodolfo@heel.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rodolfo@heel.biz"], ["name", "Andrew"], ["password_digest", "$2a$04$7hJaSEyXFX1x6cD2iBpiCu5k57vzVS8i9/w6//oLpHt3sCyj89ASy"], ["created_at", "2016-03-08 20:12:42.110060"], ["updated_at", "2016-03-08 20:12:42.110060"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"rodolfo@heel.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "rodolfo@heel.biz"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$hOUAT9GxjjCn6l6XVDfSKOGLaiqtczd5fCYVdNVGwgqNqkQb/2vje"], ["updated_at", "2016-03-08 20:12:42.150721"], ["id", 130]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 33ms (Views: 29.6ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('roosevelt.kuvalis@damore.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "roosevelt.kuvalis@damore.name"], ["name", "Josh"], ["password_digest", "$2a$04$vXMNKanxustgp0AeI907gOHUPFFkOkOrvBPIOsDwO7fux6blMFhVS"], ["created_at", "2016-03-08 20:12:42.200031"], ["updated_at", "2016-03-08 20:12:42.200031"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fleta@hand.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fleta@hand.com"], ["name", "Terrance Cassin"], ["password_digest", "$2a$04$QMg/YsAnET1ISfAx.jKBq.wa/Y9SlnC9dww/rcct8kWhW3SxTnpq."], ["created_at", "2016-03-08 20:12:42.209157"], ["updated_at", "2016-03-08 20:12:42.209157"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Nulla ipsum quis doloremque. Aut in voluptatem dolor qui error aliquid."], ["summary", "Est ea debitis tempore voluptatem aut. Aut nemo et laborum quis veritatis amet. Nisi debitis illum eos in ipsa."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-08 20:12:42.215143"], ["updated_at", "2016-03-08 20:12:42.215143"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:12:42.223158"], ["updated_at", "2016-03-08 20:12:42.223158"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (12.2ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shea_haley@keeling.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shea_haley@keeling.co"], ["name", "Andrew"], ["password_digest", "$2a$04$pH7Y4xNyn9bohsVyJZwuqONWgO8k03.tmkL4HDVFIrI4I19Y77FQO"], ["created_at", "2016-03-08 20:12:42.259521"], ["updated_at", "2016-03-08 20:12:42.259521"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"shea_haley@keeling.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "shea_haley@keeling.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$HGUEPT5C4sx.ecI5mPuncO0chUn8nY1YIpBJcYfOjJ1lTkIW2.AfW"], ["updated_at", "2016-03-08 20:12:42.291335"], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.2ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ima.hills@sipes.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ima.hills@sipes.name"], ["name", "Josh"], ["password_digest", "$2a$04$llbD/aWnsUobdWRgm3Too.DnIKQQaLq87/jRkFsm6T2.la2npR/UO"], ["created_at", "2016-03-08 20:12:42.329128"], ["updated_at", "2016-03-08 20:12:42.329128"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:12:42.335017"], ["updated_at", "2016-03-08 20:12:42.335017"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (4.7ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('demetris@carroll.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "demetris@carroll.org"], ["name", "Korbin Von"], ["password_digest", "$2a$04$DBE1UeNalLvZzo3L95NVbOIw0nBdumbMh8Zfsm6p/6DO74l.2SnS2"], ["created_at", "2016-03-08 20:12:42.360772"], ["updated_at", "2016-03-08 20:12:42.360772"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"demetris@carroll.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "demetris@carroll.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$YLd3T0PBLyo7tNi.GYkjgeVHWN.DQdpBTlYBR9H6COIeTj01ZKnUK"], ["updated_at", "2016-03-08 20:12:42.396431"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 29ms (Views: 23.5ms | ActiveRecord: 3.0ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (2.9ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.7ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$wYdNrYh6zWlU0PpZasJGS.IFVtq1KJfj0LnJ2OPw2TQQRfhR76Bee"], ["created_at", "2016-03-08 20:12:42.518039"], ["updated_at", "2016-03-08 20:12:42.518039"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$sKz44yPUG/Oiw7Ifbm1buu3RDDhMDIJWlhcTbQlDk6r68TCDHevyK"], ["updated_at", "2016-03-08 20:12:42.548717"], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.9ms) Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$lD1QuMwamEAbMvhq2KGwk.EFw1NlZLOD4iZEQ6paq0Dr/HrFpBXxm"], ["created_at", "2016-03-08 20:12:42.599307"], ["updated_at", "2016-03-08 20:12:42.599307"]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:46 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-08 15:12:46 -0500 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-08 15:12:46 -0500 Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$fO5BvgFxdCRj4ZdbbkZCIuf118lUD6CuKnrqAyve9WOLjl8bTb0C."], ["updated_at", "2016-03-08 20:12:47.270300"], ["id", 137]]  (0.5ms) COMMIT Redirected to http://127.0.0.1:53667/admin/posts Completed 302 Found in 18ms (ActiveRecord: 2.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 35ms (Views: 29.4ms | ActiveRecord: 2.9ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:53667/ Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.5ms) Completed 200 OK in 47ms (Views: 44.6ms | ActiveRecord: 1.0ms) Started GET "/assets/exposition/application-684ba247d94ae62c1fd73ca307df6d8a306449d312dc0548a50b493d278e1515.css" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-08 15:12:47 -0500 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.0ms)  (0.6ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (16.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wellington@vonruedenzieme.info') LIMIT 1 SQL (1.2ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wellington@vonruedenzieme.info"], ["name", "Ida Ledner"], ["password_digest", "$2a$04$QcWCHX7XknN2OmbAb4wdUe0peuPYfux1fppFciMf9I8mYb5/XBC1O"], ["created_at", "2016-03-08 20:12:48.584490"], ["updated_at", "2016-03-08 20:12:48.584490"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"wellington@vonruedenzieme.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "wellington@vonruedenzieme.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$lr3d4tbOs2VA2DxIxk3TYuNg8/V7G0BbPQX7uybQZpXZFL39Sp7oW"], ["updated_at", "2016-03-08 20:12:48.641254"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 42ms (Views: 35.5ms | ActiveRecord: 2.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (1.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-08 20:12:48.701136"], ["updated_at", "2016-03-08 20:12:48.701136"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 42ms (Views: 38.8ms | ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sage@flatley.biz') LIMIT 1 SQL (2.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sage@flatley.biz"], ["name", "Mr. Dave Reichert"], ["password_digest", "$2a$04$bn03BrHbTOlBnXYK3mqwpu1Nm9Wzoq6SWiq2KpUV2Rpwc8uQ0RN3q"], ["created_at", "2016-03-08 20:12:48.780154"], ["updated_at", "2016-03-08 20:12:48.780154"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sage@flatley.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "sage@flatley.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Jgrx5Ee8XOLZoHopD.SDMuVYwZh3GLNIqnlo4F2SXqyWK3htyELpe"], ["updated_at", "2016-03-08 20:12:48.835501"], ["id", 2]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:48 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 39ms (Views: 34.5ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-08 20:12:48.891595"], ["updated_at", "2016-03-08 20:12:48.891595"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-08 20:12:48.897997"], ["updated_at", "2016-03-08 20:12:48.897997"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-08 20:12:48.903876"], ["updated_at", "2016-03-08 20:12:48.903876"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-08 20:12:48.912232"], ["updated_at", "2016-03-08 20:12:48.912232"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-08 20:12:48.918422"], ["updated_at", "2016-03-08 20:12:48.918422"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-08 20:12:48.927351"], ["updated_at", "2016-03-08 20:12:48.927351"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-08 20:12:48.934632"], ["updated_at", "2016-03-08 20:12:48.934632"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-08 20:12:48.941680"], ["updated_at", "2016-03-08 20:12:48.941680"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-08 20:12:48.947552"], ["updated_at", "2016-03-08 20:12:48.947552"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-08 20:12:48.953063"], ["updated_at", "2016-03-08 20:12:48.953063"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-08 20:12:48.960442"], ["updated_at", "2016-03-08 20:12:48.960442"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-08 20:12:48.967371"], ["updated_at", "2016-03-08 20:12:48.967371"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-08 20:12:48.974435"], ["updated_at", "2016-03-08 20:12:48.974435"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-08 20:12:48.985540"], ["updated_at", "2016-03-08 20:12:48.985540"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-08 20:12:48.991000"], ["updated_at", "2016-03-08 20:12:48.991000"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-08 20:12:48.996685"], ["updated_at", "2016-03-08 20:12:48.996685"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-08 20:12:49.002321"], ["updated_at", "2016-03-08 20:12:49.002321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-08 20:12:49.007723"], ["updated_at", "2016-03-08 20:12:49.007723"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-08 20:12:49.022946"], ["updated_at", "2016-03-08 20:12:49.022946"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-08 20:12:49.033569"], ["updated_at", "2016-03-08 20:12:49.033569"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-08 20:12:49.041303"], ["updated_at", "2016-03-08 20:12:49.041303"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-08 20:12:49.048386"], ["updated_at", "2016-03-08 20:12:49.048386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-08 20:12:49.055466"], ["updated_at", "2016-03-08 20:12:49.055466"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-08 20:12:49.065606"], ["updated_at", "2016-03-08 20:12:49.065606"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (1.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-08 20:12:49.070745"], ["updated_at", "2016-03-08 20:12:49.070745"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-08 20:12:49.077944"], ["updated_at", "2016-03-08 20:12:49.077944"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (17.9ms) Completed 200 OK in 47ms (Views: 42.0ms | ActiveRecord: 1.9ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 50ms (Views: 46.1ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.6ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marjorie_larkin@boyle.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marjorie_larkin@boyle.org"], ["name", "Dr. Elnora Schowalter"], ["password_digest", "$2a$04$S6uCrrXLsgzgQ67ZJTyxzOsPU5BAw2WbgH6wYNwhPmmSWAfYMVAjW"], ["created_at", "2016-03-08 20:12:49.222467"], ["updated_at", "2016-03-08 20:12:49.222467"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marjorie_larkin@boyle.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "marjorie_larkin@boyle.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$D453fNh.XZQWUG9FMjZanOkKjvbMpCUbGpDFhvVIa/wJC9HMqYZfC"], ["updated_at", "2016-03-08 20:12:49.287946"], ["id", 3]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 43ms (Views: 38.8ms | ActiveRecord: 2.3ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (11.4ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('conner@strosin.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "conner@strosin.org"], ["name", "Miss Florida Crona"], ["password_digest", "$2a$04$Wpuv9auB3T4K6DGdx4CV.uXr86LirnWkeWLMQ73bIWU7EkECkpmwa"], ["created_at", "2016-03-08 20:12:49.385257"], ["updated_at", "2016-03-08 20:12:49.385257"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"conner@strosin.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "conner@strosin.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$w16iEGtGG4gFsl3sQoVAwecwCTO5bFgzoPpA.b0eiAh5G1Ec6aFsO"], ["updated_at", "2016-03-08 20:12:49.443417"], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 24ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 1.8ms)  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:12:49.509601"], ["updated_at", "2016-03-08 20:12:49.509601"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (6.2ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arlene_bruen@brownstracke.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arlene_bruen@brownstracke.com"], ["name", "Velda Lind"], ["password_digest", "$2a$04$TPim/fNZSX7T7ZJ3qUMrs.y9WGEd2BmZdoiPw00oUbn8e4AOVs6nq"], ["created_at", "2016-03-08 20:12:49.556916"], ["updated_at", "2016-03-08 20:12:49.556916"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"arlene_bruen@brownstracke.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "arlene_bruen@brownstracke.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$NjgYZPaGUptS1XML42oOY.Chx4HeCA0xqabGwRCYOnPllCkEuYdju"], ["updated_at", "2016-03-08 20:12:49.606919"], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 35ms (Views: 31.8ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-08 20:12:49.655540"], ["updated_at", "2016-03-08 20:12:49.655540"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theodora_yost@dietrich.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theodora_yost@dietrich.io"], ["name", "Dr. Leo Osinski"], ["password_digest", "$2a$04$Yzev21GNQtuSVknGHub33OjJb3R.gl6CTrdmIWxO2xF4uLeRpabd."], ["created_at", "2016-03-08 20:12:49.776404"], ["updated_at", "2016-03-08 20:12:49.776404"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Ea dolores et et rerum esse. Quam dolore ad et nemo. Beatae repellendus provident qui est enim. Dolor enim nostrum."], ["summary", "Aut laboriosam quas reiciendis rem unde."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.782082"], ["updated_at", "2016-03-08 20:12:49.782082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rae.barton@keebler.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rae.barton@keebler.name"], ["name", "Mr. Hilbert Daniel"], ["password_digest", "$2a$04$tdbvGPpkNgBe.F4IcNLt3OiYrSd/sMWGdLYv3NazIJmbz5fePxouS"], ["created_at", "2016-03-08 20:12:49.795469"], ["updated_at", "2016-03-08 20:12:49.795469"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "At et repellat corrupti quis. Est ut non nemo quibusdam. Rerum quae quibusdam magnam neque. Blanditiis maxime sint assumenda optio."], ["summary", "Aut ut quo doloribus corporis. Sed beatae sint animi."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-08 20:12:49.802684"], ["updated_at", "2016-03-08 20:12:49.802684"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (15.4ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (24.4ms) Completed 200 OK in 29ms (Views: 25.1ms | ActiveRecord: 2.6ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:49 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (5.5ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('annabel_renner@miller.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "annabel_renner@miller.com"], ["name", "Toby Davis"], ["password_digest", "$2a$04$ZVkBsxjsG.V3fQduUeMHIOxz1zpHwVUkzGqE.LESbUoBmbL1WF8dm"], ["created_at", "2016-03-08 20:12:49.866760"], ["updated_at", "2016-03-08 20:12:49.866760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Amet porro mollitia distinctio excepturi consequuntur. Dolor qui molestiae cum nihil odit rerum eos. Numquam ea enim aut. Quibusdam aut voluptate natus modi."], ["summary", "Non aut id expedita qui omnis. Voluptates quam totam modi veniam aut."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.875981"], ["updated_at", "2016-03-08 20:12:49.875981"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eunice.dare@yost.name') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eunice.dare@yost.name"], ["name", "Bernard Olson"], ["password_digest", "$2a$04$JFyz1t5ooKdL.SCKyQaSa.WjxHwxcx1mY/kMl7fPXAkIqMKBZHAhO"], ["created_at", "2016-03-08 20:12:49.886889"], ["updated_at", "2016-03-08 20:12:49.886889"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Blanditiis soluta qui molestiae repellendus autem. Occaecati dignissimos aliquid vel atque autem. Et perferendis ipsa exercitationem quia aut et expedita."], ["summary", "Numquam saepe consectetur sunt. Est et incidunt rerum dolores quas nostrum reiciendis. Sit vel cum ea voluptas aut vel."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.896367"], ["updated_at", "2016-03-08 20:12:49.896367"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tracey@price.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tracey@price.co"], ["name", "Eveline Langworth"], ["password_digest", "$2a$04$MbwQHeuo6uoAFAmVKEmsnO4NN0sEUHmIAbBoNT7D.noB0kloFyQdW"], ["created_at", "2016-03-08 20:12:49.907715"], ["updated_at", "2016-03-08 20:12:49.907715"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Tempora aut fugit illo ut labore quia cupiditate. Fugiat nihil mollitia placeat."], ["summary", "Ut et est est. Placeat voluptas vel dolorum repudiandae. Aut omnis non fuga eum aut sint provident."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.917202"], ["updated_at", "2016-03-08 20:12:49.917202"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shayna.bogisich@hoppe.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shayna.bogisich@hoppe.info"], ["name", "Julia Douglas"], ["password_digest", "$2a$04$Z6jytQZH8ziuqvcy8Al19.a.xdizzejwIy8KjHYmv1jrPvhJBB3K2"], ["created_at", "2016-03-08 20:12:49.930208"], ["updated_at", "2016-03-08 20:12:49.930208"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Ut sed est. Consequatur animi repellendus accusantium iusto quia ut. Fuga vitae sit ut voluptatem inventore natus dolore."], ["summary", "Voluptate omnis reiciendis ad temporibus."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.935890"], ["updated_at", "2016-03-08 20:12:49.935890"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (1.0ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ivah@yostluettgen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ivah@yostluettgen.net"], ["name", "Carson Bergstrom"], ["password_digest", "$2a$04$YOiv0Exk9TIGo8gfZBuvPunOe.tJOSWdWrpS5c1lMobjsr8ZCXs1u"], ["created_at", "2016-03-08 20:12:49.947951"], ["updated_at", "2016-03-08 20:12:49.947951"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Corrupti nam qui blanditiis accusamus. Molestias consequatur est quis ipsum."], ["summary", "Neque ipsa est omnis eos ducimus autem libero. Quaerat ea eveniet laudantium. Commodi vel dignissimos culpa hic totam."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.954559"], ["updated_at", "2016-03-08 20:12:49.954559"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lesley_swaniawski@schroeder.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lesley_swaniawski@schroeder.name"], ["name", "Mrs. Elva Schiller"], ["password_digest", "$2a$04$7EPeaOz0MIA.XwOzDZx1XuWJq3zrNsMhPsrroew1hc/UZrUiriXjy"], ["created_at", "2016-03-08 20:12:49.963792"], ["updated_at", "2016-03-08 20:12:49.963792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Dignissimos odit soluta ipsam asperiores voluptatum. Ratione voluptate sit vero rerum consequatur. Sed nemo qui ut sunt."], ["summary", "Qui id fuga tempore similique. Consequatur et voluptatibus. Fuga aut iure ut qui magni possimus sit."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.972261"], ["updated_at", "2016-03-08 20:12:49.972261"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bo@schoenlarkin.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bo@schoenlarkin.com"], ["name", "Flavie Buckridge"], ["password_digest", "$2a$04$ngBRTeoDryX4xrLvMG0zSuOql5cb6SQxpnFfwNAR7xOqRoIA/lGUO"], ["created_at", "2016-03-08 20:12:49.980156"], ["updated_at", "2016-03-08 20:12:49.980156"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Qui itaque adipisci. Eveniet excepturi error alias labore suscipit et delectus. Dolorem magni et voluptatem."], ["summary", "Deleniti harum dolorum amet atque animi sapiente dolores."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:49.988497"], ["updated_at", "2016-03-08 20:12:49.988497"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alison@jacobibashirian.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alison@jacobibashirian.name"], ["name", "Fern Luettgen"], ["password_digest", "$2a$04$zUxPJ5pJ0r1mX1Ffdd6cU.zHQ/iWPEFcprcerv9zkFcIYC3981jjW"], ["created_at", "2016-03-08 20:12:49.997725"], ["updated_at", "2016-03-08 20:12:49.997725"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Officiis eum veritatis vitae quas. Non eos aliquid. Incidunt ea neque in. Facilis vero est occaecati reiciendis aut."], ["summary", "Quis natus dolores sed voluptatem pariatur repellendus deserunt. Cumque dolorem fuga voluptas qui. Sint odio occaecati."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.003438"], ["updated_at", "2016-03-08 20:12:50.003438"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marvin@bogisich.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marvin@bogisich.net"], ["name", "Eryn Swift"], ["password_digest", "$2a$04$KDE3nxNQX2Py4bLtUqIQauHiH5a7ED7HUDciV0mWFmrhjgdcjVxH2"], ["created_at", "2016-03-08 20:12:50.011622"], ["updated_at", "2016-03-08 20:12:50.011622"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Qui possimus omnis. Ut sit nihil possimus itaque odit perspiciatis consectetur. Autem saepe nulla tempore quia quas animi maiores."], ["summary", "Aliquid quisquam quis eum."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.017408"], ["updated_at", "2016-03-08 20:12:50.017408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darrell@zulauf.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darrell@zulauf.info"], ["name", "Mina Ratke DVM"], ["password_digest", "$2a$04$ZSURNIL2lef.rVEMx1BCf.4Co8wUoJGHa3CPUDvbiCHUXzr5Ohifu"], ["created_at", "2016-03-08 20:12:50.025790"], ["updated_at", "2016-03-08 20:12:50.025790"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Voluptas qui et ullam sit nesciunt veritatis commodi. Itaque quia ea sint non."], ["summary", "Quod deleniti dolores perferendis fugiat fuga minima ab."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.031530"], ["updated_at", "2016-03-08 20:12:50.031530"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nakia@sporerjohnson.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nakia@sporerjohnson.info"], ["name", "Lesly Bogisich"], ["password_digest", "$2a$04$iLmO0ySj9hC/6TNhVUsY8uuZ/a8hUgjRpcKDqPjQdhs1sLv0BSwiS"], ["created_at", "2016-03-08 20:12:50.042092"], ["updated_at", "2016-03-08 20:12:50.042092"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Deserunt ut sed. Id quas magni. Sit exercitationem sapiente."], ["summary", "Illo similique sunt et. Officiis alias libero. Voluptatum repudiandae ipsum."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.047817"], ["updated_at", "2016-03-08 20:12:50.047817"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (35.0ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (42.9ms) Completed 200 OK in 46ms (Views: 38.7ms | ActiveRecord: 6.2ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (4.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.0ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('earline@hodkiewiczklocko.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "earline@hodkiewiczklocko.com"], ["name", "Edward Donnelly MD"], ["password_digest", "$2a$04$J0Ej82rV9DEe8RQFCTvME.OWHKpmqVNsUWzjb6Cx4RZtTlTGPWVf."], ["created_at", "2016-03-08 20:12:50.135144"], ["updated_at", "2016-03-08 20:12:50.135144"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Asperiores voluptatum eos eaque. Praesentium quidem sequi inventore est ullam similique voluptas. Dolore unde rerum hic. Facilis delectus ipsum illum totam tempore."], ["summary", "Quam enim nesciunt voluptatem temporibus quasi maiores quia. Asperiores laboriosam molestiae ea."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.140709"], ["updated_at", "2016-03-08 20:12:50.140709"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (9.1ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.3ms) Completed 200 OK in 18ms (Views: 12.1ms | ActiveRecord: 5.2ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.2ms) Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.5ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerrold@bergnaum.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerrold@bergnaum.co"], ["name", "Miss Ozella Aufderhar"], ["password_digest", "$2a$04$tLjrVUk/NNksRkSfGMGsYee5EqUdxRxYxuqVLl9oYxOqWXuutt26a"], ["created_at", "2016-03-08 20:12:50.203343"], ["updated_at", "2016-03-08 20:12:50.203343"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Modi dolore et minima est et voluptatibus. Aperiam esse quae est labore explicabo est harum."], ["summary", "Recusandae laboriosam doloribus velit animi aut. Quisquam asperiores magni aut facilis voluptas vitae."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-08 20:12:50.208367"], ["updated_at", "2016-03-08 20:12:50.208367"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-08 20:12:50.231777"], ["updated_at", "2016-03-08 20:12:50.231777"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-08 20:12:50.237526"], ["updated_at", "2016-03-08 20:12:50.237526"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garth.murphy@grady.net') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garth.murphy@grady.net"], ["name", "Ursula Roberts V"], ["password_digest", "$2a$04$tm36ppjgWUyk54YcAib9NOg/7YYWJzXHVr/p2Uxxo2.9/3NVyYS5K"], ["created_at", "2016-03-08 20:12:50.247490"], ["updated_at", "2016-03-08 20:12:50.247490"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 30) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 30) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Quisquam aliquam est quis sint nesciunt qui qui. Vel voluptates rem et delectus. Distinctio alias dicta facere quidem aspernatur assumenda quaerat. Officia ducimus provident harum."], ["summary", "Repudiandae perferendis molestias veritatis."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.273506"], ["updated_at", "2016-03-08 20:12:50.273506"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 30], ["taggable_id", 16]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janet_collier@blanda.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janet_collier@blanda.co"], ["name", "Jewel Koepp"], ["password_digest", "$2a$04$b5fycabyMvsrM8qplhMSN.jmAoW31RSy8XutBFHJT5Z/uB0asxG22"], ["created_at", "2016-03-08 20:12:50.283989"], ["updated_at", "2016-03-08 20:12:50.283989"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Debitis possimus fugiat tempore vero maiores quo. Atque doloribus expedita inventore aut totam qui est."], ["summary", "Tempora est quidem libero sunt possimus. Impedit illum debitis saepe aut."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.293412"], ["updated_at", "2016-03-08 20:12:50.293412"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 17]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.8ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.0ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.0ms) Completed 200 OK in 17ms (Views: 12.1ms | ActiveRecord: 3.9ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-08 15:12:50 -0500 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 30], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (5.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (12.4ms) Completed 200 OK in 19ms (Views: 11.0ms | ActiveRecord: 4.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$4J0/bf4a15.T3fB1ndmmv.gMVUbwYU8VZySgRPQLIiXtJ/9smfswq"], ["created_at", "2016-03-08 20:12:50.378501"], ["updated_at", "2016-03-08 20:12:50.378501"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$b4jXtGvIogGgxWxgzWokgOBI0WC8hhvEq2v3q9pZihXTQRyIB/qEi"], ["created_at", "2016-03-08 20:12:50.390254"], ["updated_at", "2016-03-08 20:12:50.390254"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$..DjEgDVL7mnq17tcljiAurmjBOWt4aEkbeR0RgFyATvTciZGw9uW"], ["updated_at", "2016-03-08 20:12:50.394411"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 20:12:50.413929"], ["updated_at", "2016-03-08 20:12:50.413929"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-08 20:12:50.423215"], ["updated_at", "2016-03-08 20:12:50.423215"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('payton@schultzosinski.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "payton@schultzosinski.org"], ["name", "Jeanne Jenkins"], ["password_digest", "$2a$04$bWecUeP3DTTxmgSvEXoHSu718u4fJ2UoXSFGik7woJDSuU2MmFTuG"], ["created_at", "2016-03-08 20:12:50.484323"], ["updated_at", "2016-03-08 20:12:50.484323"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('watson.runolfsdottir@gislason.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "watson.runolfsdottir@gislason.net"], ["name", "Marisa Padberg"], ["password_digest", "$2a$04$LkbXR/HBYcE8DCxeIXCGhu.T7ME/NzRPyAWMRIrrYJvx6w9J5CzIC"], ["created_at", "2016-03-08 20:12:50.495649"], ["updated_at", "2016-03-08 20:12:50.495649"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sam@stark.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sam@stark.com"], ["name", "Beverly Koch PhD"], ["password_digest", "$2a$04$gx7TRtqwc2.qVmDzIK5pW.UZ86MQQ4LoKrN3scuRpndzXFijxs3xO"], ["created_at", "2016-03-08 20:12:50.505889"], ["updated_at", "2016-03-08 20:12:50.505889"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Enim aperiam dolor quos nam. Amet et facere omnis aut. Praesentium rem vero sit sed voluptatem in. Omnis delectus dolores dignissimos ducimus."], ["summary", "Saepe omnis laboriosam et voluptatem. Cumque quia magni qui."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-08 20:12:50.510321"], ["updated_at", "2016-03-08 20:12:50.510321"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('daisha@reingerkohler.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "daisha@reingerkohler.net"], ["name", "Kaylin Walsh"], ["password_digest", "$2a$04$o031VPWiPZJQGcn66AbgoevNncchIuLt6wx.YcT6Jd90ISDiTHu7S"], ["created_at", "2016-03-08 20:12:50.520274"], ["updated_at", "2016-03-08 20:12:50.520274"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Culpa illum quisquam nam et velit. Explicabo quod id. Sunt et corporis ab iste nesciunt voluptatum incidunt. Dolorum numquam quisquam incidunt."], ["summary", "Vero aut quidem in facere. Voluptas quos soluta quo odit reprehenderit quo libero. Culpa ipsa praesentium atque suscipit vel facilis quis."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-08 20:12:50.526792"], ["updated_at", "2016-03-08 20:12:50.526792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rigoberto@greenholtspinka.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rigoberto@greenholtspinka.name"], ["name", "Kira Nienow"], ["password_digest", "$2a$04$ds8KPPebkbg83iI0jKUooejG5ZQDOuW67LDRcPDpKp3DkFHYhG1dO"], ["created_at", "2016-03-08 20:12:50.536711"], ["updated_at", "2016-03-08 20:12:50.536711"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('damaris_auer@fay.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "damaris_auer@fay.com"], ["name", "Jonas Borer"], ["password_digest", "$2a$04$lvg9Ngg/z40KPbrA8LUnR.vT9cMMOi1zBKA1PBmurlUBTRAdqAjFi"], ["created_at", "2016-03-08 20:12:50.547100"], ["updated_at", "2016-03-08 20:12:50.547100"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lauretta@howegutmann.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lauretta@howegutmann.biz"], ["name", "Effie Gaylord"], ["password_digest", "$2a$04$OE.SnT.rXxXAbbEzYFdf4.pWlESutxBanarGtG7zkM8YOUCAuqofu"], ["created_at", "2016-03-08 20:12:50.560335"], ["updated_at", "2016-03-08 20:12:50.560335"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilson_bins@pacocha.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wilson_bins@pacocha.net"], ["name", "Humberto Halvorson"], ["password_digest", "$2a$04$Mx2QG59lQADkuLLeXQnN9u6zNnDik2Ypjq6rDSueckmmehRk8wRyq"], ["created_at", "2016-03-08 20:12:50.571393"], ["updated_at", "2016-03-08 20:12:50.571393"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Est omnis architecto et voluptatum voluptatibus nemo recusandae. Ipsum consequatur voluptatibus. Odio hic eaque. Facilis id odio ad recusandae."], ["summary", "Voluptatem aspernatur voluptatibus natus non fugiat rerum."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.577320"], ["updated_at", "2016-03-08 20:12:50.577320"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosie@kochmohr.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosie@kochmohr.org"], ["name", "Noble Nader II"], ["password_digest", "$2a$04$nisKJ/mOMwMDZdTbfSIrJOSRBppE3z5SESW9W4QYxKLTAFtg8Qqxi"], ["created_at", "2016-03-08 20:12:50.585354"], ["updated_at", "2016-03-08 20:12:50.585354"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Dolorem est nobis maxime magni. Aut repellat ullam ad vero et recusandae dolor."], ["summary", "Velit aliquam rerum hic cupiditate in ut."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.590948"], ["updated_at", "2016-03-08 20:12:50.590948"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 18:12:50.593478"], ["updated_at", "2016-03-08 20:12:50.598518"], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 20:12:50.593657"], ["updated_at", "2016-03-08 20:12:50.603257"], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mortimer@prohaskakeeling.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mortimer@prohaskakeeling.net"], ["name", "Mr. Emmalee Schneider"], ["password_digest", "$2a$04$K5M0IMDZA5.x3kdh9FYBv.pzugyAIg0tMIm5./XWtoVu/BBsr4pgK"], ["created_at", "2016-03-08 20:12:50.616307"], ["updated_at", "2016-03-08 20:12:50.616307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Qui blanditiis esse. Nostrum rerum voluptatem ad debitis voluptas odio. Dolores laboriosam voluptates et doloribus quasi. Omnis placeat aliquam."], ["summary", "Dignissimos dolore iure nihil et."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.621467"], ["updated_at", "2016-03-08 20:12:50.621467"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('markus.schuster@rolfson.org') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "markus.schuster@rolfson.org"], ["name", "Delia Keeling"], ["password_digest", "$2a$04$5pmY8wAKtcx4DeqNievPNet5fBR3IVcusmcpssTWYG3e8NCl6QJVi"], ["created_at", "2016-03-08 20:12:50.629134"], ["updated_at", "2016-03-08 20:12:50.629134"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Quis suscipit et deserunt ratione illo. Dolores voluptatem qui dolore. Molestiae rerum at voluptatem."], ["summary", "Sunt ea ipsum modi est unde. Quibusdam veritatis eum sit dolor unde."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-08 20:12:50.634232"], ["updated_at", "2016-03-08 20:12:50.634232"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (1.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stefan_rowe@damorewilderman.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stefan_rowe@damorewilderman.com"], ["name", "Chauncey Carter"], ["password_digest", "$2a$04$EB17VPaSVSVpdbDAVJbw4.Zxz5BVuOjGlGHMbvAKnQWEhpd0Bl2ge"], ["created_at", "2016-03-08 20:12:50.649235"], ["updated_at", "2016-03-08 20:12:50.649235"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ola@rowe.org') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ola@rowe.org"], ["name", "Jaclyn Huel"], ["password_digest", "$2a$04$5MdP0Ox8tlCBfR600MUvHe5c3SBMGfhqqDRRuuScx.XkEi.SkK.vG"], ["created_at", "2016-03-08 20:12:50.661828"], ["updated_at", "2016-03-08 20:12:50.661828"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Quia a vel dignissimos nihil sunt ea et. Quam voluptates excepturi enim magnam fuga nostrum perspiciatis. Numquam voluptatem eum iure nesciunt in. Ullam et in non."], ["summary", "Necessitatibus nisi vero fuga. Tenetur non nemo quod velit odit enim quibusdam."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-08 20:12:50.668168"], ["updated_at", "2016-03-08 20:12:50.668168"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:12:50.673114"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aliza_mayer@legros.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aliza_mayer@legros.name"], ["name", "Anais Rath"], ["password_digest", "$2a$04$KVxTSYKHasQi3IqfLmxsx.Egn6KkU5fRiN7wfkcvN/F/qqKBVioM2"], ["created_at", "2016-03-08 20:12:50.685592"], ["updated_at", "2016-03-08 20:12:50.685592"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Iure reiciendis eaque qui aliquam quo id nostrum. Officia ex alias quis nisi."], ["summary", "Rerum quas ut labore laborum commodi earum. Itaque commodi at ut voluptatem laboriosam dolorem ut. Ut voluptatem quasi aperiam impedit veniam unde."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:12:50.690848"], ["updated_at", "2016-03-08 20:12:50.690848"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 20:12:50.698872"], ["id", 25]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abel_murphy@dubuque.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abel_murphy@dubuque.info"], ["name", "Dean Jacobi"], ["password_digest", "$2a$04$ynOwBiF70aaz/XI6DEBOm.rLwriY0EQD2073R8ApzwQkxdtlBt6e6"], ["created_at", "2016-03-08 20:12:50.713650"], ["updated_at", "2016-03-08 20:12:50.713650"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.9ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$4aF1oXMWn4J6A03duZYbdOr2ksbNIQjTvVsKFfboAlbbGt0HNPqHS"], ["created_at", "2016-03-08 20:12:50.809157"], ["updated_at", "2016-03-08 20:12:50.809157"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$NCaDnsNuCE9BZT2TMuJxCuEGltf4rmtQPDPD2grJznH8lEfFHQjAS"], ["created_at", "2016-03-08 20:12:50.887294"], ["updated_at", "2016-03-08 20:12:50.887294"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maggie_mcdermott@carterleannon.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maggie_mcdermott@carterleannon.io"], ["name", "Tyson Oberbrunner"], ["password_digest", "$2a$04$vX/D0D/.cYw6bhB8qTSxuOstqHjw101wPNHAt7pTuEdoBGTJLG6gq"], ["created_at", "2016-03-08 20:12:50.902394"], ["updated_at", "2016-03-08 20:12:50.902394"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Est animi est voluptates. Neque quia maiores non aspernatur ut itaque. Nobis rerum et provident non temporibus quis. Ut qui assumenda."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-08 20:12:50.908068"], ["updated_at", "2016-03-08 20:12:50.908068"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (29.6ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (16.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ignacio@goyette.io') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ignacio@goyette.io"], ["name", "Antwan Pouros"], ["password_digest", "$2a$04$Rwt4DnSxwO/ZLzZlfb5uiO7WXKBdOcz3IFSGDuKJOV3Nfx72As1ga"], ["created_at", "2016-03-08 20:13:55.330426"], ["updated_at", "2016-03-08 20:13:55.330426"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:55 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (15.8ms) Completed 200 OK in 357ms (Views: 356.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:55 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ignacio@goyette.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ignacio@goyette.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$leAv7letwFGq2Wf32lwKxO..JqqiJU/DpLMz72KRJYl8vc.m3v0gW"], ["updated_at", "2016-03-08 20:13:55.984514"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:55 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.9ms) Completed 200 OK in 53ms (Views: 45.7ms | ActiveRecord: 3.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamron@kirlin.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamron@kirlin.info"], ["name", "Miss Antonetta Nikolaus"], ["password_digest", "$2a$04$C9HM1a8uFEDDODhQyxO2peQtdaPYJlqc70GXv6ocoNZONoxEB5uSe"], ["created_at", "2016-03-08 20:13:56.066018"], ["updated_at", "2016-03-08 20:13:56.066018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Repellat beatae harum at eum ut quia. Dolorem sed numquam at."], ["summary", "Dolorem illo voluptatem sed et id. Nemo tempora consequatur neque."], ["author_id", 2], ["slug", "title1"], ["created_at", "2016-03-08 20:13:56.178589"], ["updated_at", "2016-03-08 20:13:56.178589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (40.8ms) Completed 200 OK in 55ms (Views: 47.3ms | ActiveRecord: 6.9ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('heath.kihn@daugherty.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "heath.kihn@daugherty.biz"], ["name", "Arno Abbott"], ["password_digest", "$2a$04$LL6OX1GmsXxK5qrdH5Il6ePZ7H/HZhn/nHcgmRCwrRZPp3QuDrMXe"], ["created_at", "2016-03-08 20:13:56.254600"], ["updated_at", "2016-03-08 20:13:56.254600"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"heath.kihn@daugherty.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "heath.kihn@daugherty.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$hQzULP4B/Fopfq2fmo5ywuPWgOm/tLmTaeaQNLGmlqtv8e4EtS7ne"], ["updated_at", "2016-03-08 20:13:56.283244"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.6ms) Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sherman@herman.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sherman@herman.com"], ["name", "Jake Carroll"], ["password_digest", "$2a$04$xeWiGa.NlMFE/GgsjC1FUuHhUVMZ9Xv7FdXW88inewso8Qw4fAuWq"], ["created_at", "2016-03-08 20:13:56.323991"], ["updated_at", "2016-03-08 20:13:56.323991"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Sunt consectetur tempora numquam. Voluptatem placeat iusto. Quae quos corporis aliquam maxime in eaque."], ["summary", "Voluptatem aut dolorum quod iusto amet reiciendis."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:13:56.328812"], ["updated_at", "2016-03-08 20:13:56.328812"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mariane@hanemetz.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mariane@hanemetz.co"], ["name", "Sedrick Funk"], ["password_digest", "$2a$04$7BnhFyumRr8Dw09wUobqT.QTykbvA7rc4Xl9Of6ddu9j1nKLAU9tS"], ["created_at", "2016-03-08 20:13:56.336077"], ["updated_at", "2016-03-08 20:13:56.336077"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Velit voluptatem exercitationem voluptatem quia itaque iure error. Harum saepe asperiores. Pariatur nemo error sed voluptas sed magni aut."], ["summary", "Cumque aspernatur dicta. Saepe et iste."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:13:56.341854"], ["updated_at", "2016-03-08 20:13:56.341854"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christelle@yundtgoyette.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christelle@yundtgoyette.co"], ["name", "Tracey Frami"], ["password_digest", "$2a$04$ELRycL67k5v1Zu5a0ZH6SuiI3wnZmPlLwkKEjroORWeAa6Nbr16Uy"], ["created_at", "2016-03-08 20:13:56.348909"], ["updated_at", "2016-03-08 20:13:56.348909"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Est qui natus at nostrum. Sunt aliquid repellendus mollitia. Esse deleniti et nobis sit modi est sed."], ["summary", "Fuga dolorem recusandae distinctio non. Consequuntur iste quis nulla neque illum excepturi. Voluptatem totam delectus reiciendis harum cum dolores beatae."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:13:56.353032"], ["updated_at", "2016-03-08 20:13:56.353032"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ada@pagac.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ada@pagac.name"], ["name", "Reilly Reinger"], ["password_digest", "$2a$04$UYVNHPC/P7jxuUIELzL0F.CYjFnv8VFV6D3PrxQ1i5uOm1PTY//DS"], ["created_at", "2016-03-08 20:13:56.359654"], ["updated_at", "2016-03-08 20:13:56.359654"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Et sed qui consequatur id fugit ullam. Sint a exercitationem eum quaerat fuga. Dolor deleniti explicabo voluptatem rerum non. Numquam accusamus deleniti earum dolor."], ["summary", "Sed possimus qui ratione explicabo odio autem. Et dolor doloribus magnam."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:13:56.364037"], ["updated_at", "2016-03-08 20:13:56.364037"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('giovani.kiehn@keeblerpurdy.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "giovani.kiehn@keeblerpurdy.net"], ["name", "Jakayla Schimmel"], ["password_digest", "$2a$04$lqTiIpjL.HAYnugTwHcxRuhXoPW5VxPtcPcu3MClGPAjUBzFE3IYK"], ["created_at", "2016-03-08 20:13:56.370758"], ["updated_at", "2016-03-08 20:13:56.370758"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Pariatur quasi omnis voluptas. Nihil ab dolores ipsa ipsam et dolor."], ["summary", "Mollitia facere similique molestiae illum quod. Consequatur cumque eaque labore et. Et voluptates aut alias consequatur in sed."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:13:56.375266"], ["updated_at", "2016-03-08 20:13:56.375266"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jonas@blickharvey.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jonas@blickharvey.biz"], ["name", "Emery Gleason"], ["password_digest", "$2a$04$u0QPtlMp0hLC5UCWWFxGD.l6oXQbDfSWAEaZ3i0tqsrvcalRDRd.m"], ["created_at", "2016-03-08 20:13:56.381327"], ["updated_at", "2016-03-08 20:13:56.381327"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Perspiciatis voluptatum et ea dicta quam aspernatur. Ad autem cum. Ut expedita molestias odit laudantium."], ["summary", "Ut ea ad quae quibusdam sit. Corporis ducimus officiis qui fugiat."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:13:56.385420"], ["updated_at", "2016-03-08 20:13:56.385420"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('preston@bartoletti.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "preston@bartoletti.org"], ["name", "Gillian Runolfsdottir V"], ["password_digest", "$2a$04$2dtk6lJuU6RDdw0YtIxat.O6xsuk5gsxBa0woCR/6SBynx6RmtA1i"], ["created_at", "2016-03-08 20:13:56.391609"], ["updated_at", "2016-03-08 20:13:56.391609"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Fugit nemo facere maxime doloribus sint cumque laborum. Officiis eos in temporibus voluptatem tenetur. Vitae magni tempora minus perspiciatis ullam consectetur. Minima molestiae ut quidem dignissimos pariatur."], ["summary", "Quia nemo qui corrupti itaque."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:13:56.395958"], ["updated_at", "2016-03-08 20:13:56.395958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('robert_boyer@huel.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "robert_boyer@huel.name"], ["name", "Fernando West II"], ["password_digest", "$2a$04$TE1TPLMInJrsOB.SfSer4OGz0DmZDUImFU5XBdrV9wZ0KjnX87Tty"], ["created_at", "2016-03-08 20:13:56.403121"], ["updated_at", "2016-03-08 20:13:56.403121"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Incidunt omnis iure hic ut aut. Perferendis labore vero. Beatae omnis qui quas sit."], ["summary", "Dolores quia necessitatibus delectus porro voluptatem. Quo a commodi est et ipsa non. Delectus ut odit corrupti sed deleniti."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:13:56.407862"], ["updated_at", "2016-03-08 20:13:56.407862"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruthie@lebsackdonnelly.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruthie@lebsackdonnelly.info"], ["name", "Velda Rutherford"], ["password_digest", "$2a$04$MiyUajrXOUGXUIGkkjFrzumZsQw0zYE/lSxplsIB0mpS7xq4T.JtW"], ["created_at", "2016-03-08 20:13:56.414671"], ["updated_at", "2016-03-08 20:13:56.414671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Saepe aut tenetur modi optio ipsa et voluptatem. Ut provident aut laborum natus fugiat. Esse natus et numquam doloremque beatae eum."], ["summary", "Reiciendis culpa minima voluptatem quae. Hic quo eos sed molestias. Repudiandae id tenetur vitae commodi eum deleniti non."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:13:56.419824"], ["updated_at", "2016-03-08 20:13:56.419824"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('talon_oreilly@braunkshlerin.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "talon_oreilly@braunkshlerin.io"], ["name", "Naomi Crooks"], ["password_digest", "$2a$04$5l6bR7Qu8Hm72tdtDFrbteEUlKEftZ4pryo56MFwP9/voJJEqIKVm"], ["created_at", "2016-03-08 20:13:56.427283"], ["updated_at", "2016-03-08 20:13:56.427283"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Est at natus ea et. Blanditiis dolor est repellat vero accusantium. Ullam dolores eius non natus cum."], ["summary", "Sit laboriosam ut et odio."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:13:56.431227"], ["updated_at", "2016-03-08 20:13:56.431227"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deven@lowe.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deven@lowe.info"], ["name", "Alvera Hoeger"], ["password_digest", "$2a$04$2ZiJp4Y9j00iiobMimGEUu1IjP/REoeXY0t8UHR/6t5MULtS.Pqve"], ["created_at", "2016-03-08 20:13:56.437206"], ["updated_at", "2016-03-08 20:13:56.437206"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Odio minima libero consectetur sed ut. Ea suscipit laboriosam. Veritatis et mollitia tenetur expedita. Iste voluptates autem eaque aut aut harum sit."], ["summary", "Et aut fuga dolorem aut debitis. Nihil vero doloribus sunt."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:13:56.441282"], ["updated_at", "2016-03-08 20:13:56.441282"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('oswaldo@reilly.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "oswaldo@reilly.io"], ["name", "Jimmie Langosh"], ["password_digest", "$2a$04$r1q5GNKywnkQ/j0alXUSK.wraU32c19JRTL7sDrsbeUuebjadQ.1S"], ["created_at", "2016-03-08 20:13:56.447694"], ["updated_at", "2016-03-08 20:13:56.447694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Amet eaque dolore architecto assumenda quod in mollitia. Fuga labore eligendi."], ["summary", "Rem sit recusandae dolorem eligendi reprehenderit nihil exercitationem. Odio dolore quam illo enim laboriosam."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:13:56.451996"], ["updated_at", "2016-03-08 20:13:56.451996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fermin@kunde.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fermin@kunde.name"], ["name", "Adell Thiel"], ["password_digest", "$2a$04$rlFfC9Hz8gs0cOMDwX0BC.aMQNhh4RzBARm2BcYF5Th4GD3QfDNqW"], ["created_at", "2016-03-08 20:13:56.458586"], ["updated_at", "2016-03-08 20:13:56.458586"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Autem et recusandae. Pariatur rerum quis atque. Impedit quis pariatur blanditiis. Dolores suscipit perferendis vel repellendus."], ["summary", "In provident aspernatur et nesciunt eos corrupti. Perspiciatis dolor eos enim ea. Molestiae sequi amet architecto."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:13:56.462762"], ["updated_at", "2016-03-08 20:13:56.462762"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kenyon.brakus@walter.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kenyon.brakus@walter.io"], ["name", "Odessa Ankunding"], ["password_digest", "$2a$04$at6EcWAywW6H75QdHh4bUO3Fty5V0on/YGpF3QKcjd8K6.bPcNOuq"], ["created_at", "2016-03-08 20:13:56.469163"], ["updated_at", "2016-03-08 20:13:56.469163"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Voluptate labore quo officiis. Eum rerum eligendi autem eaque sit. Aut at quaerat quos quis."], ["summary", "Voluptas sit quos rerum."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:13:56.473517"], ["updated_at", "2016-03-08 20:13:56.473517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tyson@littel.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tyson@littel.com"], ["name", "Rod Quitzon"], ["password_digest", "$2a$04$L3CT6Oqjz2FE9YsaKdpUBOnW5kgP4FRPSEg290W6nw/H55t2UtDfO"], ["created_at", "2016-03-08 20:13:56.480381"], ["updated_at", "2016-03-08 20:13:56.480381"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Sint magni nam aut aut. Inventore sapiente est. Eveniet eligendi eum rerum aperiam provident. Sequi cum praesentium dolores dignissimos."], ["summary", "Sint quis qui et deserunt similique."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:13:56.485296"], ["updated_at", "2016-03-08 20:13:56.485296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ludwig@stammharber.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ludwig@stammharber.com"], ["name", "Green Reichert"], ["password_digest", "$2a$04$lnJJu2STZ2mPZB9aO9r62O4sNnFVJncXmpdLEvOi15yQial/8KuKq"], ["created_at", "2016-03-08 20:13:56.491477"], ["updated_at", "2016-03-08 20:13:56.491477"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Quo dolor et est necessitatibus quibusdam. Modi minima adipisci cumque illum quo suscipit."], ["summary", "Ducimus earum voluptate impedit quisquam est. Ut qui voluptate aliquid."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:13:56.495613"], ["updated_at", "2016-03-08 20:13:56.495613"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claud@kozey.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claud@kozey.com"], ["name", "Weldon D'Amore"], ["password_digest", "$2a$04$1Wr7q7twn3huUr8yd24TtOpqy79qkZAqkQ6xIekZ6FiuElVMaMgeu"], ["created_at", "2016-03-08 20:13:56.503063"], ["updated_at", "2016-03-08 20:13:56.503063"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Dolorem laudantium qui. Illo fugiat ullam. Quos consequuntur saepe facilis corporis aut."], ["summary", "Voluptas mollitia libero quidem dolor officia eum nobis. Molestiae laboriosam molestiae consequatur blanditiis."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:13:56.507838"], ["updated_at", "2016-03-08 20:13:56.507838"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('victor_breitenberg@raynoremard.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "victor_breitenberg@raynoremard.name"], ["name", "Taryn Hane DVM"], ["password_digest", "$2a$04$9JcTa2kr8rDiKPSO7xLj6e3LD2GWjZTNiJVrq0b9w4SfI1Gb0Cx1a"], ["created_at", "2016-03-08 20:13:56.514773"], ["updated_at", "2016-03-08 20:13:56.514773"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Et error amet nobis laudantium recusandae quia est. Dignissimos maiores ab fugit blanditiis. Consequatur qui laboriosam."], ["summary", "Velit iusto aut sit officiis. Assumenda dicta et aut optio architecto iste placeat. Aspernatur esse reiciendis placeat."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:13:56.519151"], ["updated_at", "2016-03-08 20:13:56.519151"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sasha_auer@huels.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sasha_auer@huels.com"], ["name", "Esmeralda Schaden DVM"], ["password_digest", "$2a$04$6AkhHKbYeDfc1KCqE1SGeeYndf.sHLcUvSNxgn6AoV.XhCOLTEaCy"], ["created_at", "2016-03-08 20:13:56.525639"], ["updated_at", "2016-03-08 20:13:56.525639"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Deserunt minus et quia. Ad reprehenderit aspernatur."], ["summary", "Delectus temporibus esse. Qui eaque at alias aliquid et harum esse."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:13:56.529932"], ["updated_at", "2016-03-08 20:13:56.529932"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayne_rowe@trompboyle.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jayne_rowe@trompboyle.biz"], ["name", "Gladyce Torp"], ["password_digest", "$2a$04$xiiwBWswx0Q8TJAjgHOkvu2W.EtoS69GHemO/wZYE2b6dOUejCHTq"], ["created_at", "2016-03-08 20:13:56.536383"], ["updated_at", "2016-03-08 20:13:56.536383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Qui et reiciendis. Nihil itaque ut. Sunt molestias accusamus officia iste at aperiam ipsum."], ["summary", "Sequi corporis quis animi aut ad id."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:13:56.541373"], ["updated_at", "2016-03-08 20:13:56.541373"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dameon.willms@keeling.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dameon.willms@keeling.io"], ["name", "Lorna Heidenreich"], ["password_digest", "$2a$04$Nw7yyAagGbKw4uw9hccrR.dDaF2IMfPPJ13gp8H4zkVA4B7wKXA3S"], ["created_at", "2016-03-08 20:13:56.547455"], ["updated_at", "2016-03-08 20:13:56.547455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Ex voluptas omnis temporibus necessitatibus quas. Aliquam tenetur fuga quisquam perferendis. Quisquam distinctio autem dolorem est eum excepturi."], ["summary", "Hic quod fugiat voluptatem."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:13:56.552557"], ["updated_at", "2016-03-08 20:13:56.552557"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abdiel@jerde.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abdiel@jerde.io"], ["name", "Suzanne Paucek"], ["password_digest", "$2a$04$c2hHegDJI/zwIpOQttvgJOH0Eu36Sl008LvcROVlmo70G.SfKq.8W"], ["created_at", "2016-03-08 20:13:56.559185"], ["updated_at", "2016-03-08 20:13:56.559185"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Dolor cum nulla inventore qui ut omnis nam. Vero qui ut. Aut perferendis excepturi repellat atque ea hic labore. Sunt eos et mollitia rem maxime."], ["summary", "Explicabo et accusantium. Dolore quasi deleniti ipsam provident."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:13:56.564360"], ["updated_at", "2016-03-08 20:13:56.564360"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cathryn@hyatt.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cathryn@hyatt.org"], ["name", "Dannie Rau"], ["password_digest", "$2a$04$L.NnRqoIoCZ1.1FT6VYE1.sb0E4KlKQvzRFGQqpFpwMOGelcHY.U."], ["created_at", "2016-03-08 20:13:56.571080"], ["updated_at", "2016-03-08 20:13:56.571080"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Sint praesentium dolore et. Saepe animi omnis perferendis vero. Doloremque quas eligendi dolores rerum perferendis minus."], ["summary", "Consequuntur inventore voluptates vel adipisci doloribus. Sit sed fuga illum quibusdam et. Sit ut eveniet voluptas."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:13:56.576510"], ["updated_at", "2016-03-08 20:13:56.576510"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adolph_zboncak@herzog.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adolph_zboncak@herzog.co"], ["name", "Dr. Lisa Paucek"], ["password_digest", "$2a$04$k.T9q9RNJbR/Z78LBwEDZOpU2gPUkay6LdOz/o6bJKzO595FxxrJC"], ["created_at", "2016-03-08 20:13:56.583253"], ["updated_at", "2016-03-08 20:13:56.583253"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Nostrum consequatur aspernatur. Ut quos eveniet et architecto. Vel dolores sit veritatis sit adipisci neque."], ["summary", "Eum totam et natus enim numquam voluptatem. Ut et at."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:13:56.587671"], ["updated_at", "2016-03-08 20:13:56.587671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ronaldo_hoeger@collins.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ronaldo_hoeger@collins.info"], ["name", "Eleanora McGlynn III"], ["password_digest", "$2a$04$N81uIeLu70MHIEYU/OAMK.k4un/SsnHTxmd9memTXMf59RbDQIcQa"], ["created_at", "2016-03-08 20:13:56.594724"], ["updated_at", "2016-03-08 20:13:56.594724"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Aut in ut sit itaque molestiae. Consequuntur est molestiae voluptas laudantium iure facilis. Repudiandae facilis ullam vitae mollitia expedita. Sit maxime aut voluptatem nisi aliquam."], ["summary", "Et quo voluptas quo."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:13:56.599556"], ["updated_at", "2016-03-08 20:13:56.599556"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('francesco.oberbrunner@wizabartoletti.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "francesco.oberbrunner@wizabartoletti.net"], ["name", "Christa McGlynn"], ["password_digest", "$2a$04$5voi8eNgg.i/cQWpsfquH.JeRZqfLbhp2lNcA0Zrkj71BCkrY4gRi"], ["created_at", "2016-03-08 20:13:56.606468"], ["updated_at", "2016-03-08 20:13:56.606468"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ratione ut mollitia veritatis omnis repellendus dicta. Voluptatem recusandae aut est. Minima libero qui et provident officia vero."], ["summary", "Ab assumenda commodi voluptates qui quasi. Saepe rerum architecto. Cum delectus rerum."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:13:56.610761"], ["updated_at", "2016-03-08 20:13:56.610761"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 6]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 7]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 8]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 9]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 10]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 11]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 12]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 13]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 14]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 15]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 16]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 17]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 18]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 19]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 20]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 21]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 22]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 25]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 26]] Categorical::Tag Load (0.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 27]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 28]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (199.0ms) Completed 200 OK in 214ms (Views: 191.3ms | ActiveRecord: 22.0ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 29]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.6ms) Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leopold@wolffwhite.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leopold@wolffwhite.info"], ["name", "Lavon Kling II"], ["password_digest", "$2a$04$Z/wMs5MU7P8J9zzu4zF0Ceo/FwPfJ/0qNSXqEQGZ6F6/mspsCNMGG"], ["created_at", "2016-03-08 20:13:56.898587"], ["updated_at", "2016-03-08 20:13:56.898587"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"leopold@wolffwhite.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "leopold@wolffwhite.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$vKW9wa8cSCTv/lY4xaiHIOeM/nciWt1RL8y4MEOe6RTLJVTePSs/2"], ["updated_at", "2016-03-08 20:13:56.928512"], ["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:56 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (43.3ms) Completed 200 OK in 60ms (Views: 56.9ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gardner@schultz.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gardner@schultz.com"], ["name", "Irma Howe"], ["password_digest", "$2a$04$DwAy/YTnyptoCTugX75OcOXXZofGMua5a56k.8VCU8eNmKTh3sSm."], ["created_at", "2016-03-08 20:13:56.999965"], ["updated_at", "2016-03-08 20:13:56.999965"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title28') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title28"], ["body", "Eos ut vel et. Magni dolorem corrupti quia nihil. Ea et accusamus qui. Ullam in eveniet iure dolores est error quo."], ["summary", "Suscipit qui illo et dolor. Quisquam dolor odit et nihil optio corrupti minus."], ["author_id", 31], ["slug", "title28"], ["created_at", "2016-03-08 20:13:57.004807"], ["updated_at", "2016-03-08 20:13:57.004807"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eduardo@deckowkub.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eduardo@deckowkub.net"], ["name", "Torrey Schulist"], ["password_digest", "$2a$04$298qepm.YGpwksxpsYdEqu/mpzsQdAOceYn0YGV39pWyqjTU9fAuW"], ["created_at", "2016-03-08 20:13:57.012170"], ["updated_at", "2016-03-08 20:13:57.012170"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title29"], ["body", "Harum nam quia tenetur tempore repudiandae autem. Voluptas tempore sed inventore omnis ab."], ["summary", "Sint quas id illo. Recusandae corrupti et placeat rerum enim aut magnam. Vero aut provident."], ["author_id", 32], ["slug", "title29"], ["created_at", "2016-03-08 20:13:57.017561"], ["updated_at", "2016-03-08 20:13:57.017561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('edgar_goyette@herman.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "edgar_goyette@herman.biz"], ["name", "Zoie Lang Jr."], ["password_digest", "$2a$04$FzeT3f0Zp5xuz40PKAlSkuFwq/QA5U5GHJETFSjUOKOYJxcu3tfJy"], ["created_at", "2016-03-08 20:13:57.025459"], ["updated_at", "2016-03-08 20:13:57.025459"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title30') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title30"], ["body", "Sed ut sit voluptatibus ad. Deserunt veniam necessitatibus reiciendis aliquam. Qui aut hic provident dolores doloribus."], ["summary", "Delectus eum esse vel quis eligendi minima. Repellendus aut omnis eveniet et rerum quidem nisi. Aut aut ipsa voluptatem."], ["author_id", 33], ["slug", "title30"], ["created_at", "2016-03-08 20:13:57.030403"], ["updated_at", "2016-03-08 20:13:57.030403"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brennon_fisher@danielgerlach.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brennon_fisher@danielgerlach.co"], ["name", "Mrs. Mazie Ortiz"], ["password_digest", "$2a$04$zq/fCD8BxoHPPDNxfOoxGeyvDuXW.u6BeVZNOHc3FPsP2iXOdnDti"], ["created_at", "2016-03-08 20:13:57.037996"], ["updated_at", "2016-03-08 20:13:57.037996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title31"], ["body", "A non eligendi. Aut dignissimos blanditiis atque. Rerum sed voluptatum aut. Sunt iste quidem."], ["summary", "Ea quas aperiam necessitatibus inventore quo ad. Labore odit pariatur."], ["author_id", 34], ["slug", "title31"], ["created_at", "2016-03-08 20:13:57.043078"], ["updated_at", "2016-03-08 20:13:57.043078"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('connor@gerlach.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "connor@gerlach.org"], ["name", "Ms. Kody Champlin"], ["password_digest", "$2a$04$WXhzmmmr1G0a/q8DgUJR8Obt7q69sUfDaHbT..jbwF27U08uVxGJO"], ["created_at", "2016-03-08 20:13:57.050575"], ["updated_at", "2016-03-08 20:13:57.050575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Consequatur voluptatem culpa sunt voluptate et molestiae sint. Et itaque beatae sed. Voluptates voluptatem adipisci quo quia consequatur. Rem dolorum dolor vero amet magnam temporibus."], ["summary", "Repellendus nulla laborum. Minus aut reiciendis architecto porro aut modi."], ["author_id", 35], ["slug", "title32"], ["created_at", "2016-03-08 20:13:57.055582"], ["updated_at", "2016-03-08 20:13:57.055582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dylan_crona@heller.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dylan_crona@heller.info"], ["name", "Malvina Gusikowski III"], ["password_digest", "$2a$04$lyodx7KTk6k5Eu.TqEWelu2uzUrlpbsI8c72EAUZ1jZMaea/X2zc6"], ["created_at", "2016-03-08 20:13:57.063365"], ["updated_at", "2016-03-08 20:13:57.063365"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Nostrum enim omnis. Placeat omnis praesentium. Error illo eum. Nulla tempore reiciendis."], ["summary", "A ut at quia."], ["author_id", 36], ["slug", "title33"], ["created_at", "2016-03-08 20:13:57.067894"], ["updated_at", "2016-03-08 20:13:57.067894"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ro_heidenreich@funk.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ro_heidenreich@funk.co"], ["name", "Josh Cruickshank"], ["password_digest", "$2a$04$kFsoGdQ49iF8z43Zf0HyV.l9kDKEcXL2S0/aizE.AsGGQx0jo5H8q"], ["created_at", "2016-03-08 20:13:57.076820"], ["updated_at", "2016-03-08 20:13:57.076820"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title34') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title34"], ["body", "Alias repellat et voluptatem. Id officiis amet. Dolores exercitationem dolores aliquam amet nesciunt labore. Assumenda ratione non suscipit eos."], ["summary", "Ipsum ut harum id et."], ["author_id", 37], ["slug", "title34"], ["created_at", "2016-03-08 20:13:57.081769"], ["updated_at", "2016-03-08 20:13:57.081769"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerald.gaylord@dickinsonpagac.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerald.gaylord@dickinsonpagac.co"], ["name", "Montana Ward"], ["password_digest", "$2a$04$7wMdCr7Y6tQDGl/7IbH7teyudMLr7.bP/E9gjFCUU0pFvyY82Vkhy"], ["created_at", "2016-03-08 20:13:57.089112"], ["updated_at", "2016-03-08 20:13:57.089112"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Voluptate temporibus quisquam nulla saepe. Assumenda aperiam omnis quae necessitatibus sed error."], ["summary", "Cumque quaerat a sint blanditiis voluptatem molestiae eum. Consequatur labore unde id."], ["author_id", 38], ["slug", "title35"], ["created_at", "2016-03-08 20:13:57.093727"], ["updated_at", "2016-03-08 20:13:57.093727"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaylah@pfeffer.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaylah@pfeffer.name"], ["name", "Priscilla Rau"], ["password_digest", "$2a$04$gpAWDsVmOoJZInwHZZOLP.bMHrh9eimPxDkZfrCWTJOTZ0QiFO7Ea"], ["created_at", "2016-03-08 20:13:57.100857"], ["updated_at", "2016-03-08 20:13:57.100857"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Aut laboriosam alias est. Quos non repudiandae ut. Veniam dolore voluptatem ipsa enim quidem quas."], ["summary", "Quibusdam occaecati ex facilis sit omnis."], ["author_id", 39], ["slug", "title36"], ["created_at", "2016-03-08 20:13:57.105828"], ["updated_at", "2016-03-08 20:13:57.105828"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abraham_walsh@kirlingoldner.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abraham_walsh@kirlingoldner.org"], ["name", "Dr. Barrett McGlynn"], ["password_digest", "$2a$04$YD0lLvRMdw3JQBf35EvtmewLg1HfjlKpbAKSgn4QarYO0Dcyy9ZLC"], ["created_at", "2016-03-08 20:13:57.112937"], ["updated_at", "2016-03-08 20:13:57.112937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Tempora et aut beatae. Alias mollitia nulla exercitationem ratione quod accusantium."], ["summary", "Eum recusandae est debitis qui voluptas."], ["author_id", 40], ["slug", "title37"], ["created_at", "2016-03-08 20:13:57.117628"], ["updated_at", "2016-03-08 20:13:57.117628"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eleanore_cartwright@schambergermcclure.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eleanore_cartwright@schambergermcclure.co"], ["name", "Mossie Homenick"], ["password_digest", "$2a$04$7J87evzNLONdEm5UDjf3KeQqeVS201U8Phx0xWWltpCVX5HWipCXO"], ["created_at", "2016-03-08 20:13:57.124434"], ["updated_at", "2016-03-08 20:13:57.124434"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Vitae quasi dolores sit eaque maxime. Asperiores quasi sed explicabo et expedita unde quia. Esse sint ut sit minima accusamus minus autem. Rerum id laborum itaque dolor."], ["summary", "Autem numquam sint saepe enim ut eum doloribus. Et explicabo debitis."], ["author_id", 41], ["slug", "title38"], ["created_at", "2016-03-08 20:13:57.129770"], ["updated_at", "2016-03-08 20:13:57.129770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lourdes@hermannmclaughlin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lourdes@hermannmclaughlin.name"], ["name", "Cesar Bartoletti"], ["password_digest", "$2a$04$/taQ6hs4tnRf8ZpZMwN2rei.V7JNWslflbLsdBmh3uKiiTgCO4hPC"], ["created_at", "2016-03-08 20:13:57.136710"], ["updated_at", "2016-03-08 20:13:57.136710"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title39') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title39"], ["body", "Velit voluptatum animi veritatis. Consequuntur omnis vel dolor maxime atque quia."], ["summary", "Qui nihil debitis. Possimus facere necessitatibus commodi voluptate qui consectetur voluptates. Neque maiores natus nemo atque delectus earum ipsam."], ["author_id", 42], ["slug", "title39"], ["created_at", "2016-03-08 20:13:57.141744"], ["updated_at", "2016-03-08 20:13:57.141744"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myrtie.cremin@greenholt.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myrtie.cremin@greenholt.io"], ["name", "Jarod Medhurst"], ["password_digest", "$2a$04$o9nbpIspCOoR.fg5YAqS3eV8yjLeDI7D1dQZbBiIOWPoS2fLzcy9C"], ["created_at", "2016-03-08 20:13:57.149000"], ["updated_at", "2016-03-08 20:13:57.149000"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Tempora non at et rerum voluptas. Aspernatur corporis amet error qui velit consequatur. Et illo eum est ut. Et possimus voluptas rerum dolorem error repudiandae."], ["summary", "Magni id veniam similique."], ["author_id", 43], ["slug", "title40"], ["created_at", "2016-03-08 20:13:57.153613"], ["updated_at", "2016-03-08 20:13:57.153613"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeramy@hartmann.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeramy@hartmann.name"], ["name", "Izaiah Wolf"], ["password_digest", "$2a$04$E6vju6e3TyqKwAmjCH2DNeoqjP0xQ8jn/bTjNpe7t8LcoahGZbJ1C"], ["created_at", "2016-03-08 20:13:57.160722"], ["updated_at", "2016-03-08 20:13:57.160722"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title41"], ["body", "Enim possimus odio vel aperiam quibusdam ex iure. Dolorum omnis vel amet harum. Qui sit tempora."], ["summary", "Illo ea alias neque voluptate. Inventore repudiandae quia."], ["author_id", 44], ["slug", "title41"], ["created_at", "2016-03-08 20:13:57.165909"], ["updated_at", "2016-03-08 20:13:57.165909"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nico@hettinger.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nico@hettinger.name"], ["name", "Bettye Cremin"], ["password_digest", "$2a$04$nXTGW5ps2tiFNxdRtuvJ1uCmbVH4mxbbmenTz0NCHKM9vhxK0RfXG"], ["created_at", "2016-03-08 20:13:57.174203"], ["updated_at", "2016-03-08 20:13:57.174203"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title42"], ["body", "Hic ducimus dolorem quia. Vitae distinctio voluptatum enim occaecati. Reiciendis iste delectus aut dignissimos mollitia."], ["summary", "Pariatur quo provident. Nisi porro ducimus dolor quam error."], ["author_id", 45], ["slug", "title42"], ["created_at", "2016-03-08 20:13:57.179008"], ["updated_at", "2016-03-08 20:13:57.179008"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brielle@vonruedenlehner.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brielle@vonruedenlehner.name"], ["name", "Garrett Medhurst"], ["password_digest", "$2a$04$vJHEBemzCaMNzGgcehPlVu/LArEbE4IHWAkeGoXbad6ic8c4Es2h6"], ["created_at", "2016-03-08 20:13:57.186226"], ["updated_at", "2016-03-08 20:13:57.186226"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Et atque corporis qui quos et. Nisi quae provident enim aspernatur impedit dolore dolores."], ["summary", "Velit id dolorem sed vero aliquam. Enim ab qui."], ["author_id", 46], ["slug", "title43"], ["created_at", "2016-03-08 20:13:57.190641"], ["updated_at", "2016-03-08 20:13:57.190641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('antoinette@walkerhahn.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "antoinette@walkerhahn.biz"], ["name", "Mr. Cara Altenwerth"], ["password_digest", "$2a$04$gwVnJDM4SjBiqURmxr.Hj.Z0h.tsdAVy2B3F9eVnSh8Zi1tMLe4Xm"], ["created_at", "2016-03-08 20:13:57.197314"], ["updated_at", "2016-03-08 20:13:57.197314"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title44"], ["body", "Voluptate et rem qui consequuntur. Ut et eveniet."], ["summary", "Voluptas voluptas molestiae ipsa saepe cupiditate. Tenetur ratione in quas. Non qui nulla numquam sunt."], ["author_id", 47], ["slug", "title44"], ["created_at", "2016-03-08 20:13:57.202945"], ["updated_at", "2016-03-08 20:13:57.202945"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frankie@sipes.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frankie@sipes.info"], ["name", "Dr. Rasheed Robel"], ["password_digest", "$2a$04$CvJmix1zU4a.ZnOhPRBOoOdfqujhfjuEEz1JLkjIQPYiG3FfkEo0O"], ["created_at", "2016-03-08 20:13:57.210168"], ["updated_at", "2016-03-08 20:13:57.210168"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title45"], ["body", "Asperiores deleniti voluptatum et delectus magni voluptas. Qui ad ut nostrum et a voluptas. Non maiores nulla eum tempora."], ["summary", "Adipisci sequi quo ipsa culpa."], ["author_id", 48], ["slug", "title45"], ["created_at", "2016-03-08 20:13:57.214878"], ["updated_at", "2016-03-08 20:13:57.214878"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caitlyn@okeefebergnaum.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caitlyn@okeefebergnaum.info"], ["name", "Mr. Santina Donnelly"], ["password_digest", "$2a$04$mZ3OLpWSnjsd3wsD9DKlb.FRmgmkTIGFQsA99UDN9ql2BoYyAtF.2"], ["created_at", "2016-03-08 20:13:57.222244"], ["updated_at", "2016-03-08 20:13:57.222244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title46"], ["body", "At labore repellendus ipsum consequatur fugiat velit sequi. Et quibusdam consequatur labore enim dolorem at omnis. Odio et officia sunt nihil ipsam id."], ["summary", "Quas tempore enim qui doloremque. Iusto et distinctio non voluptate sed. Odio hic mollitia fugit libero temporibus debitis inventore."], ["author_id", 49], ["slug", "title46"], ["created_at", "2016-03-08 20:13:57.227277"], ["updated_at", "2016-03-08 20:13:57.227277"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katharina_oconnell@harber.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "katharina_oconnell@harber.org"], ["name", "Jackie Lowe"], ["password_digest", "$2a$04$XQejzNsAe6RyRYNKwj1Wt.rcpFhht5yv1jnqa0BLbTerRM08M0Suq"], ["created_at", "2016-03-08 20:13:57.234299"], ["updated_at", "2016-03-08 20:13:57.234299"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title47"], ["body", "Quis vitae quod qui et nostrum. Voluptatem et voluptas et. Vel quia eum totam quos ipsum et. Totam perferendis quidem eveniet fugiat sunt et assumenda."], ["summary", "Aut et et sapiente quaerat voluptas qui. Consequatur eos odit doloremque itaque nam."], ["author_id", 50], ["slug", "title47"], ["created_at", "2016-03-08 20:13:57.238595"], ["updated_at", "2016-03-08 20:13:57.238595"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('casandra@zboncakstokes.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "casandra@zboncakstokes.info"], ["name", "Antonio Mills"], ["password_digest", "$2a$04$ItctMY4dgma5SP1TPYzro.uPqkDuK9N6mkiO09ygdqIZzObsdi0lS"], ["created_at", "2016-03-08 20:13:57.245383"], ["updated_at", "2016-03-08 20:13:57.245383"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title48"], ["body", "Ad vero libero. Aliquid repellendus est et. Dolorem est at consequatur placeat et."], ["summary", "Eum ducimus enim facilis nostrum quia quas. Sapiente veniam possimus voluptate qui."], ["author_id", 51], ["slug", "title48"], ["created_at", "2016-03-08 20:13:57.249958"], ["updated_at", "2016-03-08 20:13:57.249958"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maureen@shields.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maureen@shields.org"], ["name", "Osbaldo Yundt"], ["password_digest", "$2a$04$KxUSx0tRMnfpQPQOtRrByu6vXBZGvCRT0BZdA3ZJqPXy1vS9SSWFq"], ["created_at", "2016-03-08 20:13:57.256892"], ["updated_at", "2016-03-08 20:13:57.256892"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title49"], ["body", "Quia aspernatur fugiat. Ipsum quia corrupti ratione nulla quos."], ["summary", "Ipsam consequatur aspernatur explicabo sit et ratione."], ["author_id", 52], ["slug", "title49"], ["created_at", "2016-03-08 20:13:57.261423"], ["updated_at", "2016-03-08 20:13:57.261423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('corbin_bernhard@strosinkunde.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "corbin_bernhard@strosinkunde.name"], ["name", "Dr. Leo Bernier"], ["password_digest", "$2a$04$yzOug2M/yWKNNHEb7pPY4.LFdZ6Jw9QHzCh.M9SDI3XT98thf6L8S"], ["created_at", "2016-03-08 20:13:57.268661"], ["updated_at", "2016-03-08 20:13:57.268661"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title50"], ["body", "Magnam eius ab et at inventore dolor esse. Porro molestias consequatur modi sit hic ab veniam. Cupiditate accusantium adipisci sint."], ["summary", "Quibusdam dolorum facilis. Delectus totam consequatur blanditiis alias omnis."], ["author_id", 53], ["slug", "title50"], ["created_at", "2016-03-08 20:13:57.273563"], ["updated_at", "2016-03-08 20:13:57.273563"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reuben.mosciski@bahringer.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reuben.mosciski@bahringer.org"], ["name", "Ms. Dandre Fay"], ["password_digest", "$2a$04$tTHMjv.6/IwuraLjvqZoq.9LkSVWc9EkEjO9lbjEt7U0zi.C7Crb2"], ["created_at", "2016-03-08 20:13:57.280427"], ["updated_at", "2016-03-08 20:13:57.280427"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title51"], ["body", "Voluptas qui odio et accusamus architecto. Reprehenderit aut quaerat voluptatem."], ["summary", "Quo nemo voluptas. Voluptas illo officiis laudantium minus et expedita."], ["author_id", 54], ["slug", "title51"], ["created_at", "2016-03-08 20:13:57.284765"], ["updated_at", "2016-03-08 20:13:57.284765"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norbert_witting@mcclure.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "norbert_witting@mcclure.info"], ["name", "Mr. Terrance Bins"], ["password_digest", "$2a$04$W0Ma./8aXUQAVkhzMGFGsevo.tDLxMeQgXaLkpZsi4ETJ6FMCpAki"], ["created_at", "2016-03-08 20:13:57.291691"], ["updated_at", "2016-03-08 20:13:57.291691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title52"], ["body", "Expedita dolorum velit architecto. Eius laudantium non deserunt et sit aut neque. Aut aspernatur non reiciendis asperiores tenetur."], ["summary", "Voluptates vero voluptatem harum enim est. Magni quia blanditiis repudiandae. Voluptates et autem laboriosam debitis corrupti."], ["author_id", 55], ["slug", "title52"], ["created_at", "2016-03-08 20:13:57.296298"], ["updated_at", "2016-03-08 20:13:57.296298"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('velda.mccullough@wuckertwalsh.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "velda.mccullough@wuckertwalsh.info"], ["name", "Maria Yundt"], ["password_digest", "$2a$04$A4jpjZjbxNkxIOZPSdIb9.jY2Nz3fWJWEuFEXbQoatXvXJ.Xo6SJS"], ["created_at", "2016-03-08 20:13:57.304526"], ["updated_at", "2016-03-08 20:13:57.304526"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title53"], ["body", "Laborum architecto iusto. Tempora cupiditate totam vel facilis similique aut."], ["summary", "Numquam ratione neque nihil deleniti. Laudantium mollitia doloribus."], ["author_id", 56], ["slug", "title53"], ["created_at", "2016-03-08 20:13:57.311129"], ["updated_at", "2016-03-08 20:13:57.311129"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 31]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 28], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 29], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 33]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 30], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 34]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 31], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 35]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 32], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 33], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 34], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 35], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 39]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 36], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 37], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 38], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 42]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 39], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 43]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 40], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 44]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 41], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 45]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 42], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 46]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 43], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 47]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 44], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 48]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 45], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 49]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 46], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 50]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 47], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 51]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 48], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 52]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 49], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 53]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 50], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 54]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 51], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 55]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 52], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (213.1ms) Completed 200 OK in 233ms (Views: 209.8ms | ActiveRecord: 21.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 56]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 53], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.5ms) Completed 200 OK in 43ms (Views: 38.4ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brandy@vonrueden.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brandy@vonrueden.name"], ["name", "Andrew"], ["password_digest", "$2a$04$91w8Nob935jGCGs.eTwRpug.zcBsf79JyAAGOfEwsJoCVzhvTzdaG"], ["created_at", "2016-03-08 20:13:57.625074"], ["updated_at", "2016-03-08 20:13:57.625074"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"brandy@vonrueden.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "brandy@vonrueden.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9l.ybCyS4VjQOgq3kJ941eMLIynJG5JB662IYvbzf1YKm3cAXkPNy"], ["updated_at", "2016-03-08 20:13:57.657612"], ["id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('modesto@williamsonmarks.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "modesto@williamsonmarks.com"], ["name", "Josh"], ["password_digest", "$2a$04$PR0rWaPV5o5JvCdSeDqBdurZxSS1SIXaXLHamgFRstPqTfPyGskjK"], ["created_at", "2016-03-08 20:13:57.697440"], ["updated_at", "2016-03-08 20:13:57.697440"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mike@considine.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mike@considine.co"], ["name", "Orpha Strosin"], ["password_digest", "$2a$04$CLk3pzMmTlGwHcf1mqgEEe673m3snTNdAGlT/Db2iFJ3T3fhauy.m"], ["created_at", "2016-03-08 20:13:57.704881"], ["updated_at", "2016-03-08 20:13:57.704881"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title54"], ["body", "Voluptatibus adipisci corporis aut dicta minus. Incidunt odio hic qui."], ["summary", "Mollitia quia excepturi et et ea velit. Consequuntur adipisci asperiores in quod omnis."], ["author_id", 59], ["slug", "title54"], ["created_at", "2016-03-08 20:13:57.710170"], ["updated_at", "2016-03-08 20:13:57.710170"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:13:57.722511"], ["updated_at", "2016-03-08 20:13:57.722511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title54/edit" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (10.2ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bell@okeefe.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bell@okeefe.org"], ["name", "Andrew"], ["password_digest", "$2a$04$J9uh8XvKtQb2i2BHCl39r.Zyg5u4dD4FBedpq06zxPOlCCHRtFK9."], ["created_at", "2016-03-08 20:13:57.760901"], ["updated_at", "2016-03-08 20:13:57.760901"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"bell@okeefe.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "bell@okeefe.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$o7Nrx8E2SX.8dsK4vLxNsuckisfLywTkasCG9Aa/WqCjD127kqwAK"], ["updated_at", "2016-03-08 20:13:57.790570"], ["id", 60]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.1ms) Completed 200 OK in 30ms (Views: 26.5ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dexter@macgyvergusikowski.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dexter@macgyvergusikowski.org"], ["name", "Josh"], ["password_digest", "$2a$04$LISX6Btn7m9YDCDO.6V9Wu0unsfH1g8tkOB9DkIiLXtYujjs0ZtB2"], ["created_at", "2016-03-08 20:13:57.832151"], ["updated_at", "2016-03-08 20:13:57.832151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:13:57.839489"], ["updated_at", "2016-03-08 20:13:57.839489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.7ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clemens@harris.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clemens@harris.com"], ["name", "Deon Zulauf"], ["password_digest", "$2a$04$NREiKVIMMoobcy1s7R1jmu7AGIQE00PeNnS/hCsZPrIYKCaD1ddY."], ["created_at", "2016-03-08 20:13:57.872193"], ["updated_at", "2016-03-08 20:13:57.872193"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"clemens@harris.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "clemens@harris.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zXkqUkTPs0rFdQkZKkFyJubdwqBOlMvDFpzWQ7x.SUifb7mtnxFzq"], ["updated_at", "2016-03-08 20:13:57.904099"], ["id", 62]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 26ms (Views: 22.8ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:13:57 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (3.4ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gage.boyle@ryan.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gage.boyle@ryan.com"], ["name", "Loyce Boyle"], ["password_digest", "$2a$04$EwtOJyG1vQuGP/Oua//cWu38RkaMLqKTCm1b55bK0weSAgjCeZktW"], ["created_at", "2016-03-08 20:14:58.275156"], ["updated_at", "2016-03-08 20:14:58.275156"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:58 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.1ms) Completed 200 OK in 290ms (Views: 288.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:58 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"gage.boyle@ryan.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "gage.boyle@ryan.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$SetffO6NzE7Ie/bCY5TEmeetwCgJ/7u20jaHDlVBwpIy5qiLzv6q6"], ["updated_at", "2016-03-08 20:14:58.763693"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 24ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:58 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (26.5ms) Completed 200 OK in 58ms (Views: 49.8ms | ActiveRecord: 3.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jasmin@baileybailey.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jasmin@baileybailey.com"], ["name", "Araceli Price"], ["password_digest", "$2a$04$d5ha2LvBQ5gGF0CcCzle2ulrhezXZB/w60Pml5yssAPko/2FczsCi"], ["created_at", "2016-03-08 20:14:58.857137"], ["updated_at", "2016-03-08 20:14:58.857137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Unde sed aut voluptas aspernatur ut illo. Vitae quidem voluptatum pariatur voluptatem cupiditate."], ["summary", "Itaque sint voluptatem voluptas."], ["author_id", 2], ["slug", "title1"], ["created_at", "2016-03-08 20:14:58.947453"], ["updated_at", "2016-03-08 20:14:58.947453"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:58 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (36.1ms) Completed 200 OK in 51ms (Views: 42.8ms | ActiveRecord: 6.8ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('easter_durgan@murphy.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "easter_durgan@murphy.biz"], ["name", "Lucius Heaney"], ["password_digest", "$2a$04$TKaWUREq1TNesILRP8ZYVORQ8l.06newenXNRW0HcxvhfSLLt6F0m"], ["created_at", "2016-03-08 20:14:59.018718"], ["updated_at", "2016-03-08 20:14:59.018718"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.9ms) Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"easter_durgan@murphy.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "easter_durgan@murphy.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Xgth.MXRcuvCYuBAkgVyOuMd5owSyeglzqDD4tXZJ2SBj8HM6nxpC"], ["updated_at", "2016-03-08 20:14:59.046624"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.6ms) Completed 200 OK in 27ms (Views: 23.9ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alyce_barrows@jenkinsroberts.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alyce_barrows@jenkinsroberts.info"], ["name", "Colin Emard"], ["password_digest", "$2a$04$S4bOiP9lUOYBnGaCNCRKJeQ91XoSyr4di8u0zZ3yvZuFBFfAVUkL2"], ["created_at", "2016-03-08 20:14:59.085114"], ["updated_at", "2016-03-08 20:14:59.085114"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Ex tenetur aut. Blanditiis et rerum non atque libero tenetur."], ["summary", "Nemo sit et ea. Et eum ex. Voluptas aut corrupti debitis harum est."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:14:59.089904"], ["updated_at", "2016-03-08 20:14:59.089904"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elmore_lind@hoegerfunk.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elmore_lind@hoegerfunk.org"], ["name", "Opal Walter"], ["password_digest", "$2a$04$pZAHHjGMV1GyB4yIUuUMKuNPSqYtBJlW3loPTwg0V7.wdRNRcC9oi"], ["created_at", "2016-03-08 20:14:59.096116"], ["updated_at", "2016-03-08 20:14:59.096116"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Commodi placeat rerum reprehenderit recusandae dolorem labore a. Et quisquam rerum nisi est commodi dolores."], ["summary", "Accusamus consequatur vero. Temporibus aperiam quia ut natus. Perferendis deleniti rem accusantium rerum quia."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:14:59.099910"], ["updated_at", "2016-03-08 20:14:59.099910"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keven_olson@windler.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keven_olson@windler.io"], ["name", "Miss Nathen Kuhic"], ["password_digest", "$2a$04$GB.vDrkyVkbv7RIDUESEI.pKmy/d/bkDFfVwD7p3kIU5ILcU5Txiu"], ["created_at", "2016-03-08 20:14:59.107346"], ["updated_at", "2016-03-08 20:14:59.107346"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Error adipisci cupiditate fugiat et distinctio. Aut quae odit sed labore."], ["summary", "Unde corporis et qui. Quia non odit quasi recusandae ut quibusdam est."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:14:59.111602"], ["updated_at", "2016-03-08 20:14:59.111602"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lyric@nolanwilderman.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lyric@nolanwilderman.org"], ["name", "Earline Bradtke DVM"], ["password_digest", "$2a$04$A3teua0dOtMxVl.EwSw2Ve1Mwr0p0GIUStAzRDo.sydU6VOQJJIeu"], ["created_at", "2016-03-08 20:14:59.118596"], ["updated_at", "2016-03-08 20:14:59.118596"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Ut placeat nemo minima ipsa alias hic quos. At magni blanditiis quae. Blanditiis corrupti sint eum saepe dolor."], ["summary", "Consequuntur qui rerum quasi veritatis similique omnis. Voluptas porro illum. Velit earum aut maxime."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:14:59.122630"], ["updated_at", "2016-03-08 20:14:59.122630"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('isobel_streich@daniel.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "isobel_streich@daniel.io"], ["name", "Marcelle Kunde DDS"], ["password_digest", "$2a$04$pg1FwramnIjyNNAEEtE87.Z6ndxF2LUp7mIoEXGKtILcSX2WUfZI6"], ["created_at", "2016-03-08 20:14:59.129355"], ["updated_at", "2016-03-08 20:14:59.129355"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Sed natus velit eos voluptatibus sed error. Qui non voluptatem."], ["summary", "Inventore reprehenderit alias sed mollitia eaque. Voluptatem cumque ut recusandae dignissimos et reiciendis. Dicta deleniti eum eaque."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:14:59.133422"], ["updated_at", "2016-03-08 20:14:59.133422"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alaina_cruickshank@kemmer.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alaina_cruickshank@kemmer.com"], ["name", "Miss Jadyn Collier"], ["password_digest", "$2a$04$9pGGj5etQ/bO/p/7RNuQ3OBWBSAczEFwdblw5SjhLYe29GcSYWnai"], ["created_at", "2016-03-08 20:14:59.140720"], ["updated_at", "2016-03-08 20:14:59.140720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Enim nesciunt quasi quam et voluptates autem et. Totam quia atque quos dolore optio aut. Facere dolore numquam quaerat fugit."], ["summary", "Odio laboriosam sapiente ea aut aut. Voluptatem ea non illo corrupti. Sint autem dolorem."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:14:59.145609"], ["updated_at", "2016-03-08 20:14:59.145609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shea@reichel.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shea@reichel.info"], ["name", "Zander Moen"], ["password_digest", "$2a$04$DfnS/nm9.9EacHOtRczsV.HOkNYV2LW9NjzSJeRjujHJJHDQTCcOS"], ["created_at", "2016-03-08 20:14:59.152570"], ["updated_at", "2016-03-08 20:14:59.152570"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Qui aut exercitationem quis. Voluptatem hic soluta. Aperiam quo et tempore culpa."], ["summary", "Mollitia qui distinctio debitis neque deserunt aperiam. Quis laboriosam cum velit distinctio quaerat minima et."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:14:59.156699"], ["updated_at", "2016-03-08 20:14:59.156699"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('britney_christiansen@beierbuckridge.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "britney_christiansen@beierbuckridge.co"], ["name", "Deon Rohan"], ["password_digest", "$2a$04$SzcwOiDs.Bp7PRqlNu6nkeXFgzyalT.PyJzpQTuPkZTdG1bQCubxC"], ["created_at", "2016-03-08 20:14:59.163177"], ["updated_at", "2016-03-08 20:14:59.163177"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Excepturi quo iure occaecati eaque minus quia. Adipisci doloremque ducimus ut quia maxime et."], ["summary", "Vitae magni tempora pariatur corporis mollitia voluptatum. Repellat voluptas porro."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:14:59.167612"], ["updated_at", "2016-03-08 20:14:59.167612"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lazaro_rath@hintz.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lazaro_rath@hintz.com"], ["name", "Brooklyn Hudson Jr."], ["password_digest", "$2a$04$mLHXNtiOcPWRfRB91ZEkguoLGFavkG360tVH0zvNW2sJqslNqSN46"], ["created_at", "2016-03-08 20:14:59.174716"], ["updated_at", "2016-03-08 20:14:59.174716"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Quisquam distinctio recusandae voluptas. Nesciunt quas voluptate. Numquam ut vero. Sed cum optio."], ["summary", "Perspiciatis beatae quia assumenda quia rerum saepe. Eius nobis totam quidem tempore voluptatibus ut. Voluptas autem voluptas."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:14:59.180278"], ["updated_at", "2016-03-08 20:14:59.180278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('olen@kuvalis.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "olen@kuvalis.com"], ["name", "Ayden Ankunding II"], ["password_digest", "$2a$04$pd9LNe66nY8r/XuGKVwat.jtjdCeWrktkehJeL0D2HYvdY8uRts/."], ["created_at", "2016-03-08 20:14:59.187940"], ["updated_at", "2016-03-08 20:14:59.187940"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Qui vel nesciunt et ducimus. Assumenda vero rem a eius nihil provident ducimus."], ["summary", "Qui cum dolorem. Maiores nostrum est voluptatem illum sint hic. Ut temporibus rerum delectus qui amet cumque iure."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:14:59.192554"], ["updated_at", "2016-03-08 20:14:59.192554"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stewart@farrell.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stewart@farrell.info"], ["name", "Ludwig Feest"], ["password_digest", "$2a$04$iwdUQtujwO73aeNPHpdweug/4f0fXaQ00kWncTJmJ4bzuNGIP3fcC"], ["created_at", "2016-03-08 20:14:59.199223"], ["updated_at", "2016-03-08 20:14:59.199223"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Explicabo voluptatem quod soluta dolores. Et nesciunt modi amet asperiores assumenda ex id. Non enim cum."], ["summary", "Aut et facere aut. Est ea quia voluptatem quae maxime dolorum qui."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:14:59.204501"], ["updated_at", "2016-03-08 20:14:59.204501"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresa@fritsch.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresa@fritsch.info"], ["name", "Noemy Carter DVM"], ["password_digest", "$2a$04$kPKJ8URX3QjomOjpfWgwaezraNLnWZQclMktDTWc3pfbUCg5YU3Gq"], ["created_at", "2016-03-08 20:14:59.211153"], ["updated_at", "2016-03-08 20:14:59.211153"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Est laboriosam aliquam sunt veritatis quia voluptatibus accusamus. Dolor voluptas occaecati ipsa. Ab possimus aut facilis nemo quis."], ["summary", "Sunt natus explicabo nihil recusandae labore voluptatem repellat. Nam velit cumque beatae architecto vel ea."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:14:59.215266"], ["updated_at", "2016-03-08 20:14:59.215266"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hallie@hackettstroman.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hallie@hackettstroman.name"], ["name", "Leonora Macejkovic"], ["password_digest", "$2a$04$9RLCwZGjk9U577DOLUhFUeYEiqBHLFFDUDGu6jGQrdaJZaAxyYD.."], ["created_at", "2016-03-08 20:14:59.221377"], ["updated_at", "2016-03-08 20:14:59.221377"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Quia quibusdam incidunt aut. Repellendus suscipit excepturi et. Sed laborum neque laboriosam ut dolores voluptatem."], ["summary", "Non soluta suscipit voluptate. Iusto dolorem ut in. Excepturi aliquid commodi delectus occaecati placeat autem omnis."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:14:59.226417"], ["updated_at", "2016-03-08 20:14:59.226417"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leda@heaney.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leda@heaney.io"], ["name", "Estrella Bradtke"], ["password_digest", "$2a$04$EPzDcX2EoAYj/JD/XkYuGOErBdCLt364xIs7jSQVDtXA.ezbIBEDG"], ["created_at", "2016-03-08 20:14:59.233319"], ["updated_at", "2016-03-08 20:14:59.233319"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Atque eveniet magni nobis reprehenderit. Quia veritatis dolorem consequatur magni laudantium consequatur. Sunt odio quia veniam omnis quo."], ["summary", "Ut facere impedit est suscipit ut."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:14:59.238502"], ["updated_at", "2016-03-08 20:14:59.238502"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('giovanni@gutkowski.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "giovanni@gutkowski.io"], ["name", "Curt Yost"], ["password_digest", "$2a$04$08X4XV2Rf5nKA933mXWtA.yM02381sL7wIdFMAPBpAFw70KWrrVlq"], ["created_at", "2016-03-08 20:14:59.245162"], ["updated_at", "2016-03-08 20:14:59.245162"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Alias est ipsum praesentium. Enim mollitia nostrum quia quis consectetur voluptas."], ["summary", "Et qui ea ipsam quis et ab. Nihil fugit et. Nemo quia occaecati harum fuga facere tenetur fugiat."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:14:59.249655"], ["updated_at", "2016-03-08 20:14:59.249655"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('annie.beer@streichkovacek.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "annie.beer@streichkovacek.info"], ["name", "Avis White Jr."], ["password_digest", "$2a$04$1BYP7c1nwjfXhSomF1l.kepA9T61AH0qKjgHcRn27eSxQqPOWtvpu"], ["created_at", "2016-03-08 20:14:59.256278"], ["updated_at", "2016-03-08 20:14:59.256278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Et exercitationem fugiat. Quidem tenetur incidunt accusamus aut error. Dolorum optio amet. Voluptate qui dolor."], ["summary", "Provident ipsam voluptatem qui nostrum. Distinctio commodi quidem qui nulla quisquam dolorem."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:14:59.261413"], ["updated_at", "2016-03-08 20:14:59.261413"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laron@hirthe.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laron@hirthe.io"], ["name", "Mr. Juvenal Ward"], ["password_digest", "$2a$04$z0f8KS0ee9zN4dYIYjxGnei/.9tuwjR6k8uYHAfqlCmAa22g3aQYW"], ["created_at", "2016-03-08 20:14:59.268322"], ["updated_at", "2016-03-08 20:14:59.268322"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Sit non magni. Cum nihil et rerum magni. Veritatis dolor a."], ["summary", "Rerum dolores reprehenderit hic illum sint eos dolorem. Rem ut nihil vero eos magni. Quibusdam architecto magni qui."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:14:59.273186"], ["updated_at", "2016-03-08 20:14:59.273186"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('warren@kemmer.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "warren@kemmer.com"], ["name", "Loren Kub"], ["password_digest", "$2a$04$TLXEmS/wftsvUTxGVrwJc.Wmn8UqRBHbbP2RLrv8ZbGQ9H2zc8IyO"], ["created_at", "2016-03-08 20:14:59.279863"], ["updated_at", "2016-03-08 20:14:59.279863"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Nemo mollitia at vitae nulla dolores rem excepturi. Ut assumenda doloremque error dolores."], ["summary", "Voluptatum nihil reiciendis. A eaque nobis aut distinctio reiciendis. Pariatur ullam perferendis aut et hic."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:14:59.284035"], ["updated_at", "2016-03-08 20:14:59.284035"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('roel_dietrich@kohler.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "roel_dietrich@kohler.co"], ["name", "Kevin Dietrich PhD"], ["password_digest", "$2a$04$.98F0/8hpBy/RPWc0VZ9seOnoOOj49N/hWKGv9CXr.BniipvZmVzO"], ["created_at", "2016-03-08 20:14:59.291598"], ["updated_at", "2016-03-08 20:14:59.291598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Ad non quidem eos. Ullam ut qui explicabo sapiente quasi vitae sunt. Rem quia qui id illo consectetur et rerum. Id assumenda adipisci expedita cum repellendus."], ["summary", "Voluptatem maxime perferendis temporibus. Corporis dolores iusto non eos. Alias et at error harum sunt."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:14:59.296438"], ["updated_at", "2016-03-08 20:14:59.296438"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joel@corwin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joel@corwin.org"], ["name", "Geraldine Nienow DDS"], ["password_digest", "$2a$04$AHGfvzFmbc.WfI0KGS3F6eEpLJT/O6Fxjt0B.RxU1G92/BB6kZb1."], ["created_at", "2016-03-08 20:14:59.302937"], ["updated_at", "2016-03-08 20:14:59.302937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Ut et at debitis facere necessitatibus accusamus praesentium. Vel vel enim unde labore aperiam incidunt quae. Eos consequatur harum."], ["summary", "Quibusdam consequatur officia."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:14:59.307393"], ["updated_at", "2016-03-08 20:14:59.307393"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darian@thompson.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darian@thompson.io"], ["name", "Weston Mills"], ["password_digest", "$2a$04$9MZg//MIq7QK4TcwQQONGOpgHswTMxXomhUUAQBtiOMAxpeelrXPi"], ["created_at", "2016-03-08 20:14:59.313922"], ["updated_at", "2016-03-08 20:14:59.313922"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Aut molestiae qui alias. Ex excepturi at placeat nihil numquam officia qui."], ["summary", "Modi nemo quae facilis eveniet ipsam. Est ipsam occaecati esse aut illum repellat distinctio."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:14:59.317929"], ["updated_at", "2016-03-08 20:14:59.317929"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liza.murazik@zulauf.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liza.murazik@zulauf.co"], ["name", "Verlie Wunsch Sr."], ["password_digest", "$2a$04$NVrT/wMBYL/xWtVr8T1JauAlYutFI9ecF0695LuceGSTKiOPzOcTm"], ["created_at", "2016-03-08 20:14:59.324084"], ["updated_at", "2016-03-08 20:14:59.324084"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Nihil molestias quae nisi dolorum. Libero consequuntur blanditiis hic."], ["summary", "Qui nam aut et voluptatum dolor. Autem eum quia ut non commodi."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:14:59.328997"], ["updated_at", "2016-03-08 20:14:59.328997"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('justen_aufderhar@volkmansatterfield.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "justen_aufderhar@volkmansatterfield.com"], ["name", "Elroy Eichmann"], ["password_digest", "$2a$04$pzTbUBUh57l1vP2yEEXINuFjbhuroX3turZcvznXcQRiN/5EeohNW"], ["created_at", "2016-03-08 20:14:59.336221"], ["updated_at", "2016-03-08 20:14:59.336221"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Quasi qui dolor labore velit. Delectus qui quia placeat qui."], ["summary", "Fugiat laborum veniam voluptatem ex molestiae. Magni tempore sequi et est fuga."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:14:59.340472"], ["updated_at", "2016-03-08 20:14:59.340472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('anahi@fisherdickinson.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "anahi@fisherdickinson.org"], ["name", "Tatum Tillman II"], ["password_digest", "$2a$04$kM/dkVZBrVaf5GY4w5cBwODwkQ9P4NtY3yKbR9PLxBXzhNezzDGL6"], ["created_at", "2016-03-08 20:14:59.347055"], ["updated_at", "2016-03-08 20:14:59.347055"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Maiores et in enim sint ut minima quibusdam. Fugit accusantium nobis maiores totam voluptatem a iure. Ex cupiditate eius."], ["summary", "Repellat fuga rerum libero non voluptate. Est hic ratione unde sit."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:14:59.351363"], ["updated_at", "2016-03-08 20:14:59.351363"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('edythe_wiegand@hopperoberts.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "edythe_wiegand@hopperoberts.net"], ["name", "Keegan Lehner"], ["password_digest", "$2a$04$9imT2htvHwOo5P7KVDmTV.15MlnF7OGXusM8SNsZIN4/1K4p7bz/W"], ["created_at", "2016-03-08 20:14:59.357775"], ["updated_at", "2016-03-08 20:14:59.357775"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Velit cupiditate eveniet et provident cumque saepe. Maiores qui soluta ut aspernatur dicta id dolores. Ipsa numquam voluptas repellendus non ut nihil."], ["summary", "Et magni itaque dolore. Suscipit qui alias dolores quia error voluptatem."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:14:59.362752"], ["updated_at", "2016-03-08 20:14:59.362752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fausto.walter@quitzonwunsch.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fausto.walter@quitzonwunsch.co"], ["name", "Miss Dallin Stark"], ["password_digest", "$2a$04$AevBBF05YT0Y./kHuvOEGu0XKDC5jnv2lnB5pqN/HdVBNRNYq7jP2"], ["created_at", "2016-03-08 20:14:59.369345"], ["updated_at", "2016-03-08 20:14:59.369345"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ut dolorum ut labore. A molestiae enim aperiam voluptatem odit sed nihil."], ["summary", "Deleniti quod ad quisquam debitis. Eaque et minima. Esse ut qui quia voluptas odio explicabo illum."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:14:59.374373"], ["updated_at", "2016-03-08 20:14:59.374373"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 6]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 7]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 8]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 9]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 10]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 11]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 12]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 13]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 14]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 15]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 16]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 17]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 18]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 19]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 20]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 21]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 22]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 25]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 26]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 27]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 28]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (194.3ms) Completed 200 OK in 213ms (Views: 189.1ms | ActiveRecord: 22.2ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 29]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.8ms) Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('novella.lueilwitz@kuphal.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "novella.lueilwitz@kuphal.com"], ["name", "Lane Howell IV"], ["password_digest", "$2a$04$0cMAeco6VXpZwOdPJwdSS.afAFzPzbzg1tiMjNpXepaybRg4jaJXK"], ["created_at", "2016-03-08 20:14:59.667923"], ["updated_at", "2016-03-08 20:14:59.667923"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.9ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"novella.lueilwitz@kuphal.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "novella.lueilwitz@kuphal.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wRms5kFTFxTqD.m3SLyn4uTlfOop0WW55MkiC5JTs/4dl4q.WBt9a"], ["updated_at", "2016-03-08 20:14:59.696174"], ["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:14:59 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 57ms (Views: 53.6ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abe@dibbertbeahan.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abe@dibbertbeahan.org"], ["name", "Lenny Wilkinson"], ["password_digest", "$2a$04$vnNU3mM7thC49bKhMN0s8.tvc4VCMj.F98lZ8uKo38NldZnFTpvMu"], ["created_at", "2016-03-08 20:14:59.763971"], ["updated_at", "2016-03-08 20:14:59.763971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title28') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title28"], ["body", "Magni voluptatem voluptates. Accusamus non exercitationem placeat et. Optio eius sunt laborum. Suscipit dolor necessitatibus voluptatem soluta odit molestiae."], ["summary", "Eum ut voluptatum fugiat voluptatem est tempore."], ["author_id", 31], ["slug", "title28"], ["created_at", "2016-03-08 20:14:59.769431"], ["updated_at", "2016-03-08 20:14:59.769431"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brenna@casper.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brenna@casper.io"], ["name", "Eloy Berge"], ["password_digest", "$2a$04$O7RZ3/gWY8dM2LzU5QQJh.XgWH1hyiCpSdhGN9e9MvuMH7954Emf2"], ["created_at", "2016-03-08 20:14:59.777097"], ["updated_at", "2016-03-08 20:14:59.777097"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title29"], ["body", "Voluptatem ut repellat dolor quia odit ea. Reiciendis et suscipit qui et. Vitae possimus voluptas commodi totam eum ratione iure."], ["summary", "In esse aut perspiciatis nemo."], ["author_id", 32], ["slug", "title29"], ["created_at", "2016-03-08 20:14:59.781934"], ["updated_at", "2016-03-08 20:14:59.781934"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('antonia@watsica.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "antonia@watsica.name"], ["name", "Ms. Clyde Konopelski"], ["password_digest", "$2a$04$c1sBJS1SqT8Ps/wnUvZZ1.H1JSLO7eraZvfnVsbI7KCkDs1tM9IJC"], ["created_at", "2016-03-08 20:14:59.789356"], ["updated_at", "2016-03-08 20:14:59.789356"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title30') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title30"], ["body", "Ratione sunt magnam. Sit rerum debitis at dignissimos placeat."], ["summary", "Soluta officia rerum placeat ullam explicabo occaecati recusandae. Laborum amet incidunt impedit fugit. Labore voluptas modi corrupti."], ["author_id", 33], ["slug", "title30"], ["created_at", "2016-03-08 20:14:59.794634"], ["updated_at", "2016-03-08 20:14:59.794634"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcos_franecki@nikolaus.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcos_franecki@nikolaus.name"], ["name", "Vergie Beier"], ["password_digest", "$2a$04$4mLsvjbSIpiwFw9bVmLRIua1Tmr7TcqWOkAAoKTBMkVhdCuWFC.pe"], ["created_at", "2016-03-08 20:14:59.803988"], ["updated_at", "2016-03-08 20:14:59.803988"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title31"], ["body", "Sit possimus magni. Ut ut eligendi doloribus tempore. Temporibus eligendi tenetur. Id odit ut velit."], ["summary", "Ut sit distinctio pariatur qui."], ["author_id", 34], ["slug", "title31"], ["created_at", "2016-03-08 20:14:59.808891"], ["updated_at", "2016-03-08 20:14:59.808891"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('izaiah_dubuque@mckenzie.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "izaiah_dubuque@mckenzie.co"], ["name", "Ida Marks"], ["password_digest", "$2a$04$uYq3ALpp7Mu9tf/RTQNe2uceUipJ0kqrDZTVZnv95z9TwPL5QvSoW"], ["created_at", "2016-03-08 20:14:59.819834"], ["updated_at", "2016-03-08 20:14:59.819834"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Deleniti dolor ea. Quia sunt sed vero quidem deserunt doloremque reiciendis. Reiciendis corrupti tempora quo voluptatum fugit officiis."], ["summary", "Pariatur dolorum sed sit libero fugiat et non. Debitis exercitationem vitae sint doloremque expedita quam quasi. Omnis qui maxime eum sit."], ["author_id", 35], ["slug", "title32"], ["created_at", "2016-03-08 20:14:59.825326"], ["updated_at", "2016-03-08 20:14:59.825326"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cheyanne@moen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cheyanne@moen.net"], ["name", "Antonette Bogan"], ["password_digest", "$2a$04$5lbw8/fNcExHny6lRr2PxuENIqDS2nJHWlgmWdHvB80f5YoXUrsE."], ["created_at", "2016-03-08 20:14:59.832357"], ["updated_at", "2016-03-08 20:14:59.832357"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Illo consequatur nam suscipit explicabo rerum. Quia blanditiis sed hic commodi."], ["summary", "Dolorum nostrum voluptas est vero."], ["author_id", 36], ["slug", "title33"], ["created_at", "2016-03-08 20:14:59.837919"], ["updated_at", "2016-03-08 20:14:59.837919"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marjolaine.thompson@heathcote.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marjolaine.thompson@heathcote.net"], ["name", "Don Schuster"], ["password_digest", "$2a$04$7H/i1BDt0Wj5zQCcKl9BUeikppHTgP8laRxDJb/v9R6jqmRYZLh4W"], ["created_at", "2016-03-08 20:14:59.846251"], ["updated_at", "2016-03-08 20:14:59.846251"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title34') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title34"], ["body", "Itaque commodi recusandae. Iste deleniti nisi cumque fugiat. Neque laudantium quisquam pariatur ad. Accusantium aut repudiandae nostrum."], ["summary", "Et ut tempore quam. Nihil libero odio vel fugit ab iure."], ["author_id", 37], ["slug", "title34"], ["created_at", "2016-03-08 20:14:59.851434"], ["updated_at", "2016-03-08 20:14:59.851434"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ron@rau.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ron@rau.net"], ["name", "Viola Pfannerstill"], ["password_digest", "$2a$04$kzKFhwyLvxrB41D/lsGf/exrzqVNoUcykUUuldjJR87IVIs8FXh3m"], ["created_at", "2016-03-08 20:14:59.858735"], ["updated_at", "2016-03-08 20:14:59.858735"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Qui numquam doloremque quia. Quibusdam omnis autem."], ["summary", "Ad veniam expedita molestias inventore. Accusamus enim rerum beatae iusto dolorem corporis."], ["author_id", 38], ["slug", "title35"], ["created_at", "2016-03-08 20:14:59.864229"], ["updated_at", "2016-03-08 20:14:59.864229"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('louisa_gibson@shanahan.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "louisa_gibson@shanahan.net"], ["name", "Mathias Corkery"], ["password_digest", "$2a$04$XNBVr3x4AaDmHAnw.LA/iutZfk.Sw7HbPyW8Wkvq8k03yssKAtDDG"], ["created_at", "2016-03-08 20:14:59.872207"], ["updated_at", "2016-03-08 20:14:59.872207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Accusantium officiis nemo et. Illum fugit consequuntur nobis accusantium."], ["summary", "Laudantium ea et omnis aut et."], ["author_id", 39], ["slug", "title36"], ["created_at", "2016-03-08 20:14:59.876949"], ["updated_at", "2016-03-08 20:14:59.876949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wava.muller@rippin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wava.muller@rippin.org"], ["name", "Deborah Wolf II"], ["password_digest", "$2a$04$7a/VSKqhkgYUq8wcbzmiE.h/RICAk52kpeQq4ftfwHiUqsqyLa3Ai"], ["created_at", "2016-03-08 20:14:59.884551"], ["updated_at", "2016-03-08 20:14:59.884551"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Et sint et nulla porro. Fugit quidem atque eaque minus ea quaerat."], ["summary", "Vel expedita aut aliquid voluptatibus officia. Consequatur expedita qui."], ["author_id", 40], ["slug", "title37"], ["created_at", "2016-03-08 20:14:59.888955"], ["updated_at", "2016-03-08 20:14:59.888955"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tom.gibson@jast.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tom.gibson@jast.org"], ["name", "Elsa Johnson"], ["password_digest", "$2a$04$0qh9.zdfMoH2ovywBqHfKuEqcIsV.M.wEddaQoZ9nirnH5O8FV9dK"], ["created_at", "2016-03-08 20:14:59.895970"], ["updated_at", "2016-03-08 20:14:59.895970"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Et et nisi recusandae repudiandae temporibus. Veritatis commodi autem adipisci ullam. Expedita totam assumenda aut numquam ut."], ["summary", "Sed tempore expedita ad architecto voluptates sed."], ["author_id", 41], ["slug", "title38"], ["created_at", "2016-03-08 20:14:59.900928"], ["updated_at", "2016-03-08 20:14:59.900928"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('demetrius@bednarking.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "demetrius@bednarking.co"], ["name", "Nathanial Torp"], ["password_digest", "$2a$04$HK8PTgZh6XvaVV905X8Iv.2YqZTevL3Y8GNR3KMR/8Eze/jlPGWym"], ["created_at", "2016-03-08 20:14:59.908167"], ["updated_at", "2016-03-08 20:14:59.908167"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title39') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title39"], ["body", "In quae ea et. Voluptatum est tempore impedit id debitis nam et. Aut id porro voluptatibus aut voluptatem perspiciatis. Ad aperiam pariatur error soluta quaerat debitis."], ["summary", "Odio quo ducimus nisi impedit laboriosam enim. Nisi molestias ipsa quo qui explicabo delectus corrupti."], ["author_id", 42], ["slug", "title39"], ["created_at", "2016-03-08 20:14:59.913242"], ["updated_at", "2016-03-08 20:14:59.913242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kennith@rippinstanton.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kennith@rippinstanton.info"], ["name", "Margarita Williamson"], ["password_digest", "$2a$04$hL5DNJq4n6PJaP7yW6FqG.PgpvY6InZe0RRLMHTL7meFs49ScsTJy"], ["created_at", "2016-03-08 20:14:59.920339"], ["updated_at", "2016-03-08 20:14:59.920339"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Sit perspiciatis et neque. Tempora dolore et nihil nobis in. Ipsa totam et ea aspernatur velit occaecati."], ["summary", "Est voluptate et iste occaecati qui. Dolorem sit maiores reiciendis sed dignissimos facilis nobis. Harum blanditiis quas ut."], ["author_id", 43], ["slug", "title40"], ["created_at", "2016-03-08 20:14:59.924836"], ["updated_at", "2016-03-08 20:14:59.924836"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yasmin_howe@kunze.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yasmin_howe@kunze.biz"], ["name", "Deon Davis"], ["password_digest", "$2a$04$3SWZvQOarOCJphHgqcM1hOxL7T9BC87tKbCCrBK2eiC5mi1E.mVlW"], ["created_at", "2016-03-08 20:14:59.931660"], ["updated_at", "2016-03-08 20:14:59.931660"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title41"], ["body", "Aliquam consequuntur ipsam minus. Sed quod illum. Totam quas repellendus eaque officiis exercitationem. Quia dolores quia debitis ut aut repudiandae laboriosam."], ["summary", "Consequatur excepturi ratione et non voluptate. Ipsa dolores magni consequatur."], ["author_id", 44], ["slug", "title41"], ["created_at", "2016-03-08 20:14:59.936440"], ["updated_at", "2016-03-08 20:14:59.936440"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jane.johnson@mueller.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jane.johnson@mueller.name"], ["name", "Adrien Abernathy"], ["password_digest", "$2a$04$Lubiisz/Pcfgp6c3qehO4.3licGzOIxv5KU.Akh3MrQhKX/TBmEHC"], ["created_at", "2016-03-08 20:14:59.943395"], ["updated_at", "2016-03-08 20:14:59.943395"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title42"], ["body", "Hic reiciendis eius nihil asperiores quas omnis porro. Ullam unde repudiandae impedit voluptate vel eligendi. Repellat quia architecto voluptatum velit quia rem."], ["summary", "Omnis odio velit itaque sit vel ut. Eveniet dicta quaerat aut quia assumenda."], ["author_id", 45], ["slug", "title42"], ["created_at", "2016-03-08 20:14:59.947849"], ["updated_at", "2016-03-08 20:14:59.947849"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brook.turcotte@orn.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brook.turcotte@orn.io"], ["name", "Leta Kohler"], ["password_digest", "$2a$04$4leqqqHm37pilL9ewFljCutRQXcQ7zWtp/vNgK9ESxQCNKhx/NXia"], ["created_at", "2016-03-08 20:14:59.954577"], ["updated_at", "2016-03-08 20:14:59.954577"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Voluptatum saepe laborum officiis. Neque qui ut perspiciatis. Itaque rerum eum repudiandae illum nisi at est."], ["summary", "Et sint ut nemo quia laudantium ut rerum."], ["author_id", 46], ["slug", "title43"], ["created_at", "2016-03-08 20:14:59.958900"], ["updated_at", "2016-03-08 20:14:59.958900"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emily@farrellbecker.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emily@farrellbecker.net"], ["name", "Dr. Jackeline Barton"], ["password_digest", "$2a$04$8HX0BFv3kswsi6D5yNboOeNUJx6CNm8RFgh2owaMj.UuYE37OpVnC"], ["created_at", "2016-03-08 20:14:59.966022"], ["updated_at", "2016-03-08 20:14:59.966022"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title44"], ["body", "Officia suscipit quia tenetur saepe. Non eum rerum. Iusto necessitatibus minus commodi delectus nisi repellat aut."], ["summary", "Provident beatae perspiciatis. Soluta numquam veritatis voluptatem id voluptates. Quibusdam molestiae nostrum eum."], ["author_id", 47], ["slug", "title44"], ["created_at", "2016-03-08 20:14:59.970717"], ["updated_at", "2016-03-08 20:14:59.970717"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('london@maggio.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "london@maggio.info"], ["name", "Lauren Halvorson"], ["password_digest", "$2a$04$BT19ScFNDEqD0Bpj2KfF6Opjb5s8H6O3Qf1mEwAG9Heoqr5J7Xfua"], ["created_at", "2016-03-08 20:14:59.977648"], ["updated_at", "2016-03-08 20:14:59.977648"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title45"], ["body", "Atque maxime nisi porro voluptates et doloremque laborum. Tempore consequatur est."], ["summary", "Et accusamus rem voluptatem accusantium sequi. Aut eum suscipit distinctio et. Exercitationem molestias voluptas dolores facere qui."], ["author_id", 48], ["slug", "title45"], ["created_at", "2016-03-08 20:14:59.983533"], ["updated_at", "2016-03-08 20:14:59.983533"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willy@ortiz.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willy@ortiz.info"], ["name", "Oswaldo Johns"], ["password_digest", "$2a$04$t09/Qne316kOTOAtmdOFTeAXuWljUoZHQXp/OfmIusso45HVJFD3a"], ["created_at", "2016-03-08 20:14:59.991466"], ["updated_at", "2016-03-08 20:14:59.991466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title46"], ["body", "Voluptatem officiis laboriosam eius ut nesciunt sequi pariatur. Eum nostrum accusantium quia modi. Dignissimos sit eveniet."], ["summary", "Quia et inventore velit. Quia vel voluptas."], ["author_id", 49], ["slug", "title46"], ["created_at", "2016-03-08 20:14:59.996117"], ["updated_at", "2016-03-08 20:14:59.996117"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myrtis@will.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myrtis@will.net"], ["name", "Tania Beahan"], ["password_digest", "$2a$04$CXSZoDkDq1gUJkjv.Mrk6e5uaFy2L1PJ4xxBqiniXhTMd2Gwitahm"], ["created_at", "2016-03-08 20:15:00.004172"], ["updated_at", "2016-03-08 20:15:00.004172"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title47"], ["body", "Sed perferendis quis qui eos. A temporibus magnam ut maxime sit. Similique eos et consequatur rerum at quidem sed."], ["summary", "Optio rerum eos reprehenderit tempora vero repudiandae. Et itaque sed sequi quisquam."], ["author_id", 50], ["slug", "title47"], ["created_at", "2016-03-08 20:15:00.009440"], ["updated_at", "2016-03-08 20:15:00.009440"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cindy@creminankunding.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cindy@creminankunding.org"], ["name", "Reinhold Casper"], ["password_digest", "$2a$04$n4CAtuwJHv6jhkUhGTrWW.hkBv772CC2LP/bXa.uFFF.MWeB8cPZ2"], ["created_at", "2016-03-08 20:15:00.016801"], ["updated_at", "2016-03-08 20:15:00.016801"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title48"], ["body", "Possimus accusamus quo sint est et ea. Ipsam nihil sunt sunt accusantium rem et reiciendis."], ["summary", "Similique et laborum necessitatibus hic."], ["author_id", 51], ["slug", "title48"], ["created_at", "2016-03-08 20:15:00.021627"], ["updated_at", "2016-03-08 20:15:00.021627"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yazmin_veum@leffler.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yazmin_veum@leffler.net"], ["name", "Howard Graham IV"], ["password_digest", "$2a$04$rexcgsCTWSHKSF2nbmvt0.61NAcwRssOW3Nw9rFExPc2uH1x.o3nW"], ["created_at", "2016-03-08 20:15:00.030608"], ["updated_at", "2016-03-08 20:15:00.030608"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title49"], ["body", "Culpa occaecati sequi quia blanditiis nihil eos. A nobis voluptatem architecto eos pariatur repellat. Explicabo eos dolor repellat eligendi voluptatibus."], ["summary", "Vitae aut suscipit. Et nulla deserunt. Mollitia sed minus eos fugiat consequatur nemo."], ["author_id", 52], ["slug", "title49"], ["created_at", "2016-03-08 20:15:00.036267"], ["updated_at", "2016-03-08 20:15:00.036267"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('merl@reichert.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "merl@reichert.co"], ["name", "Daniella Labadie"], ["password_digest", "$2a$04$1cnlPT2t6B6GbXhTIxJNU.UTdq34wJaws3y4RRKolZulgt7Vvn4aa"], ["created_at", "2016-03-08 20:15:00.044341"], ["updated_at", "2016-03-08 20:15:00.044341"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title50"], ["body", "Minus officiis nihil eos. Explicabo odit dolore rem dolor iure."], ["summary", "Recusandae provident distinctio maiores natus illum blanditiis. Qui et occaecati aut enim."], ["author_id", 53], ["slug", "title50"], ["created_at", "2016-03-08 20:15:00.049472"], ["updated_at", "2016-03-08 20:15:00.049472"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emelie@terry.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emelie@terry.io"], ["name", "Alysa Mosciski"], ["password_digest", "$2a$04$2V7sgrrtVmaasidkfO0K1edtABCWoDU795VIRtHT42muiB2Udsu4m"], ["created_at", "2016-03-08 20:15:00.057449"], ["updated_at", "2016-03-08 20:15:00.057449"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title51"], ["body", "Quis corrupti cum tenetur voluptas excepturi. Qui dolorum cumque consequatur sint aut. Maxime excepturi quia quam hic."], ["summary", "Dolorum at iusto unde quia. Autem quibusdam ipsum voluptatum est ea consectetur. Harum omnis corrupti."], ["author_id", 54], ["slug", "title51"], ["created_at", "2016-03-08 20:15:00.063664"], ["updated_at", "2016-03-08 20:15:00.063664"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nicklaus@collinshirthe.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nicklaus@collinshirthe.info"], ["name", "Trystan Kshlerin"], ["password_digest", "$2a$04$ZtDtGFWonBhLB7bPClo4DOvZho8MHw2TRnuRJj.wYOxbN1aD.J5VO"], ["created_at", "2016-03-08 20:15:00.073708"], ["updated_at", "2016-03-08 20:15:00.073708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title52"], ["body", "Nesciunt natus repellendus qui consequatur. Dolor optio cupiditate doloremque voluptate."], ["summary", "Delectus quam dolorum voluptatibus repudiandae amet dolor."], ["author_id", 55], ["slug", "title52"], ["created_at", "2016-03-08 20:15:00.079162"], ["updated_at", "2016-03-08 20:15:00.079162"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maxime@harberreinger.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maxime@harberreinger.name"], ["name", "Justice O'Keefe"], ["password_digest", "$2a$04$/tnY3zXWrSNTf3.XoBB5C.sznI31WgNfDh431M6jzLZC69V0hbvna"], ["created_at", "2016-03-08 20:15:00.086286"], ["updated_at", "2016-03-08 20:15:00.086286"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title53"], ["body", "Quisquam mollitia ullam distinctio. Est fuga nobis qui vitae temporibus."], ["summary", "Quae iste aut. Molestiae ut est vel eveniet quae numquam. Fugit ipsum tempore excepturi porro rerum."], ["author_id", 56], ["slug", "title53"], ["created_at", "2016-03-08 20:15:00.090812"], ["updated_at", "2016-03-08 20:15:00.090812"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 31]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 28], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 29], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 33]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 30], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 34]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 31], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 35]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 32], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 33], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 34], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 35], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 39]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 36], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 37], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 38], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 42]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 39], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 43]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 40], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 44]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 41], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 45]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 42], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 46]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 43], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 47]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 44], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 48]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 45], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 49]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 46], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 50]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 47], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 51]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 48], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 52]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 49], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 53]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 50], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 54]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 51], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 55]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 52], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (216.7ms) Completed 200 OK in 236ms (Views: 213.9ms | ActiveRecord: 20.9ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 56]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 53], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 38ms (Views: 33.3ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('estel_rath@schoenmaggio.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "estel_rath@schoenmaggio.org"], ["name", "Andrew"], ["password_digest", "$2a$04$Rz0QSwD7MLLdnGWeGo0mWeP.14DfiUcID6aKM1VDFN3O/KBRUXzEO"], ["created_at", "2016-03-08 20:15:00.406301"], ["updated_at", "2016-03-08 20:15:00.406301"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"estel_rath@schoenmaggio.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "estel_rath@schoenmaggio.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$2I7vpoPQZUoOxB78tGD/veng1gxNmYyG5PSH5SsErrA3doM.lS0R2"], ["updated_at", "2016-03-08 20:15:00.437049"], ["id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.5ms) Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myrtie@swift.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myrtie@swift.net"], ["name", "Josh"], ["password_digest", "$2a$04$edpfpwWb589WF/V6.nxGFuQe4Y.GKa8RYqiBwjcpBRs2RY5bSoDUy"], ["created_at", "2016-03-08 20:15:00.476728"], ["updated_at", "2016-03-08 20:15:00.476728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('winona.stehr@nitzsche.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "winona.stehr@nitzsche.info"], ["name", "Nikita Emard Sr."], ["password_digest", "$2a$04$TXsbM0iDpcWwfc9Ib6USP.h4zsGhCD/WbLZl.KhkNkTf29kCLGhJG"], ["created_at", "2016-03-08 20:15:00.484475"], ["updated_at", "2016-03-08 20:15:00.484475"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title54"], ["body", "Odit consequatur suscipit saepe. Deserunt consequuntur adipisci quo laboriosam ratione veniam. Perspiciatis quis amet cupiditate. Voluptatem sit sunt dolorem sed."], ["summary", "Molestias nihil omnis sed error dolorem labore. Necessitatibus eos dolores eaque. Exercitationem quidem quae nulla commodi enim velit corrupti."], ["author_id", 59], ["slug", "title54"], ["created_at", "2016-03-08 20:15:00.490737"], ["updated_at", "2016-03-08 20:15:00.490737"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:00.502096"], ["updated_at", "2016-03-08 20:15:00.502096"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title54/edit" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (3.8ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.8ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (21.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (43.0ms) Completed 200 OK in 64ms (Views: 57.9ms | ActiveRecord: 2.7ms) Started PATCH "/admin/posts/title54" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"58", "slug"=>"my slug", "tag_ids"=>["1", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 58]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 54) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 58], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:00.624692"], ["id", 54]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 28ms (ActiveRecord: 5.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 58]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 30ms (Views: 26.6ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('donato@wilkinson.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "donato@wilkinson.io"], ["name", "Andrew"], ["password_digest", "$2a$04$AA21zAT2vNKEuNubW.meGukuyTZKg7NQf2WJgR5oGXxYJ.gV1S656"], ["created_at", "2016-03-08 20:15:00.684875"], ["updated_at", "2016-03-08 20:15:00.684875"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.6ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"donato@wilkinson.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "donato@wilkinson.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$YtBsSzfk/HEBTxB51QpCgeN4MKBVuwVpKB1S.he9f/ymZ/4Rgqgyi"], ["updated_at", "2016-03-08 20:15:00.717614"], ["id", 60]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.6ms) Completed 200 OK in 28ms (Views: 22.9ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hettie@bode.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hettie@bode.net"], ["name", "Josh"], ["password_digest", "$2a$04$LUYXI6vAMyY/59uyPFvDG.YpixBgqgz21l9BFLYnjP6CJtLHpg5U2"], ["created_at", "2016-03-08 20:15:00.759580"], ["updated_at", "2016-03-08 20:15:00.759580"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:00.768026"], ["updated_at", "2016-03-08 20:15:00.768026"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (21.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (25.4ms) Completed 200 OK in 46ms (Views: 43.3ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"61", "slug"=>"my slug", "tag_ids"=>["2", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 2) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 2) LIMIT 1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 61]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 61], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:00.849603"], ["updated_at", "2016-03-08 20:15:00.849603"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 2], ["taggable_id", 55]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 61]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 55], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.6ms) Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yazmin@moore.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yazmin@moore.com"], ["name", "Mr. Mervin Stracke"], ["password_digest", "$2a$04$lnAYRtAqCb3gMlTE2yUyHOQlKPEev.Ez2N2Cf/NFksqFiEpAsZHBm"], ["created_at", "2016-03-08 20:15:00.900784"], ["updated_at", "2016-03-08 20:15:00.900784"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"yazmin@moore.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "yazmin@moore.com"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$E8RNmFPfAOumNzf5x7vKQu9u/OnO1T9ZPri9PMv/2ukLaOMqZhXFa"], ["updated_at", "2016-03-08 20:15:00.931257"], ["id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 1.3ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:00 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.3ms) Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:01 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"62", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (4.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.8ms) Completed 200 OK in 28ms (Views: 20.3ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aurelie@mcglynn.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aurelie@mcglynn.biz"], ["name", "Skye Beier"], ["password_digest", "$2a$04$78CbWKcUsE733KWZEu0hyOygEMSlXMgDH6Ywd.y/itnxRy5gNCqB2"], ["created_at", "2016-03-08 20:15:20.529057"], ["updated_at", "2016-03-08 20:15:20.529057"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:20 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 286ms (Views: 285.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:20 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aurelie@mcglynn.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "aurelie@mcglynn.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$k5fiH1Ovvo1d5TYR.zhUgeGrj7vxuQCrU6C1qWsbT3zZVTiBxfCae"], ["updated_at", "2016-03-08 20:15:21.005258"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 25ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (33.6ms) Completed 200 OK in 68ms (Views: 59.2ms | ActiveRecord: 4.2ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laurence@fay.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laurence@fay.org"], ["name", "Mckenna Muller"], ["password_digest", "$2a$04$i6K9ud9fD8BXF4GhubFZpuyQwL9zAWi1NmlZY537O6YdmVmuuAY2q"], ["created_at", "2016-03-08 20:15:21.110399"], ["updated_at", "2016-03-08 20:15:21.110399"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Vel et odio doloribus. Numquam id non quasi suscipit."], ["summary", "A rem libero eligendi aliquid rerum blanditiis."], ["author_id", 2], ["slug", "title1"], ["created_at", "2016-03-08 20:15:21.212351"], ["updated_at", "2016-03-08 20:15:21.212351"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (35.4ms) Completed 200 OK in 52ms (Views: 43.8ms | ActiveRecord: 6.6ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('moie_yundt@roobboyle.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "moie_yundt@roobboyle.io"], ["name", "Aubree Wolf"], ["password_digest", "$2a$04$Fv.BzL475A77MO2./9z2Dum682kNuF2b8QH.G.g77enQ8rFqarLay"], ["created_at", "2016-03-08 20:15:21.284669"], ["updated_at", "2016-03-08 20:15:21.284669"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"moie_yundt@roobboyle.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "moie_yundt@roobboyle.io"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$iHz/ap9t1ADtHHLxCSTyZOhBdWFcUcZwfx9WnS/XBoQDk.wmoTJbm"], ["updated_at", "2016-03-08 20:15:21.310878"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('major.mcdermott@ritchie.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "major.mcdermott@ritchie.co"], ["name", "Santino Hilpert"], ["password_digest", "$2a$04$x8qqjl.22lyHrAC6BRZSEuPgJ7n8BYqVA2HLwPCBvWrQIbsGhbYRS"], ["created_at", "2016-03-08 20:15:21.351034"], ["updated_at", "2016-03-08 20:15:21.351034"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Minus odit delectus sapiente consequatur culpa eum. Perferendis voluptatem animi similique enim."], ["summary", "Nobis sit quae aliquid nihil alias consequuntur. Temporibus enim eius fuga vero."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:15:21.355971"], ["updated_at", "2016-03-08 20:15:21.355971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gwendolyn.torp@white.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gwendolyn.torp@white.co"], ["name", "Nakia Champlin"], ["password_digest", "$2a$04$7TxVktp78RSSNoKuEFpbcuV2kpCAfjhO7ohrkb43tCwa3S7zabaoG"], ["created_at", "2016-03-08 20:15:21.362489"], ["updated_at", "2016-03-08 20:15:21.362489"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "A tempora ab magni omnis voluptatum. Quo quae ut enim ut sed. Qui non maiores aspernatur eum tenetur sint odit."], ["summary", "Est qui et voluptas eligendi iste id qui."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:15:21.367228"], ["updated_at", "2016-03-08 20:15:21.367228"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('linnea.senger@barton.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "linnea.senger@barton.org"], ["name", "Ms. Pansy Hermiston"], ["password_digest", "$2a$04$OkstGvnUY80Avlv7VLaLWuOGY0qhOiS3oljE35T50vqmT3M2cyx4S"], ["created_at", "2016-03-08 20:15:21.373538"], ["updated_at", "2016-03-08 20:15:21.373538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Architecto consequatur est. Explicabo perspiciatis velit voluptatibus nihil error. Reiciendis et et. Est tempora corporis."], ["summary", "Corrupti earum omnis placeat eaque et soluta. Eum et aliquid consequuntur ad sint cum."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:15:21.377723"], ["updated_at", "2016-03-08 20:15:21.377723"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kendall_senger@mraz.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kendall_senger@mraz.info"], ["name", "Jeanie Hackett"], ["password_digest", "$2a$04$LFKggxQ1ffzeHI1R9gWgHOQJsvGIUOYyrkPSUI8ElWFN/4aadLzuG"], ["created_at", "2016-03-08 20:15:21.384843"], ["updated_at", "2016-03-08 20:15:21.384843"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Rem eos iure non. Alias doloremque facere et voluptas dolores minus consectetur. Quia placeat nulla quibusdam occaecati."], ["summary", "Totam placeat voluptatem unde ullam et."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:15:21.389827"], ["updated_at", "2016-03-08 20:15:21.389827"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emery@mosciski.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emery@mosciski.co"], ["name", "Sydnee Boyer"], ["password_digest", "$2a$04$TusM..u/vK.ejLOxP6gFku4qmkgtrDojjiSPepRqG7fvZBgaxhFLq"], ["created_at", "2016-03-08 20:15:21.397743"], ["updated_at", "2016-03-08 20:15:21.397743"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Eligendi aperiam eveniet labore modi enim. Qui repellendus porro debitis dolorem recusandae nulla."], ["summary", "Enim minima amet voluptatem. Facilis quod corrupti dolores mollitia culpa illo nihil."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:15:21.402464"], ["updated_at", "2016-03-08 20:15:21.402464"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('damon@reynolds.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "damon@reynolds.co"], ["name", "Benedict Ritchie"], ["password_digest", "$2a$04$8BCqtIL8qsDLguqZTLIcB.fqMImZN3jiyZmp2VaOjMNwqqn2PCeX."], ["created_at", "2016-03-08 20:15:21.408929"], ["updated_at", "2016-03-08 20:15:21.408929"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Veniam delectus alias dolor temporibus dolorem minima. Esse officiis ad. Distinctio quibusdam saepe."], ["summary", "Voluptatem qui distinctio rerum dolores quo nihil."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:15:21.413087"], ["updated_at", "2016-03-08 20:15:21.413087"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fred_mohr@jastheathcote.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fred_mohr@jastheathcote.name"], ["name", "Antonette Hodkiewicz V"], ["password_digest", "$2a$04$2IKJlQbKDHaFWk/kDCBbGujsK0nCOqdml43SUNmFWka3SgogSzi5W"], ["created_at", "2016-03-08 20:15:21.419359"], ["updated_at", "2016-03-08 20:15:21.419359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Laborum aliquid animi et vel. Iusto aut quos."], ["summary", "Totam dolorem architecto quam eveniet voluptatem ut. Culpa quibusdam ab molestias aut voluptatem."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:15:21.423877"], ["updated_at", "2016-03-08 20:15:21.423877"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('savannah@sipes.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "savannah@sipes.net"], ["name", "Gerson Streich Jr."], ["password_digest", "$2a$04$7x5BPcio3RZ/kH4ZZaVpW.8QHugA42wmWvDapbtP/GOHeIjidTvGy"], ["created_at", "2016-03-08 20:15:21.431077"], ["updated_at", "2016-03-08 20:15:21.431077"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ratione sunt aut qui. Inventore excepturi qui temporibus non eius molestiae. Saepe repellendus nostrum amet error laborum voluptates."], ["summary", "Omnis neque dolore voluptas est rerum. Iusto maxime nemo repellendus."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:15:21.435472"], ["updated_at", "2016-03-08 20:15:21.435472"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('holly.brown@faheylubowitz.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "holly.brown@faheylubowitz.name"], ["name", "Theron Marvin DDS"], ["password_digest", "$2a$04$Z0QuGxkZ7.p4MZ4zx.i7AuCJgkZheftXESWS5GFco4qcbct800dWe"], ["created_at", "2016-03-08 20:15:21.442114"], ["updated_at", "2016-03-08 20:15:21.442114"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Quasi voluptas neque voluptatem sit ratione. Ea numquam sint ut velit fugiat maxime a."], ["summary", "Mollitia officia nesciunt velit. Doloremque sequi earum et adipisci possimus. Deserunt doloribus quae necessitatibus voluptatem illum sunt et."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:15:21.446597"], ["updated_at", "2016-03-08 20:15:21.446597"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cecile_leffler@cremin.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cecile_leffler@cremin.info"], ["name", "Dr. Quinn Leuschke"], ["password_digest", "$2a$04$FBXRyauMNSTbPwAdlGZTheJMXwK7URHhGolpyIDl7ZsdjHzttAeta"], ["created_at", "2016-03-08 20:15:21.452667"], ["updated_at", "2016-03-08 20:15:21.452667"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Animi aspernatur dignissimos. Praesentium et molestias architecto illum."], ["summary", "Tempora provident dolor consequuntur aliquid in itaque aut. Illo eius earum aliquam et consequatur iure."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:15:21.456712"], ["updated_at", "2016-03-08 20:15:21.456712"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maritza@wittingbartoletti.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maritza@wittingbartoletti.co"], ["name", "Miss Ward Rippin"], ["password_digest", "$2a$04$R/K6yNtSxACZjBEp7fVJJ.fTASWyFjmvKlzycsz5u2opcJHTPBDku"], ["created_at", "2016-03-08 20:15:21.462874"], ["updated_at", "2016-03-08 20:15:21.462874"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Consequatur placeat amet labore consequatur explicabo officiis. Et et voluptas at exercitationem."], ["summary", "Dolor et eum ad odio temporibus."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:15:21.466961"], ["updated_at", "2016-03-08 20:15:21.466961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mohammad@turnermoriette.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mohammad@turnermoriette.io"], ["name", "Tianna McGlynn"], ["password_digest", "$2a$04$rP2aA0eLjqBJRD2CDUijBu1ehebKG3keojhjHxHuCSZF81x1fA/9O"], ["created_at", "2016-03-08 20:15:21.473193"], ["updated_at", "2016-03-08 20:15:21.473193"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Repudiandae quaerat doloribus dolorum fugit corrupti non. Nulla voluptatibus aut harum qui a vitae quia. Ipsum ipsa autem et. Molestiae voluptatem inventore."], ["summary", "Repudiandae saepe officia non necessitatibus et et. Mollitia ullam inventore dolorum aperiam provident cupiditate incidunt."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:15:21.477905"], ["updated_at", "2016-03-08 20:15:21.477905"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stephany.gleason@mcculloughdickens.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stephany.gleason@mcculloughdickens.com"], ["name", "Serena Kovacek"], ["password_digest", "$2a$04$./p9gr9qdlv2fO5LYADkm.q3J.W6uZOXPn/AitGkO0kOGm9W1Ja2G"], ["created_at", "2016-03-08 20:15:21.484485"], ["updated_at", "2016-03-08 20:15:21.484485"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Rerum quia occaecati aut sit sed voluptatibus harum. Qui molestiae in eos dolores voluptatem culpa tenetur. Atque quam porro quia nulla non libero nemo."], ["summary", "Et quo voluptas aspernatur. Nisi nam debitis dolor. Veritatis consequatur sint ipsam vel."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:15:21.488429"], ["updated_at", "2016-03-08 20:15:21.488429"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('salvatore@howeyundt.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "salvatore@howeyundt.info"], ["name", "Florencio Keebler"], ["password_digest", "$2a$04$FW1zu4ZXQV09rBw35AhD7.ym2dNCOpUhn.gV8jXIc1X5pgZFwQbXW"], ["created_at", "2016-03-08 20:15:21.494550"], ["updated_at", "2016-03-08 20:15:21.494550"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Blanditiis quo dolores molestias corrupti debitis. Omnis velit id."], ["summary", "Magnam eveniet doloremque. Excepturi amet expedita est aut esse quisquam et."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:15:21.498594"], ["updated_at", "2016-03-08 20:15:21.498594"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman_bechtelar@weinatbrekke.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hyman_bechtelar@weinatbrekke.io"], ["name", "Omer Jaskolski"], ["password_digest", "$2a$04$/G1uxbDS8f07Ey4yPT4ZvONZl6qbBN.7tkoW7lAlvOIlJyLx2BHQu"], ["created_at", "2016-03-08 20:15:21.504692"], ["updated_at", "2016-03-08 20:15:21.504692"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Non ipsa impedit. Enim aliquid libero."], ["summary", "Nihil aspernatur in."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:15:21.508558"], ["updated_at", "2016-03-08 20:15:21.508558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kacie@kaulke.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kacie@kaulke.name"], ["name", "Miss Arlie Kuvalis"], ["password_digest", "$2a$04$6Zd4bQfLk6YmlcpHfl741Owssrz2UQej2oR.RnpqNb41fNuOvAhGe"], ["created_at", "2016-03-08 20:15:21.514871"], ["updated_at", "2016-03-08 20:15:21.514871"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Praesentium consequatur maxime dolorem est et quod quia. Exercitationem assumenda optio nesciunt dolor provident nihil rerum. Autem et dicta inventore sed. Et sequi sed."], ["summary", "Quos veniam architecto quia quisquam similique facere. Et et similique eveniet est. Accusantium error aut dolores et."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:15:21.518887"], ["updated_at", "2016-03-08 20:15:21.518887"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('talon@abbottpowlowski.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "talon@abbottpowlowski.name"], ["name", "Quentin McClure"], ["password_digest", "$2a$04$Bb/ErEMfirGxheUJo8Wz3.eo/w3.WTO8.DPiSECnGOdoK16Ce2KNO"], ["created_at", "2016-03-08 20:15:21.525081"], ["updated_at", "2016-03-08 20:15:21.525081"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Voluptatem quae harum architecto cum vero quo fuga. A illum dignissimos repudiandae distinctio."], ["summary", "Nihil ab omnis voluptatem dolorem nemo omnis ut."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:15:21.529732"], ["updated_at", "2016-03-08 20:15:21.529732"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('treva@konopelski.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "treva@konopelski.biz"], ["name", "Thalia Hane"], ["password_digest", "$2a$04$Y2hZTj7DhgqMKTZcr7iuseRxKbB5abt7qG0/49WWjow7gzUQEMpfq"], ["created_at", "2016-03-08 20:15:21.536126"], ["updated_at", "2016-03-08 20:15:21.536126"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Temporibus suscipit et in dolores eveniet. Asperiores dolorum aliquam sint minima vel alias omnis. Voluptatem illo ea. Tenetur non autem reiciendis fugit culpa quae."], ["summary", "Eius officiis non nobis consequatur vel nostrum. Similique voluptatem consequatur corporis tempora id minus."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:15:21.540282"], ["updated_at", "2016-03-08 20:15:21.540282"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bernardo.ankunding@hayes.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bernardo.ankunding@hayes.co"], ["name", "Aracely Spencer"], ["password_digest", "$2a$04$OPY7yK7HiM4YiaIZP5aQIOiqmljKmCPaNdWGBxmUa9Ihv/fMlQTia"], ["created_at", "2016-03-08 20:15:21.546579"], ["updated_at", "2016-03-08 20:15:21.546579"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Est dolores aspernatur voluptatem id aut vero vel. Dolor ea saepe optio atque eum vero. Et aut a et consequatur. Vel quos culpa repellendus."], ["summary", "Ut voluptatem tenetur explicabo. Sed praesentium animi."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:15:21.551337"], ["updated_at", "2016-03-08 20:15:21.551337"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('simeon_mcdermott@prohaska.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "simeon_mcdermott@prohaska.name"], ["name", "Laury Hintz"], ["password_digest", "$2a$04$w7HoujYpEqHZe3e2Iyhbnet2Q9SbRdDZOXVP4MFyH7tbTdOa4IRRS"], ["created_at", "2016-03-08 20:15:21.557674"], ["updated_at", "2016-03-08 20:15:21.557674"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Quos ea provident assumenda sunt maiores qui. Quod aperiam possimus voluptas accusamus voluptatem velit quia. Aut libero facere officia delectus."], ["summary", "Aut est qui."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:15:21.562194"], ["updated_at", "2016-03-08 20:15:21.562194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('audreanne@predovicmueller.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "audreanne@predovicmueller.io"], ["name", "Blake Rau"], ["password_digest", "$2a$04$yOvlkrbGcpcxOZIKjP2h4.W1J0BjVuOw9glc1Td17Cmf.rpTl5CeW"], ["created_at", "2016-03-08 20:15:21.568831"], ["updated_at", "2016-03-08 20:15:21.568831"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Ipsa sunt officia repellat omnis. Nulla enim repellat velit. Esse eaque distinctio aut quis."], ["summary", "Architecto officia optio non et iusto consequuntur. Modi pariatur quia numquam laboriosam consequatur. Qui labore architecto quam cum cumque molestiae."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:15:21.573811"], ["updated_at", "2016-03-08 20:15:21.573811"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('randi@turcotte.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "randi@turcotte.org"], ["name", "Kasey McKenzie"], ["password_digest", "$2a$04$L9l0d9M0AOLpvP1/a5v6JezIL7SX2CHbNfqOFkcQhwU0wcCMBhH5q"], ["created_at", "2016-03-08 20:15:21.580833"], ["updated_at", "2016-03-08 20:15:21.580833"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Debitis voluptates tempora. Officia ut nam eius doloribus et."], ["summary", "Dolor ut sint temporibus culpa debitis. Commodi iste nemo nobis. Sed deleniti fugiat vitae unde et optio."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:15:21.585058"], ["updated_at", "2016-03-08 20:15:21.585058"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hilton@white.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hilton@white.com"], ["name", "Philip Hyatt DDS"], ["password_digest", "$2a$04$SQ.hvmYOWdwlmqmLjMY7yeoAJYeHyqGfEJF0ElRkw9b65gTGw8GAu"], ["created_at", "2016-03-08 20:15:21.591919"], ["updated_at", "2016-03-08 20:15:21.591919"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Voluptatem repudiandae ducimus mollitia eum. Doloremque consectetur facere neque minus quae exercitationem cumque. Molestiae et aperiam laudantium culpa."], ["summary", "At cupiditate modi et est."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:15:21.596269"], ["updated_at", "2016-03-08 20:15:21.596269"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zena_miller@hilpertrutherford.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zena_miller@hilpertrutherford.info"], ["name", "Christophe Treutel"], ["password_digest", "$2a$04$H50hs6LRS.lFn/athGA9xulyHpussxsDDJPP4XSA2nZrMB4EjPsgm"], ["created_at", "2016-03-08 20:15:21.602746"], ["updated_at", "2016-03-08 20:15:21.602746"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Voluptas est libero blanditiis provident mollitia. Et eius perferendis non esse."], ["summary", "Rerum ullam sit tempore. Doloremque distinctio nihil quia rerum. Quia at et non et temporibus et vel."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:15:21.607637"], ["updated_at", "2016-03-08 20:15:21.607637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enrique.kemmer@towne.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "enrique.kemmer@towne.info"], ["name", "Dr. Cecelia Cummerata"], ["password_digest", "$2a$04$GXNWnTg4jK9TTvfGW6zfWO4WLZY2jkrtBEISrAj5gtlxuOGNX1Wv6"], ["created_at", "2016-03-08 20:15:21.613777"], ["updated_at", "2016-03-08 20:15:21.613777"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Cumque architecto eum aperiam magnam hic. Deserunt quos ex ut minima."], ["summary", "Quae voluptatem impedit neque ratione possimus sequi non. Quia maiores facilis velit officiis ex accusamus ut."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:15:21.618803"], ["updated_at", "2016-03-08 20:15:21.618803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lyda_reilly@swifthansen.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lyda_reilly@swifthansen.biz"], ["name", "Krista Tillman"], ["password_digest", "$2a$04$7YJEab1IMdvjYXV1rCBTEOlRs0g2DNoK/2rT0D5eohixznfnUI3Im"], ["created_at", "2016-03-08 20:15:21.625817"], ["updated_at", "2016-03-08 20:15:21.625817"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ea id dolorem et tenetur. Cupiditate consequatur inventore rerum sint natus dolores. Ab ex voluptatem enim. Quia voluptatibus est."], ["summary", "Sed at illum odit voluptates quia. Et animi voluptatem corrupti aspernatur accusamus optio tempora. Voluptas voluptas id minima error aut tempore."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:15:21.630174"], ["updated_at", "2016-03-08 20:15:21.630174"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 6]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 7]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 8]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 9]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 10]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 11]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 12]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 13]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 14]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 15]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 16]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 17]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 18]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 19]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 20]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 21]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 22]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 25]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 26]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 27]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 28]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (186.1ms) Completed 200 OK in 203ms (Views: 180.2ms | ActiveRecord: 21.7ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 29]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.0ms) Completed 200 OK in 37ms (Views: 33.5ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tad@wintheiserdurgan.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tad@wintheiserdurgan.biz"], ["name", "Ashley Goodwin"], ["password_digest", "$2a$04$BnELMeip43TSuRy93dOgUOyoFV.q0g8N3Yd.oA1uPHFq.qeezmVn6"], ["created_at", "2016-03-08 20:15:21.903510"], ["updated_at", "2016-03-08 20:15:21.903510"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"tad@wintheiserdurgan.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "tad@wintheiserdurgan.biz"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zDZJHakNoSTSbcAn5okbWOC6h62rMfUNO780Ysv/sFilKkBQZDJFq"], ["updated_at", "2016-03-08 20:15:21.931886"], ["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:21 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (43.3ms) Completed 200 OK in 61ms (Views: 58.5ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lura.breitenberg@ruel.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lura.breitenberg@ruel.com"], ["name", "Mrs. Reymundo Little"], ["password_digest", "$2a$04$xZpUKR54L5FqYgy05n9mdepwgcRAlkcB5soI2H33MDL80oQF23FsO"], ["created_at", "2016-03-08 20:15:22.004831"], ["updated_at", "2016-03-08 20:15:22.004831"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title28') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title28"], ["body", "Architecto beatae quis. Pariatur et officia quaerat nulla quibusdam fugit. Sit qui aperiam hic dolorum dicta voluptas blanditiis."], ["summary", "Porro quo cum id molestiae. Porro ullam unde. Sapiente quas et."], ["author_id", 31], ["slug", "title28"], ["created_at", "2016-03-08 20:15:22.010408"], ["updated_at", "2016-03-08 20:15:22.010408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcellus@ankunding.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcellus@ankunding.co"], ["name", "Lonzo Kautzer"], ["password_digest", "$2a$04$l.vWjaSuqjq9NQAyAxry2eH5R.48oZcNqmU8urxNikwHnzEg686E2"], ["created_at", "2016-03-08 20:15:22.017591"], ["updated_at", "2016-03-08 20:15:22.017591"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title29"], ["body", "Debitis numquam dolores sed necessitatibus aut nisi sed. Impedit dolorem quibusdam ratione. Magnam maxime optio nemo voluptates sed ut exercitationem."], ["summary", "Eligendi veritatis sit non."], ["author_id", 32], ["slug", "title29"], ["created_at", "2016-03-08 20:15:22.022989"], ["updated_at", "2016-03-08 20:15:22.022989"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lue@morar.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lue@morar.org"], ["name", "Aidan Hyatt"], ["password_digest", "$2a$04$0RPRv79p.3hX2oaBhOMeeevfdrDRNCo4tkceCfCcbnEXf2pEKNZf6"], ["created_at", "2016-03-08 20:15:22.030533"], ["updated_at", "2016-03-08 20:15:22.030533"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title30') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title30"], ["body", "Veniam voluptas est placeat. Quos possimus dolores temporibus ullam rem. Dignissimos error voluptatibus omnis tenetur voluptas."], ["summary", "Ea et reprehenderit quia. Asperiores aut neque pariatur dolor laboriosam. Ab rem et fugiat occaecati tenetur dolorem."], ["author_id", 33], ["slug", "title30"], ["created_at", "2016-03-08 20:15:22.035582"], ["updated_at", "2016-03-08 20:15:22.035582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theo@jacobson.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theo@jacobson.io"], ["name", "Toby Predovic"], ["password_digest", "$2a$04$8vBXsJVwHgF28nJlgC0Vd.fseKtSJk5pD4I0XRbtrxEai9gH9axrG"], ["created_at", "2016-03-08 20:15:22.043277"], ["updated_at", "2016-03-08 20:15:22.043277"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title31"], ["body", "Aut autem vero consectetur temporibus voluptatem ut qui. Veritatis repellat itaque ut totam ad error nam. Rerum vel voluptatum dolores facere porro eius aut."], ["summary", "Nihil dolorum voluptatem harum nulla. Itaque dolore fugit. Dicta aliquam quis praesentium in."], ["author_id", 34], ["slug", "title31"], ["created_at", "2016-03-08 20:15:22.048292"], ["updated_at", "2016-03-08 20:15:22.048292"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jorge@lakinarmstrong.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jorge@lakinarmstrong.info"], ["name", "Delores Dickinson"], ["password_digest", "$2a$04$MKWdRXiFHGGq47k9s6nKsOEKBU77/61dXm2Y7FyB2LDPoFrMZNouC"], ["created_at", "2016-03-08 20:15:22.056253"], ["updated_at", "2016-03-08 20:15:22.056253"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Iure in natus quae illum illo. Repellat reiciendis error ducimus tenetur est. Consequatur autem voluptate. Qui ut ad ut aut itaque quia."], ["summary", "Rem exercitationem vitae aut itaque ut. Ipsa dignissimos ut doloribus. Officia ipsam quam cum odit pariatur iure accusamus."], ["author_id", 35], ["slug", "title32"], ["created_at", "2016-03-08 20:15:22.060875"], ["updated_at", "2016-03-08 20:15:22.060875"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darien@vandervortherman.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darien@vandervortherman.org"], ["name", "Mireya Kunze"], ["password_digest", "$2a$04$B/lLJkASJYonBZnm4KW/v.QJKKgI1yRMtvW/3NX8GRqRZGcdC8Z.6"], ["created_at", "2016-03-08 20:15:22.068337"], ["updated_at", "2016-03-08 20:15:22.068337"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "At blanditiis mollitia rerum. Temporibus et est et magni ducimus explicabo. Autem quis quam occaecati possimus explicabo."], ["summary", "Qui ut quis amet ab rerum et quas. Rerum et voluptates quas qui ipsa adipisci."], ["author_id", 36], ["slug", "title33"], ["created_at", "2016-03-08 20:15:22.072851"], ["updated_at", "2016-03-08 20:15:22.072851"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brandon@ruecker.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brandon@ruecker.biz"], ["name", "Cleo Bauch"], ["password_digest", "$2a$04$OzzB0PyZ.d34iB2BEqFp2OqDIcoNIx74vuB2i9rm5a0NnSMYTltKS"], ["created_at", "2016-03-08 20:15:22.080853"], ["updated_at", "2016-03-08 20:15:22.080853"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title34') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title34"], ["body", "Laudantium sunt qui quas aut dolorum. Voluptas sed alias distinctio quod a accusamus hic. Labore distinctio totam porro dolore. Nemo minus perspiciatis et quasi animi doloremque."], ["summary", "Ratione unde sint repudiandae qui voluptates molestiae cumque."], ["author_id", 37], ["slug", "title34"], ["created_at", "2016-03-08 20:15:22.086719"], ["updated_at", "2016-03-08 20:15:22.086719"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eunice_cummerata@mann.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eunice_cummerata@mann.com"], ["name", "Mozell Sanford PhD"], ["password_digest", "$2a$04$CPK2pcq9aMuu721LcEc69u//BeTv0KDJXU1c7tzl5ju/eWTrPWn/e"], ["created_at", "2016-03-08 20:15:22.094000"], ["updated_at", "2016-03-08 20:15:22.094000"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Sapiente earum saepe veritatis odio beatae a sequi. Quidem impedit quia et aperiam. Ad error assumenda voluptas mollitia et voluptate. Amet quis distinctio fuga nesciunt ratione."], ["summary", "Totam nostrum nisi eum."], ["author_id", 38], ["slug", "title35"], ["created_at", "2016-03-08 20:15:22.098475"], ["updated_at", "2016-03-08 20:15:22.098475"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gilda@damoreheathcote.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gilda@damoreheathcote.co"], ["name", "Sandra Hilpert"], ["password_digest", "$2a$04$YaHzWjl.jL/sUcBsQdyz5eHZngxNmYKmgsp74xgEt8Bab7JCxYK5u"], ["created_at", "2016-03-08 20:15:22.105005"], ["updated_at", "2016-03-08 20:15:22.105005"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Repellat nam aspernatur ad veritatis ut. Culpa natus exercitationem nulla ut et autem. Suscipit qui beatae saepe. Fuga et qui sint."], ["summary", "Incidunt nihil qui et sed. Doloremque porro culpa corrupti excepturi."], ["author_id", 39], ["slug", "title36"], ["created_at", "2016-03-08 20:15:22.109835"], ["updated_at", "2016-03-08 20:15:22.109835"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deondre@durgan.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deondre@durgan.info"], ["name", "Uriah Heidenreich"], ["password_digest", "$2a$04$48uDRp.DvGuBJ05IDptebOlf9KWG5KMPe0BoSKZBHJAc6zppezDNW"], ["created_at", "2016-03-08 20:15:22.116706"], ["updated_at", "2016-03-08 20:15:22.116706"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Esse dignissimos velit rerum non iste reiciendis. Id eveniet natus voluptas voluptatem facere. Aut modi at officiis itaque explicabo amet pariatur. Non error non excepturi qui aut placeat."], ["summary", "Sint nihil illum."], ["author_id", 40], ["slug", "title37"], ["created_at", "2016-03-08 20:15:22.121081"], ["updated_at", "2016-03-08 20:15:22.121081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frederik_gerlach@dickinson.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frederik_gerlach@dickinson.com"], ["name", "Arden Terry"], ["password_digest", "$2a$04$Kej95w/ykMlFaIPfiAqUSOnnLKaO7P/T292ci.7m81adZ2wZ5oZeC"], ["created_at", "2016-03-08 20:15:22.127754"], ["updated_at", "2016-03-08 20:15:22.127754"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Eveniet officiis vel ad. Eveniet fugiat explicabo provident velit perferendis praesentium aut. Rerum a et deleniti. Quia dolore qui nemo reprehenderit itaque."], ["summary", "Qui ullam deleniti aut laudantium. Est molestiae quidem nihil sapiente beatae repellat."], ["author_id", 41], ["slug", "title38"], ["created_at", "2016-03-08 20:15:22.133263"], ["updated_at", "2016-03-08 20:15:22.133263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayce@towne.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jayce@towne.net"], ["name", "Stuart Friesen MD"], ["password_digest", "$2a$04$qCw4f7hbjPMiYxlCFZ4SIO/LvhXjsHr2iCobVqEFtM9ugrhqbTdqi"], ["created_at", "2016-03-08 20:15:22.140588"], ["updated_at", "2016-03-08 20:15:22.140588"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title39') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title39"], ["body", "Sed molestiae id veritatis blanditiis. Et vitae commodi qui vel. Earum vero voluptates sunt. Est consectetur eius quae ut pariatur rem aut."], ["summary", "Distinctio culpa esse."], ["author_id", 42], ["slug", "title39"], ["created_at", "2016-03-08 20:15:22.144800"], ["updated_at", "2016-03-08 20:15:22.144800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jazlyn@bradtke.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jazlyn@bradtke.io"], ["name", "Myrtle Auer"], ["password_digest", "$2a$04$/Thd27U4IFMKKHK8Iajow.pbpXGz02/5DJF.fsj.euawZ6R6mPQ3."], ["created_at", "2016-03-08 20:15:22.152336"], ["updated_at", "2016-03-08 20:15:22.152336"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Necessitatibus temporibus placeat. Ea aspernatur nesciunt cumque corporis."], ["summary", "Atque omnis laboriosam reiciendis non velit. Aut ab dolores velit architecto recusandae assumenda aliquam."], ["author_id", 43], ["slug", "title40"], ["created_at", "2016-03-08 20:15:22.157525"], ["updated_at", "2016-03-08 20:15:22.157525"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lindsay@cruickshank.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lindsay@cruickshank.com"], ["name", "Arlie Keeling"], ["password_digest", "$2a$04$mRcgVLO.Lx4cv1s8HAO5Be6SS82blgwAnu0myuRn/pQZpeKqxTnE."], ["created_at", "2016-03-08 20:15:22.165568"], ["updated_at", "2016-03-08 20:15:22.165568"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title41"], ["body", "Ad numquam quia sapiente doloremque. Molestias accusamus sint sapiente. Quia dolor temporibus ut doloribus esse. Expedita consequatur laboriosam rerum recusandae corrupti est vel."], ["summary", "Dolorem itaque voluptas beatae magni sapiente."], ["author_id", 44], ["slug", "title41"], ["created_at", "2016-03-08 20:15:22.169819"], ["updated_at", "2016-03-08 20:15:22.169819"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lydia@parisian.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lydia@parisian.com"], ["name", "Randi Ratke"], ["password_digest", "$2a$04$kjNAMEjL2NPGMyrJcNBrRum5G1bzRqKFDUgEY8C14oGNManZoDeUi"], ["created_at", "2016-03-08 20:15:22.176425"], ["updated_at", "2016-03-08 20:15:22.176425"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title42"], ["body", "Maiores velit sint nemo ipsa odio illo quam. Ut dolores vel autem et debitis consequuntur. Totam est corporis ullam aut a dolores quia."], ["summary", "Voluptatem quia velit. Doloribus voluptatem dolorem animi eum cum. Pariatur accusantium et."], ["author_id", 45], ["slug", "title42"], ["created_at", "2016-03-08 20:15:22.180898"], ["updated_at", "2016-03-08 20:15:22.180898"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('israel@wisozk.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "israel@wisozk.net"], ["name", "Vida Kuphal"], ["password_digest", "$2a$04$wXqAP/IlwttPFmko1v2HMu8TLdApUnmqF4FU6UAs8iV2.E3xWbMe6"], ["created_at", "2016-03-08 20:15:22.187760"], ["updated_at", "2016-03-08 20:15:22.187760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Animi delectus quam assumenda dolores deleniti autem. Aliquam et soluta ipsam dolores accusamus voluptates eum."], ["summary", "Hic incidunt consequatur nesciunt."], ["author_id", 46], ["slug", "title43"], ["created_at", "2016-03-08 20:15:22.192075"], ["updated_at", "2016-03-08 20:15:22.192075"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('riley.conn@mcglynn.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "riley.conn@mcglynn.io"], ["name", "Buford Ferry"], ["password_digest", "$2a$04$PccgMlYMi..iBUzDt6u.e.KmuK3qnBZ/01GGyxkkbhRksCoo0ES8W"], ["created_at", "2016-03-08 20:15:22.199886"], ["updated_at", "2016-03-08 20:15:22.199886"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title44"], ["body", "Impedit qui quod. Aperiam nostrum eos et libero eum non. Autem deserunt dicta at quia non non maiores. Est enim impedit eum minus recusandae."], ["summary", "Suscipit eum iure laudantium velit nam. Aut et perspiciatis quae delectus in. Modi eum amet."], ["author_id", 47], ["slug", "title44"], ["created_at", "2016-03-08 20:15:22.204325"], ["updated_at", "2016-03-08 20:15:22.204325"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('iliana@reinger.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "iliana@reinger.name"], ["name", "Roslyn Stanton"], ["password_digest", "$2a$04$IuIDDfOGTQfjIDv4hzeMVeUzAleFoZf/e1VK.cFF0ouxUodxRq9SC"], ["created_at", "2016-03-08 20:15:22.212082"], ["updated_at", "2016-03-08 20:15:22.212082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title45"], ["body", "Sed et est repudiandae inventore atque minus. Velit fuga consequatur eum perferendis nihil ea."], ["summary", "Asperiores eum expedita neque aut aut vero. Nesciunt et neque consectetur. Saepe excepturi architecto velit maiores nihil qui dicta."], ["author_id", 48], ["slug", "title45"], ["created_at", "2016-03-08 20:15:22.217256"], ["updated_at", "2016-03-08 20:15:22.217256"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rebecca.price@heller.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rebecca.price@heller.net"], ["name", "Xzavier Rodriguez DDS"], ["password_digest", "$2a$04$Jt2ICthhsPQhLMmwQcfcZOrUufNN2DuukF7Qo5lMRnO8ROudK7p/y"], ["created_at", "2016-03-08 20:15:22.224791"], ["updated_at", "2016-03-08 20:15:22.224791"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title46"], ["body", "Assumenda minima totam maxime dolor qui. Est eum occaecati harum. Qui asperiores est ducimus similique. Repellendus a culpa perferendis non et qui est."], ["summary", "Sint commodi numquam culpa beatae nisi facilis nulla."], ["author_id", 49], ["slug", "title46"], ["created_at", "2016-03-08 20:15:22.229277"], ["updated_at", "2016-03-08 20:15:22.229277"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lula@frami.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lula@frami.co"], ["name", "Dudley Hyatt"], ["password_digest", "$2a$04$SEsfVwj8qRR3xCBL/MQEEudm1B7yA8yYJeIOc6PsmWZjHe5HlsYpK"], ["created_at", "2016-03-08 20:15:22.236619"], ["updated_at", "2016-03-08 20:15:22.236619"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title47"], ["body", "Eius occaecati ea sequi. Qui aut labore dolor repellendus dignissimos optio et. Tempore occaecati adipisci ut ut eum."], ["summary", "Rerum impedit repellat dignissimos nisi officiis. In id veritatis et qui blanditiis quae."], ["author_id", 50], ["slug", "title47"], ["created_at", "2016-03-08 20:15:22.241408"], ["updated_at", "2016-03-08 20:15:22.241408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vance@boyerhyatt.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vance@boyerhyatt.name"], ["name", "Tobin Lang"], ["password_digest", "$2a$04$RxfORugFVmRMSrYqvJI.LeAxYAFgwz7X6BK0PmaRfs0Cz2TywaGxG"], ["created_at", "2016-03-08 20:15:22.248538"], ["updated_at", "2016-03-08 20:15:22.248538"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title48"], ["body", "Voluptas eos veritatis fugit. Vel fugiat excepturi distinctio et reiciendis."], ["summary", "Omnis dolores explicabo ex dolorem."], ["author_id", 51], ["slug", "title48"], ["created_at", "2016-03-08 20:15:22.253461"], ["updated_at", "2016-03-08 20:15:22.253461"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('danyka_goldner@kemmerchamplin.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "danyka_goldner@kemmerchamplin.co"], ["name", "Percy Sanford Sr."], ["password_digest", "$2a$04$R8maEtx2MwkQ8BqYUujVaOd7mB//PxD6gqC6sq8vcssW7g4SrTexS"], ["created_at", "2016-03-08 20:15:22.260213"], ["updated_at", "2016-03-08 20:15:22.260213"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title49"], ["body", "Quis dolores dolore voluptatum voluptate. Illum numquam iure iste sit tenetur tempore. Natus eaque quod et."], ["summary", "Eos ea iusto inventore sequi pariatur. Et nulla eos. Repudiandae corrupti enim."], ["author_id", 52], ["slug", "title49"], ["created_at", "2016-03-08 20:15:22.265577"], ["updated_at", "2016-03-08 20:15:22.265577"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilber@heel.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wilber@heel.biz"], ["name", "Manuel Kertzmann V"], ["password_digest", "$2a$04$hh5sr9WtjXvEA4UD7r4uGO4s0BZxwIT0R2UGefiRLHd0ZDn.pmaFG"], ["created_at", "2016-03-08 20:15:22.272381"], ["updated_at", "2016-03-08 20:15:22.272381"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title50"], ["body", "Sed ut est assumenda inventore voluptas iste rem. Atque et odio aut."], ["summary", "Est facilis blanditiis voluptate incidunt."], ["author_id", 53], ["slug", "title50"], ["created_at", "2016-03-08 20:15:22.277933"], ["updated_at", "2016-03-08 20:15:22.277933"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('forest@blick.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "forest@blick.co"], ["name", "Cathrine Hintz"], ["password_digest", "$2a$04$e/447SDlmzstv0VSdXUn0.C7vYlLogH6AOiDEU./c5VHrX4Ukd6hG"], ["created_at", "2016-03-08 20:15:22.285155"], ["updated_at", "2016-03-08 20:15:22.285155"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title51"], ["body", "Beatae et et sint sit amet aliquam voluptatem. Velit molestias sint eos."], ["summary", "Quia neque consectetur voluptas id nesciunt dicta."], ["author_id", 54], ["slug", "title51"], ["created_at", "2016-03-08 20:15:22.290097"], ["updated_at", "2016-03-08 20:15:22.290097"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcos@romagueraschaden.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcos@romagueraschaden.com"], ["name", "Candida Denesik"], ["password_digest", "$2a$04$Hxinv4PTLsKQQvf/GnuXR./ERmoUpxFBSfMUu6usKVGTnr7C/r/3G"], ["created_at", "2016-03-08 20:15:22.296777"], ["updated_at", "2016-03-08 20:15:22.296777"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title52"], ["body", "Totam ut neque veritatis perferendis vel impedit. Veniam est veritatis incidunt fugit eveniet. Nostrum cumque omnis id. Ipsum pariatur autem quo architecto qui eius facere."], ["summary", "Praesentium assumenda dolorem. Ut iure quis asperiores a officia reiciendis."], ["author_id", 55], ["slug", "title52"], ["created_at", "2016-03-08 20:15:22.301392"], ["updated_at", "2016-03-08 20:15:22.301392"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cindy.hane@starkvonrueden.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cindy.hane@starkvonrueden.org"], ["name", "Rey Heller"], ["password_digest", "$2a$04$ctGTZh6mwodLwHovw5X3LOUls5Mt0l0YqfWVJxs9628z0TPKXjyj6"], ["created_at", "2016-03-08 20:15:22.308054"], ["updated_at", "2016-03-08 20:15:22.308054"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title53"], ["body", "Possimus natus est et aut nam minima recusandae. Hic quibusdam ut. Iure est unde corrupti enim nemo."], ["summary", "Cum reprehenderit sed ipsam ullam. Sint earum cumque est et qui vel. Dolore harum temporibus."], ["author_id", 56], ["slug", "title53"], ["created_at", "2016-03-08 20:15:22.313212"], ["updated_at", "2016-03-08 20:15:22.313212"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 31]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 28], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 29], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 33]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 30], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 34]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 31], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 35]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 32], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 33], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 34], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 35], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 39]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 36], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 37], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 38], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 42]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 39], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 43]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 40], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 44]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 41], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 45]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 42], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 46]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 43], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 47]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 44], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 48]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 45], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 49]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 46], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 50]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 47], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 51]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 48], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 52]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 49], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 53]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 50], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 54]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 51], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 55]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 52], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (211.7ms) Completed 200 OK in 232ms (Views: 210.3ms | ActiveRecord: 20.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 30]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 56]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 53], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.3ms) Completed 200 OK in 43ms (Views: 38.9ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebba.collier@boehmkreiger.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ebba.collier@boehmkreiger.info"], ["name", "Andrew"], ["password_digest", "$2a$04$Q7ZHvfN6WWKz6OTBpr3Xm.Bmr4bcv6Zw9muTbfCAAgv2b/ngXVlqK"], ["created_at", "2016-03-08 20:15:22.619587"], ["updated_at", "2016-03-08 20:15:22.619587"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ebba.collier@boehmkreiger.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ebba.collier@boehmkreiger.info"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9DXLU6qrGLwbg3qMxLuFPeoJ97MeC.yL2LLiJ8SpHDptjft7oeaLq"], ["updated_at", "2016-03-08 20:15:22.650758"], ["id", 57]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 36ms (Views: 32.3ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lacy@buckridge.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lacy@buckridge.info"], ["name", "Josh"], ["password_digest", "$2a$04$R2Yc9FXISHWqWhcW9/bURO/IaDjpe5SIj7dCnv.e1P1SN1WruFy8i"], ["created_at", "2016-03-08 20:15:22.700201"], ["updated_at", "2016-03-08 20:15:22.700201"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('robert@halvorson.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "robert@halvorson.biz"], ["name", "Trudie O'Connell"], ["password_digest", "$2a$04$lgGTZ5PMEythu60TYz6KP.fq67Hx.6Tu7nR7mMCLFTYzWqVvWuSKa"], ["created_at", "2016-03-08 20:15:22.707414"], ["updated_at", "2016-03-08 20:15:22.707414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title54"], ["body", "Ut voluptatem id praesentium doloremque quasi repellendus cum. Autem voluptas sed. Iusto nesciunt quo inventore voluptates rem et. Perferendis et aut voluptatem et aut minus."], ["summary", "Dignissimos omnis perferendis. Asperiores neque iure magni aut consequatur a dolorem."], ["author_id", 59], ["slug", "title54"], ["created_at", "2016-03-08 20:15:22.712629"], ["updated_at", "2016-03-08 20:15:22.712629"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:22.723379"], ["updated_at", "2016-03-08 20:15:22.723379"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title54/edit" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.6ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (17.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (27.9ms) Completed 200 OK in 50ms (Views: 43.8ms | ActiveRecord: 3.1ms) Started PATCH "/admin/posts/title54" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"58", "slug"=>"my slug", "tag_ids"=>["1", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title54"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title54"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 58]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 54) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 58], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:22.825874"], ["id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 26ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 57]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 58]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 54], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.1ms) Completed 200 OK in 32ms (Views: 28.5ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('thalia.morar@eichmannsmith.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "thalia.morar@eichmannsmith.io"], ["name", "Andrew"], ["password_digest", "$2a$04$.2Jrs8eRDEi6DtW3Z/mUJ.Ee.dISiLuK28rcwoIpStxejxW/aM08u"], ["created_at", "2016-03-08 20:15:22.885297"], ["updated_at", "2016-03-08 20:15:22.885297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"thalia.morar@eichmannsmith.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "thalia.morar@eichmannsmith.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Qr9GXtTRJzi9Lw7aonLMoOzm8Lx4bydGiwHKUIm3jREbASeghA6ri"], ["updated_at", "2016-03-08 20:15:22.918050"], ["id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.4ms) Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kane@schoen.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kane@schoen.biz"], ["name", "Josh"], ["password_digest", "$2a$04$ZJbhjoL/K8AuX6ZyXmx2MuTcEbR0ZwjDgTbOP2raWrfAii/Zqekpi"], ["created_at", "2016-03-08 20:15:22.963604"], ["updated_at", "2016-03-08 20:15:22.963604"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:22.970481"], ["updated_at", "2016-03-08 20:15:22.970481"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:22 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 1.2ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"61", "slug"=>"my slug", "tag_ids"=>["2", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 2) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 2) LIMIT 1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 61]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 61], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:23.033999"], ["updated_at", "2016-03-08 20:15:23.033999"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 2], ["taggable_id", 55]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 60]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 61]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 55], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.6ms) Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vicente@colecrona.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vicente@colecrona.com"], ["name", "Elyse Morar"], ["password_digest", "$2a$04$DqCdRWLnLRy80oA3/NM3MeBtAd64Xufa7CZV5mA0F4t211J4FpvRS"], ["created_at", "2016-03-08 20:15:23.087947"], ["updated_at", "2016-03-08 20:15:23.087947"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"vicente@colecrona.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "vicente@colecrona.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.ruUJIZ6As/Q6xq7Xi78JOyeFfm87ZruXlzW5kvRn5.evqYh78zGO"], ["updated_at", "2016-03-08 20:15:23.119307"], ["id", 62]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.5ms) Completed 200 OK in 26ms (Views: 22.9ms | ActiveRecord: 1.5ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.6ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:23 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"62", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 62]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (4.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (7.2ms) Completed 200 OK in 32ms (Views: 21.8ms | ActiveRecord: 2.6ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (4.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.6ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$Qaj77lmFuJ4o5JPextu/weME76nrDOfyT4BiHUgL9ua7lQm2Miroq"], ["created_at", "2016-03-08 20:15:30.718847"], ["updated_at", "2016-03-08 20:15:30.718847"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$erhJEDW1ubpAEFri0eO0Ou.lHJkb0PMQ83mjkelilBcQd2ZCe4BWi"], ["created_at", "2016-03-08 20:15:30.745188"], ["updated_at", "2016-03-08 20:15:30.745188"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1e2yshsqcYfORH1oIPhRu.MGInhwdMAowSK.giROHkGpYgral/ZG6"], ["updated_at", "2016-03-08 20:15:30.751275"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('julien@cummings.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "julien@cummings.co"], ["name", "Kyle Toy V"], ["password_digest", "$2a$04$23bOhft7EkGHkWo7tcL0Uunq4bWZjE4B1r4JuM3W5JytrtQOIUmbi"], ["created_at", "2016-03-08 20:15:31.126119"], ["updated_at", "2016-03-08 20:15:31.126119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Minima reiciendis aut est et. Iure laboriosam pariatur expedita nam voluptas et aut. Rerum deleniti porro officia suscipit."], ["summary", "Assumenda molestiae possimus esse praesentium. Autem ipsum labore rerum earum."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-08 20:15:31.233844"], ["updated_at", "2016-03-08 20:15:31.233844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeica@hudson.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeica@hudson.co"], ["name", "Angelina Schmitt I"], ["password_digest", "$2a$04$Bugr397coOORyHSK/htccuCxjdL5LXuWp2yx7Z5QAmsV13DV1QnEK"], ["created_at", "2016-03-08 20:15:31.286263"], ["updated_at", "2016-03-08 20:15:31.286263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Enim sint omnis quas ullam quibusdam dolorum odit. Harum vel minus aspernatur. Autem qui quia ipsam inventore molestiae."], ["summary", "Numquam asperiores ut accusamus eos assumenda amet sunt. Aperiam iusto autem id. Sint temporibus aliquid debitis officiis mollitia."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-08 20:15:31.291834"], ["updated_at", "2016-03-08 20:15:31.291834"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jo@wilkinson.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jo@wilkinson.io"], ["name", "Mollie Boyle"], ["password_digest", "$2a$04$umIX72xJB.DxuEd14nKzUuVEb.Rj1EuOwufFR1MgCzSqbB.E3XR8."], ["created_at", "2016-03-08 20:15:31.300017"], ["updated_at", "2016-03-08 20:15:31.300017"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Numquam consequatur consequuntur voluptas deleniti. Consequuntur eum illum enim et laboriosam fuga. Qui ex tempore ut laborum aut."], ["summary", "Eos qui pariatur et aliquam ipsam."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-08 20:15:31.304454"], ["updated_at", "2016-03-08 20:15:31.304454"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ted_beahan@bahringer.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ted_beahan@bahringer.net"], ["name", "Crystal Reynolds"], ["password_digest", "$2a$04$NTdQ/Y8mU.Bfupct6kul6uNsoarEkFczNJkadz5gfq1YYK5DO5/xu"], ["created_at", "2016-03-08 20:15:31.312458"], ["updated_at", "2016-03-08 20:15:31.312458"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Neque cumque tempore natus qui eum. Minima omnis est neque autem vel est et."], ["summary", "Officia et excepturi fugiat nulla soluta."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-08 20:15:31.317265"], ["updated_at", "2016-03-08 20:15:31.317265"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zachery_rodriguez@ferry.net') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zachery_rodriguez@ferry.net"], ["name", "Cary Frami V"], ["password_digest", "$2a$04$LlCqz/U6zAfikTAmE9nkhep/6FLTVg/uE4NDRvHlqn.bK2SHXiuXi"], ["created_at", "2016-03-08 20:15:31.325423"], ["updated_at", "2016-03-08 20:15:31.325423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Illum quia quo ipsum est autem atque et. Nulla mollitia dolores. Commodi aliquam natus ad at aut odio facilis. Temporibus consequatur ut aut consectetur."], ["summary", "Cum similique optio qui."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-08 20:15:31.332221"], ["updated_at", "2016-03-08 20:15:31.332221"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('franz_nitzsche@wisozk.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "franz_nitzsche@wisozk.io"], ["name", "Kyleigh Predovic"], ["password_digest", "$2a$04$r1N8YDCzsjYL/5Y.tOBR4u7s7Q4IrWw.8Ew5umeRxbZZPGJkfFBsS"], ["created_at", "2016-03-08 20:15:31.338807"], ["updated_at", "2016-03-08 20:15:31.338807"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Et veritatis architecto. Ad quasi ut adipisci omnis eum deserunt. Dolor animi voluptates magnam necessitatibus aut voluptatem."], ["summary", "Sit totam ea error et voluptatem odio. Facilis dignissimos nisi dolorum inventore suscipit. Nostrum non ad."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-08 20:15:31.343689"], ["updated_at", "2016-03-08 20:15:31.343689"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('icie.ko@hodkiewicz.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "icie.ko@hodkiewicz.name"], ["name", "Parker Hodkiewicz"], ["password_digest", "$2a$04$7e7hRVt2N.pRVpTsezW3wevHZc/.Gp8BN1Xb5LlmuPdc6jjHHTe/."], ["created_at", "2016-03-08 20:15:31.350987"], ["updated_at", "2016-03-08 20:15:31.350987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Sunt ducimus modi sint suscipit eaque voluptates. Vero fuga doloribus quia quos voluptas recusandae autem."], ["summary", "Delectus quo eum animi eum est. Officia qui corrupti sed illo numquam quasi."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-08 20:15:31.355848"], ["updated_at", "2016-03-08 20:15:31.355848"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruth.kunze@runolfsdottir.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruth.kunze@runolfsdottir.name"], ["name", "Miss Belle Abbott"], ["password_digest", "$2a$04$7rFJZNwi90wo6iozba.Q5eZEsTqYxyPeLIEosnl37F2hKXT2wOshS"], ["created_at", "2016-03-08 20:15:31.362717"], ["updated_at", "2016-03-08 20:15:31.362717"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Error numquam est ut et. Eligendi aut quaerat praesentium. Repudiandae possimus voluptate rerum est."], ["summary", "Fuga ut a nihil amet. Aut cum incidunt ut doloribus officia molestiae."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-08 20:15:31.367405"], ["updated_at", "2016-03-08 20:15:31.367405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kyla@weinat.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kyla@weinat.org"], ["name", "Dr. Shanna Grant"], ["password_digest", "$2a$04$y9ojHwxO1kSTxUK4eec13uRenJeLrl7birJ5H1Hg3GrTEK4q2/Rxi"], ["created_at", "2016-03-08 20:15:31.376060"], ["updated_at", "2016-03-08 20:15:31.376060"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ut quos non eum quas non. Recusandae et quas ullam. Adipisci natus voluptatem id accusamus nobis corrupti eveniet."], ["summary", "Rem repellat ratione ut."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-08 20:15:31.381242"], ["updated_at", "2016-03-08 20:15:31.381242"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('audie@vonrueden.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "audie@vonrueden.co"], ["name", "Golda Anderson"], ["password_digest", "$2a$04$g48/n6kq5gH9Le.TNP7OU../1s9ZfQ3nBF.0ij4.1DwTkHmlSkAGO"], ["created_at", "2016-03-08 20:15:31.388716"], ["updated_at", "2016-03-08 20:15:31.388716"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Accusamus rerum magnam tenetur. Modi sunt iusto et possimus."], ["summary", "Voluptatem tempora sapiente sunt."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-08 20:15:31.393194"], ["updated_at", "2016-03-08 20:15:31.393194"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('edison.kirlin@fisher.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "edison.kirlin@fisher.net"], ["name", "Beaulah Wisoky V"], ["password_digest", "$2a$04$Fl1UpgiUUEkmE4bxL3tm3OPq3rNGQKsTp.aEamWwjDPgnIwUVa9vy"], ["created_at", "2016-03-08 20:15:31.400119"], ["updated_at", "2016-03-08 20:15:31.400119"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Debitis aliquam repudiandae tempora. Sit deleniti minus quia corporis ut."], ["summary", "Corrupti maiores rem. Sequi qui maiores."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-08 20:15:31.404785"], ["updated_at", "2016-03-08 20:15:31.404785"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sandra@glover.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sandra@glover.co"], ["name", "Rosalee Mueller"], ["password_digest", "$2a$04$zss4fUxROUugIS6E28GKguamtxA9gtMHt7QwrOp2uC4OCcjvyE5gC"], ["created_at", "2016-03-08 20:15:31.412038"], ["updated_at", "2016-03-08 20:15:31.412038"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Culpa quos debitis molestias porro consequatur. Libero dolorum modi quibusdam occaecati iure. Consequatur officia non."], ["summary", "Itaque voluptate omnis non dolores."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-08 20:15:31.417189"], ["updated_at", "2016-03-08 20:15:31.417189"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamryn_towne@kochkeeling.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamryn_towne@kochkeeling.org"], ["name", "Miss Francesca Goldner"], ["password_digest", "$2a$04$5xSa1Q5vbGCOo/5IHHbFBuqbHLxyMXAe7WHcI.QENj22XnELgslvC"], ["created_at", "2016-03-08 20:15:31.425868"], ["updated_at", "2016-03-08 20:15:31.425868"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Qui autem inventore nulla. Est ut quia temporibus et nobis. Praesentium amet nesciunt voluptatibus magni nihil dolor. Repudiandae velit beatae eum."], ["summary", "Consequuntur corrupti maxime. Dolor dolores earum minus."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-08 20:15:31.431312"], ["updated_at", "2016-03-08 20:15:31.431312"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jevon.jaskolski@kaulke.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jevon.jaskolski@kaulke.co"], ["name", "Miss Garth Olson"], ["password_digest", "$2a$04$umrOzphOiOsrbQCSM1wY1.D3Ywsfjgc1JF5IWu2p4nnXMGbaP7V3a"], ["created_at", "2016-03-08 20:15:31.439444"], ["updated_at", "2016-03-08 20:15:31.439444"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Sed veritatis iusto minima est at atque est. Libero consequatur ut molestiae dolor expedita. Quaerat in veritatis impedit ipsa modi."], ["summary", "Ducimus voluptatem assumenda."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-08 20:15:31.445136"], ["updated_at", "2016-03-08 20:15:31.445136"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reginald_okuneva@walteradams.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reginald_okuneva@walteradams.com"], ["name", "Mustafa Koepp"], ["password_digest", "$2a$04$e1j/GSYuXE.w39UliLkz0On0./W0P7UExxOJRy3NlS9seHulH0r9y"], ["created_at", "2016-03-08 20:15:31.453614"], ["updated_at", "2016-03-08 20:15:31.453614"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Veritatis consequatur provident. Ea dolorem nisi eos fuga quibusdam dolorum. Eos magni quia mollitia aperiam ut. Ut nihil reiciendis hic."], ["summary", "Velit eveniet delectus. Vitae nisi quasi aperiam perferendis quos maiores."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-08 20:15:31.458116"], ["updated_at", "2016-03-08 20:15:31.458116"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('april@hartmann.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "april@hartmann.co"], ["name", "Beulah Gulgowski"], ["password_digest", "$2a$04$eO4hq7SrDOEPgNPqZL2xdO/QLuvWYFZd79JAbjEp6qRUL71c7SbxS"], ["created_at", "2016-03-08 20:15:31.464823"], ["updated_at", "2016-03-08 20:15:31.464823"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Et eligendi aut. Ipsa possimus consequatur iure excepturi. Quia dignissimos ut qui quod laudantium."], ["summary", "Corporis soluta officia magnam. Voluptatem voluptate fuga possimus veritatis aliquam."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-08 20:15:31.469681"], ["updated_at", "2016-03-08 20:15:31.469681"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gaston@okeefe.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gaston@okeefe.net"], ["name", "Terrill Watsica DDS"], ["password_digest", "$2a$04$TR1aojI.ZE5S9nuzmUVKeOIuwS4hQRJu6j34yajn8Tj17PptPmrJq"], ["created_at", "2016-03-08 20:15:31.476832"], ["updated_at", "2016-03-08 20:15:31.476832"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Porro fugit ea velit ut quod omnis voluptas. Commodi eum sit molestiae unde amet mollitia. Quia voluptatibus voluptatem. Et velit in."], ["summary", "Voluptate eos fugit in molestias laborum. Error alias unde ratione aliquid nisi. Dignissimos eos et eveniet distinctio omnis ut."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-08 20:15:31.481840"], ["updated_at", "2016-03-08 20:15:31.481840"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('davion.hauck@abbottparisian.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "davion.hauck@abbottparisian.info"], ["name", "Charlotte Herzog Jr."], ["password_digest", "$2a$04$C/YIevOfHHKMTPi6l5eCaO2tvy2e3Q5g4/pU2fqW3.E5TsQ7kagDW"], ["created_at", "2016-03-08 20:15:31.489054"], ["updated_at", "2016-03-08 20:15:31.489054"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Eveniet sed debitis sit nemo vel. Aliquid neque exercitationem maxime dolores sit."], ["summary", "Ad omnis qui iste et ducimus voluptas."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-08 20:15:31.493925"], ["updated_at", "2016-03-08 20:15:31.493925"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keagan_boyle@boyleferry.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keagan_boyle@boyleferry.co"], ["name", "Tina Eichmann"], ["password_digest", "$2a$04$Lweo66d09YdcI6uLGQ8QverXqjSNBkThfUJdXWfHBPXAzJ6RXHAne"], ["created_at", "2016-03-08 20:15:31.500802"], ["updated_at", "2016-03-08 20:15:31.500802"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Corporis inventore et qui quis amet. Rem deserunt autem. Veritatis laudantium sit rerum id maiores quisquam et. Sit doloremque asperiores."], ["summary", "Soluta reiciendis distinctio est esse exercitationem. Sit est quasi similique ratione et."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-08 20:15:31.506215"], ["updated_at", "2016-03-08 20:15:31.506215"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vince.durgan@watsica.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vince.durgan@watsica.biz"], ["name", "Rosella Mosciski"], ["password_digest", "$2a$04$h4o4uH.xVBKEtkZmHkQ5HOHL5Lji/P7Xfj5cmvNfrP5L66YYJCS9e"], ["created_at", "2016-03-08 20:15:31.513513"], ["updated_at", "2016-03-08 20:15:31.513513"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Nobis soluta placeat saepe. Unde rerum dolorum rerum aliquid ipsam voluptatem. Voluptatum sunt voluptas voluptatem quia et et."], ["summary", "Autem nam placeat sed. Ducimus quibusdam quis autem labore quo ea sunt."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-08 20:15:31.517887"], ["updated_at", "2016-03-08 20:15:31.517887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('erin@kunzegerlach.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "erin@kunzegerlach.org"], ["name", "Joesph Tillman"], ["password_digest", "$2a$04$XVksMiMr1flexsU7I0DjHu2aP79pjQLg6vDjMbGotCOVQFpNdxRBi"], ["created_at", "2016-03-08 20:15:31.525002"], ["updated_at", "2016-03-08 20:15:31.525002"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Nihil est eius iste. Reprehenderit corrupti culpa et harum distinctio."], ["summary", "A omnis deserunt aperiam accusantium."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-08 20:15:31.530257"], ["updated_at", "2016-03-08 20:15:31.530257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('morris@lindlakin.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "morris@lindlakin.co"], ["name", "Juliet Johnston"], ["password_digest", "$2a$04$fC9pmS8KKLRboCdqESKTyuomnV8cIPyfuy7Y7mnaIGMZcO9.A.N9e"], ["created_at", "2016-03-08 20:15:31.537920"], ["updated_at", "2016-03-08 20:15:31.537920"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Praesentium quia omnis id aut. Provident ad nihil. Repudiandae qui officia rerum et nostrum sint."], ["summary", "Unde beatae animi odit rerum repellendus quam."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-08 20:15:31.542983"], ["updated_at", "2016-03-08 20:15:31.542983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('coleman_abernathy@binsklein.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "coleman_abernathy@binsklein.net"], ["name", "Berenice Connelly"], ["password_digest", "$2a$04$gBYlmNVFeALrCtRdGEwXweMJo14fZwjL137VcP1OCeMfGTf8z1uki"], ["created_at", "2016-03-08 20:15:31.549263"], ["updated_at", "2016-03-08 20:15:31.549263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Doloribus incidunt nihil illo. Et aut pariatur provident modi natus."], ["summary", "Excepturi molestiae dolor eaque. Ea molestias provident atque tempora et."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-08 20:15:31.554715"], ["updated_at", "2016-03-08 20:15:31.554715"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darrell@lynchdouglas.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darrell@lynchdouglas.io"], ["name", "Rory Paucek DVM"], ["password_digest", "$2a$04$ovOX41FFFDBcSQv8..OCAediWmZ.JVXaJ4F3vE0GGh.Xo2k3a6ryC"], ["created_at", "2016-03-08 20:15:31.561930"], ["updated_at", "2016-03-08 20:15:31.561930"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Aut quas eos omnis corporis. Sit asperiores dolorem fugit itaque minus corrupti. Omnis dolore tempore numquam dolores."], ["summary", "Ut ut impedit."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-08 20:15:31.566537"], ["updated_at", "2016-03-08 20:15:31.566537"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cecil@hackett.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cecil@hackett.info"], ["name", "Fritz Boyle"], ["password_digest", "$2a$04$jOhJzBQf2A6WvxzdzVQHDu3lpeD6b1blzcdNaO.c916aUdfu3QsUW"], ["created_at", "2016-03-08 20:15:31.574764"], ["updated_at", "2016-03-08 20:15:31.574764"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Tenetur reiciendis voluptas. Nihil perferendis est architecto facere alias rerum sit. Nihil sunt eaque."], ["summary", "Repellat modi inventore ut consectetur nobis est. Atque voluptates perferendis alias omnis repellendus minus quo. Molestias dicta quis hic sit necessitatibus ex."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-08 20:15:31.580063"], ["updated_at", "2016-03-08 20:15:31.580063"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keeley_cormier@wardmohr.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keeley_cormier@wardmohr.name"], ["name", "Euna Stracke"], ["password_digest", "$2a$04$adVmGfVgSoOZu2xbJDgLN.L.ii4FTqYY4AJCsj0MZWYybZcYUqFaK"], ["created_at", "2016-03-08 20:15:31.587997"], ["updated_at", "2016-03-08 20:15:31.587997"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Omnis qui et eos impedit architecto consectetur sapiente. Libero neque aut sapiente est non suscipit. Tempore dolorem non quidem quis. Labore inventore iste et ullam."], ["summary", "Minima molestiae voluptatem dolorem. Doloremque dolores est aperiam quas magnam blanditiis aliquid. Quia magni itaque nemo."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-08 20:15:31.592985"], ["updated_at", "2016-03-08 20:15:31.592985"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('connie@bayerkihn.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "connie@bayerkihn.co"], ["name", "Gayle Eichmann"], ["password_digest", "$2a$04$48vcWd3PmWatOhDa3jPyMenSYHIeT82rVSxRb9qkLN4tFd7TMu6sS"], ["created_at", "2016-03-08 20:15:31.599861"], ["updated_at", "2016-03-08 20:15:31.599861"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Eum nihil quo explicabo eius provident repellendus fugiat. Distinctio saepe sit ad ipsum ut sequi rem. Quis vel ut voluptatem. Illo ipsam porro ut quo natus ut."], ["summary", "Est ab dolor enim possimus. Deleniti inventore non dolor cum non saepe. Nobis vitae repudiandae quis qui sit voluptas esse."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-08 20:15:31.604701"], ["updated_at", "2016-03-08 20:15:31.604701"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deanna_huels@dach.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deanna_huels@dach.name"], ["name", "Creola Grady"], ["password_digest", "$2a$04$4P9r2r/RxhA3dAHLi9lK/.H4GjJcJ13JCBJEbiPZdEhJTIUbfBH2."], ["created_at", "2016-03-08 20:15:31.644999"], ["updated_at", "2016-03-08 20:15:31.644999"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-08 20:15:31.675231"], ["updated_at", "2016-03-08 20:15:31.675231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('franco@schinnerflatley.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "franco@schinnerflatley.org"], ["name", "Rachel Ruecker"], ["password_digest", "$2a$04$y5dSQOwAQtXn6pBFHahLlOggrbkYVUBeO3qOAzhqs/MJJ1feLjXyS"], ["created_at", "2016-03-08 20:15:31.699231"], ["updated_at", "2016-03-08 20:15:31.699231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Dicta assumenda earum. Veritatis velit nobis neque voluptas eum. Qui aut consectetur soluta et in consequuntur sit. Eum quam et facere in ad dicta.", "summary"=>"Voluptate et eum aut quo velit necessitatibus. Aliquid est iusto. Praesentium assumenda ab in consequatur nemo."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-08 20:15:31.742218"], ["updated_at", "2016-03-08 20:15:31.742218"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Voluptatem quos quod aut laudantium inventore et. Quam qui itaque dolorem totam.", "summary"=>"Debitis id optio nostrum perspiciatis. Magnam ut assumenda eveniet deleniti quia facere."}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gilda.johns@zulauf.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gilda.johns@zulauf.io"], ["name", "Josefa Koch"], ["password_digest", "$2a$04$hK4550/tsnU1sy5Q2RrJZuE1WZCplWmPWnB9q8FTkkScYk58Dyiey"], ["created_at", "2016-03-08 20:15:31.770484"], ["updated_at", "2016-03-08 20:15:31.770484"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Eligendi debitis et nisi laboriosam inventore sunt. Voluptatum deleniti deserunt minima.", "author_id"=>"32"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Eligendi debitis et nisi laboriosam inventore sunt. Voluptatum deleniti deserunt minima."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-08 20:15:31.789802"], ["updated_at", "2016-03-08 20:15:31.789802"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.0ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Modi ipsam doloribus debitis dicta."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rebekah_bechtelar@borer.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rebekah_bechtelar@borer.name"], ["name", "Ada Gutmann"], ["password_digest", "$2a$04$SHStiirxKcWl9k.Lp8vW2e1xNxFgGKVJgwgaHoiDFR9yvDUXQoE7m"], ["created_at", "2016-03-08 20:15:31.833412"], ["updated_at", "2016-03-08 20:15:31.833412"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Et dolores aut harum omnis sit est. Quaerat voluptatum aspernatur illo. Consequatur ipsum accusantium inventore explicabo ea."], ["summary", "Ut maiores pariatur. Repudiandae expedita occaecati est explicabo dolores qui. Nobis itaque rerum magnam rerum impedit illum."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-08 20:15:31.838937"], ["updated_at", "2016-03-08 20:15:31.838937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eugenia_rippin@hammeswolff.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eugenia_rippin@hammeswolff.net"], ["name", "Maxine Prosacco DVM"], ["password_digest", "$2a$04$PfFAx88NEcMUU33Xfep2juBqQrCoH1D8vcWFVOnqBInjhZmh1m5iW"], ["created_at", "2016-03-08 20:15:31.866375"], ["updated_at", "2016-03-08 20:15:31.866375"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Tempora alias tempore quo quis fugiat ea quos. Quasi amet necessitatibus enim et nihil rerum. Voluptatem tempora pariatur. Pariatur vel error similique temporibus sit."], ["summary", "Dignissimos consequuntur accusantium doloribus ducimus quo omnis. Ut et nam. Ad ut inventore fugiat distinctio minima rerum aut."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-08 20:15:31.871966"], ["updated_at", "2016-03-08 20:15:31.871966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-08 20:15:31.895980"], ["updated_at", "2016-03-08 20:15:31.895980"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christ.armstrong@sipes.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christ.armstrong@sipes.org"], ["name", "Imani Farrell"], ["password_digest", "$2a$04$B7VHyqfODZAsRSzG6UPCB.eBNmXbkhtSsvnib9I/vRi.Q4ie4rM9m"], ["created_at", "2016-03-08 20:15:31.905765"], ["updated_at", "2016-03-08 20:15:31.905765"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (1.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Assumenda alias odit nihil. Non molestias libero provident sed veniam fuga eveniet. Quasi cumque dicta."], ["summary", "Incidunt praesentium odio nesciunt. Quis reiciendis assumenda sed aperiam dolore consequuntur omnis. Provident vero enim sit hic sed."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-08 20:15:31.912722"], ["updated_at", "2016-03-08 20:15:31.912722"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.6ms) Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('allen@ernser.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "allen@ernser.info"], ["name", "Dr. Andreanne Kessler"], ["password_digest", "$2a$04$0QfqMeXzhAjYZInSnCcvKeY.lEV5fG1S5wxdNfe9FND021g2lkATS"], ["created_at", "2016-03-08 20:15:31.948079"], ["updated_at", "2016-03-08 20:15:31.948079"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Eos unde nulla tenetur totam recusandae. Blanditiis enim qui quibusdam non iusto mollitia et. Consequatur nihil tenetur. Nihil voluptatem iusto accusamus quos."], ["summary", "Magnam iusto maiores dolores velit."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-08 20:15:31.953917"], ["updated_at", "2016-03-08 20:15:31.953917"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:15:31.972855"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 3.8ms)  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('berta@jacobson.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "berta@jacobson.net"], ["name", "Rylee Witting"], ["password_digest", "$2a$04$c76/vgvDBJf8XPxv7fd5RutHosr.fhhpHJPnw3Hi4D26JX7zQNijG"], ["created_at", "2016-03-08 20:15:31.996508"], ["updated_at", "2016-03-08 20:15:31.996508"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Ex ducimus unde dolor. Minima saepe cumque iusto sit delectus nulla omnis."], ["summary", "Id nemo accusantium. Distinctio quisquam libero voluptatum repellat quia sed."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-08 20:15:32.003091"], ["updated_at", "2016-03-08 20:15:32.003091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:15:32.020322"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.5ms) ROLLBACK  (0.9ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('haie@zulauf.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "haie@zulauf.com"], ["name", "Lois Bashirian"], ["password_digest", "$2a$04$3fVUsoIuPzBJ6v012Y8M/OD758mNfm/3bWldCO9N6zdrqkVWK/up6"], ["created_at", "2016-03-08 20:15:32.045654"], ["updated_at", "2016-03-08 20:15:32.045654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maverick.damore@hansenryan.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maverick.damore@hansenryan.io"], ["name", "Raegan Bogan"], ["password_digest", "$2a$04$hDfZLPn7fY0PfT.YAYJwcOGgg8A5497jLGa13G9MZQuwR0aueu5O."], ["created_at", "2016-03-08 20:15:32.054736"], ["updated_at", "2016-03-08 20:15:32.054736"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Labore ipsam et molestias illo debitis neque voluptas. Ea quasi quia facilis similique. Ut perferendis sint praesentium eos. Est eaque dolore."], ["summary", "Sit possimus nostrum nihil."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-08 20:15:32.059091"], ["updated_at", "2016-03-08 20:15:32.059091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-08 20:15:32.076368"], ["id", 34]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 19ms (ActiveRecord: 3.2ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-08 20:15:32.102466"], ["updated_at", "2016-03-08 20:15:32.102466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gabriella@millergreenfelder.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gabriella@millergreenfelder.co"], ["name", "Clara Hegmann"], ["password_digest", "$2a$04$aNI95Cmf.2I9s5fL5fhHNeNOjNEe3R6Db5E8d..kyrBVN9H7JO3Tm"], ["created_at", "2016-03-08 20:15:32.110519"], ["updated_at", "2016-03-08 20:15:32.110519"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Qui eos molestiae rerum dignissimos. Sed error totam voluptatem quia. Cumque optio rem. Et iste quaerat expedita."], ["summary", "Laboriosam molestias aut autem aut esse eaque sint. Sunt quae aliquid et nemo et possimus quia."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-08 20:15:32.116797"], ["updated_at", "2016-03-08 20:15:32.116797"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.5ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-08 20:15:32.133638"], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.1ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.7ms) BEGIN  (0.6ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Carter Trantow"], ["password_digest", "$2a$04$LatE0iyYD/L1TaCvRvz24.q3aoeHTd9UTumtX8FEESMlDRUqJ6XsC"], ["created_at", "2016-03-08 20:15:32.174315"], ["updated_at", "2016-03-08 20:15:32.174315"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$G/MfC9vOlwoH8akPWfSjHuNAXB/MPYL.pxyzhjaxf5HUOoK0il9vG"], ["updated_at", "2016-03-08 20:15:32.189423"], ["id", 41]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.8ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-08 20:15:32.251613"], ["updated_at", "2016-03-08 20:15:32.251613"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-08 20:15:32.291871"], ["updated_at", "2016-03-08 20:15:32.291871"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-08 20:15:32.299048"], ["updated_at", "2016-03-08 20:15:32.299048"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-08 20:15:32.306027"], ["updated_at", "2016-03-08 20:15:32.306027"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-08 20:15:32.311794"], ["updated_at", "2016-03-08 20:15:32.311794"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-08 20:15:32.319209"], ["updated_at", "2016-03-08 20:15:32.319209"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-08 20:15:32.325784"], ["updated_at", "2016-03-08 20:15:32.325784"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-08 20:15:32.335013"], ["updated_at", "2016-03-08 20:15:32.335013"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-08 20:15:32.339925"], ["updated_at", "2016-03-08 20:15:32.339925"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-08 20:15:32.344631"], ["updated_at", "2016-03-08 20:15:32.344631"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-08 20:15:32.349777"], ["updated_at", "2016-03-08 20:15:32.349777"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-08 20:15:32.355658"], ["updated_at", "2016-03-08 20:15:32.355658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-08 20:15:32.361727"], ["updated_at", "2016-03-08 20:15:32.361727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-08 20:15:32.367033"], ["updated_at", "2016-03-08 20:15:32.367033"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-08 20:15:32.373312"], ["updated_at", "2016-03-08 20:15:32.373312"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-08 20:15:32.378525"], ["updated_at", "2016-03-08 20:15:32.378525"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-08 20:15:32.383328"], ["updated_at", "2016-03-08 20:15:32.383328"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-08 20:15:32.388229"], ["updated_at", "2016-03-08 20:15:32.388229"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-08 20:15:32.393050"], ["updated_at", "2016-03-08 20:15:32.393050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-08 20:15:32.398455"], ["updated_at", "2016-03-08 20:15:32.398455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-08 20:15:32.404788"], ["updated_at", "2016-03-08 20:15:32.404788"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-08 20:15:32.411001"], ["updated_at", "2016-03-08 20:15:32.411001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-08 20:15:32.416730"], ["updated_at", "2016-03-08 20:15:32.416730"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-08 20:15:32.421980"], ["updated_at", "2016-03-08 20:15:32.421980"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-08 20:15:32.427399"], ["updated_at", "2016-03-08 20:15:32.427399"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-08 20:15:32.432642"], ["updated_at", "2016-03-08 20:15:32.432642"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-08 20:15:32.438173"], ["updated_at", "2016-03-08 20:15:32.438173"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brock@bartonmurphy.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brock@bartonmurphy.org"], ["name", "Mrs. Quinn Balistreri"], ["password_digest", "$2a$04$pO3Q8gg3PRUrZOyp.ncIyex54Rh5BzkAEHdv12UebeTFAVBXrW2W."], ["created_at", "2016-03-08 20:15:32.479697"], ["updated_at", "2016-03-08 20:15:32.479697"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-08 20:15:32.492730"], ["updated_at", "2016-03-08 20:15:32.492730"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-08 20:15:32.536702"], ["updated_at", "2016-03-08 20:15:32.536702"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-08 20:15:32.560610"], ["updated_at", "2016-03-08 20:15:32.560610"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.4ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 20:15:32.575935"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:15:32.593709"], ["updated_at", "2016-03-08 20:15:32.593709"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-08 20:15:32.608499"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:15:32.627818"], ["updated_at", "2016-03-08 20:15:32.627818"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-08 20:15:32.654973"], ["updated_at", "2016-03-08 20:15:32.654973"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.1ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeanne@cronachamplin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeanne@cronachamplin.name"], ["name", "Keven Homenick DVM"], ["password_digest", "$2a$04$2EuiTIGn5TJQzjTcLDv4Mu2TYB739YHOCtFFBYDim5R874eYm1T/a"], ["created_at", "2016-03-08 20:15:32.686811"], ["updated_at", "2016-03-08 20:15:32.686811"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Nisi recusandae omnis molestiae fugiat excepturi voluptatem. Tenetur deleniti autem quod est quidem. Quia ea et cumque possimus nihil. Officiis soluta reiciendis id consequuntur."], ["summary", "Maiores rerum quibusdam corrupti veritatis repellat. Necessitatibus id consequuntur."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.691691"], ["updated_at", "2016-03-08 20:15:32.691691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamron@spinkadeckow.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamron@spinkadeckow.co"], ["name", "Dr. Carlee Harvey"], ["password_digest", "$2a$04$i6nm5iuI18mHIWPfjwJ5d.NnRda6QsJ6gtHicS1Qmhl2AcrlaL59q"], ["created_at", "2016-03-08 20:15:32.700034"], ["updated_at", "2016-03-08 20:15:32.700034"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Sed nostrum dolor sit. Quo voluptatem ut et porro et."], ["summary", "Aut consequatur omnis quo minima magnam at. Dolorem ad sit neque repellat rerum animi nihil."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.705137"], ["updated_at", "2016-03-08 20:15:32.705137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('myah_spinka@roberts.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "myah_spinka@roberts.org"], ["name", "Clovis McCullough"], ["password_digest", "$2a$04$v5bQ8YJM0eu8/KbI2IGm2OssZXYdLK7niE6hTyWo5mdyTFTkjLYG2"], ["created_at", "2016-03-08 20:15:32.712611"], ["updated_at", "2016-03-08 20:15:32.712611"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Tempora inventore blanditiis dignissimos est reiciendis. Fugit ut vero quo ut et. Alias quasi labore magnam voluptas nemo ratione. Velit dolor quod."], ["summary", "Quis non fugiat et quia aperiam ducimus."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-08 20:15:32.717295"], ["updated_at", "2016-03-08 20:15:32.717295"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:32.733288"], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alexander.grant@bartell.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alexander.grant@bartell.biz"], ["name", "Charlene Denesik IV"], ["password_digest", "$2a$04$emYtscfFn.54npJvrsO85.dd37KibLUnO0DkaFG4GVLYmaFkSz5TW"], ["created_at", "2016-03-08 20:15:32.769485"], ["updated_at", "2016-03-08 20:15:32.769485"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Minima eaque iure sint et rerum dolore qui. Nihil ab explicabo. Consectetur reprehenderit quo ut."], ["summary", "Ipsam consequatur ratione sunt magni deserunt. Atque dicta cum nam aut exercitationem mollitia omnis."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.774665"], ["updated_at", "2016-03-08 20:15:32.774665"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leta@rowe.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leta@rowe.name"], ["name", "Kelli Fisher"], ["password_digest", "$2a$04$4pdOKT45876cpBWetciYUuaFUDE6GH9htGPy7qxP4PYFGhgIfZPn6"], ["created_at", "2016-03-08 20:15:32.782048"], ["updated_at", "2016-03-08 20:15:32.782048"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Quis reprehenderit labore ex odit. Aut eius amet quae."], ["summary", "Rerum deleniti cupiditate. Expedita in et recusandae maxime. Dolor pariatur ducimus sapiente molestiae animi esse incidunt."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.787083"], ["updated_at", "2016-03-08 20:15:32.787083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('valentina@carter.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "valentina@carter.name"], ["name", "Hulda Reichert"], ["password_digest", "$2a$04$FGmrqJb0JF5iiRPHGHFTLukA8gEHIO3a3NoEaOhs12vwslBXmQP8S"], ["created_at", "2016-03-08 20:15:32.795217"], ["updated_at", "2016-03-08 20:15:32.795217"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Quia expedita autem delectus. Rem sequi accusamus earum."], ["summary", "Laudantium dolore quia. Debitis tenetur sint itaque distinctio. Asperiores et ipsa ducimus."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.800549"], ["updated_at", "2016-03-08 20:15:32.800549"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laila@hirthekris.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laila@hirthekris.com"], ["name", "Unique White IV"], ["password_digest", "$2a$04$DIj7ZUxrKCtAJL5ZFOlm9.hmq0qRt.B1gNyyzI7paWA2bjw4dRSIO"], ["created_at", "2016-03-08 20:15:32.808107"], ["updated_at", "2016-03-08 20:15:32.808107"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Et quia nam omnis. Dignissimos laudantium voluptatem officiis dolor quasi occaecati aut. Quos quaerat sunt earum."], ["summary", "Repellat sunt deleniti. Quia laudantium nobis accusamus."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.813757"], ["updated_at", "2016-03-08 20:15:32.813757"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keagan@grimeslakin.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keagan@grimeslakin.co"], ["name", "Dr. Macie Wolf"], ["password_digest", "$2a$04$YQlkEJzT5jzXmVpigrw5OedbHeVd6.sy/nXhzbL432OEtFuqabTLm"], ["created_at", "2016-03-08 20:15:32.823590"], ["updated_at", "2016-03-08 20:15:32.823590"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Molestias corporis alias nobis enim. Earum ea veritatis vero nemo dolorum autem labore."], ["summary", "Qui reiciendis id eligendi illum saepe. Aut voluptatibus repudiandae unde voluptatem amet ut delectus."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.829109"], ["updated_at", "2016-03-08 20:15:32.829109"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amya@murphymiller.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amya@murphymiller.info"], ["name", "Adan Pagac"], ["password_digest", "$2a$04$0/LdK4aPBJDGzSDt20b5ZuRtWLCRxbUmIAmM5LKGNUrX14xWrldQq"], ["created_at", "2016-03-08 20:15:32.836245"], ["updated_at", "2016-03-08 20:15:32.836245"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Omnis quae commodi quo doloribus. Quia incidunt qui nesciunt explicabo dolor voluptates. Nisi beatae delectus molestiae dolore officiis reiciendis error. Quam quos sapiente."], ["summary", "Amet autem ratione ex nihil qui voluptas quis."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.840973"], ["updated_at", "2016-03-08 20:15:32.840973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('einar@kirlin.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "einar@kirlin.info"], ["name", "Tyree Lubowitz"], ["password_digest", "$2a$04$NWJkF25AEsUjw8VS/UV4KOo7PGX6QU1osq3niuILLxuVvuhi0qEZ6"], ["created_at", "2016-03-08 20:15:32.848593"], ["updated_at", "2016-03-08 20:15:32.848593"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Ipsa hic eum quam ut. Id reiciendis ut ducimus. Laudantium enim quasi sed occaecati architecto excepturi doloremque."], ["summary", "Consequatur aut voluptatem eaque minima. Explicabo rerum ut. Voluptatem qui doloribus voluptatibus ullam quam deserunt."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.853944"], ["updated_at", "2016-03-08 20:15:32.853944"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darius_connelly@baumbach.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darius_connelly@baumbach.info"], ["name", "Landen Smith"], ["password_digest", "$2a$04$HGpzGt0hLpdwoAkkhXzlgejho7dX7.rDkGEdjAmv59FO8y.XfP1lS"], ["created_at", "2016-03-08 20:15:32.861096"], ["updated_at", "2016-03-08 20:15:32.861096"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Est rerum voluptatem suscipit dicta autem debitis. Et iusto in libero iure ut. Ipsa doloribus et voluptas enim cumque cum."], ["summary", "Qui inventore sed cupiditate non rerum ut. Rem beatae saepe aut aut officia consequatur. Distinctio dolor ut eaque ut inventore assumenda fugiat."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.866333"], ["updated_at", "2016-03-08 20:15:32.866333"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aylin@crist.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aylin@crist.name"], ["name", "Francesca Mitchell"], ["password_digest", "$2a$04$aOA6CUobBV./er5re/XQV.9tSiH2nYJnuhPWXOL3416wxXoa.fgL6"], ["created_at", "2016-03-08 20:15:32.873644"], ["updated_at", "2016-03-08 20:15:32.873644"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Atque cupiditate voluptatem. Culpa voluptatem accusamus earum qui neque ipsa fuga. Commodi ut voluptate quia repudiandae."], ["summary", "Minus odit velit necessitatibus iusto laboriosam sapiente. Facilis sint saepe blanditiis quos. Debitis itaque fuga quis."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.879135"], ["updated_at", "2016-03-08 20:15:32.879135"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michele@luettgen.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michele@luettgen.com"], ["name", "Clare Stanton"], ["password_digest", "$2a$04$DNIvnpuwGY/vDr92g9.1dO9nsfzz3T9fwgGyW5jQqp4ElET9xMAWi"], ["created_at", "2016-03-08 20:15:32.886393"], ["updated_at", "2016-03-08 20:15:32.886393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Qui sed perferendis aut voluptate. Deleniti necessitatibus numquam tempora cumque amet omnis ex."], ["summary", "Non ut adipisci."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.890996"], ["updated_at", "2016-03-08 20:15:32.890996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('natalia@jacobi.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "natalia@jacobi.io"], ["name", "Ms. Brooke Rowe"], ["password_digest", "$2a$04$DnrBbwIIR7Npo7w8HLDHr.fqtbZNtTeczDjWZ73lh60Iz1IbGv/Vu"], ["created_at", "2016-03-08 20:15:32.898888"], ["updated_at", "2016-03-08 20:15:32.898888"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Corrupti eum vel architecto sit. Molestias accusantium non qui recusandae. Tempore odio praesentium excepturi nam voluptas rem. Corrupti cupiditate dolorem saepe hic at nihil."], ["summary", "Tempora dicta deleniti. Unde ab voluptates dolor et atque. Non sit similique consequuntur sed aliquid."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.904613"], ["updated_at", "2016-03-08 20:15:32.904613"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ludwig@anderson.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ludwig@anderson.com"], ["name", "Miss Kelsie Lang"], ["password_digest", "$2a$04$tYFEAQW8E0NHC73ElDhGZuZosCErTSUG7DRTZ560f1GV93k7uiLK2"], ["created_at", "2016-03-08 20:15:32.926327"], ["updated_at", "2016-03-08 20:15:32.926327"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Sequi aut odio. Et quibusdam et quidem. Ea dicta qui explicabo sed."], ["summary", "Dolore iusto dolores minus similique temporibus dolor."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:32.931552"], ["updated_at", "2016-03-08 20:15:32.931552"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('albin.botsford@dachwaelchi.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "albin.botsford@dachwaelchi.co"], ["name", "Tracy Stamm Jr."], ["password_digest", "$2a$04$Tye4g/7n9.GzjxOuNaEOtOSUJoLv9VdSpuC8oFmrk8lEEcxDtBNgq"], ["created_at", "2016-03-08 20:15:32.956304"], ["updated_at", "2016-03-08 20:15:32.956304"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Quia nobis ut ut mollitia optio sequi praesentium. Iure rerum expedita minima magnam quos."], ["summary", "Omnis reiciendis velit velit doloremque. Sint vel molestias dolorem architecto. Libero ea minus."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-08 20:15:32.961557"], ["updated_at", "2016-03-08 20:15:32.961557"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-08 20:15:32.982825"], ["updated_at", "2016-03-08 20:15:32.982825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 26ms (Views: 11.8ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-08 20:15:33.025580"], ["updated_at", "2016-03-08 20:15:33.025580"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosamond@kshlerinwunsch.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosamond@kshlerinwunsch.biz"], ["name", "Dusty Zulauf"], ["password_digest", "$2a$04$F/AojhgHjzbjQEojkcrzYuiUg1pmBlPcxvRrSp4TMXkgc3t5TSCtC"], ["created_at", "2016-03-08 20:15:33.034376"], ["updated_at", "2016-03-08 20:15:33.034376"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Odit blanditiis sint corrupti natus id quasi. Consequatur qui nemo quia nihil ut et. Necessitatibus et consequatur occaecati ducimus non rerum expedita. Doloribus nam saepe impedit temporibus occaecati provident."], ["summary", "Et impedit voluptatem enim ut dicta nihil."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.054012"], ["updated_at", "2016-03-08 20:15:33.054012"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('juanita@simonishaag.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "juanita@simonishaag.biz"], ["name", "Dallas Hermann"], ["password_digest", "$2a$04$9g6WqF9720ehPAc1CKhzyONhES37TJJn/UegISICk9nED8.McQSAW"], ["created_at", "2016-03-08 20:15:33.066812"], ["updated_at", "2016-03-08 20:15:33.066812"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Occaecati iste vero aut quos. Et consequuntur distinctio vel ex accusantium."], ["summary", "Porro accusantium saepe at."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.076998"], ["updated_at", "2016-03-08 20:15:33.076998"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clinton.little@denesik.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clinton.little@denesik.io"], ["name", "Reuben Ritchie"], ["password_digest", "$2a$04$TR3hwRNRNKRc8VYYoeN86uQeImzdL5nvZb/XZ/jui3Zwn0/nCTmsa"], ["created_at", "2016-03-08 20:15:33.087761"], ["updated_at", "2016-03-08 20:15:33.087761"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Perspiciatis fugiat quibusdam cumque rerum explicabo ut. Modi vero error ipsa. Placeat eos animi laboriosam neque. Perspiciatis harum eum."], ["summary", "Qui officia autem quas. Earum aliquid asperiores non consequuntur quod non maxime. Explicabo commodi laborum porro sit cumque."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-08 20:15:33.097933"], ["updated_at", "2016-03-08 20:15:33.097933"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ro@franeckiconnelly.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ro@franeckiconnelly.biz"], ["name", "Ms. Elwyn Sauer"], ["password_digest", "$2a$04$28LxYQriDAdBgmxhlwRqO.uoAm8PXvISOkHAmf2KfjwR4mp//IAnC"], ["created_at", "2016-03-08 20:15:33.106970"], ["updated_at", "2016-03-08 20:15:33.106970"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Cupiditate recusandae architecto vero et aliquam. Esse dolor eveniet eaque rerum fuga. Itaque blanditiis commodi."], ["summary", "Ad quos suscipit autem perferendis voluptatum impedit ea. Dolore ab officiis et omnis."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.112097"], ["updated_at", "2016-03-08 20:15:33.112097"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-06 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:33.116579"], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.8ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-08 20:15:33.141728"], ["updated_at", "2016-03-08 20:15:33.141728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerrold@jenkins.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerrold@jenkins.info"], ["name", "Bradley Herzog MD"], ["password_digest", "$2a$04$MHgPKvLuSUHBm1qt1HuGJejMf39TBYaLYFMdvnZpkrdEXv5Ib76oi"], ["created_at", "2016-03-08 20:15:33.148841"], ["updated_at", "2016-03-08 20:15:33.148841"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Quia sed quam placeat saepe. Dignissimos saepe eum. Explicabo cum ab sequi aut quidem non animi. Omnis dolorem enim nesciunt."], ["summary", "Doloremque perspiciatis est pariatur voluptatum."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.158839"], ["updated_at", "2016-03-08 20:15:33.158839"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaden@marksadams.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaden@marksadams.co"], ["name", "Mikel Lang"], ["password_digest", "$2a$04$lUf6.SpsJ4EibGL3ZVJ4UuAwJZkcj2mIvqH83U0gWVwwxaqQMZss2"], ["created_at", "2016-03-08 20:15:33.168143"], ["updated_at", "2016-03-08 20:15:33.168143"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Sunt ut asperiores nam. Eligendi quia rerum. Vitae nostrum dolor quisquam dolores eveniet iure temporibus. Quas at sunt quia placeat."], ["summary", "Doloribus dolorem eum. Et ipsa sint aut amet a eveniet et. Nobis est velit sunt atque."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.177636"], ["updated_at", "2016-03-08 20:15:33.177636"]] SQL (1.2ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elian@rath.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elian@rath.net"], ["name", "Luz Hamill"], ["password_digest", "$2a$04$6DUMLGcjFjbbKSV9jqEzu.zph7h8WEK7qebd1M4ATl8hqmwKpbMeO"], ["created_at", "2016-03-08 20:15:33.189977"], ["updated_at", "2016-03-08 20:15:33.189977"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Quisquam nesciunt molestiae. Provident nam sint earum ipsam eos. Quis voluptatibus eos labore recusandae qui a ut. Aliquid eius commodi fugiat."], ["summary", "Exercitationem molestiae sequi illo neque et eius."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.199307"], ["updated_at", "2016-03-08 20:15:33.199307"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amely.kshlerin@vandervortgrimes.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amely.kshlerin@vandervortgrimes.com"], ["name", "Johann Medhurst"], ["password_digest", "$2a$04$1ULBaBMPDEg31XWb7geESeq88DTVHCMWWIc/k6HpESnO/xcKfpZo6"], ["created_at", "2016-03-08 20:15:33.208148"], ["updated_at", "2016-03-08 20:15:33.208148"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Consequuntur asperiores id ut quo. Voluptatum ea iure qui reiciendis eum in hic. Laborum quo suscipit. Rerum et consequatur sit id numquam est."], ["summary", "Ducimus rerum earum labore voluptatem quisquam. Cumque ea nemo magnam."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.218637"], ["updated_at", "2016-03-08 20:15:33.218637"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pansy.stoltenberg@oberbrunner.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pansy.stoltenberg@oberbrunner.co"], ["name", "Hosea Maggio"], ["password_digest", "$2a$04$pFgu32UQhLxQrM2lq.HPQuEPrMdAkIbLRM7AShal1WVWHuQTLMcKu"], ["created_at", "2016-03-08 20:15:33.227952"], ["updated_at", "2016-03-08 20:15:33.227952"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Placeat modi aut. Ducimus non velit magnam. Corrupti id sunt iusto rerum velit tempore cupiditate. Fuga iure accusantium aut magni est nihil."], ["summary", "Molestiae fugiat omnis eveniet consequuntur rerum sed. Quis asperiores ipsum doloremque rerum sint enim deserunt. Aut accusantium quam et illo alias sit rerum."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.236611"], ["updated_at", "2016-03-08 20:15:33.236611"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('donato_schroeder@johnstonabernathy.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "donato_schroeder@johnstonabernathy.name"], ["name", "Theodore Mayer"], ["password_digest", "$2a$04$9Xeqw3FDQLsKJLNhzhOMUeYoGUbksfjXcwrtNtxeeFIyMWeZwccau"], ["created_at", "2016-03-08 20:15:33.245085"], ["updated_at", "2016-03-08 20:15:33.245085"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Explicabo quis magnam. Corrupti cumque velit maiores."], ["summary", "Saepe magnam eligendi provident corrupti. Et aut omnis in rem explicabo."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.254147"], ["updated_at", "2016-03-08 20:15:33.254147"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jamarcus.johnston@casper.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jamarcus.johnston@casper.name"], ["name", "Giovanna Beatty"], ["password_digest", "$2a$04$nBwS3OiwYq43dEdrw1ownuzVTsjnEZnzPsM/tfO2LhC1J51xv.aey"], ["created_at", "2016-03-08 20:15:33.264161"], ["updated_at", "2016-03-08 20:15:33.264161"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Debitis est possimus ut cum enim. Accusantium fugiat aut. Cum tempore ut praesentium laborum quia."], ["summary", "Sit ipsam dolore nam architecto laborum minima nihil. Voluptas dolores sint. Sint non molestiae quasi."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.273386"], ["updated_at", "2016-03-08 20:15:33.273386"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bernhard_gorczany@howellwiegand.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bernhard_gorczany@howellwiegand.name"], ["name", "Dr. Leann Olson"], ["password_digest", "$2a$04$nB0Xn1B2UBgfdcM8H10fnemlgwFWCaKshtq6H5OvHhPKjqdkw8kUa"], ["created_at", "2016-03-08 20:15:33.282287"], ["updated_at", "2016-03-08 20:15:33.282287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Distinctio tempora quam aut corporis placeat rerum qui. Porro deserunt maiores quia aut omnis eligendi sunt."], ["summary", "Ut qui molestias optio beatae veniam magni. Id consequuntur ullam tempore non aliquam explicabo unde."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.291621"], ["updated_at", "2016-03-08 20:15:33.291621"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kobe@bradtkehartmann.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kobe@bradtkehartmann.org"], ["name", "Irma Von"], ["password_digest", "$2a$04$RPMI1hobcadIACdqAyoOJuFnlJXjkzBpUwSAtSzTr9OxEl/DbOr9e"], ["created_at", "2016-03-08 20:15:33.300253"], ["updated_at", "2016-03-08 20:15:33.300253"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Eum aut ipsum aut nihil. Accusamus a placeat facere eaque et."], ["summary", "Excepturi iusto dolore."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.309522"], ["updated_at", "2016-03-08 20:15:33.309522"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('presley@orn.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "presley@orn.biz"], ["name", "William Gibson"], ["password_digest", "$2a$04$vqdXYkt8kGDnPL2ucqFVjOvl.3MKwK27ypr/0j.4jnDWs5/1UqDle"], ["created_at", "2016-03-08 20:15:33.318260"], ["updated_at", "2016-03-08 20:15:33.318260"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Facilis eaque officiis animi vero velit aut. Rerum error sit consequatur ea."], ["summary", "Quis sunt voluptatum perspiciatis debitis voluptas ut nemo. Aut ut dolores."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.327240"], ["updated_at", "2016-03-08 20:15:33.327240"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verona_connelly@graham.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verona_connelly@graham.net"], ["name", "Lauriane Dibbert"], ["password_digest", "$2a$04$EiJa7WDxT2DybcQFYVMrY.gYOJpgxHAuZ1gTvXLo/HBjMlk8NGly6"], ["created_at", "2016-03-08 20:15:33.336050"], ["updated_at", "2016-03-08 20:15:33.336050"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Impedit tempora enim. Sapiente corrupti reiciendis atque ut saepe incidunt quia. Aut et at amet quo reiciendis. Rem dignissimos aliquam sunt veniam excepturi nobis."], ["summary", "Saepe blanditiis illo rerum et delectus ex. Amet esse nihil quia quia aliquam ut aut. Possimus labore necessitatibus."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:33.344729"], ["updated_at", "2016-03-08 20:15:33.344729"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.9ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('libby@kuhlman.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "libby@kuhlman.org"], ["name", "Dr. Alayna Lubowitz"], ["password_digest", "$2a$04$m3ZT9Yb1vCIVs/gQ.KdIcuzV2XxbcD48ueFFusgWnhin01xweefgu"], ["created_at", "2016-03-08 20:15:33.369775"], ["updated_at", "2016-03-08 20:15:33.369775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:33 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (9.1ms) Completed 200 OK in 451ms (Views: 450.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:33 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"libby@kuhlman.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "libby@kuhlman.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$cHg9oFCSQ2PxhYJcaANW7ejzNGH/LfdoOrjkFqO7qEH0SzPM20HEe"], ["updated_at", "2016-03-08 20:15:33.863187"], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:33 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (34.2ms) Completed 200 OK in 69ms (Views: 64.8ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('haie@vonboyer.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "haie@vonboyer.info"], ["name", "Fred Nader"], ["password_digest", "$2a$04$pe8hbWYBNwnaFmhDnLl1VeHb8.rrFn1SbGT3YPNmOmjeXxYLCtgS."], ["created_at", "2016-03-08 20:15:33.951007"], ["updated_at", "2016-03-08 20:15:33.951007"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Voluptate veritatis hic ducimus quia. Asperiores ipsam quis et assumenda. Modi nihil repellat minima quo placeat. Facilis quia qui consequuntur accusamus cupiditate explicabo necessitatibus."], ["summary", "Magnam magni debitis est quis."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-08 20:15:33.958546"], ["updated_at", "2016-03-08 20:15:33.958546"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:33 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (1.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (24.0ms) Completed 200 OK in 43ms (Views: 37.5ms | ActiveRecord: 3.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katelynn_kaulke@hoppe.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "katelynn_kaulke@hoppe.net"], ["name", "Susanna Cartwright"], ["password_digest", "$2a$04$IrSAkydFMW8y36a7eTiuVe/8zUtBe25UTCkUfgLiq4Zg9WR7gOgau"], ["created_at", "2016-03-08 20:15:34.025202"], ["updated_at", "2016-03-08 20:15:34.025202"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"katelynn_kaulke@hoppe.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "katelynn_kaulke@hoppe.net"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U8FDklFYb1TE1zJT2vY48OBNqXLJc0.6HPCTBjFVbBWXR6ZZ/2Fkm"], ["updated_at", "2016-03-08 20:15:34.055760"], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.9ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('doug@kiehn.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "doug@kiehn.name"], ["name", "Victor Wolff"], ["password_digest", "$2a$04$sRcSrNUnTkyYukQaammMXeyDj8nk7CC7cX3lxv0peoPuh/uKukgKa"], ["created_at", "2016-03-08 20:15:34.096898"], ["updated_at", "2016-03-08 20:15:34.096898"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Architecto laborum cum. Blanditiis tempora ut perspiciatis eaque recusandae qui. Fuga consequatur eligendi eveniet reprehenderit."], ["summary", "Qui provident a. Et quisquam non."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-08 20:15:34.102386"], ["updated_at", "2016-03-08 20:15:34.102386"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nichole@hayesconnelly.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nichole@hayesconnelly.org"], ["name", "Julie Wiegand"], ["password_digest", "$2a$04$7pQlYzHhF3Nu7A3iaEkSw.fPn8pQYIB.OfLEcggCy8S6R7Xq8v.VW"], ["created_at", "2016-03-08 20:15:34.109932"], ["updated_at", "2016-03-08 20:15:34.109932"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Debitis aut sunt sed qui cumque. Nihil qui minus consectetur consequuntur laborum omnis. Rerum praesentium ea omnis facere."], ["summary", "Et et quo ipsum."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-08 20:15:34.115088"], ["updated_at", "2016-03-08 20:15:34.115088"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aidan_murazik@champlin.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aidan_murazik@champlin.name"], ["name", "Yvonne Sawayn PhD"], ["password_digest", "$2a$04$.FZJoi4so9HdjPuK6Cm5nuQCUQG2JiI0k6nUUkMFeS7M3Oo.Vrmg6"], ["created_at", "2016-03-08 20:15:34.122126"], ["updated_at", "2016-03-08 20:15:34.122126"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Ipsum iste ab reprehenderit veritatis veniam. Odio voluptas nam atque neque voluptatem velit impedit. Repellendus totam magni dolor sed. Distinctio debitis ut."], ["summary", "Architecto quis repudiandae laborum vitae."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-08 20:15:34.127537"], ["updated_at", "2016-03-08 20:15:34.127537"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sam.emmerich@conroyabernathy.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sam.emmerich@conroyabernathy.co"], ["name", "Leif Volkman"], ["password_digest", "$2a$04$tEQlX3kRHK6o3.frmJAVJOw1c34v1/r79Fki86hqvt3Zr0refeZq2"], ["created_at", "2016-03-08 20:15:34.134429"], ["updated_at", "2016-03-08 20:15:34.134429"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Tempora quia ipsam qui accusantium id in. Ea et dicta at id."], ["summary", "Laboriosam eos odio dolorum ut ea. Consequatur quo qui. Et velit ullam quod animi."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-08 20:15:34.139149"], ["updated_at", "2016-03-08 20:15:34.139149"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enid@medhurst.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "enid@medhurst.net"], ["name", "Rylee Wyman"], ["password_digest", "$2a$04$PhQwkTFMlV2lKAUqfVO4sOmNj2RJDwhaRQXOO5lXJTRM0vUPLBHgy"], ["created_at", "2016-03-08 20:15:34.145902"], ["updated_at", "2016-03-08 20:15:34.145902"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Ratione quidem natus repellat in praesentium quo. Quae enim cum dicta reprehenderit sunt iusto omnis. Reiciendis facilis ut neque voluptatum dignissimos tenetur aspernatur. Qui sapiente debitis."], ["summary", "Officia iure nulla aliquam. Reprehenderit omnis repellendus voluptatem delectus. Sapiente beatae labore reprehenderit numquam in."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-08 20:15:34.150250"], ["updated_at", "2016-03-08 20:15:34.150250"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aimee.runolfon@denesik.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aimee.runolfon@denesik.biz"], ["name", "Lydia Jaskolski"], ["password_digest", "$2a$04$J0JX.VRmrnnI0CB86HDQoOBMzjhPfZ2ppIFIDJ9FxshJ73pSyqZn2"], ["created_at", "2016-03-08 20:15:34.157116"], ["updated_at", "2016-03-08 20:15:34.157116"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Et qui fuga veritatis voluptas nostrum autem. Ea hic praesentium occaecati."], ["summary", "Voluptatem modi id maiores est dicta et nesciunt. At sequi dignissimos corporis et quae eaque."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-08 20:15:34.161463"], ["updated_at", "2016-03-08 20:15:34.161463"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bryon.west@kub.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bryon.west@kub.co"], ["name", "Leanne Gleichner"], ["password_digest", "$2a$04$GY17NSdSufhwAw5pjvlZFuQY2pK4eB1CzJeLqQUGrlFXvTC6xzIva"], ["created_at", "2016-03-08 20:15:34.168044"], ["updated_at", "2016-03-08 20:15:34.168044"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Enim sed voluptatum aut eius. Aut similique odio aut. Quidem molestias ipsa dolor voluptatem nobis."], ["summary", "Sint non eum aperiam corrupti pariatur. Nostrum et repudiandae vitae. Accusantium magni est et ipsam neque porro."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-08 20:15:34.173187"], ["updated_at", "2016-03-08 20:15:34.173187"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('angie@raumacejkovic.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "angie@raumacejkovic.name"], ["name", "Karlie Macejkovic"], ["password_digest", "$2a$04$TE.HltOUF05RCYGvvlT1RuAPMg7ku8QiIBhDM0.Rq48jh5tEJYTqu"], ["created_at", "2016-03-08 20:15:34.180973"], ["updated_at", "2016-03-08 20:15:34.180973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Quam omnis qui. Adipisci enim quo qui. Culpa nulla quia vitae eaque qui."], ["summary", "Quos sint aliquam. Nulla qui distinctio. Ex est animi deleniti voluptates."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-08 20:15:34.186257"], ["updated_at", "2016-03-08 20:15:34.186257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vaughn@kutchschuppe.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vaughn@kutchschuppe.co"], ["name", "Alanis Mueller"], ["password_digest", "$2a$04$sxIW4O8eBGex0vlXEnOKIu9r9nVooIlKIFz/es2w40CKoJosjYPkq"], ["created_at", "2016-03-08 20:15:34.194388"], ["updated_at", "2016-03-08 20:15:34.194388"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Officiis sed sunt ex quibusdam consequatur consequatur. Omnis est optio sint."], ["summary", "Eum pariatur necessitatibus eos qui incidunt voluptas."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-08 20:15:34.200031"], ["updated_at", "2016-03-08 20:15:34.200031"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hershel@strackesanford.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hershel@strackesanford.net"], ["name", "Cody Hills"], ["password_digest", "$2a$04$d2qzdj90tmoqnuAteQv0meIT6.EG8f8mR13Kr5ctDbJVbaFdh.Fdy"], ["created_at", "2016-03-08 20:15:34.206559"], ["updated_at", "2016-03-08 20:15:34.206559"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Nulla fugit ut ea est. Similique vel eius iste quasi possimus nisi. Nihil soluta et harum iste atque."], ["summary", "Error commodi qui et consequatur perferendis eum. Praesentium a molestias ea quis."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-08 20:15:34.211931"], ["updated_at", "2016-03-08 20:15:34.211931"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dillan@robertshilpert.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dillan@robertshilpert.net"], ["name", "Sydney Schaefer"], ["password_digest", "$2a$04$CplVjEiKW09oYXuldf8Ddu6RlCK88.7/onIp7CCnHWc0qwWyFqh/K"], ["created_at", "2016-03-08 20:15:34.219286"], ["updated_at", "2016-03-08 20:15:34.219286"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Illum est sit. Eum et quae ratione sit."], ["summary", "Soluta amet vel sed commodi quis. Repellat dolorem excepturi ex magnam est eius quod. Debitis similique alias facilis soluta quo."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-08 20:15:34.224404"], ["updated_at", "2016-03-08 20:15:34.224404"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('virginia.runte@botsfordkilback.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "virginia.runte@botsfordkilback.info"], ["name", "Darrell Lang"], ["password_digest", "$2a$04$BNf0VcWe4Ru9k.rjFRfvwey1rVw0ixZ5Wlq4gYv30eUfParFkjmtm"], ["created_at", "2016-03-08 20:15:34.231424"], ["updated_at", "2016-03-08 20:15:34.231424"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Quasi dolores esse aut. Est eum assumenda. Voluptas sed necessitatibus culpa voluptatibus iste. Aspernatur maiores sed corporis deserunt explicabo."], ["summary", "Sed ut doloremque et est."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-08 20:15:34.235881"], ["updated_at", "2016-03-08 20:15:34.235881"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garrett_mosciski@gorczanyanderson.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garrett_mosciski@gorczanyanderson.biz"], ["name", "Mariana Lubowitz"], ["password_digest", "$2a$04$9zkhAeRA71mAQD0OYdwkHeCqgw5p/7KVI88kCdN9fTEV3.qxUDZMe"], ["created_at", "2016-03-08 20:15:34.243836"], ["updated_at", "2016-03-08 20:15:34.243836"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Est at consequatur. Et aut consequatur asperiores nam dolore quia enim. Est sed ipsam nostrum ipsum. Esse est aliquam."], ["summary", "Itaque ut in id libero harum. Porro natus itaque debitis facere. Tenetur tempora delectus quibusdam commodi dolor occaecati a."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-08 20:15:34.249318"], ["updated_at", "2016-03-08 20:15:34.249318"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yoshiko_sipes@christiansen.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yoshiko_sipes@christiansen.org"], ["name", "Miss Juana O'Kon"], ["password_digest", "$2a$04$h1ZfijGDA7RW5wWLWmqJd.M.uMRJwHmL5nI62ntTHhusligekAC3q"], ["created_at", "2016-03-08 20:15:34.257176"], ["updated_at", "2016-03-08 20:15:34.257176"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Et dolor eum aut. Natus nisi voluptatibus eveniet est. Ut pariatur dolorem quam. Eos ut voluptas."], ["summary", "Harum consequatur officia dolor laudantium eum sit. Ipsa in voluptatem cumque ut temporibus sint ratione."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-08 20:15:34.261961"], ["updated_at", "2016-03-08 20:15:34.261961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaunita_koepp@sanfordpurdy.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaunita_koepp@sanfordpurdy.io"], ["name", "Marguerite Zemlak"], ["password_digest", "$2a$04$nX1SrqWsygeKabujsHq35.lOCQ5uoaDQkH1330vcO2edc2Y96Et8C"], ["created_at", "2016-03-08 20:15:34.268643"], ["updated_at", "2016-03-08 20:15:34.268643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Minus corporis est sit excepturi est officiis culpa. Velit ipsum qui qui rerum repudiandae deleniti."], ["summary", "Non officia id ut sit tenetur ab accusantium. Et est labore. Corrupti qui consequatur veniam in."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-08 20:15:34.273881"], ["updated_at", "2016-03-08 20:15:34.273881"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liam@swaniawski.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liam@swaniawski.com"], ["name", "Gianni Raynor I"], ["password_digest", "$2a$04$uF2eV/flgNBL1JF3EDYa5ureMQg416FEYz6UlS5upKJ/HxebhlJJ2"], ["created_at", "2016-03-08 20:15:34.280589"], ["updated_at", "2016-03-08 20:15:34.280589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Id consequatur possimus ut. Perferendis tempora voluptatem facere sapiente velit molestiae qui. Amet nobis ullam."], ["summary", "Eligendi ut velit ex. Debitis itaque earum. Expedita voluptas asperiores ea ipsam."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-08 20:15:34.285166"], ["updated_at", "2016-03-08 20:15:34.285166"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bianka.homenick@collier.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bianka.homenick@collier.com"], ["name", "Osborne Gleason"], ["password_digest", "$2a$04$BGSTG1PQNHIpxMOYbYgtUOO3goSCv.x2/rsIfcqHkp8sCrLVF8O6i"], ["created_at", "2016-03-08 20:15:34.292131"], ["updated_at", "2016-03-08 20:15:34.292131"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Ut numquam voluptatem. Hic rerum qui rerum esse nobis recusandae doloribus. Incidunt ut voluptate sed et rerum nulla. Hic iste suscipit id."], ["summary", "Minima et ab qui est in. Quia similique quibusdam."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-08 20:15:34.296918"], ["updated_at", "2016-03-08 20:15:34.296918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alena_nitzsche@macejkovic.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alena_nitzsche@macejkovic.co"], ["name", "Maria Cole"], ["password_digest", "$2a$04$W0WzIpOq837PcbhHhV9ftOtcHrxZJsRX5lQGJYl83IfQDOWs50czu"], ["created_at", "2016-03-08 20:15:34.303673"], ["updated_at", "2016-03-08 20:15:34.303673"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Eius eligendi vel rerum quam commodi non et. Et in neque ipsa debitis accusamus non."], ["summary", "Eaque assumenda autem est debitis aut cum. Vel hic at optio mollitia quam ea."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-08 20:15:34.308231"], ["updated_at", "2016-03-08 20:15:34.308231"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('matilda@sanfordkeeling.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "matilda@sanfordkeeling.biz"], ["name", "Aisha Hammes"], ["password_digest", "$2a$04$W3/qH2Mxu5NEL80EMiGDx.HPVzANMtos0z3TfD5S0Xrx/LNfGd7/G"], ["created_at", "2016-03-08 20:15:34.315702"], ["updated_at", "2016-03-08 20:15:34.315702"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Eos amet aut sed nihil vitae. Delectus porro est eligendi aut exercitationem."], ["summary", "Ipsam tempora aut non."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-08 20:15:34.320027"], ["updated_at", "2016-03-08 20:15:34.320027"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('daphney.rempel@jastleuschke.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "daphney.rempel@jastleuschke.net"], ["name", "Keira Schulist"], ["password_digest", "$2a$04$6NQXjc3XLgybBouut5YFtuhgKbhOeRDQgsEwDZwIfq/4dHx1cGDbW"], ["created_at", "2016-03-08 20:15:34.326970"], ["updated_at", "2016-03-08 20:15:34.326970"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Deleniti rerum reprehenderit. Sed dicta voluptates. Minus vitae eligendi harum perferendis sit repellat accusantium. Quia dignissimos reprehenderit."], ["summary", "Ex animi aut aspernatur."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-08 20:15:34.331641"], ["updated_at", "2016-03-08 20:15:34.331641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emelia.stroman@goldnerrobel.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emelia.stroman@goldnerrobel.biz"], ["name", "Ramon Torp DDS"], ["password_digest", "$2a$04$k83M5rKeVSfMfVsXBisEau6x8wK0TK9i.UC2fNVeR1ejGYI/50b.."], ["created_at", "2016-03-08 20:15:34.338466"], ["updated_at", "2016-03-08 20:15:34.338466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Sit enim esse veniam vel ex facilis. Voluptates quibusdam sed iste reiciendis tenetur exercitationem quaerat. Expedita non hic sit voluptatem repellat voluptas qui. Velit soluta labore a provident ad esse."], ["summary", "Quia et possimus sequi eaque rerum nesciunt veniam."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-08 20:15:34.343251"], ["updated_at", "2016-03-08 20:15:34.343251"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('samson.ledner@swaniawski.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "samson.ledner@swaniawski.io"], ["name", "Maymie Bahringer"], ["password_digest", "$2a$04$zTZpztNlGlYVy3mKmJHfJ.eyPXRtmWQsSx/PfRTaSEuyC7oWW08jS"], ["created_at", "2016-03-08 20:15:34.350214"], ["updated_at", "2016-03-08 20:15:34.350214"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Hic in ex qui commodi. Et repellendus aliquid est voluptatem accusantium."], ["summary", "Ipsam id cumque non non deserunt."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-08 20:15:34.354658"], ["updated_at", "2016-03-08 20:15:34.354658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garry_pollich@pouros.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garry_pollich@pouros.net"], ["name", "Charlotte Kuhic"], ["password_digest", "$2a$04$DE5fJRQB3RbzrEiBm70pleKsI/9sC4xOtT1RD59Ecrk9w1Mr7PQy2"], ["created_at", "2016-03-08 20:15:34.361015"], ["updated_at", "2016-03-08 20:15:34.361015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Sunt doloremque aliquam explicabo. Non ab dolorem cumque qui."], ["summary", "Enim soluta iste quasi."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-08 20:15:34.365269"], ["updated_at", "2016-03-08 20:15:34.365269"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alene_hegmann@gutmannpouros.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alene_hegmann@gutmannpouros.co"], ["name", "Elouise Keebler"], ["password_digest", "$2a$04$M/sxx6JPW9tAzkl1HeZIQ.urBPFFzNyPAtCR6mpnodV8eNfEa2jfq"], ["created_at", "2016-03-08 20:15:34.371937"], ["updated_at", "2016-03-08 20:15:34.371937"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Molestias perferendis ullam recusandae soluta ut. Et voluptatem recusandae sint quos."], ["summary", "Consectetur vero ex aspernatur amet voluptatum nam error."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-08 20:15:34.376035"], ["updated_at", "2016-03-08 20:15:34.376035"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('allen@torphykerluke.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "allen@torphykerluke.com"], ["name", "Jacinto D'Amore"], ["password_digest", "$2a$04$x2RXwYWkkLuBxKlt9MDmwuwRoO5FhvK8sXSsEI8tn.0kQcrMavXjm"], ["created_at", "2016-03-08 20:15:34.382846"], ["updated_at", "2016-03-08 20:15:34.382846"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Et aut eius placeat eaque omnis dolor enim. Cum deleniti molestiae dolor rem quia recusandae dolorem. Non sit blanditiis."], ["summary", "Ut magnam id earum culpa nesciunt. Autem alias quam est."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-08 20:15:34.387003"], ["updated_at", "2016-03-08 20:15:34.387003"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elvie.homenick@bogisichernser.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elvie.homenick@bogisichernser.info"], ["name", "Vernie O'Hara"], ["password_digest", "$2a$04$M0ZVvSU0gyMmYDLt0Q8KB.zOS2otgss6CoRg0oL1U3j7d5Nf.mTEG"], ["created_at", "2016-03-08 20:15:34.393371"], ["updated_at", "2016-03-08 20:15:34.393371"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Nemo dolor magni ut. Deserunt sit nesciunt. Cupiditate aperiam deleniti."], ["summary", "Ut nihil ratione accusantium."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-08 20:15:34.397575"], ["updated_at", "2016-03-08 20:15:34.397575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (223.9ms) Completed 200 OK in 245ms (Views: 220.5ms | ActiveRecord: 23.3ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.3ms) Completed 200 OK in 46ms (Views: 42.3ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chase.crooks@dickens.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chase.crooks@dickens.name"], ["name", "Katlyn Emard"], ["password_digest", "$2a$04$CYT658wG3qendq2Je.bAwu8GZWTDJNS5xIWeDsUOvpX1G8N2x5A0y"], ["created_at", "2016-03-08 20:15:34.726359"], ["updated_at", "2016-03-08 20:15:34.726359"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.9ms) Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"chase.crooks@dickens.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "chase.crooks@dickens.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$DOHlT0.69Wy10nlI4Yee3eCSq32ww3wZBJplKiW87.W7x4WfVguqu"], ["updated_at", "2016-03-08 20:15:34.759102"], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:34 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.6ms) Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aracely@armstrong.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aracely@armstrong.io"], ["name", "Bonita Abbott"], ["password_digest", "$2a$04$BQm9j4ybNwUvHPSqOjBS7u9jpJvJXlvVso2wc945WZJRG4YnkS51a"], ["created_at", "2016-03-08 20:15:34.798897"], ["updated_at", "2016-03-08 20:15:34.798897"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Fugiat sunt cum sint. Possimus voluptatum ex corrupti id ad rerum dolores."], ["summary", "Commodi aut et suscipit in totam eos atque. Labore recusandae ut est consequatur quia. Aut aut nemo."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-08 20:15:34.803340"], ["updated_at", "2016-03-08 20:15:34.803340"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('avery@klocko.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "avery@klocko.name"], ["name", "Mrs. Isaias Ledner"], ["password_digest", "$2a$04$HDftqR1f3r/DeupMhpD6MeXyV1okJtdhpEFSAJB5vGtNTIv6Mq4U2"], ["created_at", "2016-03-08 20:15:34.810734"], ["updated_at", "2016-03-08 20:15:34.810734"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Voluptas et et consectetur debitis sequi quo quis. Consequatur qui eaque nostrum. Ut excepturi delectus sapiente impedit consequatur."], ["summary", "Esse laborum enim maiores excepturi voluptatibus qui iure."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-08 20:15:34.816029"], ["updated_at", "2016-03-08 20:15:34.816029"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dana.white@harberwintheiser.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dana.white@harberwintheiser.biz"], ["name", "Ms. Iva Grady"], ["password_digest", "$2a$04$A1HtwWAThD3GntOqIcYCNOvClQ9Xzxiw8UALfGYoTFbzG.9H3.guW"], ["created_at", "2016-03-08 20:15:34.823179"], ["updated_at", "2016-03-08 20:15:34.823179"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Voluptas exercitationem consectetur dolores dicta repellendus id. Consequatur at dolor perferendis quis quis. Necessitatibus consectetur maiores. Vero laborum itaque dolor in mollitia."], ["summary", "Tempore numquam officia ullam."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-08 20:15:34.828503"], ["updated_at", "2016-03-08 20:15:34.828503"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alysa.nader@runte.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alysa.nader@runte.co"], ["name", "Daryl Mitchell"], ["password_digest", "$2a$04$Wg/Vh7TVAccj8BHB3yqvM.1HaROXwOyXR/vQJ8sdFbfe33hepRt6C"], ["created_at", "2016-03-08 20:15:34.835538"], ["updated_at", "2016-03-08 20:15:34.835538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Commodi in est maxime. Consequatur accusamus molestias optio at et molestiae officiis."], ["summary", "Optio soluta aut. Odio non magni dicta fuga quas."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-08 20:15:34.840275"], ["updated_at", "2016-03-08 20:15:34.840275"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('therese.hettinger@larson.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "therese.hettinger@larson.name"], ["name", "Hadley Boyer"], ["password_digest", "$2a$04$OTwVy.rfq6f.HSp/sDgkQ.WLbRK9Rd3.UaTr2VHgbdbfgZQgCdmiy"], ["created_at", "2016-03-08 20:15:34.847598"], ["updated_at", "2016-03-08 20:15:34.847598"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Voluptas tempora provident placeat ratione. Eos ipsum voluptas ea."], ["summary", "Soluta quia quidem vel maiores qui quis. Et eum voluptas facere consectetur."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-08 20:15:34.851952"], ["updated_at", "2016-03-08 20:15:34.851952"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('estevan@kuhic.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "estevan@kuhic.info"], ["name", "Ms. Terrence Cronin"], ["password_digest", "$2a$04$AezlJFruOMwMH0lXOq91yeNoDKERA.Ol2om4ZZJDLUGkefqdwU7aW"], ["created_at", "2016-03-08 20:15:34.858200"], ["updated_at", "2016-03-08 20:15:34.858200"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Expedita dolores aspernatur sunt quia aut ut. Expedita et ratione."], ["summary", "Mollitia occaecati quia cum. Hic porro dolorem et est."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-08 20:15:34.863336"], ["updated_at", "2016-03-08 20:15:34.863336"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('annamarie_johnston@daugherty.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "annamarie_johnston@daugherty.name"], ["name", "Herminio Waters PhD"], ["password_digest", "$2a$04$v0cNTgWKfsEdyPEIXq1lc.shUAsqGB3chU5cKxop5zGYDN0XCyBTe"], ["created_at", "2016-03-08 20:15:34.869902"], ["updated_at", "2016-03-08 20:15:34.869902"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Quis dolores provident modi ut et vel. In optio aliquam quos."], ["summary", "Error omnis distinctio necessitatibus quaerat mollitia nostrum. Ut ut corporis aut voluptates sapiente aliquid provident."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-08 20:15:34.875211"], ["updated_at", "2016-03-08 20:15:34.875211"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abagail@lynch.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abagail@lynch.org"], ["name", "Fleta Christiansen"], ["password_digest", "$2a$04$LvE8OKeele8VtJUeK0By8uZJL58sgz3HebH999mYxoS1vhvcN23WS"], ["created_at", "2016-03-08 20:15:34.881460"], ["updated_at", "2016-03-08 20:15:34.881460"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Beatae minus ab neque facilis. Voluptatibus expedita blanditiis. Nihil doloribus nemo. Expedita placeat veniam nihil."], ["summary", "Ea et modi quisquam."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-08 20:15:34.886220"], ["updated_at", "2016-03-08 20:15:34.886220"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('derrick.effertz@considinezboncak.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "derrick.effertz@considinezboncak.org"], ["name", "Declan Renner"], ["password_digest", "$2a$04$lb5HtIWVDfScejmHbjKig.bkC06lFeDrAtzFd.miPPuA8tctP8XGa"], ["created_at", "2016-03-08 20:15:34.893218"], ["updated_at", "2016-03-08 20:15:34.893218"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Quis et beatae quam aut. Unde quibusdam vel ad incidunt qui cupiditate. Sit corrupti nostrum adipisci perferendis sint quo inventore."], ["summary", "Molestiae unde iusto dolorem nisi."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-08 20:15:34.898627"], ["updated_at", "2016-03-08 20:15:34.898627"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('charity_daniel@krajcik.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "charity_daniel@krajcik.io"], ["name", "Dr. Laverna Jerde"], ["password_digest", "$2a$04$B0fPLL2ND5qEocSjUbTgbud6dGg4/djgnY4opYJy4sn.WfIOMkHsO"], ["created_at", "2016-03-08 20:15:34.906130"], ["updated_at", "2016-03-08 20:15:34.906130"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Aliquam ab iusto qui aut. Distinctio ut est qui deleniti incidunt rem nisi. Eum et quis est fugit placeat voluptatem iusto."], ["summary", "Est vel quibusdam. Repellat ipsum consequatur autem aut qui expedita a. Sint quis rerum quis rerum qui suscipit exercitationem."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-08 20:15:34.910292"], ["updated_at", "2016-03-08 20:15:34.910292"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('margarette@rodriguez.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "margarette@rodriguez.biz"], ["name", "Myrtice Hoppe"], ["password_digest", "$2a$04$yrxA9OZqQYCtzdYWEDXccud0So6RpXD9FhNpIBpKJavca6Uj6DTaC"], ["created_at", "2016-03-08 20:15:34.916717"], ["updated_at", "2016-03-08 20:15:34.916717"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Eum dolore debitis natus doloremque non. Sapiente porro laudantium ab deserunt odio repudiandae. Maiores consequatur dolore nemo odio. Nulla eligendi et sint."], ["summary", "Minus quibusdam voluptas."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-08 20:15:34.921451"], ["updated_at", "2016-03-08 20:15:34.921451"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('queenie.rempel@mrazreilly.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "queenie.rempel@mrazreilly.name"], ["name", "Norberto Wiegand"], ["password_digest", "$2a$04$VcU98stQLgPyMiKGBoX5geD2aTO2Tvec4N4sedEcl1Gtx9q3APzWq"], ["created_at", "2016-03-08 20:15:34.928974"], ["updated_at", "2016-03-08 20:15:34.928974"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Eligendi quibusdam corrupti consequatur tempore. Molestiae iusto deleniti quia tempora dolor est ut."], ["summary", "Est sunt deserunt ipsum accusantium in aut incidunt."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-08 20:15:34.933455"], ["updated_at", "2016-03-08 20:15:34.933455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vaughn@stanton.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vaughn@stanton.io"], ["name", "Felicita Beer"], ["password_digest", "$2a$04$8Oduclai/pdCvb8r.6kghezFvcYQfttzBQPm2.PdqSUwL1ClexhLq"], ["created_at", "2016-03-08 20:15:34.941325"], ["updated_at", "2016-03-08 20:15:34.941325"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Omnis at quis. Nemo quis sed quia nobis eligendi omnis."], ["summary", "Repellendus sit aut dolor enim."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-08 20:15:34.947668"], ["updated_at", "2016-03-08 20:15:34.947668"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebony_kunze@bosco.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ebony_kunze@bosco.info"], ["name", "Phyllis Mohr"], ["password_digest", "$2a$04$dWbamzCru/aWIgtu4wNcVOMhveDK2N6XqXnE/ZtnstqPbCQuu9s9C"], ["created_at", "2016-03-08 20:15:34.954577"], ["updated_at", "2016-03-08 20:15:34.954577"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Quidem id ex qui est officia. Commodi modi omnis vitae odit impedit repudiandae quia. Repellendus sed molestiae animi quis."], ["summary", "Dolore omnis rerum non aspernatur sunt voluptas."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-08 20:15:34.959758"], ["updated_at", "2016-03-08 20:15:34.959758"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keenan@wolffzemlak.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keenan@wolffzemlak.biz"], ["name", "Nicholas Bergnaum"], ["password_digest", "$2a$04$G3wrbipNvw7ISX2n3wg1Luf9ibz2W6eabtMFMt5u2Qxg2MEH6IYWm"], ["created_at", "2016-03-08 20:15:34.966678"], ["updated_at", "2016-03-08 20:15:34.966678"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Cum nulla dignissimos id expedita et sint eligendi. Eaque quam repudiandae ipsum ipsam quis sint facilis. Alias quibusdam sit nihil."], ["summary", "Temporibus et fugit eligendi cumque ut est. Perferendis ipsa porro deleniti assumenda dolorem et consequatur. Ratione deserunt quasi consequuntur repudiandae accusantium."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-08 20:15:34.971210"], ["updated_at", "2016-03-08 20:15:34.971210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wallace_bailey@vonruedenkovacek.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wallace_bailey@vonruedenkovacek.name"], ["name", "Mr. Jermain Reichel"], ["password_digest", "$2a$04$hYiFbSLf9M.psxjIJs1AlegWUQfy.AN.6C4UUMRW0hE.PbKLKtNsu"], ["created_at", "2016-03-08 20:15:34.978728"], ["updated_at", "2016-03-08 20:15:34.978728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Nulla id magni accusantium vel deserunt nihil. Quos quia ea sint."], ["summary", "In quas voluptas. Repudiandae ipsam hic dolores quidem."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-08 20:15:34.983968"], ["updated_at", "2016-03-08 20:15:34.983968"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('orin_goyette@kerluke.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "orin_goyette@kerluke.biz"], ["name", "Gabrielle Nader"], ["password_digest", "$2a$04$T9K3LK15LCgMipFT/K3QDekqMMvPGxYSXBTYR2pYX6O7jAtOhIQF2"], ["created_at", "2016-03-08 20:15:34.990630"], ["updated_at", "2016-03-08 20:15:34.990630"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Aperiam modi tempora veritatis. Tempore fugiat cupiditate sunt qui inventore neque."], ["summary", "Voluptatem nihil vero praesentium molestiae veniam."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-08 20:15:34.995760"], ["updated_at", "2016-03-08 20:15:34.995760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shirley_welch@abbott.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shirley_welch@abbott.io"], ["name", "Mr. Rhiannon Graham"], ["password_digest", "$2a$04$TzEaDCaM4YZhwWIx.kPPDuAHztYa6s6wAsUFq93gokGi2UFxoHPnK"], ["created_at", "2016-03-08 20:15:35.002708"], ["updated_at", "2016-03-08 20:15:35.002708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Sit architecto dignissimos doloremque ut. Dignissimos minima autem reiciendis."], ["summary", "Sit esse cum ut."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-08 20:15:35.007378"], ["updated_at", "2016-03-08 20:15:35.007378"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('immanuel@schuppe.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "immanuel@schuppe.biz"], ["name", "Alfredo Reinger DDS"], ["password_digest", "$2a$04$df3lipJa3KNMBas5gauX9.vxNeEVqa8DyhZlX9/KHkQjTmaFG/MKG"], ["created_at", "2016-03-08 20:15:35.014808"], ["updated_at", "2016-03-08 20:15:35.014808"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Similique nobis aut. Sapiente dolores aut. Vel beatae minima recusandae pariatur sequi. Aut magni sed optio quas saepe quae voluptates."], ["summary", "Ut vel omnis ipsa rerum dolorem."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-08 20:15:35.019590"], ["updated_at", "2016-03-08 20:15:35.019590"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kenyon.quigley@rosenbaum.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kenyon.quigley@rosenbaum.co"], ["name", "Joanne McClure"], ["password_digest", "$2a$04$EBjkDzGt6rsnu1ISVHlcPeA3DXonAUFMez37SycucecgCLO9i/cpi"], ["created_at", "2016-03-08 20:15:35.026197"], ["updated_at", "2016-03-08 20:15:35.026197"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Doloribus ut aspernatur. Harum aut dolor."], ["summary", "Impedit molestiae id non amet inventore. Modi veritatis corrupti et eveniet voluptatem."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-08 20:15:35.031145"], ["updated_at", "2016-03-08 20:15:35.031145"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kim_von@kreiger.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kim_von@kreiger.org"], ["name", "Duncan Price"], ["password_digest", "$2a$04$FQArN9NgI37f.2Ta7XZVBeFiD3tD1jkI45pFMhMqMtvc4HmtFAT5m"], ["created_at", "2016-03-08 20:15:35.038001"], ["updated_at", "2016-03-08 20:15:35.038001"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Deleniti iste soluta nobis eius doloribus. Voluptate corrupti voluptatem sapiente in mollitia dolorem. Nam dicta nostrum animi explicabo sequi doloremque excepturi. Ex voluptatibus blanditiis."], ["summary", "Ea et dolorem impedit minima commodi sapiente nam. Perferendis aut deleniti ducimus doloribus aut voluptatum."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-08 20:15:35.042357"], ["updated_at", "2016-03-08 20:15:35.042357"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('natalia_rogahn@lind.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "natalia_rogahn@lind.co"], ["name", "Delbert Tremblay"], ["password_digest", "$2a$04$pOPgF41skpGnGcbmIdcXfu2wSiu5ixP427hB.HwGAiU5qvKBaBcNm"], ["created_at", "2016-03-08 20:15:35.050767"], ["updated_at", "2016-03-08 20:15:35.050767"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Ad error quidem eligendi. Tenetur rerum soluta accusamus molestias illo aut qui. Omnis molestias ut nostrum placeat. Veritatis et sunt perspiciatis dolore in."], ["summary", "Ut magnam eos alias omnis provident neque placeat. Dolorem id quae ad. Corrupti aspernatur sed quia."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-08 20:15:35.055092"], ["updated_at", "2016-03-08 20:15:35.055092"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('phyllis@mertz.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "phyllis@mertz.co"], ["name", "Elton Gislason"], ["password_digest", "$2a$04$CAC7wYlvO6CaPGQNcY51vehE51rg/ByKJdai9u9EaSkMjYMs8IR3i"], ["created_at", "2016-03-08 20:15:35.062025"], ["updated_at", "2016-03-08 20:15:35.062025"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Deleniti nam suscipit nemo vel occaecati sit consequatur. Aut minus hic est inventore. Iste cumque consequatur. Optio eligendi voluptatem est quas."], ["summary", "Ipsam dolores inventore debitis ut beatae dolorem sit."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-08 20:15:35.066796"], ["updated_at", "2016-03-08 20:15:35.066796"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny_dare@leannon.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johnny_dare@leannon.org"], ["name", "Ophelia Fadel"], ["password_digest", "$2a$04$l3axysGSj/FRA4LS4mnKcutIyGmEXYMGZORwACV7g0cwLD73eZLz."], ["created_at", "2016-03-08 20:15:35.075263"], ["updated_at", "2016-03-08 20:15:35.075263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Consectetur eaque veritatis nostrum laboriosam. Eligendi ea inventore facere voluptatibus praesentium aut. Doloribus nihil voluptatem minima dicta et. Molestiae nesciunt voluptatem reprehenderit libero aut iusto."], ["summary", "Totam ut aliquid ut esse eum itaque qui."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-08 20:15:35.080080"], ["updated_at", "2016-03-08 20:15:35.080080"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jared@graham.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jared@graham.co"], ["name", "Alessia Ernser Jr."], ["password_digest", "$2a$04$C9MkkIjXxj095RjTK13gz.2RAKbQ6fH0uvOrdGsmuA6Ry9PTCd.Gq"], ["created_at", "2016-03-08 20:15:35.086701"], ["updated_at", "2016-03-08 20:15:35.086701"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Et voluptatibus recusandae veniam laudantium dolorem. Ut dolores aliquid aliquam enim. Nihil velit quis. Quaerat atque aut reiciendis praesentium delectus itaque est."], ["summary", "Eaque distinctio doloribus. Veniam dignissimos aperiam."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-08 20:15:35.091297"], ["updated_at", "2016-03-08 20:15:35.091297"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marcel@gleichner.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marcel@gleichner.com"], ["name", "Ella Schoen"], ["password_digest", "$2a$04$99F39SanjCbrr3mzF0ymUuiN8C0R6qnQTBk.MNdopXXityeqBVEqm"], ["created_at", "2016-03-08 20:15:35.098164"], ["updated_at", "2016-03-08 20:15:35.098164"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Repellat voluptatem aut. Et esse quasi. Ullam natus voluptas. Eius iste sunt autem blanditiis corporis."], ["summary", "Alias dolore consequatur tempora saepe accusantium quam. Ipsam a ut rem dolor voluptas aut. Architecto qui pariatur harum sunt saepe et."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-08 20:15:35.102722"], ["updated_at", "2016-03-08 20:15:35.102722"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (210.7ms) Completed 200 OK in 253ms (Views: 229.2ms | ActiveRecord: 21.9ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 37ms (Views: 32.4ms | ActiveRecord: 3.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cortney_schowalter@kautzer.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cortney_schowalter@kautzer.io"], ["name", "Andrew"], ["password_digest", "$2a$04$uVGqWr86nhjxXXcroHKUleQIDyn9KqYeuWm0azzEgi7Lhdnjd0zp6"], ["created_at", "2016-03-08 20:15:35.424792"], ["updated_at", "2016-03-08 20:15:35.424792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cortney_schowalter@kautzer.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "cortney_schowalter@kautzer.io"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$q8/slh/JKlb3S39zZRds6.eUpQgKqDuTSlF9qAKFXn3s44vzLah22"], ["updated_at", "2016-03-08 20:15:35.454361"], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.0ms) Completed 200 OK in 29ms (Views: 25.6ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ernestine@hirthegrady.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ernestine@hirthegrady.io"], ["name", "Josh"], ["password_digest", "$2a$04$7Tt1nlCo3wUGbFRqPpisY./TGYiGbDtDfLeV/Fylgwl5SYNqRZsia"], ["created_at", "2016-03-08 20:15:35.494540"], ["updated_at", "2016-03-08 20:15:35.494540"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('piper.parisian@osinski.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "piper.parisian@osinski.net"], ["name", "Retta Kris"], ["password_digest", "$2a$04$wOgpvGmyihPpS199CrBNF.bfoXXafd/q7ybAemqIQlTm8vAPA4aMq"], ["created_at", "2016-03-08 20:15:35.501084"], ["updated_at", "2016-03-08 20:15:35.501084"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Vero voluptas temporibus. Praesentium suscipit corporis excepturi voluptas."], ["summary", "Aliquid error et. Et nihil ex. Quis reiciendis nihil et dolorum temporibus voluptatem."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-08 20:15:35.505653"], ["updated_at", "2016-03-08 20:15:35.505653"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:35.512096"], ["updated_at", "2016-03-08 20:15:35.512096"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (16.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (24.2ms) Completed 200 OK in 45ms (Views: 40.6ms | ActiveRecord: 2.4ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:35.595705"], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.9ms) Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eden@mraz.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eden@mraz.net"], ["name", "Andrew"], ["password_digest", "$2a$04$SVWqR0t2Bbn6D.k0kPfgCuBcqJdOadn4ZGq6Y2qaUD5jF2KVg3xia"], ["created_at", "2016-03-08 20:15:35.652574"], ["updated_at", "2016-03-08 20:15:35.652574"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"eden@mraz.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "eden@mraz.net"]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U4uvMj810rIRCER1ePFI.eMDVkyrj4m5LPIP1alfqI1qL6Ua2pKCa"], ["updated_at", "2016-03-08 20:15:35.685940"], ["id", 133]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.9ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 1.6ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trevion@koepp.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trevion@koepp.co"], ["name", "Josh"], ["password_digest", "$2a$04$CWKdEihcEkTYT/CUEKAP2eAxeUyPII2vqQqniOnUsNft6snNbjsV6"], ["created_at", "2016-03-08 20:15:35.723760"], ["updated_at", "2016-03-08 20:15:35.723760"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-08 20:15:35.730803"], ["updated_at", "2016-03-08 20:15:35.730803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (9.1ms) Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:35.791280"], ["updated_at", "2016-03-08 20:15:35.791280"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.1ms) Completed 200 OK in 35ms (Views: 31.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('taryn.rohan@pagac.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "taryn.rohan@pagac.co"], ["name", "Brandon Zemlak"], ["password_digest", "$2a$04$HG8/.689Lx4L5OU9Wqa5buLDY.QxnIzHlOhgNFiKfO3prCcncCVw2"], ["created_at", "2016-03-08 20:15:35.848708"], ["updated_at", "2016-03-08 20:15:35.848708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"taryn.rohan@pagac.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "taryn.rohan@pagac.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$TtNezhrBCu6YKLchE5KyaOCZSW8Xi1y4OK17cpny4PmeJTYgPc8nq"], ["updated_at", "2016-03-08 20:15:35.881066"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 31ms (Views: 26.6ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.5ms) Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:35 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.8ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (4.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 32ms (Views: 24.3ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$AsWWJxHyKE.nJn7IKtGLf.M3kuiEx2H1rojLmJTHX1kl10rNvJf6q"], ["created_at", "2016-03-08 20:15:36.065065"], ["updated_at", "2016-03-08 20:15:36.065065"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$SMZdOyiCWCsDxItvn/IDcOAEd2DiUAU1xAdfPWa.8XrRfu7l/R8J."], ["updated_at", "2016-03-08 20:15:36.095286"], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:36 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$i2CQs48Hr3vebCyFCoUq8eFZc57dTH4vM6t8588DmiTEI3oblHA9q"], ["created_at", "2016-03-08 20:15:36.145607"], ["updated_at", "2016-03-08 20:15:36.145607"]]  (8.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:39 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-08 15:15:39 -0500 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-08 15:15:39 -0500 Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (6.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$VT/xaQ2AktCpdNSsNg7uA.V8h8B4qeBTOke4.C6cBriHYkVfdwsra"], ["updated_at", "2016-03-08 20:15:40.360679"], ["id", 137]]  (1.2ms) COMMIT Redirected to http://127.0.0.1:53761/admin/posts Completed 302 Found in 46ms (ActiveRecord: 9.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (2.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (1.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (24.8ms) Completed 200 OK in 81ms (Views: 67.6ms | ActiveRecord: 4.6ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:53761/ Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Processing by Exposition::PostsController#index as HTML  (1.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.3ms) Completed 200 OK in 29ms (Views: 25.2ms | ActiveRecord: 1.9ms) Started GET "/assets/exposition/application-684ba247d94ae62c1fd73ca307df6d8a306449d312dc0548a50b493d278e1515.css" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-08 15:15:40 -0500 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)  (0.6ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (21.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alaina_moriette@joneshansen.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alaina_moriette@joneshansen.com"], ["name", "Ms. Lindsey Sauer"], ["password_digest", "$2a$04$SuNcNO3lHz7UST1SB9PQBO/yebYkdDnxkrb/WDF7xOOnW03suHSbC"], ["created_at", "2016-03-08 20:15:41.652312"], ["updated_at", "2016-03-08 20:15:41.652312"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alaina_moriette@joneshansen.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "alaina_moriette@joneshansen.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$L8ZWqH2K5ximGdWfVQJHnu6UmN8QbYS6yczKdWnP3YOOVHGJRUC8."], ["updated_at", "2016-03-08 20:15:41.705026"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 42ms (Views: 37.5ms | ActiveRecord: 2.2ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-08 20:15:41.764861"], ["updated_at", "2016-03-08 20:15:41.764861"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 47ms (Views: 43.1ms | ActiveRecord: 1.7ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('paul@stokes.io') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "paul@stokes.io"], ["name", "Kiera Keebler"], ["password_digest", "$2a$04$eWOWoSCfXUatGoh.JWBsDeklz536dch7kYApYNbxTUnpCdLZT2IVC"], ["created_at", "2016-03-08 20:15:41.847957"], ["updated_at", "2016-03-08 20:15:41.847957"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 22ms (Views: 22.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"paul@stokes.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "paul@stokes.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$pDRdEY6yBY4lkBoWmnD/We0fdFbLvjQyKxRHpnJ44we2Opdwjtjta"], ["updated_at", "2016-03-08 20:15:41.906528"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:41 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 42ms (Views: 38.2ms | ActiveRecord: 2.2ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-08 20:15:41.967180"], ["updated_at", "2016-03-08 20:15:41.967180"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-08 20:15:41.975117"], ["updated_at", "2016-03-08 20:15:41.975117"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-08 20:15:41.986224"], ["updated_at", "2016-03-08 20:15:41.986224"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-08 20:15:41.992796"], ["updated_at", "2016-03-08 20:15:41.992796"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-08 20:15:41.998863"], ["updated_at", "2016-03-08 20:15:41.998863"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-08 20:15:42.004847"], ["updated_at", "2016-03-08 20:15:42.004847"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-08 20:15:42.013173"], ["updated_at", "2016-03-08 20:15:42.013173"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-08 20:15:42.020792"], ["updated_at", "2016-03-08 20:15:42.020792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-08 20:15:42.030264"], ["updated_at", "2016-03-08 20:15:42.030264"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-08 20:15:42.042999"], ["updated_at", "2016-03-08 20:15:42.042999"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-08 20:15:42.051581"], ["updated_at", "2016-03-08 20:15:42.051581"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-08 20:15:42.065229"], ["updated_at", "2016-03-08 20:15:42.065229"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-08 20:15:42.076167"], ["updated_at", "2016-03-08 20:15:42.076167"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-08 20:15:42.088693"], ["updated_at", "2016-03-08 20:15:42.088693"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-08 20:15:42.099015"], ["updated_at", "2016-03-08 20:15:42.099015"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-08 20:15:42.108219"], ["updated_at", "2016-03-08 20:15:42.108219"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-08 20:15:42.125439"], ["updated_at", "2016-03-08 20:15:42.125439"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-08 20:15:42.137887"], ["updated_at", "2016-03-08 20:15:42.137887"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-08 20:15:42.151631"], ["updated_at", "2016-03-08 20:15:42.151631"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-08 20:15:42.164676"], ["updated_at", "2016-03-08 20:15:42.164676"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-08 20:15:42.175858"], ["updated_at", "2016-03-08 20:15:42.175858"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-08 20:15:42.188626"], ["updated_at", "2016-03-08 20:15:42.188626"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-08 20:15:42.198178"], ["updated_at", "2016-03-08 20:15:42.198178"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-08 20:15:42.212961"], ["updated_at", "2016-03-08 20:15:42.212961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-08 20:15:42.222608"], ["updated_at", "2016-03-08 20:15:42.222608"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-08 20:15:42.230698"], ["updated_at", "2016-03-08 20:15:42.230698"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (33.9ms) Completed 200 OK in 62ms (Views: 58.1ms | ActiveRecord: 1.9ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.2ms) Completed 200 OK in 47ms (Views: 41.9ms | ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lorna@kuhn.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lorna@kuhn.org"], ["name", "Manley Doyle"], ["password_digest", "$2a$04$5AmRLaG8tMnXG7VH9FoDeOIUTLxGFwGuMh5SinjgunpTNv.vs9jES"], ["created_at", "2016-03-08 20:15:42.393786"], ["updated_at", "2016-03-08 20:15:42.393786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lorna@kuhn.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "lorna@kuhn.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$THJ.XgR0OzmMHZ2mhyWo6utCNH9StSb7XBtc4V5obGyZXF1nqhOzu"], ["updated_at", "2016-03-08 20:15:42.480661"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 15ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 34ms (Views: 30.3ms | ActiveRecord: 1.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 53ms (Views: 50.7ms | ActiveRecord: 1.0ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 20:15:42.612009"], ["updated_at", "2016-03-08 20:15:42.612009"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (5.3ms) Completed 200 OK in 34ms (Views: 29.4ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaitlin@lakin.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaitlin@lakin.co"], ["name", "Rowan Goodwin"], ["password_digest", "$2a$04$hBoSLUKkhF/v0pFMxliXt.R/mtMyrnR7rnOjLoASjZKk9IkqgKnLy"], ["created_at", "2016-03-08 20:15:42.670936"], ["updated_at", "2016-03-08 20:15:42.670936"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kaitlin@lakin.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "kaitlin@lakin.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rgmEK4cZt/DxMQ3IkfI7aOvnIcJ.u5ZSMIr8I/GxcEIUkBio9tPxm"], ["updated_at", "2016-03-08 20:15:42.721720"], ["id", 4]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 32ms (Views: 28.3ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-08 20:15:42.770491"], ["updated_at", "2016-03-08 20:15:42.770491"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (6.1ms) Completed 200 OK in 29ms (Views: 25.6ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-03-08 20:15:42.835311"], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jacques@weinatpfeffer.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jacques@weinatpfeffer.co"], ["name", "Trent Thiel"], ["password_digest", "$2a$04$7zc4BBC/kSeFzxTaDblv.em.iT7cr13lLsm0TUjvYKpW/WQhiqa1e"], ["created_at", "2016-03-08 20:15:42.882051"], ["updated_at", "2016-03-08 20:15:42.882051"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jacques@weinatpfeffer.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "jacques@weinatpfeffer.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$aM/ZGywt88UZIth4bpAr8us6yrPVowyTdAQ2s3PxiiKqtu3kI0nTG"], ["updated_at", "2016-03-08 20:15:42.925413"], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 32ms (Views: 29.1ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-08 20:15:42.972782"], ["updated_at", "2016-03-08 20:15:42.972782"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:42 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 1.7ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('efren@pfeffer.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "efren@pfeffer.com"], ["name", "Birdie Bernhard"], ["password_digest", "$2a$04$qMRu2D3s8SGT/cZ34GWAEOIkH3HlRtEv4KaFv.UZxwKDjbiIOY82m"], ["created_at", "2016-03-08 20:15:43.079004"], ["updated_at", "2016-03-08 20:15:43.079004"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Illum soluta eius. Iste cupiditate eum adipisci cum vel voluptatem. Earum in suscipit consequatur."], ["summary", "Totam esse accusantium et ratione."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.085403"], ["updated_at", "2016-03-08 20:15:43.085403"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bartholome@ziemannharber.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bartholome@ziemannharber.biz"], ["name", "Tillman McCullough"], ["password_digest", "$2a$04$HuvOdIYZ/134Np9hTvjJR.iQoaMCTA9S81IcwVGZxGVZ9g0.38tO."], ["created_at", "2016-03-08 20:15:43.094916"], ["updated_at", "2016-03-08 20:15:43.094916"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Rem laudantium iusto officiis aut commodi quia. Dolore consequatur earum non."], ["summary", "Cumque est animi autem eaque ex omnis. Aliquam ipsam et. Accusantium excepturi ullam aliquid ipsa aut error consequuntur."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-08 20:15:43.101083"], ["updated_at", "2016-03-08 20:15:43.101083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (17.2ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (26.8ms) Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.6ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trent@abshire.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trent@abshire.info"], ["name", "Nettie Kautzer"], ["password_digest", "$2a$04$2ExeByUkiIjm71yXbxFhauEAID/tCnbHsh9ppcq3cuEFM7QoniFJK"], ["created_at", "2016-03-08 20:15:43.168062"], ["updated_at", "2016-03-08 20:15:43.168062"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Explicabo unde nihil sed quibusdam maiores magnam asperiores. Voluptatem est temporibus natus. Qui debitis et. Odit praesentium ut ratione et sed ea consequatur."], ["summary", "Et in qui fugiat et quaerat in amet. Veritatis ab sit recusandae perspiciatis quisquam perferendis rerum."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.175074"], ["updated_at", "2016-03-08 20:15:43.175074"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('donavon_veum@okon.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "donavon_veum@okon.name"], ["name", "Lia Parisian"], ["password_digest", "$2a$04$W4cDX/Y412ldeLsUYMS/EuBiUYzs2tSWKHGnIRzOwa4Rtz50anO5W"], ["created_at", "2016-03-08 20:15:43.185337"], ["updated_at", "2016-03-08 20:15:43.185337"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Commodi labore laborum accusantium perspiciatis sint. Tempora voluptatibus cumque cupiditate incidunt et totam."], ["summary", "Nemo omnis dolor voluptatem. Exercitationem dolorem explicabo sit rem. Temporibus consequatur possimus minima ut illum error."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.193095"], ["updated_at", "2016-03-08 20:15:43.193095"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meagan.jast@adams.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meagan.jast@adams.org"], ["name", "Mabelle Macejkovic"], ["password_digest", "$2a$04$7RxeapNA.KvG46Nsa/9Zju2DK7K0rEi.3tMw1iFd89wsCjrfNIJQu"], ["created_at", "2016-03-08 20:15:43.203684"], ["updated_at", "2016-03-08 20:15:43.203684"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Molestias quas aut ut voluptates aut et neque. Voluptatem aut eos nisi et. Accusamus dignissimos dolores ducimus dolores non neque aut."], ["summary", "Inventore et enim."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.210983"], ["updated_at", "2016-03-08 20:15:43.210983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('minerva@cummeratadibbert.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "minerva@cummeratadibbert.net"], ["name", "Mckenzie Simonis"], ["password_digest", "$2a$04$qxpVdX4T1Mbaxr85I2u59.KRAuWGiWQk8SqZ7EVXUIguFDk/XwxYq"], ["created_at", "2016-03-08 20:15:43.220046"], ["updated_at", "2016-03-08 20:15:43.220046"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Maxime similique ipsam. Quis sequi recusandae incidunt sit placeat quae commodi. Quae distinctio impedit ut adipisci voluptates."], ["summary", "Dolores aut tenetur quia nobis eum tempore. Fugiat cum quos quia et et. Dolores similique sint."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.225748"], ["updated_at", "2016-03-08 20:15:43.225748"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mia@mayertratke.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mia@mayertratke.org"], ["name", "Tyler Rath"], ["password_digest", "$2a$04$M9jGz5K9xVSfqTyxnEUrUucQ9L7lWEu78jv/IWSWcvsdeqMeHeaum"], ["created_at", "2016-03-08 20:15:43.233756"], ["updated_at", "2016-03-08 20:15:43.233756"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Quis ea delectus. Voluptas nam placeat praesentium nihil ex. Quae similique et reprehenderit voluptatem et est et. Consequatur ipsa molestiae adipisci velit blanditiis illo."], ["summary", "At dolorem maiores."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.252112"], ["updated_at", "2016-03-08 20:15:43.252112"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johanna_shanahan@ruel.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johanna_shanahan@ruel.io"], ["name", "Erik Lindgren"], ["password_digest", "$2a$04$DioUDEEXRjevL9jBHXs17uqXy1Npy0hExjBfc27I.IogfS1JjBocq"], ["created_at", "2016-03-08 20:15:43.258669"], ["updated_at", "2016-03-08 20:15:43.258669"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Odit totam tenetur nihil. Cumque vel quisquam mollitia explicabo sint."], ["summary", "Totam est tempore blanditiis aut fugit natus. Et odit exercitationem omnis."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.263112"], ["updated_at", "2016-03-08 20:15:43.263112"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clotilde@crooks.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clotilde@crooks.com"], ["name", "Madison Murphy"], ["password_digest", "$2a$04$IzE2jv5Jr0fS1igIQSWA2Oze6OzpRawYDi.ZbsB/gWgOCNugH/cgW"], ["created_at", "2016-03-08 20:15:43.269741"], ["updated_at", "2016-03-08 20:15:43.269741"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Est id amet. Sequi nostrum voluptatem blanditiis autem. Voluptatem animi pariatur velit velit deserunt. Velit quibusdam ab suscipit soluta autem."], ["summary", "Ut suscipit enim. Quo et perspiciatis corporis. Facilis repellendus impedit."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.275015"], ["updated_at", "2016-03-08 20:15:43.275015"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('walton@berge.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "walton@berge.biz"], ["name", "Danielle Sawayn"], ["password_digest", "$2a$04$Lcph9bLm/27FFSiFigJ.FOjNa4yHT4d8qJugB0d2eHSqu3MIDtazG"], ["created_at", "2016-03-08 20:15:43.283727"], ["updated_at", "2016-03-08 20:15:43.283727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Ducimus nobis et omnis dolores voluptates cupiditate ipsum. Esse dolores unde. Non officia autem magnam. Non rerum quaerat accusantium quia autem."], ["summary", "Enim labore fuga laboriosam autem velit itaque. Numquam sed id voluptatem ullam laborum consequuntur praesentium."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.288804"], ["updated_at", "2016-03-08 20:15:43.288804"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('albertha@oconnell.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "albertha@oconnell.co"], ["name", "Donnie Kemmer MD"], ["password_digest", "$2a$04$U6eAR0E40GIRQuO/ptYHz.i0qpWJk4pvhEv19tBIJTUKyoG4JchoG"], ["created_at", "2016-03-08 20:15:43.297198"], ["updated_at", "2016-03-08 20:15:43.297198"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Sint praesentium laboriosam fugit officia debitis qui. Officiis dolorem quia. Et voluptatum numquam culpa non eos corporis assumenda. Tempora vitae et voluptates."], ["summary", "Praesentium eaque beatae qui placeat ut libero deserunt. Voluptas doloribus quia velit aspernatur sed. Placeat numquam voluptatem est incidunt soluta dolores."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.302460"], ["updated_at", "2016-03-08 20:15:43.302460"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('isaias_boyer@mrazlang.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "isaias_boyer@mrazlang.net"], ["name", "Alejandrin Little"], ["password_digest", "$2a$04$B/Zsu85XU.P8XmufRz1iHugksHk5vmAQ5gB/hNvzzs25LH0nsIbge"], ["created_at", "2016-03-08 20:15:43.308940"], ["updated_at", "2016-03-08 20:15:43.308940"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Et voluptas recusandae sed quibusdam nostrum eos. Consectetur esse error porro."], ["summary", "Consequuntur optio molestiae. Cupiditate nihil laborum omnis nemo. Qui aspernatur corrupti."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.314061"], ["updated_at", "2016-03-08 20:15:43.314061"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('soledad@breitenbergbode.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "soledad@breitenbergbode.info"], ["name", "Jovani Schoen PhD"], ["password_digest", "$2a$04$0znE.BoB.ZiUKzjyGbFPpeJ5PTTPJ0007h9gbtnxk4rugHjlc6xGS"], ["created_at", "2016-03-08 20:15:43.321099"], ["updated_at", "2016-03-08 20:15:43.321099"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Eos qui totam et qui ad id. Est non molestiae earum esse pariatur. Provident et nemo."], ["summary", "Blanditiis molestias deserunt omnis est perferendis dolores. Repudiandae eum magni qui illum. Incidunt excepturi consequatur."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.325471"], ["updated_at", "2016-03-08 20:15:43.325471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (24.2ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (30.8ms) Completed 200 OK in 33ms (Views: 27.0ms | ActiveRecord: 5.7ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.4ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.6ms) Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruel@renner.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruel@renner.io"], ["name", "Garth Ritchie"], ["password_digest", "$2a$04$QT6z3HPu5pcfYvsygwMtEulxVUKqxVhfXw9/yxMlC5UtrYTrUsFOe"], ["created_at", "2016-03-08 20:15:43.391249"], ["updated_at", "2016-03-08 20:15:43.391249"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Cumque totam perferendis natus consectetur provident enim porro. Tempora a sequi veritatis et. Eos ea reprehenderit."], ["summary", "Ex officiis ducimus aut asperiores dolores repellendus. Mollitia est non eligendi et et sint totam. Et deserunt expedita."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.396728"], ["updated_at", "2016-03-08 20:15:43.396728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (7.5ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (12.6ms) Completed 200 OK in 15ms (Views: 10.1ms | ActiveRecord: 4.6ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.0ms) Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hester@toy.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hester@toy.co"], ["name", "Zita Sanford IV"], ["password_digest", "$2a$04$E/nI.2410tgEhWaL4kq.2ei4LNFQySj37Zn5TGYD3ElEdo8oTnpe2"], ["created_at", "2016-03-08 20:15:43.450245"], ["updated_at", "2016-03-08 20:15:43.450245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Voluptatem veritatis aliquam neque nisi et dolor. Voluptates reprehenderit soluta possimus rem labore ad asperiores. Quibusdam repellendus numquam et tempora."], ["summary", "Quibusdam sed explicabo vitae nesciunt. Laborum aliquam et. Neque et eum."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-08 20:15:43.454563"], ["updated_at", "2016-03-08 20:15:43.454563"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-08 20:15:43.475829"], ["updated_at", "2016-03-08 20:15:43.475829"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-08 20:15:43.481159"], ["updated_at", "2016-03-08 20:15:43.481159"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meta@murazik.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meta@murazik.name"], ["name", "Cheyanne Ernser DDS"], ["password_digest", "$2a$04$byMB3CvnN1g4wQ3/TwS6E.fSV0P6t2DE/kdQnJFqizNXe.DCFFDCO"], ["created_at", "2016-03-08 20:15:43.488040"], ["updated_at", "2016-03-08 20:15:43.488040"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Aut ratione error voluptatem modi expedita possimus. Perspiciatis ut nisi."], ["summary", "Dolorum perspiciatis voluptatem possimus quis sunt eveniet. Repellendus libero voluptatem porro quia."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.503003"], ["updated_at", "2016-03-08 20:15:43.503003"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('colten@jaskolski.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "colten@jaskolski.info"], ["name", "Helmer Roberts III"], ["password_digest", "$2a$04$meU3OV8mPnAYEXVfIGxFteMNsiwR7xGQiUnrsSyIbOzC82qpk1qFa"], ["created_at", "2016-03-08 20:15:43.513042"], ["updated_at", "2016-03-08 20:15:43.513042"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Et sed officia voluptatem corrupti excepturi. Et occaecati adipisci optio. Aliquid animi non."], ["summary", "Occaecati sit accusantium velit non. Amet sed et atque tenetur rem. Sit omnis eum."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.521679"], ["updated_at", "2016-03-08 20:15:43.521679"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.3ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (9.4ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.9ms) Completed 200 OK in 17ms (Views: 12.4ms | ActiveRecord: 3.7ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-08 15:15:43 -0500 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (5.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (14.1ms) Completed 200 OK in 20ms (Views: 12.1ms | ActiveRecord: 5.2ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$ylU0Z2lBZW5diWlgrvmyEua5YwxWVaNRmc1TFmSIECuur7VIhmf16"], ["created_at", "2016-03-08 20:15:43.610057"], ["updated_at", "2016-03-08 20:15:43.610057"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$UN3CZ2Ncjt0iuArWpwMdVuz5zMjrNwlTSHFEhO96neHnTgU2NKg4y"], ["created_at", "2016-03-08 20:15:43.622231"], ["updated_at", "2016-03-08 20:15:43.622231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$KvSDiJo.fs.fhCiJnMLLWeXA/lUlYdncNORlIhCCKkYgFzHI5dgNO"], ["updated_at", "2016-03-08 20:15:43.628212"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-08 20:15:43.647703"], ["updated_at", "2016-03-08 20:15:43.647703"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-08 20:15:43.657312"], ["updated_at", "2016-03-08 20:15:43.657312"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bret.wuckert@raynor.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bret.wuckert@raynor.co"], ["name", "Ray Wuckert"], ["password_digest", "$2a$04$AhHY4CW8FN4sr.jmV9uun.v2dxojD43gR0T4FPiDbIik3MmFqieqO"], ["created_at", "2016-03-08 20:15:43.719496"], ["updated_at", "2016-03-08 20:15:43.719496"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emery.swift@reichert.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emery.swift@reichert.name"], ["name", "Else Bartell DDS"], ["password_digest", "$2a$04$e6tXf5gjKMla07nYK3jDMuSDResOzPmximLTx8i6vVUabdVjDof.."], ["created_at", "2016-03-08 20:15:43.731389"], ["updated_at", "2016-03-08 20:15:43.731389"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alia.boyle@bosco.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alia.boyle@bosco.biz"], ["name", "Gina Pacocha MD"], ["password_digest", "$2a$04$klz2I73gHbE4BiYRrD6wGubWUIal49buDjmG4Rld/ldOx0Sc0uQu6"], ["created_at", "2016-03-08 20:15:43.742592"], ["updated_at", "2016-03-08 20:15:43.742592"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Enim vitae cupiditate ullam quia doloribus provident. Ut consectetur consequatur blanditiis qui. Sed delectus consequuntur quasi quaerat et perferendis accusantium. Earum laboriosam vel dolores voluptatem libero."], ["summary", "Sit impedit repudiandae asperiores consequatur labore rerum. Voluptas et qui. A ut optio officiis adipisci laborum sapiente."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-08 20:15:43.747267"], ["updated_at", "2016-03-08 20:15:43.747267"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('everett_hayes@willms.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "everett_hayes@willms.name"], ["name", "Travis Tromp"], ["password_digest", "$2a$04$r1cFHKesRvD6GmS2XJhw5eIrsjkcJ/gKlxJ.OrU/GdV0PW5dAENJm"], ["created_at", "2016-03-08 20:15:43.758484"], ["updated_at", "2016-03-08 20:15:43.758484"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Velit dolor assumenda amet harum aliquam aut ipsum. Aut cupiditate ut cumque laborum. Aut molestiae aliquid. Ratione sed quod et magni."], ["summary", "Ullam eaque reprehenderit natus id omnis. Nesciunt facilis qui illo iure tempore commodi."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-08 20:15:43.763700"], ["updated_at", "2016-03-08 20:15:43.763700"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosemary_welch@leschfunk.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosemary_welch@leschfunk.org"], ["name", "Sophia Kemmer"], ["password_digest", "$2a$04$eWKDLwSPCeDkoBMH.anVBuYhzcM3VGmIhEHHot9aqWGDdqTkJLryy"], ["created_at", "2016-03-08 20:15:43.774177"], ["updated_at", "2016-03-08 20:15:43.774177"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('haley@padberg.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "haley@padberg.io"], ["name", "Mrs. Jose Will"], ["password_digest", "$2a$04$spl077rwUUpYBrJ.8mXtuuTxL73fbxGFg/CluLSDvcd72wv1yYWy6"], ["created_at", "2016-03-08 20:15:43.784746"], ["updated_at", "2016-03-08 20:15:43.784746"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ceasar_kuhic@dibberthoeger.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ceasar_kuhic@dibberthoeger.info"], ["name", "Kaci O'Connell"], ["password_digest", "$2a$04$DtvYYaTzZFWz.nM8xiz19OBnNpusyDo2TBvzrM/5uZ2mAuRQcMOBG"], ["created_at", "2016-03-08 20:15:43.796837"], ["updated_at", "2016-03-08 20:15:43.796837"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('andres.beatty@corkery.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "andres.beatty@corkery.name"], ["name", "Everett Jaskolski"], ["password_digest", "$2a$04$Dr.ddXzkQyDwk4xpGysNSOT5QOgSwBmi/pYOvEoOuMNQs4/XeBCWC"], ["created_at", "2016-03-08 20:15:43.806556"], ["updated_at", "2016-03-08 20:15:43.806556"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Aliquam perferendis harum. Iure et modi voluptatem sunt sed."], ["summary", "Quaerat eaque dolores quis maxime amet odio. Laudantium ut omnis quis qui dolorem facilis."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.811533"], ["updated_at", "2016-03-08 20:15:43.811533"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sharon@waters.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sharon@waters.org"], ["name", "Aiden Paucek"], ["password_digest", "$2a$04$n63ZQOzYlUWfbVixzcws2uC7FVIx0iO7hsc42zPsS7c.lqud0zFHO"], ["created_at", "2016-03-08 20:15:43.820103"], ["updated_at", "2016-03-08 20:15:43.820103"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Quia consectetur dolore exercitationem unde qui labore aut. Autem in delectus reprehenderit dolore voluptatem."], ["summary", "Et blanditiis inventore."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.827477"], ["updated_at", "2016-03-08 20:15:43.827477"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 18:15:43.829886"], ["updated_at", "2016-03-08 20:15:43.833738"], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 20:15:43.830114"], ["updated_at", "2016-03-08 20:15:43.839024"], ["id", 21]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruben_jenkins@johnston.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruben_jenkins@johnston.com"], ["name", "Jada Boyer II"], ["password_digest", "$2a$04$T.ZOf98dVsb6eT4xnQuPRe2Ssr/rks1S4VssY/chB88gBW0HCbyKi"], ["created_at", "2016-03-08 20:15:43.853287"], ["updated_at", "2016-03-08 20:15:43.853287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Et vero dignissimos. At quas quo. Dolorum excepturi facilis consequatur rem in perferendis. Qui voluptatibus tenetur quam voluptas."], ["summary", "Ipsam cupiditate ut officia eaque architecto. Dicta expedita nisi tempora. Cumque aut sed quia impedit quaerat nobis."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.858430"], ["updated_at", "2016-03-08 20:15:43.858430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fredy@lindgren.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fredy@lindgren.co"], ["name", "Whitney Nolan"], ["password_digest", "$2a$04$mmSHYijpOPpVoa05m/t18uaP9kp37x6ZQBxwuxsxfxyjPTqJQqNxa"], ["created_at", "2016-03-08 20:15:43.866389"], ["updated_at", "2016-03-08 20:15:43.866389"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Maxime distinctio occaecati enim. Dolorem alias vitae omnis velit quod ut. Qui natus temporibus. Rem autem quibusdam fugit dolores."], ["summary", "Eos nulla fugiat earum illum occaecati explicabo aut. Sapiente dolorum qui quo iste laboriosam mollitia."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-08 20:15:43.871791"], ["updated_at", "2016-03-08 20:15:43.871791"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ashleigh@olson.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ashleigh@olson.co"], ["name", "Mrs. Shaun Prohaska"], ["password_digest", "$2a$04$rT9QtN6WK5nRs1QbiV9oT.aTjswykhP.xlWu.hkc8XI2LMI5Mv.J."], ["created_at", "2016-03-08 20:15:43.884252"], ["updated_at", "2016-03-08 20:15:43.884252"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeanette@langworthmante.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeanette@langworthmante.biz"], ["name", "Catharine Hudson"], ["password_digest", "$2a$04$ItJMiMzJ/cLszBqzLcwLXOu59C2lzo4PrQ/k.v1X5TrykwmZ2tvbG"], ["created_at", "2016-03-08 20:15:43.896490"], ["updated_at", "2016-03-08 20:15:43.896490"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Omnis adipisci non. Et quia quia facere sit voluptatem omnis eligendi. Nihil suscipit perferendis nulla aspernatur hic et facilis."], ["summary", "Quia voluptatum aut et."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-08 20:15:43.901077"], ["updated_at", "2016-03-08 20:15:43.901077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:43.905381"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('paige@johns.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "paige@johns.com"], ["name", "Joana Homenick"], ["password_digest", "$2a$04$LDMazXWf2UTZ0A5H/poGa.oSAwj/TVYZrcRRNb6bZESeFmBUGbBaG"], ["created_at", "2016-03-08 20:15:43.915945"], ["updated_at", "2016-03-08 20:15:43.915945"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Iusto qui laudantium ut et libero. Eligendi corporis tempore iure rem est praesentium eaque."], ["summary", "Alias cupiditate voluptas quam quaerat non aspernatur animi. Nemo quo atque. Qui nam odit."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-08 00:00:00.000000"], ["created_at", "2016-03-08 20:15:43.920989"], ["updated_at", "2016-03-08 20:15:43.920989"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-08 20:15:43.925800"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('newell@weimann.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "newell@weimann.info"], ["name", "Audra Ernser IV"], ["password_digest", "$2a$04$gYrlQ4BPOmn1Z.w7BHZF9eEe/woigoHVfRODuZbMfU/Tdaf3s653i"], ["created_at", "2016-03-08 20:15:43.938629"], ["updated_at", "2016-03-08 20:15:43.938629"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$fIA5p.Y0TR.F/eEczMQrmOtAbwO5eO2hqqBPxujyd0agOsn41Qofi"], ["created_at", "2016-03-08 20:15:44.027635"], ["updated_at", "2016-03-08 20:15:44.027635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$OyeTxc6OxXlMGoTVqoIdoOkIA9.Zpv2mTGPSlunnZybrzTYSfxszW"], ["created_at", "2016-03-08 20:15:44.091628"], ["updated_at", "2016-03-08 20:15:44.091628"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keanu_auer@lynch.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keanu_auer@lynch.net"], ["name", "Oral Rosenbaum"], ["password_digest", "$2a$04$x3N59w6wc0e8zV8TAuGN..2sWueyQ6AkfcvQJI3rtntnKxipEYFNO"], ["created_at", "2016-03-08 20:15:44.107082"], ["updated_at", "2016-03-08 20:15:44.107082"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Perferendis quia omnis qui at. Minus corporis fugiat nemo non rerum consequatur."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-08 20:15:44.112077"], ["updated_at", "2016-03-08 20:15:44.112077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (29.0ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (5.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (31.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$97S7KwYAKOogtHxPHBWPCuoFyNT3QbBxlNWVMZkCLbzZOhPM52MVC"], ["created_at", "2016-03-09 15:43:11.074326"], ["updated_at", "2016-03-09 15:43:11.074326"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$8nPGTHTkAYX2uNPKJAJMe.6AetMDO2eSuYbqKcE8A..xf4gLNvmfm"], ["created_at", "2016-03-09 15:43:11.099526"], ["updated_at", "2016-03-09 15:43:11.099526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4SxFz3rLU80.YqRHqi7CwuZyXg1CGcuZ.zDGBxDt16zQyfuQccGAW"], ["updated_at", "2016-03-09 15:43:11.107414"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('quentin_hand@willmayer.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "quentin_hand@willmayer.net"], ["name", "Marjolaine Smith"], ["password_digest", "$2a$04$gUErVEwnUalPpY1tzZ.C2.6eYI.UZGEvHjwzX/WGyasWazJB5fth6"], ["created_at", "2016-03-09 15:43:11.581237"], ["updated_at", "2016-03-09 15:43:11.581237"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Consequatur esse inventore facere. Quasi est natus doloremque suscipit ipsa unde blanditiis. Et porro laudantium quas laborum. Possimus enim totam recusandae quo odit."], ["summary", "Temporibus eveniet neque. Qui ut eius temporibus vero."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-09 15:43:11.743113"], ["updated_at", "2016-03-09 15:43:11.743113"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamron@mohrfritsch.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamron@mohrfritsch.name"], ["name", "Ms. Salvatore Kunze"], ["password_digest", "$2a$04$nXFpCnABsRXVf5iCga2h8eJ0Mi2dY9IpdJlE7pQTXgq4.JZsfAS7m"], ["created_at", "2016-03-09 15:43:11.793873"], ["updated_at", "2016-03-09 15:43:11.793873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Eos accusamus aut at. Voluptatibus sapiente rerum sunt consequatur non."], ["summary", "Accusantium cumque aspernatur possimus est voluptatibus."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-09 15:43:11.798866"], ["updated_at", "2016-03-09 15:43:11.798866"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lysanne@prohaska.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lysanne@prohaska.name"], ["name", "Luisa Beer"], ["password_digest", "$2a$04$Kbkgfd7V1bGAN1H9vsAsqOdn.HN6A65odD/rVS6XW4sVV57/DhMmC"], ["created_at", "2016-03-09 15:43:11.807994"], ["updated_at", "2016-03-09 15:43:11.807994"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Illum ab et tempora hic et explicabo in. Temporibus repellat occaecati aut accusantium adipisci pariatur numquam. Commodi nam officia non necessitatibus optio saepe. Amet autem aut commodi."], ["summary", "Ipsam qui atque provident nemo quis dolore."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-09 15:43:11.814424"], ["updated_at", "2016-03-09 15:43:11.814424"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keanu@mitchell.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keanu@mitchell.co"], ["name", "Mr. Alice Mertz"], ["password_digest", "$2a$04$aOuVm72zOCtjwI7DESslAuT8.kvjsVgQoE9M6QBWAwrFj1CHzHwU6"], ["created_at", "2016-03-09 15:43:11.822163"], ["updated_at", "2016-03-09 15:43:11.822163"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Aut vitae iste repellat deserunt laborum veritatis. Aspernatur aut accusantium et dolor qui iusto rem. Tempora non ullam deserunt eos. Nesciunt itaque facilis non debitis cupiditate accusantium expedita."], ["summary", "Minus quam odio. Pariatur ab maiores quis quas."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-09 15:43:11.826546"], ["updated_at", "2016-03-09 15:43:11.826546"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aleandro@hammes.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aleandro@hammes.info"], ["name", "Miss Lavada Senger"], ["password_digest", "$2a$04$ar5H34oNmMJp6VfQmQ.ta.ZDPToahn7f8BQDtdRr9mJRGIbr1Ou36"], ["created_at", "2016-03-09 15:43:11.834908"], ["updated_at", "2016-03-09 15:43:11.834908"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Voluptate odit tenetur sint. Et excepturi consequatur quo sed. Suscipit sit itaque rem quibusdam optio."], ["summary", "Laboriosam et dolore fugit esse et."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-09 15:43:11.839095"], ["updated_at", "2016-03-09 15:43:11.839095"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mohamed@emard.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mohamed@emard.co"], ["name", "Beatrice Walsh"], ["password_digest", "$2a$04$3auFnnbp4ynyV/oUYRKkCuUPhvpKv0Wpgr4CRxsRDTnLG5MRRyLji"], ["created_at", "2016-03-09 15:43:11.845804"], ["updated_at", "2016-03-09 15:43:11.845804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Velit sed quia minima et totam accusamus vero. Occaecati porro voluptas consequatur et dolor deleniti. Odit quam id. Occaecati quo ea vel."], ["summary", "Tenetur porro voluptatem qui. Et blanditiis aliquid. Ratione iure dolore iusto."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-09 15:43:11.851324"], ["updated_at", "2016-03-09 15:43:11.851324"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ladarius@lesch.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ladarius@lesch.info"], ["name", "Manley Kuhn"], ["password_digest", "$2a$04$Ky5yPVcKrey4P45oHFntDe5qdJPYJlBsVfx/MgAC8xSgFpgB/FYAi"], ["created_at", "2016-03-09 15:43:11.859117"], ["updated_at", "2016-03-09 15:43:11.859117"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Officiis id eaque. Reiciendis quidem eum voluptatum dolores laboriosam omnis harum."], ["summary", "Dolores iure sed sit voluptas corporis adipisci quia. Inventore ea odit vel aut delectus quidem. Voluptatem quaerat possimus quod autem corrupti ut at."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-09 15:43:11.865275"], ["updated_at", "2016-03-09 15:43:11.865275"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('muriel@waterspollich.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "muriel@waterspollich.biz"], ["name", "Alexane Kerluke"], ["password_digest", "$2a$04$D5aEy85HiC22FkgUtu4.qe8DwI/CnvWuxqKqH14PJnpVDu8VXSFDu"], ["created_at", "2016-03-09 15:43:11.872699"], ["updated_at", "2016-03-09 15:43:11.872699"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Fuga et similique quae eveniet magni fugiat. Exercitationem facilis eos similique sunt asperiores in. Eveniet enim earum. Assumenda placeat sequi et vel ut."], ["summary", "Quia voluptas vero."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-09 15:43:11.877463"], ["updated_at", "2016-03-09 15:43:11.877463"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theo@stokes.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theo@stokes.com"], ["name", "Gerhard Balistreri II"], ["password_digest", "$2a$04$16XKotCLnKpH9OdY4GqtG.i.rDJMptZ1NCmXYT6gE9/QSI53F2cji"], ["created_at", "2016-03-09 15:43:11.885220"], ["updated_at", "2016-03-09 15:43:11.885220"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Non rerum earum nobis. Quo vel aspernatur dolores vitae sunt. Error voluptatibus nesciunt labore eligendi magni. Pariatur quo assumenda et ab non."], ["summary", "Sunt enim sit animi est in."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-09 15:43:11.891971"], ["updated_at", "2016-03-09 15:43:11.891971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vivianne@kunde.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vivianne@kunde.net"], ["name", "Ewell Hegmann"], ["password_digest", "$2a$04$gM8fTT.q6TYLDpbuLkXNSugsvBE6mAkN5/0p4ddkA3TN16oiKx06i"], ["created_at", "2016-03-09 15:43:11.899241"], ["updated_at", "2016-03-09 15:43:11.899241"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Quo tenetur et. Ut eaque magnam est qui ex ut. Veniam quibusdam ipsum explicabo."], ["summary", "Tempora dolores commodi ipsum consequuntur quaerat voluptas incidunt."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-09 15:43:11.903596"], ["updated_at", "2016-03-09 15:43:11.903596"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kayleigh@ratkeswift.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kayleigh@ratkeswift.co"], ["name", "Daniella Mraz"], ["password_digest", "$2a$04$vHM6JKMCvRnDN3VnfLdG.u1.WRMsj9jHtWI/TIZzCnFMKoqUaMt8e"], ["created_at", "2016-03-09 15:43:11.911055"], ["updated_at", "2016-03-09 15:43:11.911055"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Reiciendis ullam itaque beatae aut et odio. Est voluptates eum quia ducimus dolores est."], ["summary", "Eum voluptate reprehenderit. Est est quas in ut tenetur non cupiditate. Qui exercitationem est doloribus fuga voluptates modi hic."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-09 15:43:11.915961"], ["updated_at", "2016-03-09 15:43:11.915961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gaylord@fadel.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gaylord@fadel.name"], ["name", "Nicolas Brown"], ["password_digest", "$2a$04$YQtyIZX75dNNAlQwn6tcH.3q83VihRTdzXK.JHqWu99UeDKitS1DS"], ["created_at", "2016-03-09 15:43:11.922609"], ["updated_at", "2016-03-09 15:43:11.922609"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Ea exercitationem similique quia. Necessitatibus molestiae cumque sunt. Velit reiciendis tempora voluptatem et numquam. Dolorum qui id error voluptatem totam perspiciatis."], ["summary", "Nam consequuntur id explicabo modi et voluptates repudiandae. Illo debitis incidunt assumenda magnam commodi eius enim."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-09 15:43:11.927637"], ["updated_at", "2016-03-09 15:43:11.927637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jakayla_schultz@hilpertthompson.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jakayla_schultz@hilpertthompson.io"], ["name", "Dayne Wilderman II"], ["password_digest", "$2a$04$vRXsrFtfoQxhrGr9x1H.Je.Vimscu1VSrwBVtbjX.X6SLVCmgFdE6"], ["created_at", "2016-03-09 15:43:11.939490"], ["updated_at", "2016-03-09 15:43:11.939490"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "In ut sint. Commodi et facere culpa aut rerum nulla. Et maiores itaque vel. Libero qui doloremque corporis aut."], ["summary", "Eos repellat veniam maxime est voluptas dignissimos. Rem saepe hic laudantium ea vel. Dolor esse aut."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-09 15:43:11.945949"], ["updated_at", "2016-03-09 15:43:11.945949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sherman_okon@ebert.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sherman_okon@ebert.biz"], ["name", "Mckenna Kutch"], ["password_digest", "$2a$04$MV6z9oNDXUvscnKm3YQ23eIbFy709IebrzD7tYU5ttB8G.ym8pRNG"], ["created_at", "2016-03-09 15:43:11.953887"], ["updated_at", "2016-03-09 15:43:11.953887"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Aperiam repellendus ut iste necessitatibus nesciunt sit. Autem dolores ut incidunt minus voluptatem quod praesentium. Iste sit asperiores placeat. Eius veritatis molestias excepturi sequi quo consequatur magnam."], ["summary", "Consequatur reprehenderit aut ratione voluptatem tenetur."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-09 15:43:11.958198"], ["updated_at", "2016-03-09 15:43:11.958198"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebony@dooleyjohnson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ebony@dooleyjohnson.net"], ["name", "Rachel Ledner"], ["password_digest", "$2a$04$aqrLfdF2PCZ09iJFu759zOLv41Gj30RrkLaCwviym9kn0OSBRSF6y"], ["created_at", "2016-03-09 15:43:11.965159"], ["updated_at", "2016-03-09 15:43:11.965159"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Illo modi natus consequatur vel corporis ut cupiditate. Harum voluptas omnis architecto omnis doloribus. Sunt rerum velit. Officia omnis optio deleniti ullam non."], ["summary", "Veritatis explicabo unde ducimus rerum omnis sunt occaecati. Molestias ab corporis vel impedit quo. Est quo iure aut reprehenderit dicta sapiente reiciendis."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-09 15:43:11.970269"], ["updated_at", "2016-03-09 15:43:11.970269"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sierra_orn@stark.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sierra_orn@stark.biz"], ["name", "Elna Harvey"], ["password_digest", "$2a$04$YPOESLw.gW/Af95qRZDDvuBxospK83ggEevrQYMWvRb5mzL2s/eYi"], ["created_at", "2016-03-09 15:43:11.977314"], ["updated_at", "2016-03-09 15:43:11.977314"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Amet est veritatis. Illo nisi aut est repellat id fugiat eum."], ["summary", "In ut dolorem consequatur veniam ut alias aut. Et repellendus ex voluptatem delectus. Reiciendis ipsam sed et."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-09 15:43:11.982372"], ["updated_at", "2016-03-09 15:43:11.982372"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('taylor@hettingerdicki.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "taylor@hettingerdicki.biz"], ["name", "Gust Daniel"], ["password_digest", "$2a$04$maU3tX48GMD3Lxok9A9GZeOF57RWHi4LPDL1RNNyYM26zoeeuTE1W"], ["created_at", "2016-03-09 15:43:11.989554"], ["updated_at", "2016-03-09 15:43:11.989554"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Modi minus ipsa omnis nostrum. Excepturi possimus et."], ["summary", "Corporis fugiat eos rem quos officiis aspernatur molestias. Dolores pariatur doloribus illum ab est odio."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-09 15:43:11.995823"], ["updated_at", "2016-03-09 15:43:11.995823"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('earlene.bosco@langosh.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "earlene.bosco@langosh.io"], ["name", "Darion Jerde"], ["password_digest", "$2a$04$S5MvawJe.Sr84PPG5pHaJ.aYJhewmY9vE0X6TweTdg.pBcZ7VDHcW"], ["created_at", "2016-03-09 15:43:12.002931"], ["updated_at", "2016-03-09 15:43:12.002931"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Voluptatibus enim et. Ut quibusdam in aspernatur est commodi corporis. Rerum eos voluptatum repudiandae asperiores aliquid."], ["summary", "Ut fugit impedit debitis rerum tempore sit. Modi et provident."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-09 15:43:12.007309"], ["updated_at", "2016-03-09 15:43:12.007309"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alphonso@sawayn.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alphonso@sawayn.io"], ["name", "Malika Kozey"], ["password_digest", "$2a$04$BWvJ0GAbFHb9o9LWwKQ08uNPp//GJKqthhjwKvB7KwVfQbuxWITxm"], ["created_at", "2016-03-09 15:43:12.014468"], ["updated_at", "2016-03-09 15:43:12.014468"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Sunt illum molestiae quas qui sed. Et dicta non modi. Qui est tempora est consequatur recusandae."], ["summary", "Corporis debitis ex ipsam sed hic. Voluptatibus velit ab eveniet suscipit ipsam sapiente."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-09 15:43:12.019855"], ["updated_at", "2016-03-09 15:43:12.019855"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alia_walsh@langworth.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alia_walsh@langworth.co"], ["name", "Oliver Heaney"], ["password_digest", "$2a$04$leK1Np1Lrmvu4tvIMpWewOHmvLolKTKlHobS2Ii.iz9qGDCbdhvNe"], ["created_at", "2016-03-09 15:43:12.026710"], ["updated_at", "2016-03-09 15:43:12.026710"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Iure est sint natus quia reiciendis eum. Consequatur vitae ipsa mollitia a consectetur. Quis aliquid unde."], ["summary", "Iste consequatur dolore consequatur officiis eveniet. Quidem omnis sint."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-09 15:43:12.033042"], ["updated_at", "2016-03-09 15:43:12.033042"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('isac@wunschfeeney.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "isac@wunschfeeney.com"], ["name", "Axel Borer Jr."], ["password_digest", "$2a$04$OrbdNI2U7bn5.Iz1DR3o0eU8EMfyJKUqDH5rSUfsQ6RPW6yc7eppy"], ["created_at", "2016-03-09 15:43:12.040650"], ["updated_at", "2016-03-09 15:43:12.040650"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Sapiente facere architecto qui nulla. Cum quasi ad quibusdam. Minus accusantium quas libero magni harum qui ullam."], ["summary", "Ut deserunt quo et tempora aut quaerat."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-09 15:43:12.046663"], ["updated_at", "2016-03-09 15:43:12.046663"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('anais@kertzmannhamill.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "anais@kertzmannhamill.com"], ["name", "Miss Jaclyn Breitenberg"], ["password_digest", "$2a$04$vuulpDHPAS/.y84dgxSxnukkLPvhnrgHKlqHpA43oilEjOFJ89QHO"], ["created_at", "2016-03-09 15:43:12.055473"], ["updated_at", "2016-03-09 15:43:12.055473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Quisquam consectetur sunt sit eum voluptates nisi. Velit nihil dicta nihil illo quia sint dolorum. A delectus at explicabo vel architecto."], ["summary", "Adipisci fugiat reiciendis nobis autem eos sed. Velit sunt voluptatem excepturi dolor assumenda."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-09 15:43:12.060235"], ["updated_at", "2016-03-09 15:43:12.060235"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trevor_white@streich.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trevor_white@streich.info"], ["name", "Vernon Windler"], ["password_digest", "$2a$04$CjPesytiqqtfwTB4VQjqHuo3B/40HNP30FMNmGXFae0OSXmFswDrG"], ["created_at", "2016-03-09 15:43:12.067396"], ["updated_at", "2016-03-09 15:43:12.067396"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Voluptas consequatur necessitatibus culpa voluptatem ducimus iure. Vero doloribus soluta deserunt minus consectetur cumque. Et esse pariatur velit."], ["summary", "Error in perspiciatis ullam. Sequi ut aut."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-09 15:43:12.072824"], ["updated_at", "2016-03-09 15:43:12.072824"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sophia.homenick@goyetteturner.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sophia.homenick@goyetteturner.info"], ["name", "Freddie Bashirian"], ["password_digest", "$2a$04$V3lDbRpDdR02l/msr1A8lu34r56mNVUKotJUp9TVS24q59hjVY8ZK"], ["created_at", "2016-03-09 15:43:12.079761"], ["updated_at", "2016-03-09 15:43:12.079761"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Magni ad sunt molestiae. Facilis vel aliquam veniam debitis aut. Minima mollitia aliquid modi laudantium accusantium. Et consequatur ut nihil est voluptatem."], ["summary", "Placeat et nisi. Optio sunt praesentium rem itaque voluptatem. Dolor dolorem occaecati facere qui."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-09 15:43:12.085370"], ["updated_at", "2016-03-09 15:43:12.085370"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sally@wisozk.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sally@wisozk.io"], ["name", "Mr. Vivianne Larkin"], ["password_digest", "$2a$04$ekIUFF5OHJmV0qwTbzA0QOorUd9gEhfA2/2ijUipbHxlHzGjHc/9G"], ["created_at", "2016-03-09 15:43:12.093280"], ["updated_at", "2016-03-09 15:43:12.093280"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Ipsum iure dolor ducimus. Non iste sint harum quasi omnis praesentium sequi. Numquam aperiam fugit cumque deleniti quasi est. Corrupti aut nisi ipsum sequi delectus."], ["summary", "Qui consequatur animi rerum autem veniam dolorum. Tempora impedit dicta asperiores."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-09 15:43:12.099963"], ["updated_at", "2016-03-09 15:43:12.099963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('malvina@hyatt.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "malvina@hyatt.io"], ["name", "Mrs. Ellsworth Legros"], ["password_digest", "$2a$04$0OElNUNhEGmrfEtwMvEBo.XOEWTpxKhJb5Aq00o97WRasPMJDk1.C"], ["created_at", "2016-03-09 15:43:12.107836"], ["updated_at", "2016-03-09 15:43:12.107836"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Impedit ex sint non voluptatem numquam reiciendis voluptatem. Ipsum quidem debitis et eius. Sed sint ut voluptatem sunt neque."], ["summary", "Rerum itaque iusto at consequatur libero. Modi nisi sint rerum. Quam fuga qui deleniti et quaerat qui ratione."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-09 15:43:12.112774"], ["updated_at", "2016-03-09 15:43:12.112774"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dorthy@lindtillman.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dorthy@lindtillman.io"], ["name", "Ron Carroll"], ["password_digest", "$2a$04$oh61CdAV8GrlVO/vkd0eBOH5PIQi3H5PwKFZ0Bu.PZc.K6Zhnz3Wy"], ["created_at", "2016-03-09 15:43:12.121886"], ["updated_at", "2016-03-09 15:43:12.121886"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Est placeat hic nulla sunt velit facilis. Quaerat aut vitae alias magni. Voluptatem quas rerum libero ad natus. Nobis aut dignissimos maxime et quasi eos ut."], ["summary", "Eius officiis natus ut distinctio necessitatibus voluptatem enim. Mollitia voluptatibus eveniet et et voluptatem dolores. Sit voluptate excepturi et eius rerum enim."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-09 15:43:12.126768"], ["updated_at", "2016-03-09 15:43:12.126768"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('else@turner.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "else@turner.name"], ["name", "Domenico Crooks"], ["password_digest", "$2a$04$h6WYbZ6K/1ep2yiLS1hT0uCMgRtysDPefcFx3DRz1ZpqY96uo9XiC"], ["created_at", "2016-03-09 15:43:12.165039"], ["updated_at", "2016-03-09 15:43:12.165039"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (2.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-09 15:43:12.196314"], ["updated_at", "2016-03-09 15:43:12.196314"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ro@barrowskozey.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ro@barrowskozey.biz"], ["name", "Justen Swaniawski"], ["password_digest", "$2a$04$ew71fgWaRbGlgjq/mTP8CuI6UI3maRB7dpHpz2J.dHD2snZ3k4yVq"], ["created_at", "2016-03-09 15:43:12.227347"], ["updated_at", "2016-03-09 15:43:12.227347"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Et quia voluptate. Reiciendis distinctio qui sit quam aut. Accusamus voluptatem ullam est consectetur.", "summary"=>"Quis qui ut rerum id."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-09 15:43:12.261932"], ["updated_at", "2016-03-09 15:43:12.261932"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Quidem repudiandae et aut qui ea. Voluptas autem voluptatem.", "summary"=>"Nulla voluptatem sit tenetur. Omnis beatae tenetur porro."}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 1.2ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gilbert.balistreri@parisianoconnell.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gilbert.balistreri@parisianoconnell.io"], ["name", "Elroy Dietrich"], ["password_digest", "$2a$04$P784jAOJKJ06oVJTbGELIutpi0HDPIfim4qNw9Mz0jaI6ZsHh008S"], ["created_at", "2016-03-09 15:43:12.292988"], ["updated_at", "2016-03-09 15:43:12.292988"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Modi itaque sunt ex sed quam. Cum et rerum et quia deserunt temporibus. Error similique unde.", "author_id"=>"32"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Modi itaque sunt ex sed quam. Cum et rerum et quia deserunt temporibus. Error similique unde."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-09 15:43:12.311185"], ["updated_at", "2016-03-09 15:43:12.311185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 17ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Doloribus eaque dolores ab non."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnathan@brakus.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johnathan@brakus.co"], ["name", "Jaquelin Shanahan DDS"], ["password_digest", "$2a$04$WrAkUDEyE28liAPw54H1g.lIjhDNtyxgGbhFiHhHEeYQ/JSB0.u2q"], ["created_at", "2016-03-09 15:43:12.361824"], ["updated_at", "2016-03-09 15:43:12.361824"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Ipsam dolor qui non blanditiis culpa sed corporis. Animi dolorem et illo enim sunt ex."], ["summary", "Est mollitia ut cupiditate natus eos molestias voluptatum. Molestiae consequatur sed."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-09 15:43:12.367430"], ["updated_at", "2016-03-09 15:43:12.367430"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 3.8ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('desmond@windler.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "desmond@windler.io"], ["name", "Elva McGlynn"], ["password_digest", "$2a$04$d0Ggg4HHk0b29zKxJCfDyOhGTCBSeS7Ec42xz7Lzo6Jxgex2KcY8O"], ["created_at", "2016-03-09 15:43:12.398553"], ["updated_at", "2016-03-09 15:43:12.398553"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Exercitationem dignissimos at est nobis ullam sed laborum. Sint aperiam iste et ratione illo nemo. Qui non vero sapiente voluptatem debitis. Nobis provident eum minus modi."], ["summary", "Voluptate sint praesentium assumenda minima nesciunt nam. Ut atque sint ducimus reprehenderit molestiae iure temporibus. Accusamus sit libero distinctio."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-09 15:43:12.404669"], ["updated_at", "2016-03-09 15:43:12.404669"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.5ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-09 15:43:12.428429"], ["updated_at", "2016-03-09 15:43:12.428429"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abraham@wunsch.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abraham@wunsch.info"], ["name", "Concepcion Mills"], ["password_digest", "$2a$04$Rx5.WJ/wJXQBv7wIsLCqseQO309IitSZThDKdn1pbTthEcWPffYj2"], ["created_at", "2016-03-09 15:43:12.440049"], ["updated_at", "2016-03-09 15:43:12.440049"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Nihil voluptas at excepturi voluptas. Voluptate omnis aut dolores illo tempore omnis. Aut quia aut dolorum maiores rerum ut."], ["summary", "Similique velit sint amet est distinctio consequatur ipsum. Amet iusto repudiandae blanditiis voluptatem."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-09 15:43:12.445244"], ["updated_at", "2016-03-09 15:43:12.445244"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lawson_goyette@bernhardkuphal.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lawson_goyette@bernhardkuphal.com"], ["name", "Vena Mohr"], ["password_digest", "$2a$04$P5CKuHRvb.K879CJlZQ8xeAo1n.sUkvacZPP7wmlhUqK2XfAZMjWm"], ["created_at", "2016-03-09 15:43:12.471617"], ["updated_at", "2016-03-09 15:43:12.471617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Eos et sequi natus id voluptas consequatur aliquam. Rerum molestias perferendis accusantium quos qui id."], ["summary", "Rem tempore repudiandae harum sit voluptatem id velit. Et quod exercitationem aut quaerat. Ut cupiditate molestiae sit."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-09 15:43:12.476386"], ["updated_at", "2016-03-09 15:43:12.476386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-09 15:43:12.493510"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 17ms (ActiveRecord: 3.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('oma@hackettschimmel.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "oma@hackettschimmel.biz"], ["name", "Mrs. Angeline Heidenreich"], ["password_digest", "$2a$04$n5CwTW7SCn5JYpN4iMonmev8dnwNQNEk8/0jyBEV2G5gI/XFsRMHu"], ["created_at", "2016-03-09 15:43:12.515655"], ["updated_at", "2016-03-09 15:43:12.515655"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Perferendis voluptatem repellat sint voluptatibus qui aut. Iure amet nesciunt et est sapiente. Atque veritatis tenetur dignissimos aut doloremque. Rerum dolores nihil fugit provident neque."], ["summary", "In beatae impedit cupiditate reprehenderit."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-09 15:43:12.522255"], ["updated_at", "2016-03-09 15:43:12.522255"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-09 15:43:12.536651"], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caesar@schinner.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caesar@schinner.info"], ["name", "Mariana Morar"], ["password_digest", "$2a$04$wyu8hRw4jpSGx4cX0OEVuejH9eF64HeZmzXt0sEqOlLJ0As714gGi"], ["created_at", "2016-03-09 15:43:12.557807"], ["updated_at", "2016-03-09 15:43:12.557807"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('macy@block.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "macy@block.net"], ["name", "Arely Ziemann I"], ["password_digest", "$2a$04$0vQF6fBEegT2CAw2qfxT2eHxLcnbQ7hHoHXa00hkrUzUf/IpUPlHG"], ["created_at", "2016-03-09 15:43:12.567730"], ["updated_at", "2016-03-09 15:43:12.567730"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Cumque aperiam et deserunt at delectus. Repellat ad fugiat placeat non saepe inventore expedita. Architecto nostrum adipisci."], ["summary", "Qui pariatur recusandae voluptatem."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-09 15:43:12.572437"], ["updated_at", "2016-03-09 15:43:12.572437"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-09 15:43:12.587063"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-09 15:43:12.608449"], ["updated_at", "2016-03-09 15:43:12.608449"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('valentina@mullerdach.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "valentina@mullerdach.co"], ["name", "Yasmeen Schuster"], ["password_digest", "$2a$04$6GdTWKLqcy5yQpSjhx1SKOxEgDfRkfNPw3lJQjwxEz7W7dybUp20W"], ["created_at", "2016-03-09 15:43:12.618166"], ["updated_at", "2016-03-09 15:43:12.618166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Tempora sequi laboriosam eum odit ipsam. Eos praesentium consequatur dolore voluptatem eligendi. Quo magni ut eaque perspiciatis. Minima corrupti velit blanditiis deleniti."], ["summary", "Delectus rem autem quia accusamus cumque. Aut nam voluptatem eaque suscipit accusamus. Itaque sint cumque est occaecati non veniam numquam."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-09 15:43:12.623957"], ["updated_at", "2016-03-09 15:43:12.623957"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.9ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-09 15:43:12.638968"], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Jasmin Dietrich IV"], ["password_digest", "$2a$04$KOAGJmnjylp8PHlxiLu8aO/gwwO3./ewGE.3YIDRGmDSCkcgvjIyy"], ["created_at", "2016-03-09 15:43:12.679104"], ["updated_at", "2016-03-09 15:43:12.679104"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mRB8tqk0eXpvTtNnJM04a.CgXFMprg5D3W2IYHKtDKV0t1o9Gdqfi"], ["updated_at", "2016-03-09 15:43:12.694043"], ["id", 41]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 30ms (ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-09 15:43:12.761522"], ["updated_at", "2016-03-09 15:43:12.761522"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-09 15:43:12.794452"], ["updated_at", "2016-03-09 15:43:12.794452"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-09 15:43:12.800134"], ["updated_at", "2016-03-09 15:43:12.800134"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-09 15:43:12.806231"], ["updated_at", "2016-03-09 15:43:12.806231"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-09 15:43:12.811623"], ["updated_at", "2016-03-09 15:43:12.811623"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-09 15:43:12.819247"], ["updated_at", "2016-03-09 15:43:12.819247"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-09 15:43:12.825651"], ["updated_at", "2016-03-09 15:43:12.825651"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-09 15:43:12.831126"], ["updated_at", "2016-03-09 15:43:12.831126"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-09 15:43:12.837570"], ["updated_at", "2016-03-09 15:43:12.837570"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-09 15:43:12.842300"], ["updated_at", "2016-03-09 15:43:12.842300"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-09 15:43:12.847862"], ["updated_at", "2016-03-09 15:43:12.847862"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-09 15:43:12.854504"], ["updated_at", "2016-03-09 15:43:12.854504"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-09 15:43:12.861109"], ["updated_at", "2016-03-09 15:43:12.861109"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-09 15:43:12.866984"], ["updated_at", "2016-03-09 15:43:12.866984"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-09 15:43:12.874155"], ["updated_at", "2016-03-09 15:43:12.874155"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-09 15:43:12.879792"], ["updated_at", "2016-03-09 15:43:12.879792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-09 15:43:12.885294"], ["updated_at", "2016-03-09 15:43:12.885294"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-09 15:43:12.890244"], ["updated_at", "2016-03-09 15:43:12.890244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-09 15:43:12.895031"], ["updated_at", "2016-03-09 15:43:12.895031"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-09 15:43:12.900146"], ["updated_at", "2016-03-09 15:43:12.900146"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-09 15:43:12.905662"], ["updated_at", "2016-03-09 15:43:12.905662"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-09 15:43:12.911316"], ["updated_at", "2016-03-09 15:43:12.911316"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-09 15:43:12.916971"], ["updated_at", "2016-03-09 15:43:12.916971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-09 15:43:12.924311"], ["updated_at", "2016-03-09 15:43:12.924311"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-09 15:43:12.929792"], ["updated_at", "2016-03-09 15:43:12.929792"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-09 15:43:12.935418"], ["updated_at", "2016-03-09 15:43:12.935418"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-09 15:43:12.940403"], ["updated_at", "2016-03-09 15:43:12.940403"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('broderick.mertz@gerlachhodkiewicz.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "broderick.mertz@gerlachhodkiewicz.co"], ["name", "Tommie Bailey"], ["password_digest", "$2a$04$4hqWDoSOQPdVkLqVxppfn.TpaiR544XWBTM8hB003cfLvZscIHhjO"], ["created_at", "2016-03-09 15:43:12.981729"], ["updated_at", "2016-03-09 15:43:12.981729"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-09 15:43:12.993757"], ["updated_at", "2016-03-09 15:43:12.993757"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 9ms (Views: 1.8ms | ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-09 15:43:13.038058"], ["updated_at", "2016-03-09 15:43:13.038058"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.8ms) Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-09 15:43:13.067007"], ["updated_at", "2016-03-09 15:43:13.067007"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-09 15:43:13.081519"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 14ms (ActiveRecord: 3.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-09 15:43:13.098377"], ["updated_at", "2016-03-09 15:43:13.098377"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-09 15:43:13.112035"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-09 15:43:13.133266"], ["updated_at", "2016-03-09 15:43:13.133266"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-09 15:43:13.162147"], ["updated_at", "2016-03-09 15:43:13.162147"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nichole@kiehn.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nichole@kiehn.org"], ["name", "Miss Ila VonRueden"], ["password_digest", "$2a$04$fM/hu3/FN2VEzjKrh9mvmuNHoRRZGfIYoqduOj7Xwfan6/qjIuSoG"], ["created_at", "2016-03-09 15:43:13.196614"], ["updated_at", "2016-03-09 15:43:13.196614"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Et tempora quia dolorum molestiae nam cum. Et inventore consequatur delectus nostrum in."], ["summary", "Temporibus neque delectus sit ipsum tempore vero veritatis. Doloremque et nisi harum repudiandae necessitatibus dolorum itaque."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.203553"], ["updated_at", "2016-03-09 15:43:13.203553"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mohamed_hilpert@turnerkemmer.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mohamed_hilpert@turnerkemmer.co"], ["name", "Mina Daugherty"], ["password_digest", "$2a$04$brMhtH7Ww4gcd6b8.534fewg1/9obJ4P.wr.6ME5ImHC6pXKxlI4e"], ["created_at", "2016-03-09 15:43:13.211472"], ["updated_at", "2016-03-09 15:43:13.211472"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Esse est maxime et quia harum. Excepturi aliquid temporibus quo possimus. Ea fugit et. Modi impedit dolor."], ["summary", "Fugiat sed repellendus ipsum."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.217271"], ["updated_at", "2016-03-09 15:43:13.217271"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('domenick@wintheiserfisher.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "domenick@wintheiserfisher.org"], ["name", "Savion Gibson Jr."], ["password_digest", "$2a$04$FBtehWy9rUpQjDaBqKjQAeK25SeKPrwg.oBY3FyZyzKkipHrtWbDq"], ["created_at", "2016-03-09 15:43:13.226893"], ["updated_at", "2016-03-09 15:43:13.226893"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Similique officia iure possimus assumenda autem natus neque. Eos odio similique. Quis quaerat voluptas ratione accusantium. Voluptatem sit sit blanditiis aut ducimus."], ["summary", "Est cumque reiciendis sapiente vel molestiae nesciunt magni. Non rerum asperiores nobis voluptatibus tempore fugiat eaque. Blanditiis quo magnam."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-09 15:43:13.231799"], ["updated_at", "2016-03-09 15:43:13.231799"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:13.237750"], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('milo@durganjakubowski.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "milo@durganjakubowski.info"], ["name", "Keven Cummerata"], ["password_digest", "$2a$04$my3WCxUdK876b59gEPhkTOm1UAv6B92iKQpjcHK3dbhop9Oab4nhS"], ["created_at", "2016-03-09 15:43:13.273980"], ["updated_at", "2016-03-09 15:43:13.273980"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Autem et assumenda optio culpa vitae aliquam. Id commodi vero magnam odit ut. Nemo maxime minus officia veniam."], ["summary", "Rerum in aut. Nemo nulla corrupti nesciunt voluptas sint velit. Impedit veritatis nesciunt at vitae quaerat facere."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.278658"], ["updated_at", "2016-03-09 15:43:13.278658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christiana@heel.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christiana@heel.info"], ["name", "Braulio Ruecker Sr."], ["password_digest", "$2a$04$lxcRDlKOKude6Ly05CdHs.WeMTm9.UPoboy2Pp878MKg.ptjIhR6a"], ["created_at", "2016-03-09 15:43:13.286735"], ["updated_at", "2016-03-09 15:43:13.286735"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Minima autem sit exercitationem molestias sit. Aut error in explicabo. Quo non consequuntur et. Temporibus qui illo nemo dolor cumque voluptatem."], ["summary", "Animi quo incidunt. Molestiae iste possimus quod perspiciatis cum. Dolore nostrum nam."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.291975"], ["updated_at", "2016-03-09 15:43:13.291975"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kayli@hoppekeler.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kayli@hoppekeler.io"], ["name", "Misael Shanahan"], ["password_digest", "$2a$04$3z69N.PElP0kLsGEjMbb9OQx9URrHIhAnn4iAJbkdfrzQ7rq/PGm6"], ["created_at", "2016-03-09 15:43:13.301033"], ["updated_at", "2016-03-09 15:43:13.301033"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Inventore error neque consequuntur. Officia laborum quis labore ad molestiae enim. Explicabo id dolore debitis vero et et veritatis. Cupiditate voluptates quis porro."], ["summary", "Ut quisquam omnis quibusdam ad quia blanditiis. Neque deleniti nihil est."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.306743"], ["updated_at", "2016-03-09 15:43:13.306743"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('howell@feest.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "howell@feest.co"], ["name", "Dayton Kuhlman"], ["password_digest", "$2a$04$KotH68rHDyAIRXp6r87.bucsVr4kjUIhXcNdR9dD58tL7VyPRxZui"], ["created_at", "2016-03-09 15:43:13.314242"], ["updated_at", "2016-03-09 15:43:13.314242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Dolor est earum aut voluptatibus voluptatem ab. Vitae ex sed id quisquam ipsa nesciunt."], ["summary", "Aspernatur pariatur tempore molestiae sequi dolores."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.319863"], ["updated_at", "2016-03-09 15:43:13.319863"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ole@walker.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ole@walker.com"], ["name", "Kiana Stoltenberg"], ["password_digest", "$2a$04$XGyia8bXie9Qja8D15ET.u0eX9BkXsYlpZuETYShUv.p1uXlA.r/y"], ["created_at", "2016-03-09 15:43:13.330728"], ["updated_at", "2016-03-09 15:43:13.330728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Facere vel repellendus quia dolorem totam velit. Dicta necessitatibus incidunt optio. Quod nostrum sit sapiente nihil."], ["summary", "Error aut repellendus et ex aliquid fugiat. Facere pariatur molestiae accusamus aut nobis laudantium deserunt."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.336372"], ["updated_at", "2016-03-09 15:43:13.336372"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aurore@prosaccoreynolds.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aurore@prosaccoreynolds.name"], ["name", "Vanessa Cassin I"], ["password_digest", "$2a$04$JWCkr8vJFA0e9gWZNKUj9e.Ci3tEHY4rXISK7QLb34.0HHpc.cX3C"], ["created_at", "2016-03-09 15:43:13.344185"], ["updated_at", "2016-03-09 15:43:13.344185"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Repellat ratione non consectetur. Quidem cupiditate est at et nulla. Numquam ipsa tenetur. Minima doloribus sequi."], ["summary", "Quod laudantium perspiciatis modi fuga molestiae asperiores aut."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.350516"], ["updated_at", "2016-03-09 15:43:13.350516"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lincoln_bednar@padberg.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lincoln_bednar@padberg.co"], ["name", "Camden Kuhlman"], ["password_digest", "$2a$04$CK5LHkxSkfkPYgb51jOS/.I1K82mg.PpQ8F4rCC46n1LHSe1/CGD6"], ["created_at", "2016-03-09 15:43:13.357803"], ["updated_at", "2016-03-09 15:43:13.357803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Aperiam doloremque laudantium vel natus. Quo enim et nam iste neque quae."], ["summary", "Et non id hic ut suscipit. Porro aliquid molestiae amet ullam repellat animi."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.362713"], ["updated_at", "2016-03-09 15:43:13.362713"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magdalena@collier.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "magdalena@collier.org"], ["name", "Ms. Donnie Schneider"], ["password_digest", "$2a$04$t7mCZLnlMO7mFUxqhqt3CujjbxXM5xbqAyWY2PR.Gm/tfQSN/yYKe"], ["created_at", "2016-03-09 15:43:13.370455"], ["updated_at", "2016-03-09 15:43:13.370455"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Tenetur deleniti ut. Rerum deleniti unde praesentium voluptate in fuga. Voluptatum est velit. Voluptatem possimus velit consequatur velit delectus."], ["summary", "Perspiciatis blanditiis deleniti maiores tenetur voluptate sed. Repellat voluptatem labore soluta nam. Et reiciendis tempore voluptatem ipsam quam fuga dignissimos."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.377004"], ["updated_at", "2016-03-09 15:43:13.377004"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shayna@wilkinson.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shayna@wilkinson.name"], ["name", "Allison Bruen III"], ["password_digest", "$2a$04$haS2tHhLK1F/gAhylS95QewHZcv6U3knSRCbNe3AN4Ycrwuips9Pu"], ["created_at", "2016-03-09 15:43:13.385295"], ["updated_at", "2016-03-09 15:43:13.385295"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Unde quam odio ut. Enim sint laboriosam sunt qui magni sed ut. Rerum iste amet aliquid in. Sed odit facere necessitatibus."], ["summary", "Molestiae voluptas sint rerum nisi. Corrupti vel sequi et sed ipsam. Sed magni molestias incidunt."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.390873"], ["updated_at", "2016-03-09 15:43:13.390873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sheila@schneider.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sheila@schneider.com"], ["name", "Carmella Nader III"], ["password_digest", "$2a$04$AEEMKTY/rIuKpYEz1Mz6luo39RdvcrBkrlbQ.HHnapNs9y7.ZloLO"], ["created_at", "2016-03-09 15:43:13.399235"], ["updated_at", "2016-03-09 15:43:13.399235"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Necessitatibus quo sint eius ipsa esse porro eum. Autem delectus molestias qui aut non tempore cumque. Eaque ad tenetur. Vel itaque qui numquam accusamus delectus."], ["summary", "Sunt error nam est ea eum. Atque facere quae quasi fugiat repudiandae."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.406515"], ["updated_at", "2016-03-09 15:43:13.406515"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leila@powlowskishields.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leila@powlowskishields.org"], ["name", "Baylee Konopelski"], ["password_digest", "$2a$04$X.RCA9qeor.gsU2Rxh9p7esBXiqTlhY/vz2Sfvpc5PwBIt7bHBGfK"], ["created_at", "2016-03-09 15:43:13.413732"], ["updated_at", "2016-03-09 15:43:13.413732"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Repellendus quasi in eos nulla ex. Sed soluta ut. Et vitae alias magni inventore. Alias fugiat qui ratione autem recusandae."], ["summary", "Ut aut rem. Tempora sunt ut. Sit nemo beatae ut atque sequi quaerat ut."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.418641"], ["updated_at", "2016-03-09 15:43:13.418641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dakota@abernathy.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dakota@abernathy.name"], ["name", "Roel Runte"], ["password_digest", "$2a$04$kGPpO5EjBPkjUaCMWBgBkOinyPwq9s07vuxwrubqBGP.hDioCTpH2"], ["created_at", "2016-03-09 15:43:13.442572"], ["updated_at", "2016-03-09 15:43:13.442572"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Eveniet qui quae culpa iste qui. Nostrum eveniet beatae odit culpa."], ["summary", "Nostrum autem magni. Quaerat consequatur soluta ad deleniti."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.450368"], ["updated_at", "2016-03-09 15:43:13.450368"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('malvina.hintz@rowegraham.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "malvina.hintz@rowegraham.io"], ["name", "Mervin Jacobi"], ["password_digest", "$2a$04$hETy8/.bLxQy178LJZhjM.v1NQLjPc7NfEany39b/6zIdJt5kE5ki"], ["created_at", "2016-03-09 15:43:13.476133"], ["updated_at", "2016-03-09 15:43:13.476133"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Nihil sint consequuntur et. Ad iste ullam dolor architecto."], ["summary", "In velit dolor et sit."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-09 15:43:13.481146"], ["updated_at", "2016-03-09 15:43:13.481146"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 4ms (ActiveRecord: 1.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-09 15:43:13.501865"], ["updated_at", "2016-03-09 15:43:13.501865"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 30ms (Views: 11.8ms | ActiveRecord: 2.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-09 15:43:13.549641"], ["updated_at", "2016-03-09 15:43:13.549641"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enrique.greenfelder@kuvalis.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "enrique.greenfelder@kuvalis.biz"], ["name", "Kenton Johnson"], ["password_digest", "$2a$04$aB89rNaxI.E5fJP/wAE2/eV7W4gsTLC0aD0s8fwWvid9YY0om8hLC"], ["created_at", "2016-03-09 15:43:13.556245"], ["updated_at", "2016-03-09 15:43:13.556245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Omnis magnam animi ullam reprehenderit dolores autem aliquam. Possimus illo quasi. Dolor qui et accusamus impedit omnis. Voluptatem sunt dignissimos fugit non mollitia ut reiciendis."], ["summary", "Exercitationem provident eaque aut."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.576043"], ["updated_at", "2016-03-09 15:43:13.576043"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kacey.carter@nitzsche.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kacey.carter@nitzsche.info"], ["name", "Micaela Cummings"], ["password_digest", "$2a$04$X453/x/Tp.SQsGCme8VtxOS/uDrztIjT8tm7xH/8T8Kvoeu7wIJqy"], ["created_at", "2016-03-09 15:43:13.585890"], ["updated_at", "2016-03-09 15:43:13.585890"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Rem distinctio ad neque. Deleniti odio eos eveniet distinctio maiores. Suscipit in id nihil."], ["summary", "Sint omnis dolores laborum quibusdam repellendus."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.596508"], ["updated_at", "2016-03-09 15:43:13.596508"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eduardo.rohan@bode.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eduardo.rohan@bode.biz"], ["name", "August Baumbach"], ["password_digest", "$2a$04$JEQk9jx3LeMz3YOQQKoqGOUlCpCshBxybiGAEGWzfpJxe2pyJ2FiK"], ["created_at", "2016-03-09 15:43:13.606708"], ["updated_at", "2016-03-09 15:43:13.606708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Sed est incidunt ea. Et sint aut repellendus deleniti at incidunt."], ["summary", "Ea velit autem aut. Rerum temporibus repellat."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-09 15:43:13.625806"], ["updated_at", "2016-03-09 15:43:13.625806"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('america.rosenbaum@nienow.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "america.rosenbaum@nienow.com"], ["name", "Kellen Mohr Jr."], ["password_digest", "$2a$04$ITMpcf3HEaFyaVZchW8f2OSlodmoz1JW7.ZlhLq2WdQC6gT6nqzWS"], ["created_at", "2016-03-09 15:43:13.637077"], ["updated_at", "2016-03-09 15:43:13.637077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Ad culpa maiores qui illum fuga. Nihil aut suscipit. Animi aut odio cumque sit."], ["summary", "Odit aut vitae sunt qui dolorum quos. Ut eveniet veniam sint. Temporibus eos ut."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.642332"], ["updated_at", "2016-03-09 15:43:13.642332"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-07 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:13.648255"], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.8ms) Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-09 15:43:13.673634"], ["updated_at", "2016-03-09 15:43:13.673634"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dora_nitzsche@dickens.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dora_nitzsche@dickens.net"], ["name", "Benton Daniel"], ["password_digest", "$2a$04$j3HGk2IIa7/rJ7je2xxbTuvDjNJWDNshSrbIUIWQZI8e8hofkB1MO"], ["created_at", "2016-03-09 15:43:13.680280"], ["updated_at", "2016-03-09 15:43:13.680280"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Sapiente quo rem doloribus molestiae saepe non. Quia atque voluptatem aliquid debitis."], ["summary", "Quisquam qui quasi sit nesciunt distinctio. Eos unde sed aliquid. Qui ratione ipsam voluptatem cupiditate."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.689206"], ["updated_at", "2016-03-09 15:43:13.689206"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chaz_nicolas@corwincrooks.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chaz_nicolas@corwincrooks.com"], ["name", "Mr. Jennings Leuschke"], ["password_digest", "$2a$04$wh/biwyEQmNRBtQtd1FNs.KxVGWOjAbwLm7XJpxRWtLZJ/202Hmvq"], ["created_at", "2016-03-09 15:43:13.698266"], ["updated_at", "2016-03-09 15:43:13.698266"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "At accusamus qui aut provident corrupti accusantium. Qui eum quas minima ut provident sunt quibusdam. Temporibus tempore labore ut non optio. Odio dolore praesentium laborum ut vero."], ["summary", "Rem ea dolor delectus voluptas autem accusantium. Dolorem est consectetur odit dolorum dolore. Sint dolorem quia."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.707874"], ["updated_at", "2016-03-09 15:43:13.707874"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gunner@wehner.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gunner@wehner.io"], ["name", "Ellen Olson"], ["password_digest", "$2a$04$08gM/5tvZEmZDz3s4njT2O3cyZXmRer1SjSCf8TF7zrWonnc30K4."], ["created_at", "2016-03-09 15:43:13.715973"], ["updated_at", "2016-03-09 15:43:13.715973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Vero sed autem aliquid optio. Voluptatibus omnis officiis explicabo a in non."], ["summary", "Tempora vero repellendus qui aliquid. Consequatur nulla corrupti. Illo sed vitae ducimus nostrum in quis eos."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.727279"], ["updated_at", "2016-03-09 15:43:13.727279"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delia_nienow@waters.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delia_nienow@waters.org"], ["name", "Jaylin Connelly I"], ["password_digest", "$2a$04$sP8kPxkvjHpveXxOAYo2e.PsYgVuPTfVy7T3A7rrVUyLRXY1FgPDi"], ["created_at", "2016-03-09 15:43:13.735952"], ["updated_at", "2016-03-09 15:43:13.735952"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Ab dolores animi illo qui quisquam. Id et labore architecto quia consectetur. Omnis fugiat ut voluptatum consequuntur."], ["summary", "Libero molestias commodi ad nemo aliquid consequuntur non. Dolor libero non."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.744343"], ["updated_at", "2016-03-09 15:43:13.744343"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lori@ohara.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lori@ohara.net"], ["name", "Karelle Johns"], ["password_digest", "$2a$04$7RF0qJybxv7jRv0PDCezyumqmo4wJaAKdCvnjp/T0W.xmQuBV.yQu"], ["created_at", "2016-03-09 15:43:13.753694"], ["updated_at", "2016-03-09 15:43:13.753694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Neque eum natus repellat sed. Sequi voluptas nostrum necessitatibus sed voluptatibus. Autem similique est ut eum illum voluptas."], ["summary", "Vitae ea ut vel. Impedit non dolorum aut nobis et. Iste in natus cupiditate nemo."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.763938"], ["updated_at", "2016-03-09 15:43:13.763938"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresa@mueller.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresa@mueller.com"], ["name", "Novella Turcotte I"], ["password_digest", "$2a$04$SkjPTFqAnJO4N1JYcC5qcufUDNsDJPNRSwQxi6XqYzxkLW3s9TbW."], ["created_at", "2016-03-09 15:43:13.773965"], ["updated_at", "2016-03-09 15:43:13.773965"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Dolorem ut sit est est assumenda aut. Molestiae quisquam facilis necessitatibus odit in dignissimos corrupti. Quia praesentium itaque molestias distinctio eos porro natus. Ipsam laudantium ex rerum."], ["summary", "Et libero tenetur accusantium et aliquam soluta quis. Consectetur pariatur officia numquam. Sit ipsum voluptatum minus possimus."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.783004"], ["updated_at", "2016-03-09 15:43:13.783004"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tierra.balistreri@bergnaum.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tierra.balistreri@bergnaum.name"], ["name", "Nicklaus Collins"], ["password_digest", "$2a$04$tICPX4AyNs3UWBAxQGsJcuNrPvKJRDVvFD6oZbYvx1pAP1xyvA.Ja"], ["created_at", "2016-03-09 15:43:13.792154"], ["updated_at", "2016-03-09 15:43:13.792154"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Quaerat sed natus. Quia id ipsam iste sequi nesciunt."], ["summary", "Rerum commodi perspiciatis necessitatibus nisi quia. Dolor sapiente sint rem."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.801706"], ["updated_at", "2016-03-09 15:43:13.801706"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elvie@bahringer.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elvie@bahringer.co"], ["name", "Germaine Yost DDS"], ["password_digest", "$2a$04$lheTzTDTjRy/zTVNvP15P./gWxqgmIdxMs4siHc1qD2jwIrU9MP6m"], ["created_at", "2016-03-09 15:43:13.810799"], ["updated_at", "2016-03-09 15:43:13.810799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Voluptates error ullam et porro et eum. Quisquam ratione qui in. Dolor qui placeat."], ["summary", "Voluptatem minus possimus eligendi sunt et voluptate incidunt."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.820229"], ["updated_at", "2016-03-09 15:43:13.820229"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leonardo@schaeferboyer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leonardo@schaeferboyer.biz"], ["name", "Mrs. Stuart Shanahan"], ["password_digest", "$2a$04$keftGpN.jIrs.t6l9mnYo.rclFIRLlBr9hHlCrsNuusva.IlSdd2m"], ["created_at", "2016-03-09 15:43:13.829182"], ["updated_at", "2016-03-09 15:43:13.829182"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Quia iure a sit aut ut. Eos et quisquam in. Reiciendis cupiditate autem eligendi."], ["summary", "Ratione est adipisci. Dolore pariatur voluptatem vel id. Iure nihil dolorum deserunt."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.837901"], ["updated_at", "2016-03-09 15:43:13.837901"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('antoinette.mraz@collierblock.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "antoinette.mraz@collierblock.net"], ["name", "Berta Kshlerin"], ["password_digest", "$2a$04$YMw1BtCx/mA0KaNhhmjO4OwpRmbykYyQ6DLMAMmcuPYXTnr6YDvd."], ["created_at", "2016-03-09 15:43:13.846852"], ["updated_at", "2016-03-09 15:43:13.846852"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Et quia et ea inventore voluptas. Rerum est provident explicabo rem voluptatem voluptatum. Voluptatum exercitationem occaecati hic culpa. Maiores vel ea."], ["summary", "Esse occaecati aut exercitationem rerum."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.855442"], ["updated_at", "2016-03-09 15:43:13.855442"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dannie_balistreri@baileymitchell.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dannie_balistreri@baileymitchell.co"], ["name", "Brycen Reynolds"], ["password_digest", "$2a$04$Gmv./p1UhnURIkwfH4cKFuOI.zgb/B2XHadYJAqjJVJcD44hZ7GbG"], ["created_at", "2016-03-09 15:43:13.864602"], ["updated_at", "2016-03-09 15:43:13.864602"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Modi repellendus dolor. Et cum et sapiente omnis veniam itaque. Placeat dolor consequatur voluptatem molestiae itaque earum. Occaecati provident molestiae aut ab reiciendis."], ["summary", "Repellendus repudiandae nulla quisquam sint. Dignissimos ea et placeat numquam sint debitis tempora. Quisquam eum dolorem dignissimos omnis."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:13.873793"], ["updated_at", "2016-03-09 15:43:13.873793"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.9ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sylvan@turcotte.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sylvan@turcotte.name"], ["name", "Dana Schultz"], ["password_digest", "$2a$04$cLVZ1qLqzaYksQlwS73XzOUGKCgiXVtj0kB3z6CauwL1qTiN7ajo2"], ["created_at", "2016-03-09 15:43:13.897020"], ["updated_at", "2016-03-09 15:43:13.897020"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:13 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (12.3ms) Completed 200 OK in 439ms (Views: 438.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sylvan@turcotte.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "sylvan@turcotte.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$30OY0aOUgCS3gudndqYk/emBGQPRkZYwf98rP.tAb69H/se63KbXm"], ["updated_at", "2016-03-09 15:43:14.384939"], ["id", 74]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.2ms) Completed 200 OK in 73ms (Views: 70.2ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('neil.romaguera@conroy.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "neil.romaguera@conroy.name"], ["name", "Amira Torp"], ["password_digest", "$2a$04$dXqVyd61QOnnhyGvy8G/yuFerr7lctyRkVhvMKdLA8ympEU3g5cyW"], ["created_at", "2016-03-09 15:43:14.470125"], ["updated_at", "2016-03-09 15:43:14.470125"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Iure aliquid voluptatem nulla porro ut voluptas sapiente. Ea totam sint iste. Vitae aut est temporibus rerum sunt. Enim reiciendis recusandae quas est porro delectus architecto."], ["summary", "Deleniti ut cum. Corporis suscipit ut rerum aut at delectus."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-09 15:43:14.475071"], ["updated_at", "2016-03-09 15:43:14.475071"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.0ms) Completed 200 OK in 42ms (Views: 37.8ms | ActiveRecord: 3.0ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('barrett@farrell.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "barrett@farrell.name"], ["name", "Eve Feeney"], ["password_digest", "$2a$04$qzMyHX7TkejR68xG9dPRa.T/CVui5ISDJwDoR8znucP1CR7nBEZUW"], ["created_at", "2016-03-09 15:43:14.538282"], ["updated_at", "2016-03-09 15:43:14.538282"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"barrett@farrell.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "barrett@farrell.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$z27fx0zLsQcIeN5QdSqFQONGqICCAQzZCSQ8G8yGQOa0nr.xKVnYa"], ["updated_at", "2016-03-09 15:43:14.570111"], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.3ms) Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('florence@lehnerpowlowski.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "florence@lehnerpowlowski.com"], ["name", "Beaulah Cremin"], ["password_digest", "$2a$04$idIy4a9MP5eEEcxKUudf3OdDEALVtIMh/incFL8pq75NyRGDlJMi."], ["created_at", "2016-03-09 15:43:14.609383"], ["updated_at", "2016-03-09 15:43:14.609383"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Iusto placeat voluptas sunt. Doloremque sed est at ab quod aspernatur a."], ["summary", "Quae consectetur quidem dolor dolores."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-09 15:43:14.614654"], ["updated_at", "2016-03-09 15:43:14.614654"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rose@wilderman.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rose@wilderman.com"], ["name", "Junius Powlowski"], ["password_digest", "$2a$04$c79/XdPcwRw8utmxIbl2keNBz8BBbe.laYNJE8F4AcLXUQBjWUU5."], ["created_at", "2016-03-09 15:43:14.622081"], ["updated_at", "2016-03-09 15:43:14.622081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Provident cum eligendi commodi vel autem omnis. Quod enim saepe."], ["summary", "Cupiditate enim et ipsum ad eum eum."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-09 15:43:14.627003"], ["updated_at", "2016-03-09 15:43:14.627003"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('esta.ortiz@schmitt.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "esta.ortiz@schmitt.com"], ["name", "Mrs. Rollin Simonis"], ["password_digest", "$2a$04$LM389gK1hBOaumj4PjOXg.8P7ufWqWBY/4Vu3vdFnjzuS7IEx41MO"], ["created_at", "2016-03-09 15:43:14.633819"], ["updated_at", "2016-03-09 15:43:14.633819"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Ipsa aliquid iste dolor quaerat sunt id. Consequuntur quam cupiditate laboriosam."], ["summary", "Molestias et rerum blanditiis."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-09 15:43:14.639234"], ["updated_at", "2016-03-09 15:43:14.639234"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('manley@hermanward.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "manley@hermanward.biz"], ["name", "Antonina Christiansen"], ["password_digest", "$2a$04$IWjui1rI0VhyeOXb56rEU.RLUzvwH9DdzZNysXaO9iYuzFvlr3XwC"], ["created_at", "2016-03-09 15:43:14.646087"], ["updated_at", "2016-03-09 15:43:14.646087"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Aspernatur commodi corrupti sed est. Ut et voluptatem illo error reprehenderit."], ["summary", "Provident similique vel qui. Cupiditate ad iure rem."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-09 15:43:14.650936"], ["updated_at", "2016-03-09 15:43:14.650936"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joan@wiegandwaelchi.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joan@wiegandwaelchi.org"], ["name", "Nella Herzog"], ["password_digest", "$2a$04$LnipGZhCbBbSAyQbv5KuBe7XA4NLjWW3kg6nSzulB9UoBqZSkto3y"], ["created_at", "2016-03-09 15:43:14.658408"], ["updated_at", "2016-03-09 15:43:14.658408"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Consectetur quasi reiciendis maiores et molestiae dolorem veritatis. Autem error illo earum minus."], ["summary", "A necessitatibus ut quam voluptatem id."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-09 15:43:14.663053"], ["updated_at", "2016-03-09 15:43:14.663053"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sean@gleichner.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sean@gleichner.biz"], ["name", "Rosemarie Champlin IV"], ["password_digest", "$2a$04$6S6EZZlgzKCWxdcDxBMFbuI4V8Ri3IsWHjaOWIlagLY.vHH0MeCkK"], ["created_at", "2016-03-09 15:43:14.669627"], ["updated_at", "2016-03-09 15:43:14.669627"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Et optio labore velit. In aliquam soluta deleniti. Earum quo eaque in."], ["summary", "Rerum ut quidem similique pariatur ratione harum. Qui eos repellat."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-09 15:43:14.674096"], ["updated_at", "2016-03-09 15:43:14.674096"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sheila@bradtkelarson.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sheila@bradtkelarson.name"], ["name", "Quincy Sauer"], ["password_digest", "$2a$04$yaL1cdmHkymZovKnAA45SOKlZVfiLoCXbRSk8CessAVr7LABPoVZS"], ["created_at", "2016-03-09 15:43:14.680403"], ["updated_at", "2016-03-09 15:43:14.680403"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Id voluptates numquam fuga exercitationem eligendi repellendus iure. Quia harum perspiciatis. Et dignissimos placeat laborum optio."], ["summary", "Quia nulla non sapiente. Quia quis doloremque laborum tempora possimus aut."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-09 15:43:14.684870"], ["updated_at", "2016-03-09 15:43:14.684870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arthur@townereynolds.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arthur@townereynolds.io"], ["name", "Neha Kuhlman"], ["password_digest", "$2a$04$/BLJ3v3vzDv3SYuXP1LoPOpJQOkNNKE2y3ekWj6NpEhUmkFFxYVFG"], ["created_at", "2016-03-09 15:43:14.691353"], ["updated_at", "2016-03-09 15:43:14.691353"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Odio impedit nisi ex. Harum consequatur excepturi nesciunt quae at ipsum non. Quo accusamus dicta libero minus."], ["summary", "Velit delectus porro eaque rerum."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-09 15:43:14.696538"], ["updated_at", "2016-03-09 15:43:14.696538"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('grant@lang.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "grant@lang.co"], ["name", "Marley Jacobi"], ["password_digest", "$2a$04$sVqGZpt3HPWB5pnxYQrtT.bGCzYfNIwsKb7N5nzJ8T4UQQCIbO10O"], ["created_at", "2016-03-09 15:43:14.703307"], ["updated_at", "2016-03-09 15:43:14.703307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Fugiat ea sunt et. Necessitatibus impedit quis et quam quos. Voluptatum voluptatem maxime quaerat in aut."], ["summary", "Enim nulla exercitationem aut quos id."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-09 15:43:14.707687"], ["updated_at", "2016-03-09 15:43:14.707687"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garnet@dubuqueromaguera.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garnet@dubuqueromaguera.io"], ["name", "Ozella Ondricka"], ["password_digest", "$2a$04$.HRYqKcLh7dTDZ9zmvz03OuofgpnIMedwhlbNfZFrjnj2agmbbkoi"], ["created_at", "2016-03-09 15:43:14.714796"], ["updated_at", "2016-03-09 15:43:14.714796"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Autem quibusdam corrupti minus. Id exercitationem quis cumque maiores accusamus atque odit. Ullam cum dolorem quae illum hic voluptatem odio."], ["summary", "Eius odio sint dolorum tenetur placeat."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-09 15:43:14.719410"], ["updated_at", "2016-03-09 15:43:14.719410"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aliza@dickinson.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aliza@dickinson.name"], ["name", "Remington Collins"], ["password_digest", "$2a$04$AquL.QQBQovaG783pMnfrue1aXhCjJYtMKQF3J9a0kf6ApqiIMYei"], ["created_at", "2016-03-09 15:43:14.727456"], ["updated_at", "2016-03-09 15:43:14.727456"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Est blanditiis voluptatem ipsa ducimus labore quia suscipit. Eos qui odio ipsam."], ["summary", "Est voluptatum qui explicabo voluptatem iste illum sed. Aut sint ut enim facilis vitae alias totam. Quis sit expedita iusto dicta non ipsam."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-09 15:43:14.733098"], ["updated_at", "2016-03-09 15:43:14.733098"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kelsi@grady.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kelsi@grady.org"], ["name", "Joelle Prohaska"], ["password_digest", "$2a$04$HawUR8anFrrIXwz/fw81VOmI/EuL3JN0Jh3JJtyn8gfSJqx8IVXfi"], ["created_at", "2016-03-09 15:43:14.741029"], ["updated_at", "2016-03-09 15:43:14.741029"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Iusto quos quod voluptatem non quisquam et dignissimos. Tempore et laboriosam ratione non rerum earum nihil."], ["summary", "Rem ea eligendi labore sunt praesentium quibusdam nihil."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-09 15:43:14.745562"], ["updated_at", "2016-03-09 15:43:14.745562"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ryley@grimeswyman.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ryley@grimeswyman.io"], ["name", "Burnice Pouros"], ["password_digest", "$2a$04$/veIpEoE96EjgLtkBdjpjuf8u/TvtnuZHPNxS2y2yVWQEqItYqRtq"], ["created_at", "2016-03-09 15:43:14.753103"], ["updated_at", "2016-03-09 15:43:14.753103"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Dolorem dolore totam aliquid veniam necessitatibus voluptatem. Eveniet et esse et eos a eius rerum. Error ut non at distinctio. Corrupti illo nobis nihil aperiam earum consequatur."], ["summary", "Corporis sint quaerat omnis esse reprehenderit. Laborum sunt velit dolorem."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-09 15:43:14.757557"], ["updated_at", "2016-03-09 15:43:14.757557"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kirstin.denesik@hegmann.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kirstin.denesik@hegmann.net"], ["name", "Cassie Tromp"], ["password_digest", "$2a$04$NY2s2tzgaEfMtKGjntECru6YSMrR0ayXLSuqUTHb.VQHkCuUX0Dv2"], ["created_at", "2016-03-09 15:43:14.765483"], ["updated_at", "2016-03-09 15:43:14.765483"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Ut necessitatibus voluptatum. Voluptatibus delectus et minus."], ["summary", "Impedit id ratione sit aperiam nisi ut. Magnam dolorem saepe deserunt. Ratione enim ea sint."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-09 15:43:14.772979"], ["updated_at", "2016-03-09 15:43:14.772979"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cary_kling@kihnbraun.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cary_kling@kihnbraun.info"], ["name", "Miss Clara Ullrich"], ["password_digest", "$2a$04$COT2Dz1SnIaK1f0OsYOmq.9clYdn/Vpf1WpzTk/Bi63f5bq.f8ltW"], ["created_at", "2016-03-09 15:43:14.782752"], ["updated_at", "2016-03-09 15:43:14.782752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Nihil vel cum. Laborum cum voluptatum dolorem rem qui quo sint. Quasi voluptatibus ratione enim officiis. Rerum ducimus laudantium excepturi aut et itaque."], ["summary", "Aut tenetur quas."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-09 15:43:14.789063"], ["updated_at", "2016-03-09 15:43:14.789063"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katelynn_farrell@schultz.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "katelynn_farrell@schultz.org"], ["name", "Ruth Anderson"], ["password_digest", "$2a$04$GBNfztJbIjKclu00gqeJLegXCAZoKBV9QQjBwW9rmM5LZNSV3jDFS"], ["created_at", "2016-03-09 15:43:14.797202"], ["updated_at", "2016-03-09 15:43:14.797202"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Est repudiandae minima. Aut vero nesciunt assumenda et molestias impedit. Optio tempora omnis nihil. Mollitia maxime provident alias."], ["summary", "Qui culpa sint nemo fuga aliquam. Ad neque a ipsa sunt dolorem repellat. Minus commodi debitis est et delectus provident."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-09 15:43:14.803187"], ["updated_at", "2016-03-09 15:43:14.803187"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('drew@jakubowskiolson.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "drew@jakubowskiolson.info"], ["name", "Miss Mable Reynolds"], ["password_digest", "$2a$04$eK87hj0HIneb9.Wff4rB5ukp0i.s.kKnrrO1C3pi1d0Sr1SkzpoYy"], ["created_at", "2016-03-09 15:43:14.811450"], ["updated_at", "2016-03-09 15:43:14.811450"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Cupiditate est illum labore exercitationem. Tempora aliquid fuga possimus porro iure vel. Alias explicabo dolorum amet. Fugiat nobis et dolor in nemo et quidem."], ["summary", "Eligendi minus voluptatum excepturi commodi."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-09 15:43:14.817742"], ["updated_at", "2016-03-09 15:43:14.817742"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('giuseppe_stanton@sipes.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "giuseppe_stanton@sipes.co"], ["name", "Ursula Hackett IV"], ["password_digest", "$2a$04$TbnyFM3/kde920qCIYVWGOu0cO1STOIVJhAdr95IJQ7mippO9MdBq"], ["created_at", "2016-03-09 15:43:14.827026"], ["updated_at", "2016-03-09 15:43:14.827026"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Eum ut quam qui eos sunt. Soluta ut rerum dolor qui. Sit sed culpa. Ipsa et doloremque."], ["summary", "Suscipit repellendus aperiam sit quas sunt. Facere natus ut quam maiores voluptatem debitis eum."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-09 15:43:14.833897"], ["updated_at", "2016-03-09 15:43:14.833897"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nikko.skiles@hackett.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nikko.skiles@hackett.net"], ["name", "Jocelyn Prosacco"], ["password_digest", "$2a$04$tyOh6of2O/5EQPhd25hW2u5D1zt2XDrtszwnnfsKlhNEuyhqg5jri"], ["created_at", "2016-03-09 15:43:14.844255"], ["updated_at", "2016-03-09 15:43:14.844255"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Consequuntur atque ex quaerat. Est fugiat sit. Quibusdam reprehenderit quis. Fugit qui qui dolorum dolor."], ["summary", "Ea commodi perferendis ipsa ut voluptatum pariatur omnis. Quisquam vel ipsam numquam error."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-09 15:43:14.849676"], ["updated_at", "2016-03-09 15:43:14.849676"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('glenda.pollich@daughertycain.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "glenda.pollich@daughertycain.biz"], ["name", "Mrs. Flo Schimmel"], ["password_digest", "$2a$04$iZthX39Y3UQUQYU7ZZjosOn7KJlNaJzw5VxqFRfsaErJTHbQ/vb6S"], ["created_at", "2016-03-09 15:43:14.858653"], ["updated_at", "2016-03-09 15:43:14.858653"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Eveniet sit autem porro recusandae qui quia. Doloremque laudantium possimus ullam autem accusantium aperiam cumque. Ut voluptas nesciunt quia. Voluptatem architecto molestias quisquam omnis."], ["summary", "Distinctio assumenda qui. Excepturi aut et tempora."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-09 15:43:14.864971"], ["updated_at", "2016-03-09 15:43:14.864971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jeanie.kilback@hilpert.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jeanie.kilback@hilpert.com"], ["name", "Nestor Jacobs"], ["password_digest", "$2a$04$rpfiOSnJEg/tJktqhhhcGe7CWScQxCnFdUZg8hU6znTzxKF.oE3IC"], ["created_at", "2016-03-09 15:43:14.875416"], ["updated_at", "2016-03-09 15:43:14.875416"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "At est voluptas molestiae cupiditate omnis. Quia ut numquam deserunt nemo voluptatem."], ["summary", "Accusamus cupiditate maxime dicta voluptas deserunt earum aut. Ad maiores nesciunt natus et quo totam. At quis et optio dolorum et."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-09 15:43:14.889942"], ["updated_at", "2016-03-09 15:43:14.889942"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leopoldo_schuster@moenbailey.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leopoldo_schuster@moenbailey.co"], ["name", "Dr. Rozella Thompson"], ["password_digest", "$2a$04$jY5twsdtYcpRfT/7Z242VeR5XfasXBDWnBDC2BIGPTfSAEHRrCDw2"], ["created_at", "2016-03-09 15:43:14.897843"], ["updated_at", "2016-03-09 15:43:14.897843"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Qui et accusantium ea dolore necessitatibus quos. Est ut non reprehenderit et. Dolores quis ea earum impedit provident et."], ["summary", "Et est quidem pariatur."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-09 15:43:14.902650"], ["updated_at", "2016-03-09 15:43:14.902650"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verlie@dickinsonluettgen.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verlie@dickinsonluettgen.io"], ["name", "Dr. Antonetta Boyle"], ["password_digest", "$2a$04$sJh8qSxnd2qwsRmxjD00I.zTFW2wNbcUFZEPg8Idc15L8yPgh/L1S"], ["created_at", "2016-03-09 15:43:14.909838"], ["updated_at", "2016-03-09 15:43:14.909838"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Et repudiandae omnis eos suscipit ipsum et sunt. Esse eum repudiandae et vel. Tempora non earum sit dicta aliquid aliquam. Vel quisquam numquam."], ["summary", "Expedita a id est sed et at id."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-09 15:43:14.915159"], ["updated_at", "2016-03-09 15:43:14.915159"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reanna@schoen.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reanna@schoen.info"], ["name", "Hilton Blick"], ["password_digest", "$2a$04$QFxREm/T6ZaO6CoY33r59eiKQM1MpS/pgsmakxyJgv6X3PPENATJK"], ["created_at", "2016-03-09 15:43:14.922740"], ["updated_at", "2016-03-09 15:43:14.922740"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ratione porro perferendis sunt dolores. Repellat quisquam dolore voluptate. Consequuntur qui deleniti sed omnis aliquam culpa autem. Eos similique autem beatae harum illo placeat minima."], ["summary", "Expedita est perferendis aperiam. Ut quia quas enim magni adipisci."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-09 15:43:14.927956"], ["updated_at", "2016-03-09 15:43:14.927956"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lacey@schamberger.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lacey@schamberger.info"], ["name", "Miss Penelope Kreiger"], ["password_digest", "$2a$04$hUc7NLL4CmW1ZX4REE7wPemSP0k5g.3mYpLwI0.kjrpJOHH5m/dTK"], ["created_at", "2016-03-09 15:43:14.935626"], ["updated_at", "2016-03-09 15:43:14.935626"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Non minus velit quae voluptas ipsum iste. Minima dolores enim. Sed rerum fuga enim iure odit sint. Deleniti magnam voluptates dolorem enim aspernatur."], ["summary", "Explicabo qui non hic dolorum. Distinctio delectus magni. Fugiat velit repellendus."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-09 15:43:14.940833"], ["updated_at", "2016-03-09 15:43:14.940833"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('freda_mayer@hammeszemlak.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "freda_mayer@hammeszemlak.com"], ["name", "Mr. Ellen Schultz"], ["password_digest", "$2a$04$gsqDioA3ItLxYsOaDnf.BuhA5nFgKegYhkQjpChzkWzVMCNN2K8e."], ["created_at", "2016-03-09 15:43:14.948983"], ["updated_at", "2016-03-09 15:43:14.948983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Et omnis molestias. Perspiciatis qui iusto dolores blanditiis. Odio non aliquid repellendus."], ["summary", "Hic et omnis."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-09 15:43:14.955295"], ["updated_at", "2016-03-09 15:43:14.955295"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:14 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (250.8ms) Completed 200 OK in 270ms (Views: 244.0ms | ActiveRecord: 24.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (31.8ms) Completed 200 OK in 63ms (Views: 58.4ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ewell_nienow@bednar.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ewell_nienow@bednar.io"], ["name", "Kristoffer Pollich"], ["password_digest", "$2a$04$VVVokdjDlKil2VEa072ISOAH4amirmRRyRLytS4SPjxK/R0CHiZXu"], ["created_at", "2016-03-09 15:43:15.326144"], ["updated_at", "2016-03-09 15:43:15.326144"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ewell_nienow@bednar.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ewell_nienow@bednar.io"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1zSwiqLjngkBxz8pNDITJuQ9e7RnAcwgLDzBcl2wnW0gJUzBUbuze"], ["updated_at", "2016-03-09 15:43:15.357573"], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eliane@sawayn.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eliane@sawayn.com"], ["name", "Scot Langosh IV"], ["password_digest", "$2a$04$Lf10sn96/fi4AlYBNbgFh.M59P/NeIKM4kTALcHc/XNOoz7zq1hEi"], ["created_at", "2016-03-09 15:43:15.395045"], ["updated_at", "2016-03-09 15:43:15.395045"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Amet aspernatur libero. Consequatur quia minus eligendi quasi pariatur consequuntur. Et omnis quia molestias. Eveniet provident et in."], ["summary", "Corporis quas eaque quo aliquam labore. Qui qui quaerat eligendi exercitationem veniam molestiae et."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-09 15:43:15.399888"], ["updated_at", "2016-03-09 15:43:15.399888"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aisha_adams@blockhayes.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aisha_adams@blockhayes.biz"], ["name", "Mrs. Melvin Swift"], ["password_digest", "$2a$04$sPHUALq56mHc..mo9FZcOeB7mMt0lwzPEN/PeR4005PyOqzqP0zv2"], ["created_at", "2016-03-09 15:43:15.408267"], ["updated_at", "2016-03-09 15:43:15.408267"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Odit suscipit maiores voluptas est. Non similique modi."], ["summary", "Doloremque ab ea vitae. Delectus ex aliquam. Neque totam natus ut aperiam."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-09 15:43:15.412955"], ["updated_at", "2016-03-09 15:43:15.412955"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lilla@lang.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lilla@lang.name"], ["name", "Raegan Bechtelar"], ["password_digest", "$2a$04$t0t85HWD7NAV5bFusJFMVOcXhQ0ZjS8Y6y3vlsvKKYJST6Y.i0qCi"], ["created_at", "2016-03-09 15:43:15.419045"], ["updated_at", "2016-03-09 15:43:15.419045"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Tempora aliquam aut asperiores autem. Ipsum est eos voluptas ipsa hic. In et non maiores enim veniam quos. Eius pariatur in corporis animi dolore."], ["summary", "Neque iste amet officiis. Doloremque a quis tempora delectus."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-09 15:43:15.423639"], ["updated_at", "2016-03-09 15:43:15.423639"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eulalia@ernser.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eulalia@ernser.name"], ["name", "Enid Cartwright"], ["password_digest", "$2a$04$3I9o5.5cpSZCcJePtzwKzOVc5QZpmqWTw1XmXPdNcTd1i9V3r0zpa"], ["created_at", "2016-03-09 15:43:15.430168"], ["updated_at", "2016-03-09 15:43:15.430168"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Doloribus tenetur exercitationem. A et ipsam quia dolores quia facere. Rerum laborum quia in sed consequatur repellat."], ["summary", "Quia eveniet suscipit delectus rerum perferendis maxime ut. Non molestiae iusto earum. Sit perferendis et."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-09 15:43:15.433963"], ["updated_at", "2016-03-09 15:43:15.433963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hulda_grimes@prohaska.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hulda_grimes@prohaska.name"], ["name", "Ms. Dax Stehr"], ["password_digest", "$2a$04$3RAjDII4SPvX1moIT3SusOSgVlKe6fH2QnassRBvKuSjlL3XLgoRa"], ["created_at", "2016-03-09 15:43:15.440603"], ["updated_at", "2016-03-09 15:43:15.440603"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Aliquid modi sed ullam tenetur ut. Minus neque quo consequatur debitis sit. Recusandae fugiat earum suscipit doloremque."], ["summary", "Quam unde deleniti."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-09 15:43:15.445529"], ["updated_at", "2016-03-09 15:43:15.445529"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nakia.hansen@stamm.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nakia.hansen@stamm.com"], ["name", "Noble Hahn"], ["password_digest", "$2a$04$Z62KDevn47coBRQkF6LhUOlHIxEjcnyCBIMlfMERLmxEA8dCZJHU2"], ["created_at", "2016-03-09 15:43:15.451953"], ["updated_at", "2016-03-09 15:43:15.451953"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Maxime deleniti perspiciatis soluta nesciunt consectetur numquam. Corporis dolor doloremque aliquam aperiam ut. Et dicta ut vel et aspernatur. Occaecati ab aut consequuntur ut quod deleniti in."], ["summary", "Autem labore consequatur commodi accusamus libero. Possimus in illum distinctio nesciunt id est."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-09 15:43:15.456384"], ["updated_at", "2016-03-09 15:43:15.456384"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leilani@wintheiser.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leilani@wintheiser.info"], ["name", "Landen Jacobson"], ["password_digest", "$2a$04$sY7D.CYBGVqA7bWKxZ3aT.MEMBFbkOkHM0RjzvoORQYX6Z8mH7rRu"], ["created_at", "2016-03-09 15:43:15.462355"], ["updated_at", "2016-03-09 15:43:15.462355"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Deserunt facere laudantium ullam architecto sint. Voluptatem eum aut velit."], ["summary", "Harum et culpa."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-09 15:43:15.466702"], ["updated_at", "2016-03-09 15:43:15.466702"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaitlyn_rohan@swift.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaitlyn_rohan@swift.name"], ["name", "Wayne Braun"], ["password_digest", "$2a$04$UkisoHqd9LDcBiLLcaxoPuAuo5Z7wTiqONF254jSo4XStP8InK/nq"], ["created_at", "2016-03-09 15:43:15.472982"], ["updated_at", "2016-03-09 15:43:15.472982"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Ut necessitatibus cum. Nobis non similique quia fugiat ut."], ["summary", "Mollitia commodi dolores ullam rem vel explicabo eos. Est deserunt distinctio et. Et id saepe."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-09 15:43:15.477189"], ["updated_at", "2016-03-09 15:43:15.477189"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aunta@raynor.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aunta@raynor.info"], ["name", "Bonita Rutherford"], ["password_digest", "$2a$04$9M2gOCkHM7X02sy.D687ueByy2j7R7VqeeFDFAfsRPgaROHR3m0sC"], ["created_at", "2016-03-09 15:43:15.483788"], ["updated_at", "2016-03-09 15:43:15.483788"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Soluta aut officia suscipit impedit. Quo optio qui. Provident totam occaecati et similique ipsa dolor velit."], ["summary", "Id magnam neque totam delectus voluptate et officia. Velit eum ipsam exercitationem atque."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-09 15:43:15.488088"], ["updated_at", "2016-03-09 15:43:15.488088"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zula@kirlin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zula@kirlin.org"], ["name", "Dimitri Hansen"], ["password_digest", "$2a$04$iUAEgQgMbDXAmY1FtkZN8OSpU5xlM01CSYZdJj7RODRnil5XBIl0u"], ["created_at", "2016-03-09 15:43:15.494717"], ["updated_at", "2016-03-09 15:43:15.494717"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Dignissimos voluptas molestiae eligendi. Aut eligendi dicta suscipit. Quo qui qui dolor est mollitia adipisci."], ["summary", "Et doloremque quo ipsam. Delectus facere fugit perspiciatis quasi. Corporis tempora itaque repellat error."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-09 15:43:15.499508"], ["updated_at", "2016-03-09 15:43:15.499508"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaci@bergnaumnolan.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaci@bergnaumnolan.name"], ["name", "Myriam Veum"], ["password_digest", "$2a$04$SUkP.7hYEWC/YRPPvyIKK.mi973FdIQ0bMNyDscdG8MV1RFci.Onm"], ["created_at", "2016-03-09 15:43:15.507311"], ["updated_at", "2016-03-09 15:43:15.507311"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Quia hic deleniti incidunt et saepe et ducimus. Quis saepe expedita reiciendis a ut iure. Culpa quas eum et dolore."], ["summary", "Facilis aut saepe architecto. Deleniti consequuntur voluptas qui ipsa quae unde qui."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-09 15:43:15.515722"], ["updated_at", "2016-03-09 15:43:15.515722"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('winifred@mueller.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "winifred@mueller.info"], ["name", "Skyla Pfeffer"], ["password_digest", "$2a$04$6fsXiMhMpfGSlMPr5CNpFe6/OD6dc/5p52Uzg601W8bLvAZoBi7xy"], ["created_at", "2016-03-09 15:43:15.527471"], ["updated_at", "2016-03-09 15:43:15.527471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Consectetur et voluptatem. Eos provident minus neque ratione nam velit."], ["summary", "Sint et dignissimos. Sed debitis esse et adipisci quaerat totam. Quo quas eos commodi."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-09 15:43:15.534671"], ["updated_at", "2016-03-09 15:43:15.534671"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carter_ziemann@hayeslakin.biz') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carter_ziemann@hayeslakin.biz"], ["name", "Adolf Kuphal PhD"], ["password_digest", "$2a$04$0SQNdTupJnJiOJIuliBZ5ut.mw32hLd1afGrLeKAwWu/0gWJsnT9."], ["created_at", "2016-03-09 15:43:15.544827"], ["updated_at", "2016-03-09 15:43:15.544827"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Maxime dignissimos et soluta aliquam excepturi. Eius commodi consequatur. Est dolore omnis velit. Atque quia sit."], ["summary", "Quo aut ut corporis autem laborum. Voluptatem rerum voluptatibus quis perspiciatis."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-09 15:43:15.549835"], ["updated_at", "2016-03-09 15:43:15.549835"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sherman@dibbertgoldner.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sherman@dibbertgoldner.net"], ["name", "Albert Denesik"], ["password_digest", "$2a$04$2zjjMsWUBt7TBPUcP9D5/em9s.YRV6TWIUU7SrqLFFKCZnK5SeyFW"], ["created_at", "2016-03-09 15:43:15.557756"], ["updated_at", "2016-03-09 15:43:15.557756"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Nam dolores ullam cumque non eligendi sunt. Illo ea eos corrupti ex porro."], ["summary", "Quaerat aut rem non repudiandae deleniti. Dignissimos et et exercitationem voluptas."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-09 15:43:15.562579"], ["updated_at", "2016-03-09 15:43:15.562579"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('angel.swaniawski@koch.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "angel.swaniawski@koch.info"], ["name", "Price Kertzmann"], ["password_digest", "$2a$04$LOeUtGlRfiJ3csPEL/Uoq.lPpEr/nRPuV2JTsjZ1DiolU4Kr1zymy"], ["created_at", "2016-03-09 15:43:15.569508"], ["updated_at", "2016-03-09 15:43:15.569508"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Et non et. Iusto eligendi quo nam. Quam error sunt similique quasi. Corrupti sed ea."], ["summary", "Impedit corporis repellat magni qui numquam necessitatibus perferendis."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-09 15:43:15.574067"], ["updated_at", "2016-03-09 15:43:15.574067"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cheyanne@frami.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cheyanne@frami.name"], ["name", "Amir Stiedemann MD"], ["password_digest", "$2a$04$1h5qKgKGnWgJaOoDAReRduc9qWTAMARqDCT37MJLyVSFHuA4Wruga"], ["created_at", "2016-03-09 15:43:15.582731"], ["updated_at", "2016-03-09 15:43:15.582731"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Sunt blanditiis veniam. Modi culpa explicabo ad."], ["summary", "Eaque blanditiis hic voluptas maxime tempora. Tenetur aut placeat deleniti est velit. Hic sit tempore consequatur cumque doloribus quod."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-09 15:43:15.587335"], ["updated_at", "2016-03-09 15:43:15.587335"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arnoldo@feilhudson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arnoldo@feilhudson.net"], ["name", "Erna Gorczany"], ["password_digest", "$2a$04$1Em0qFWqtHrxCKoLIo0ajuvkeTTDjue6pb9KIKLwDY1sGZrNtL00y"], ["created_at", "2016-03-09 15:43:15.594589"], ["updated_at", "2016-03-09 15:43:15.594589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Inventore illum quia non culpa. Et nisi et eveniet asperiores autem et. Facere quia et dolores eos nostrum quasi praesentium."], ["summary", "Deleniti sit expedita illo iusto architecto. Ipsam placeat harum facere illum cum officiis voluptatem. Ad necessitatibus est aut et dicta."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-09 15:43:15.599191"], ["updated_at", "2016-03-09 15:43:15.599191"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magnus_beer@bins.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "magnus_beer@bins.biz"], ["name", "Micaela Towne"], ["password_digest", "$2a$04$3MySEc...c7boaAFajGaReHdjPrvLE/H3DRkoAZFnjbndTjHF6tA."], ["created_at", "2016-03-09 15:43:15.607043"], ["updated_at", "2016-03-09 15:43:15.607043"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Rerum fuga eos. Velit quasi voluptatem explicabo ratione. Sequi eius possimus voluptatem et. Quis quasi rem et magni explicabo et rerum."], ["summary", "Similique voluptatem sapiente. Error voluptas reiciendis ut. Sunt eum voluptas nihil."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-09 15:43:15.613271"], ["updated_at", "2016-03-09 15:43:15.613271"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alberta@pfeffer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alberta@pfeffer.biz"], ["name", "Clovis Kertzmann"], ["password_digest", "$2a$04$4VJi5/Xm0QX5bNTYzM6ieOfwenLc5wbD3j.8U4P4A3TyW3LCtg0SG"], ["created_at", "2016-03-09 15:43:15.619935"], ["updated_at", "2016-03-09 15:43:15.619935"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Eum voluptate veritatis rerum autem et. Voluptas qui qui error hic dicta adipisci. Nihil et ut et consectetur ut. Impedit quia vero culpa exercitationem libero."], ["summary", "Occaecati qui nemo et. Numquam dolores accusamus dolorum eos. Quis cumque sed quibusdam animi sunt quidem quo."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-09 15:43:15.624796"], ["updated_at", "2016-03-09 15:43:15.624796"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('olga.walker@mcdermottmurazik.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "olga.walker@mcdermottmurazik.com"], ["name", "Ms. Julian Keebler"], ["password_digest", "$2a$04$fOhjkWGKIWVwn2PnpnT5nOHDLGo4lHptAqmJxh9yol152j9XXDvTq"], ["created_at", "2016-03-09 15:43:15.631879"], ["updated_at", "2016-03-09 15:43:15.631879"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Sint ea ratione sint sapiente. Quia autem quis earum magnam. Est sunt et qui ratione consequatur facere nulla. Voluptates dolorem accusamus architecto aut suscipit illo."], ["summary", "Fuga debitis magni aliquid omnis."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-09 15:43:15.636290"], ["updated_at", "2016-03-09 15:43:15.636290"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaden@beatty.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaden@beatty.com"], ["name", "Arnold Muller MD"], ["password_digest", "$2a$04$JezocNllx0EoPkiiqbUStOouKjo0VTd8ta3b9c5w8HfN.0F/uQqB6"], ["created_at", "2016-03-09 15:43:15.643078"], ["updated_at", "2016-03-09 15:43:15.643078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Ex dignissimos ad molestiae perspiciatis aut. Veniam temporibus magni neque quasi."], ["summary", "Soluta veritatis voluptatem et sunt aut rerum."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-09 15:43:15.647679"], ["updated_at", "2016-03-09 15:43:15.647679"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kianna@kuvalitokes.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kianna@kuvalitokes.info"], ["name", "Dora Little DVM"], ["password_digest", "$2a$04$5qlcuAOTiMNCSQSvTwf8WexHeMSwYGs0UsDjhiTC5sHfhE1OLVQJ."], ["created_at", "2016-03-09 15:43:15.655940"], ["updated_at", "2016-03-09 15:43:15.655940"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Et voluptatem unde placeat. Iusto facere cupiditate eius corporis animi tempore provident. Quasi omnis ipsum voluptas."], ["summary", "Et nemo quos accusamus ab. Doloremque eaque facilis qui dolore ea ut. Qui in est debitis similique ut nulla."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-09 15:43:15.664192"], ["updated_at", "2016-03-09 15:43:15.664192"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cynthia_hilpert@moengrant.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cynthia_hilpert@moengrant.org"], ["name", "Dr. Kayli Fadel"], ["password_digest", "$2a$04$jKAv6DL9RV2Ozlhosx8NrOUcuXi7KYozOGwrMy4wqrXDac66nGV.O"], ["created_at", "2016-03-09 15:43:15.671644"], ["updated_at", "2016-03-09 15:43:15.671644"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Aliquam odit nihil sint et sed. Dolor facere deleniti vero labore libero aut corporis."], ["summary", "Nesciunt et esse odit quia voluptas. Ratione consequatur ut illum exercitationem velit non enim."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-09 15:43:15.675979"], ["updated_at", "2016-03-09 15:43:15.675979"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ivah_hammes@roberts.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ivah_hammes@roberts.com"], ["name", "Jodie Witting"], ["password_digest", "$2a$04$u35lxdvsy3Yd6EVjuhtPS.gDg1Rq9dCyzxBtGiclQsb1xjX7wYsaq"], ["created_at", "2016-03-09 15:43:15.682581"], ["updated_at", "2016-03-09 15:43:15.682581"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Est corporis quia fuga distinctio deleniti. Voluptate sapiente vel enim sit. Aspernatur accusamus expedita suscipit dolores quod nam quisquam."], ["summary", "Cumque omnis culpa vel ullam. Tempora quod at saepe ipsum impedit."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-09 15:43:15.687021"], ["updated_at", "2016-03-09 15:43:15.687021"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('faustino.hilll@wolff.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "faustino.hilll@wolff.org"], ["name", "Guy Walsh"], ["password_digest", "$2a$04$WNAIici3oN8ZSm30YlHfteOOaK.PPLQp48nmhhT52DIBKt1s3tE/S"], ["created_at", "2016-03-09 15:43:15.694618"], ["updated_at", "2016-03-09 15:43:15.694618"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Harum aut sit ea voluptatem. Suscipit inventore minima et. Dolorum dolore aperiam."], ["summary", "Repellendus reprehenderit velit et necessitatibus et."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-09 15:43:15.699808"], ["updated_at", "2016-03-09 15:43:15.699808"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keaton@watersbailey.name') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keaton@watersbailey.name"], ["name", "Alysson Dach"], ["password_digest", "$2a$04$HjrtAHNLX2xuItt4Tbaon.mXQdP7afBwyHjqJWGUJUgX2idsoJPe."], ["created_at", "2016-03-09 15:43:15.706844"], ["updated_at", "2016-03-09 15:43:15.706844"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Eius est ipsa aut quia. Aut libero nostrum magnam nisi. Suscipit magni reiciendis ex voluptatem. Iste omnis voluptatibus placeat."], ["summary", "Quas dolorem ab blanditiis sed voluptatem et."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-09 15:43:15.713156"], ["updated_at", "2016-03-09 15:43:15.713156"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (225.7ms) Completed 200 OK in 248ms (Views: 223.2ms | ActiveRecord: 23.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-09 10:43:15 -0500 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.0ms) Completed 200 OK in 41ms (Views: 36.7ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('john_kuhn@ziemefeeney.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "john_kuhn@ziemefeeney.com"], ["name", "Andrew"], ["password_digest", "$2a$04$0jV8lXNxW4lzbd69aPSCtevEP0pvd95U3eIMc9bXNyNOiNjj4Eai2"], ["created_at", "2016-03-09 15:43:16.040412"], ["updated_at", "2016-03-09 15:43:16.040412"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"john_kuhn@ziemefeeney.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "john_kuhn@ziemefeeney.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$vz5LOCPhqWvXNlSUSDxpi.XYV9NDv3stkZrRcR6jA4fc83idGT.de"], ["updated_at", "2016-03-09 15:43:16.080627"], ["id", 130]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.9ms) Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('molly_herman@christiansen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "molly_herman@christiansen.net"], ["name", "Josh"], ["password_digest", "$2a$04$jIDNpVaMHd/kj2fFseAdiu0wZOG7COE2LVh1bZh4S4Tl1FNX5Fh7i"], ["created_at", "2016-03-09 15:43:16.119471"], ["updated_at", "2016-03-09 15:43:16.119471"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nina.gutkowski@hamill.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nina.gutkowski@hamill.biz"], ["name", "Annamarie Douglas"], ["password_digest", "$2a$04$Xs6YWR3shdpbanfLR6ShBenvFy2v8oMbEiiX9bFF8nGglMQoIEuaK"], ["created_at", "2016-03-09 15:43:16.126067"], ["updated_at", "2016-03-09 15:43:16.126067"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Tenetur ut ipsam molestias nulla. Earum autem omnis non."], ["summary", "Nesciunt optio consequatur vero rerum."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-09 15:43:16.130814"], ["updated_at", "2016-03-09 15:43:16.130814"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-09 15:43:16.136465"], ["updated_at", "2016-03-09 15:43:16.136465"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.8ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (23.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (32.4ms) Completed 200 OK in 50ms (Views: 46.1ms | ActiveRecord: 2.7ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-03-09 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:16.230848"], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.9ms) Completed 200 OK in 46ms (Views: 40.9ms | ActiveRecord: 3.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('grover@ullrich.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "grover@ullrich.biz"], ["name", "Andrew"], ["password_digest", "$2a$04$StdOYrKJgy3BPSvJQP2OhO7eB.dMS6jCVhiQEw2nJP6aUZPwksMfK"], ["created_at", "2016-03-09 15:43:16.300352"], ["updated_at", "2016-03-09 15:43:16.300352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"grover@ullrich.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "grover@ullrich.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U2QxVq19zF8G6Pja.Iw6T.1vXpqmTWhmEO4/cQirLUNmvtrehO0Uu"], ["updated_at", "2016-03-09 15:43:16.332368"], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 32ms (Views: 28.4ms | ActiveRecord: 2.2ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('colleen@ratkepagac.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "colleen@ratkepagac.info"], ["name", "Josh"], ["password_digest", "$2a$04$g4m9KzoR5xK18g5qKN1xb.w5DdCV3zKXP1YYr4sndRuLDHpzsKX16"], ["created_at", "2016-03-09 15:43:16.376887"], ["updated_at", "2016-03-09 15:43:16.376887"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-09 15:43:16.382813"], ["updated_at", "2016-03-09 15:43:16.382813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.5ms) Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:16.453264"], ["updated_at", "2016-03-09 15:43:16.453264"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 20ms (ActiveRecord: 4.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.2ms) Completed 200 OK in 41ms (Views: 37.4ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janiya@sawayncummerata.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janiya@sawayncummerata.info"], ["name", "Colton Hudson"], ["password_digest", "$2a$04$TpiUp08es1iDAitqTOzZe.bOK7Y3YqkZ6kbMXV9SW1E/iJKXBgcgq"], ["created_at", "2016-03-09 15:43:16.517166"], ["updated_at", "2016-03-09 15:43:16.517166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"janiya@sawayncummerata.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "janiya@sawayncummerata.info"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$l868Mx.iRSRNGk6ULN/RFuneIkIdhpn8GWg5rtgDMVqTJoZphAXMi"], ["updated_at", "2016-03-09 15:43:16.550086"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 28ms (Views: 24.7ms | ActiveRecord: 2.1ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (4.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (5.6ms) Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 36ms (Views: 27.4ms | ActiveRecord: 2.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.0ms) Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.7ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$t06HAZpV0XtOyX/nM3Juk.FctOS4OnsMS/FPqbGfz0/MBzdxyunk2"], ["created_at", "2016-03-09 15:43:16.756931"], ["updated_at", "2016-03-09 15:43:16.756931"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.3ms) Completed 200 OK in 19ms (Views: 19.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.6ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$BHH7ctkTPxPqlE2.UYeyJ.bpNXQFUyIZMv0GGpPjONtbUq5rNieXm"], ["updated_at", "2016-03-09 15:43:16.802937"], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:16 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 33ms (Views: 27.2ms | ActiveRecord: 3.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$h6SfIC6Y2CceY6oOVQUR7uKwMAoAto2hPtTDJnoRSkuUtEOS9X4by"], ["created_at", "2016-03-09 15:43:16.861272"], ["updated_at", "2016-03-09 15:43:16.861272"]]  (0.7ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:21 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-09 10:43:21 -0500 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-09 10:43:21 -0500 Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$6dH709czwZXuVYIOzXvxru.tqAFXhdO4gu.U0hwCcROB711s2d3Ge"], ["updated_at", "2016-03-09 15:43:22.015791"], ["id", 137]]  (4.1ms) COMMIT Redirected to http://127.0.0.1:58720/admin/posts Completed 302 Found in 22ms (ActiveRecord: 6.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (2.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 34ms (Views: 28.4ms | ActiveRecord: 3.5ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:58720/ Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.2ms) Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 1.4ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:22 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)  (0.4ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (14.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ariane@kelermoriette.info') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ariane@kelermoriette.info"], ["name", "Natalie Wolff"], ["password_digest", "$2a$04$tEhR6Hlt6CINH.6AV77yVus8jaWTuPnx01QXf9TQDywN4sghRUX56"], ["created_at", "2016-03-09 15:43:23.220188"], ["updated_at", "2016-03-09 15:43:23.220188"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.2ms) Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ariane@kelermoriette.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ariane@kelermoriette.info"]]  (0.6ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$O33VaRwqHpOECPSr14q95uhP3AQ2xEyOH5ShpRnbaOlw9JbhBg3eO"], ["updated_at", "2016-03-09 15:43:23.266968"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 36ms (Views: 31.9ms | ActiveRecord: 2.4ms)  (1.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-09 15:43:23.318023"], ["updated_at", "2016-03-09 15:43:23.318023"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 32ms (Views: 29.2ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ava@kiehnschaden.io') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ava@kiehnschaden.io"], ["name", "Justen Konopelski DDS"], ["password_digest", "$2a$04$FyWoNy/f.2ATq3Ntg8WZDOCo7DBdBNGr6AUzUQ8a0q4zfLgE1feui"], ["created_at", "2016-03-09 15:43:23.378247"], ["updated_at", "2016-03-09 15:43:23.378247"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 14ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ava@kiehnschaden.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ava@kiehnschaden.io"]]  (0.8ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$2qZzfKG.0USY08XaMvzk8ecDjRyMSwv8YIRhcHPVm.fZ1u1ImrL12"], ["updated_at", "2016-03-09 15:43:23.426633"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.2ms) Completed 200 OK in 36ms (Views: 31.1ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-09 15:43:23.478245"], ["updated_at", "2016-03-09 15:43:23.478245"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-09 15:43:23.484727"], ["updated_at", "2016-03-09 15:43:23.484727"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-09 15:43:23.490297"], ["updated_at", "2016-03-09 15:43:23.490297"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-09 15:43:23.496960"], ["updated_at", "2016-03-09 15:43:23.496960"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-09 15:43:23.501984"], ["updated_at", "2016-03-09 15:43:23.501984"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-09 15:43:23.507564"], ["updated_at", "2016-03-09 15:43:23.507564"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-09 15:43:23.513913"], ["updated_at", "2016-03-09 15:43:23.513913"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-09 15:43:23.519378"], ["updated_at", "2016-03-09 15:43:23.519378"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-09 15:43:23.525104"], ["updated_at", "2016-03-09 15:43:23.525104"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-09 15:43:23.530995"], ["updated_at", "2016-03-09 15:43:23.530995"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-09 15:43:23.538584"], ["updated_at", "2016-03-09 15:43:23.538584"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-09 15:43:23.544081"], ["updated_at", "2016-03-09 15:43:23.544081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-09 15:43:23.549192"], ["updated_at", "2016-03-09 15:43:23.549192"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-09 15:43:23.554829"], ["updated_at", "2016-03-09 15:43:23.554829"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-09 15:43:23.560428"], ["updated_at", "2016-03-09 15:43:23.560428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-09 15:43:23.566284"], ["updated_at", "2016-03-09 15:43:23.566284"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-09 15:43:23.571827"], ["updated_at", "2016-03-09 15:43:23.571827"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-09 15:43:23.577868"], ["updated_at", "2016-03-09 15:43:23.577868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-09 15:43:23.583132"], ["updated_at", "2016-03-09 15:43:23.583132"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-09 15:43:23.589703"], ["updated_at", "2016-03-09 15:43:23.589703"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-09 15:43:23.595434"], ["updated_at", "2016-03-09 15:43:23.595434"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-09 15:43:23.602637"], ["updated_at", "2016-03-09 15:43:23.602637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-09 15:43:23.608221"], ["updated_at", "2016-03-09 15:43:23.608221"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-09 15:43:23.614967"], ["updated_at", "2016-03-09 15:43:23.614967"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-09 15:43:23.620685"], ["updated_at", "2016-03-09 15:43:23.620685"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-09 15:43:23.627620"], ["updated_at", "2016-03-09 15:43:23.627620"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (15.1ms) Completed 200 OK in 39ms (Views: 35.3ms | ActiveRecord: 1.6ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (6.1ms) Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 1.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ulises@bogisich.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ulises@bogisich.info"], ["name", "Amaya Upton"], ["password_digest", "$2a$04$SAjtVdUNB2WVxUyyHHfxEuyfz.7faMsWW1bMRugL5T7bJ8mGP7K7S"], ["created_at", "2016-03-09 15:43:23.737560"], ["updated_at", "2016-03-09 15:43:23.737560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ulises@bogisich.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ulises@bogisich.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8wMgERajMgjUxbmIBKFgh.0m7OeN2mOSz.zYsf4jEHjDULhkIzPPW"], ["updated_at", "2016-03-09 15:43:23.781240"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 28ms (Views: 25.1ms | ActiveRecord: 1.7ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.6ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-03-09 15:43:23.872797"], ["updated_at", "2016-03-09 15:43:23.872797"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('osbaldo_veum@connellyanderson.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "osbaldo_veum@connellyanderson.biz"], ["name", "Octavia Quitzon"], ["password_digest", "$2a$04$w32iriHDOZzaKFv1GiplW.PT89NyGhr2YZkwQ61uqDLgzehUOU/LS"], ["created_at", "2016-03-09 15:43:23.921655"], ["updated_at", "2016-03-09 15:43:23.921655"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"osbaldo_veum@connellyanderson.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "osbaldo_veum@connellyanderson.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Cfbky8pjL3P0REg0cy3D3enEkFuo2.RGxtxsoO.LTcKEoRMLz8466"], ["updated_at", "2016-03-09 15:43:23.961729"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:23 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.4ms) Completed 200 OK in 29ms (Views: 26.2ms | ActiveRecord: 1.4ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-09 15:43:24.002630"], ["updated_at", "2016-03-09 15:43:24.002630"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-03-09 15:43:24.053630"], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('broderick@haley.org') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "broderick@haley.org"], ["name", "Noe Braun"], ["password_digest", "$2a$04$cm2FtOdDxMEVqCpFsBt6v.uiNH3/irV5rEfyjY/b0Qpw3pCRoOSVe"], ["created_at", "2016-03-09 15:43:24.099032"], ["updated_at", "2016-03-09 15:43:24.099032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"broderick@haley.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "broderick@haley.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$t5CSFNVHDiK7RpfAltnA/.L44XVkRFfhyjs3kM2.09LiPX0WlFRXe"], ["updated_at", "2016-03-09 15:43:24.152167"], ["id", 5]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-09 15:43:24.194588"], ["updated_at", "2016-03-09 15:43:24.194588"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 1.3ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alexa_mante@durgan.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alexa_mante@durgan.org"], ["name", "Creola Champlin"], ["password_digest", "$2a$04$L.ZdC0.VjNIGOBfh2b999ewLPGTdu1/N9TpYbF3GiFdaZEBDGhzE."], ["created_at", "2016-03-09 15:43:24.293032"], ["updated_at", "2016-03-09 15:43:24.293032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Minus atque corrupti. Autem et dolore atque sit."], ["summary", "Ipsam aut sed aliquam. Modi excepturi illum ut."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.298111"], ["updated_at", "2016-03-09 15:43:24.298111"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('libby_cain@wuckertmetz.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "libby_cain@wuckertmetz.net"], ["name", "Ron Moen"], ["password_digest", "$2a$04$6ezwIUMOLZsuZFGWY7YClOGr6Ep/V1vWkkcyEe6TZhNvwRnigfiwu"], ["created_at", "2016-03-09 15:43:24.305369"], ["updated_at", "2016-03-09 15:43:24.305369"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Delectus nihil amet tempora voluptatibus ea sed eos. Nihil praesentium iusto consequatur soluta ex voluptatem. Officiis quibusdam mollitia recusandae ex."], ["summary", "Dolores nostrum sed recusandae ullam qui."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-09 15:43:24.311395"], ["updated_at", "2016-03-09 15:43:24.311395"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (13.4ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (23.8ms) Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.9ms) Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('faustino.howe@ritchie.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "faustino.howe@ritchie.name"], ["name", "Kathryn Sawayn Sr."], ["password_digest", "$2a$04$JJw43Q.iL4Ln0JRzEI1aneqCMeK5erIFaLt8FBJim5AtD0XLf3m9K"], ["created_at", "2016-03-09 15:43:24.372830"], ["updated_at", "2016-03-09 15:43:24.372830"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Tempora quis incidunt. Nisi reprehenderit et. Explicabo ut cumque."], ["summary", "Quis aut ullam fugit dolor. Omnis eligendi et."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.377938"], ["updated_at", "2016-03-09 15:43:24.377938"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaime@kihnrenner.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaime@kihnrenner.com"], ["name", "Dr. Myra Skiles"], ["password_digest", "$2a$04$I1nhOenFxL1ZX4LvH9BZeewcmj0HBk3nLRTiqDpzjK33A4eo66EqC"], ["created_at", "2016-03-09 15:43:24.385019"], ["updated_at", "2016-03-09 15:43:24.385019"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Et fugiat odio rerum suscipit ut ea id. Fugiat maxime voluptatem in. Quo harum soluta odit ut quis aut labore. Eos dolor non necessitatibus."], ["summary", "Ad quidem qui eveniet omnis et eius sit. Doloribus numquam officia. Nam non labore."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.390792"], ["updated_at", "2016-03-09 15:43:24.390792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('green.abernathy@jacobson.name') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "green.abernathy@jacobson.name"], ["name", "Mr. Kale Rempel"], ["password_digest", "$2a$04$R0WWyBDJe4sz9n7RIASS2uRg/c.YQACWtJ88HkgwPJl2O6/QQi4Ka"], ["created_at", "2016-03-09 15:43:24.398541"], ["updated_at", "2016-03-09 15:43:24.398541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Esse a dolorum. Pariatur mollitia eligendi. Dolorem libero est autem dicta voluptate eos iure."], ["summary", "Aperiam placeat nihil. Ipsum voluptatem odit quis error quaerat."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.404709"], ["updated_at", "2016-03-09 15:43:24.404709"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruel_ernser@stokes.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruel_ernser@stokes.org"], ["name", "Emanuel Gutkowski"], ["password_digest", "$2a$04$rnnJqomwEjSWbYR2BXpS/uwaA7IKsO0r7zQSvcKodXj26PRxXvthm"], ["created_at", "2016-03-09 15:43:24.412575"], ["updated_at", "2016-03-09 15:43:24.412575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Omnis quos voluptatem accusamus facilis et. Non aut ratione."], ["summary", "Modi nostrum omnis asperiores nam. In iste numquam ut amet rerum odit."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.417560"], ["updated_at", "2016-03-09 15:43:24.417560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvette_conroy@romaguera.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yvette_conroy@romaguera.org"], ["name", "Mr. Alice D'Amore"], ["password_digest", "$2a$04$Rx33RM0fQRxdYwPqGohh/.xrReDIHJLWJvXYiAK6eMDBupdbjceCu"], ["created_at", "2016-03-09 15:43:24.425368"], ["updated_at", "2016-03-09 15:43:24.425368"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Inventore quia eos commodi modi aut occaecati voluptas. Neque aut voluptate numquam nihil. Perferendis recusandae accusamus modi."], ["summary", "Ipsa fugiat sed. Alias id autem sunt nemo officiis velit sed. Assumenda eius sint aspernatur perspiciatis odit."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.431040"], ["updated_at", "2016-03-09 15:43:24.431040"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresia@rodriguez.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresia@rodriguez.io"], ["name", "Tate Powlowski"], ["password_digest", "$2a$04$Xl0SE5U5t8GdlFy.eESDCOY.FbSU6ogwlyeyhOoGfDhxb6sX5tRPG"], ["created_at", "2016-03-09 15:43:24.438695"], ["updated_at", "2016-03-09 15:43:24.438695"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Sit nostrum tempore aperiam error harum minima. Sed quam vero sunt nihil eligendi quis. Aliquid temporibus quia asperiores. Deserunt a ut aliquam blanditiis dolore adipisci."], ["summary", "Magnam ut deserunt. Deserunt ea rerum voluptatibus vitae provident cupiditate."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.444215"], ["updated_at", "2016-03-09 15:43:24.444215"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mina.weber@farrelldeckow.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mina.weber@farrelldeckow.io"], ["name", "Margarete Beier"], ["password_digest", "$2a$04$GUfmG3kOCroAdYd.zsevYenl5n4MolHvxcDnno2zKceeu5ZnpLMzu"], ["created_at", "2016-03-09 15:43:24.451678"], ["updated_at", "2016-03-09 15:43:24.451678"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Corrupti qui porro sequi. Placeat minus cum esse voluptatem dolor voluptatum consectetur."], ["summary", "Laborum sunt similique suscipit vero provident beatae quia. Praesentium rerum nesciunt modi autem. Reprehenderit natus asperiores recusandae velit praesentium deserunt."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.456754"], ["updated_at", "2016-03-09 15:43:24.456754"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caie.swaniawski@aufderhar.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caie.swaniawski@aufderhar.com"], ["name", "Sadie Bogan"], ["password_digest", "$2a$04$XKjJv9jKcOXVvnBtbXlk..KaSbY7iXAAUR7hgfmu5HcbXWKaciP52"], ["created_at", "2016-03-09 15:43:24.464049"], ["updated_at", "2016-03-09 15:43:24.464049"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Nostrum aut et velit. Repellendus consequatur nesciunt. Consequatur qui aperiam officia exercitationem. Aut delectus alias natus magnam ea et."], ["summary", "Blanditiis totam illum qui molestiae quia. Aut illum consequatur ut."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.469000"], ["updated_at", "2016-03-09 15:43:24.469000"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ian@thompson.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ian@thompson.net"], ["name", "Lucas Hermann"], ["password_digest", "$2a$04$nEUdXTclgP5P92Zddu8KEe4I9eFSZAm5/4qTAAObOJF7ue.nz0r6e"], ["created_at", "2016-03-09 15:43:24.476733"], ["updated_at", "2016-03-09 15:43:24.476733"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Quis quia aliquam. Sit voluptas debitis ullam repudiandae."], ["summary", "Aliquam eos adipisci rerum a ab architecto."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.481473"], ["updated_at", "2016-03-09 15:43:24.481473"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deontae_tremblay@stamm.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deontae_tremblay@stamm.biz"], ["name", "Marcelle Quigley"], ["password_digest", "$2a$04$2UtFpkiUBiUhw7hlIHCVGewYS.iG2a0C4viINAH9UzF/jYoaJp.Xq"], ["created_at", "2016-03-09 15:43:24.488762"], ["updated_at", "2016-03-09 15:43:24.488762"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Modi quas soluta qui dolorem. Veniam consequatur voluptas et maxime quaerat quia in."], ["summary", "Fuga commodi voluptate eum ipsum omnis. Suscipit eius est quia beatae maxime veniam."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.493759"], ["updated_at", "2016-03-09 15:43:24.493759"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lawrence.deckow@townepredovic.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lawrence.deckow@townepredovic.com"], ["name", "Harold Kozey DDS"], ["password_digest", "$2a$04$UidKpFZgOBDJtxoKl9hbC.fM0xV1MJs1ueW8LRRUb.RSmAo0rVkEK"], ["created_at", "2016-03-09 15:43:24.500993"], ["updated_at", "2016-03-09 15:43:24.500993"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Architecto autem eum aut quia ut. Quos est rerum neque omnis tenetur ut a."], ["summary", "Soluta distinctio quis quia ipsam similique eius qui."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.505972"], ["updated_at", "2016-03-09 15:43:24.505972"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.4ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (31.9ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (39.8ms) Completed 200 OK in 43ms (Views: 35.0ms | ActiveRecord: 6.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.6ms) Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darryl.dietrich@boyergorczany.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darryl.dietrich@boyergorczany.co"], ["name", "Liliana Kling PhD"], ["password_digest", "$2a$04$cBdHo2XnzsCfrIdVPh91fus8yTHMunVhQ5XnuMmnGYQNSQsjn.3XO"], ["created_at", "2016-03-09 15:43:24.581191"], ["updated_at", "2016-03-09 15:43:24.581191"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Assumenda aut laboriosam odio sit saepe. Laborum quia aspernatur harum consectetur dolore."], ["summary", "Quas aspernatur aliquam et quia."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.587226"], ["updated_at", "2016-03-09 15:43:24.587226"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (9.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.4ms) Completed 200 OK in 18ms (Views: 12.3ms | ActiveRecord: 5.0ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.6ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('demario@hodkiewiczkuphal.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "demario@hodkiewiczkuphal.io"], ["name", "Reanna Skiles"], ["password_digest", "$2a$04$axOuQ0D7pgN7wNd5xGqJ9eBLQ2rE3nRYcbrlXxabkbW766OU.HAEu"], ["created_at", "2016-03-09 15:43:24.647759"], ["updated_at", "2016-03-09 15:43:24.647759"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Dolores et tempore et ut aperiam. Esse est ullam voluptatum hic dolores autem."], ["summary", "Quidem aut ipsum laborum nam incidunt. Omnis quo doloremque. Ipsa ut tenetur eos molestiae aut aut at."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-09 15:43:24.654694"], ["updated_at", "2016-03-09 15:43:24.654694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 3ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (2.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-09 15:43:24.679568"], ["updated_at", "2016-03-09 15:43:24.679568"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-09 15:43:24.690665"], ["updated_at", "2016-03-09 15:43:24.690665"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willis_pfannerstill@stokesrohan.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willis_pfannerstill@stokesrohan.org"], ["name", "Sidney Powlowski"], ["password_digest", "$2a$04$uY3oylOXsqytOkozaDkPDeqijfcG67pbFvAmrKcEcAoGsZ5fQL4uS"], ["created_at", "2016-03-09 15:43:24.702265"], ["updated_at", "2016-03-09 15:43:24.702265"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Et ut facilis delectus. Maiores corrupti voluptatibus quaerat commodi dolorem laudantium."], ["summary", "Eligendi qui consequuntur non quasi."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.717817"], ["updated_at", "2016-03-09 15:43:24.717817"]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alyce.okon@hagenes.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alyce.okon@hagenes.name"], ["name", "Reid Goodwin"], ["password_digest", "$2a$04$1pAzhXK5FGenncKIXuIQ9.75T0UyLELrTyec3qzakt0nO/4u4i6MO"], ["created_at", "2016-03-09 15:43:24.728113"], ["updated_at", "2016-03-09 15:43:24.728113"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Soluta voluptate nostrum neque sapiente iure dolorem. Consequatur sed ut laborum aut eius fugiat ut. Porro enim in ab omnis perspiciatis sint."], ["summary", "Enim blanditiis dolor. Deleniti quo et occaecati tenetur et. Quae deserunt necessitatibus vero animi voluptas illum."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:24.740527"], ["updated_at", "2016-03-09 15:43:24.740527"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.4ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (11.9ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (16.7ms) Completed 200 OK in 20ms (Views: 15.0ms | ActiveRecord: 4.1ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-09 10:43:24 -0500 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (7.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (15.5ms) Completed 200 OK in 30ms (Views: 21.3ms | ActiveRecord: 4.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$PZg0DN/GR8jw/AZCJZT.AuPlBJ1UGQ8LIfpjo5ZEtBmvztFO/RjAK"], ["created_at", "2016-03-09 15:43:24.846278"], ["updated_at", "2016-03-09 15:43:24.846278"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$W5eMhf7uWkJPb/YEdhYj9.LPIrdbPw6Qw7pvAaAzK/5LkG9Vl3yja"], ["created_at", "2016-03-09 15:43:24.859479"], ["updated_at", "2016-03-09 15:43:24.859479"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Q5YqKPxZtQx/Xkrm2yiAS.ls3JrWfGN1UC1rFjXgix8fbD/3AeY.O"], ["updated_at", "2016-03-09 15:43:24.863538"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-09 15:43:24.883813"], ["updated_at", "2016-03-09 15:43:24.883813"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-09 15:43:24.893826"], ["updated_at", "2016-03-09 15:43:24.893826"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.5ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norbert.nitzsche@jerde.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "norbert.nitzsche@jerde.org"], ["name", "Vincenzo Wuckert"], ["password_digest", "$2a$04$wmb2BpZZQmFPGdn0yVuHm.Hk/XYWUIX9ix9SA4jHpbAe3zflU8vZy"], ["created_at", "2016-03-09 15:43:24.969139"], ["updated_at", "2016-03-09 15:43:24.969139"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willie@mante.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willie@mante.co"], ["name", "Missouri Murazik"], ["password_digest", "$2a$04$nWYtBVQIbfxIKqcWHqnZVOW1M2B0/9k.V8hsAGxlO5BPw1.x5T9ma"], ["created_at", "2016-03-09 15:43:24.979578"], ["updated_at", "2016-03-09 15:43:24.979578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shad.terry@bartell.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shad.terry@bartell.org"], ["name", "Michelle Schaefer"], ["password_digest", "$2a$04$ykDj/AHhdXC1hDBpX0W2hO.E8QO2qDO4Iu4y0Fr73eHH27ZyKXN.G"], ["created_at", "2016-03-09 15:43:24.991103"], ["updated_at", "2016-03-09 15:43:24.991103"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Vitae ut qui. Quia at ab non. Harum iusto quia sunt."], ["summary", "Ut deleniti nam libero minus ad sed. Eum quas deleniti aliquid."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-09 15:43:24.995638"], ["updated_at", "2016-03-09 15:43:24.995638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('estelle@homenick.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "estelle@homenick.co"], ["name", "Moriah Corwin"], ["password_digest", "$2a$04$MA46eyI4ouZ9TtZ8cK06zemghtKPZJYTdk7Q.KgvIfbjsECgCDlmG"], ["created_at", "2016-03-09 15:43:25.005568"], ["updated_at", "2016-03-09 15:43:25.005568"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Debitis repellendus aut voluptas. Eum possimus velit tempore reiciendis. Ut quas consequatur dolores tempora perspiciatis."], ["summary", "Alias ut voluptatum dolores et recusandae. Fugiat distinctio eius voluptas sunt voluptatem. Ipsam distinctio doloribus unde ipsum deleniti assumenda."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-09 15:43:25.010918"], ["updated_at", "2016-03-09 15:43:25.010918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('angel@braun.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "angel@braun.co"], ["name", "Caleb Cole"], ["password_digest", "$2a$04$OYVS3Yk8k8KMy1JabC3cM.K5QraF14HVcFrfPemuX7spYX/m0zzMa"], ["created_at", "2016-03-09 15:43:25.022360"], ["updated_at", "2016-03-09 15:43:25.022360"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('evangeline@blanda.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "evangeline@blanda.com"], ["name", "Kathleen Turner"], ["password_digest", "$2a$04$bjrDmVm44PmLPnrNqfk81egFjBIhcY3Iu5.v4XxUihfCcFJzfmrwS"], ["created_at", "2016-03-09 15:43:25.032092"], ["updated_at", "2016-03-09 15:43:25.032092"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adrain_reichert@cronaschamberger.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adrain_reichert@cronaschamberger.net"], ["name", "Walker Hagenes DDS"], ["password_digest", "$2a$04$mKp8ldQp8Tw9yalZjF./V.zZFsFbprA8AMYlZ/U9F4mo08I60Nf.C"], ["created_at", "2016-03-09 15:43:25.043767"], ["updated_at", "2016-03-09 15:43:25.043767"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marie.dach@cronin.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marie.dach@cronin.io"], ["name", "Marquis Runolfsdottir"], ["password_digest", "$2a$04$3cebWvFNU7nfobxclKsoaOcxAyyQLr98mMuO93DFPAryXknacFMey"], ["created_at", "2016-03-09 15:43:25.054958"], ["updated_at", "2016-03-09 15:43:25.054958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Voluptas ducimus nihil consequatur ut praesentium. Quo officiis asperiores consequatur."], ["summary", "Eveniet dicta quo maiores sequi. Iure eius a qui amet. In quaerat et et impedit voluptatibus."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:25.061706"], ["updated_at", "2016-03-09 15:43:25.061706"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miracle.muller@beermarvin.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "miracle.muller@beermarvin.net"], ["name", "Demario Lesch MD"], ["password_digest", "$2a$04$mO6IKSZofbkcZM/P/tWbvePu.xoX6dL6VyMsnfsifDj6chjW.1WR."], ["created_at", "2016-03-09 15:43:25.070777"], ["updated_at", "2016-03-09 15:43:25.070777"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Dolorem cupiditate et. Doloremque culpa iure. Et debitis quis libero quaerat sint. Vitae dolore blanditiis ut illum beatae omnis."], ["summary", "Eveniet aut sint eius."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:25.076656"], ["updated_at", "2016-03-09 15:43:25.076656"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-09 13:43:25.078785"], ["updated_at", "2016-03-09 15:43:25.082563"], ["id", 20]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-09 15:43:25.079515"], ["updated_at", "2016-03-09 15:43:25.089001"], ["id", 21]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('junius_yundt@kilbacklindgren.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "junius_yundt@kilbacklindgren.co"], ["name", "Opal Monahan V"], ["password_digest", "$2a$04$ZBks28krrC3QZOxto2aJReBwdhfkuPq.614mz5IhIdWIdr2h46LJm"], ["created_at", "2016-03-09 15:43:25.102406"], ["updated_at", "2016-03-09 15:43:25.102406"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Tempora expedita ad qui sint nisi. Neque optio cupiditate sit maiores quia perspiciatis rerum. Magnam dignissimos cum aliquam est minus maxime sunt. Voluptatum quis sed facere ipsa dicta quod."], ["summary", "Rerum voluptates nobis id cumque dolor praesentium. Est reprehenderit ex accusamus sunt sit."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:25.109941"], ["updated_at", "2016-03-09 15:43:25.109941"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carlos@heathcote.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carlos@heathcote.org"], ["name", "Devan Hauck"], ["password_digest", "$2a$04$ivbgW4wg6fQ99gWx3opBoO8zXyHXoSgjv3s.Ge/5jUf0jpvSCfRtq"], ["created_at", "2016-03-09 15:43:25.118406"], ["updated_at", "2016-03-09 15:43:25.118406"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Optio iste omnis id. Deserunt possimus quis harum libero minus. Temporibus vitae qui."], ["summary", "Et numquam laudantium inventore voluptas."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-09 15:43:25.124891"], ["updated_at", "2016-03-09 15:43:25.124891"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.2ms) ROLLBACK  (0.8ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mckenna.carter@schuppe.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mckenna.carter@schuppe.info"], ["name", "Corine Robel"], ["password_digest", "$2a$04$4PIZT3s0mt199pUVMvSCneJFoZ1XnQL2NxuqJYiufhhtoEG5U8uem"], ["created_at", "2016-03-09 15:43:25.138511"], ["updated_at", "2016-03-09 15:43:25.138511"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eliseo@langworthko.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eliseo@langworthko.name"], ["name", "Alysa Bernhard"], ["password_digest", "$2a$04$pw2oxl1j4veO.7ku7CXM/uEsUDzSp4VTjmkU3bvg11RQjcGTnDvjS"], ["created_at", "2016-03-09 15:43:25.149440"], ["updated_at", "2016-03-09 15:43:25.149440"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Possimus corporis culpa. Voluptatem quis sint. Dolorem eos totam aut ea aut dicta. Consequuntur sed praesentium est voluptas eaque."], ["summary", "Vel asperiores nihil magni."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-09 15:43:25.155787"], ["updated_at", "2016-03-09 15:43:25.155787"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-09 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:25.161308"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keyshawn_ohara@townereynolds.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keyshawn_ohara@townereynolds.name"], ["name", "Loyal Boehm DDS"], ["password_digest", "$2a$04$kfGUz45VjaObZbi4TyXwH.VDsGeBBKhjcVoYPn1HO7Cy/FUagw6Am"], ["created_at", "2016-03-09 15:43:25.172708"], ["updated_at", "2016-03-09 15:43:25.172708"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Occaecati saepe eos ea veritatis deleniti. Enim eaque exercitationem rem perspiciatis. Aut magni mollitia vel voluptatem."], ["summary", "Nihil eos ducimus delectus optio sapiente. Consequatur qui at mollitia dolores quidem eaque porro."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-09 00:00:00.000000"], ["created_at", "2016-03-09 15:43:25.178752"], ["updated_at", "2016-03-09 15:43:25.178752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-08 00:00:00.000000"], ["updated_at", "2016-03-09 15:43:25.183758"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garfield.aufderhar@quigley.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garfield.aufderhar@quigley.biz"], ["name", "Lucio Larson IV"], ["password_digest", "$2a$04$YXeRztqU8ae9kAP6WMexpe/naGsvTllQtiEQ4pqbeykJwfr2WYcoC"], ["created_at", "2016-03-09 15:43:25.202859"], ["updated_at", "2016-03-09 15:43:25.202859"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$aJlDfxppLA.YIp8DaWIBGuLqCLTiQdF0XH0bCEpyBQ5aJqNMG4sae"], ["created_at", "2016-03-09 15:43:25.300642"], ["updated_at", "2016-03-09 15:43:25.300642"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.5ms) ROLLBACK  (1.2ms) BEGIN  (0.4ms) COMMIT  (0.5ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$eEn.s8eG55feualW0.u18e0bEQBx.ziYQ7MWbKUtaJhZRlrASKzWu"], ["created_at", "2016-03-09 15:43:25.422844"], ["updated_at", "2016-03-09 15:43:25.422844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('caroline@rodriguezwitting.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "caroline@rodriguezwitting.net"], ["name", "Rosendo Goodwin"], ["password_digest", "$2a$04$OcIHJ2gUmP65nkaDt69BZeUVPfjGVfz/so0/71aMJ4Ry1ppMO5yzW"], ["created_at", "2016-03-09 15:43:25.449957"], ["updated_at", "2016-03-09 15:43:25.449957"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Minima fuga ut a quasi. Mollitia quod omnis sunt placeat. Quia exercitationem reprehenderit voluptatem dolores vel excepturi."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-09 15:43:25.455203"], ["updated_at", "2016-03-09 15:43:25.455203"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (24.1ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.6ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (12.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (6.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (52.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (2.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.9ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (4.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$U.FoA0g.D0SXbeJGLgE3BeYhcUtVQ.vVGTk1i6TY0TXU9xwihtRL6"], ["created_at", "2016-03-15 20:04:22.965390"], ["updated_at", "2016-03-15 20:04:22.965390"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$bhSDi1wgBMy0LbZzYXPI0ek2vpVFVpXEe53I9JZeYRMUv5RE3pVuO"], ["created_at", "2016-03-15 20:04:22.994551"], ["updated_at", "2016-03-15 20:04:22.994551"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$HDmf73Lzqh6WVuYyVBulkOrS/2B3HoXCIcg1BGo3LatUHY0/Rc1vi"], ["updated_at", "2016-03-15 20:04:23.001925"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('meredith_daniel@mcglynn.org') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "meredith_daniel@mcglynn.org"], ["name", "Alfonzo Schmeler"], ["password_digest", "$2a$04$4tJQViRx0/vU3KkYJAdccu/1GriRjAigZzXruRiP5oc1FpOhcGQYa"], ["created_at", "2016-03-15 20:04:23.477296"], ["updated_at", "2016-03-15 20:04:23.477296"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Quas iure consequatur sed debitis natus. Ratione a dignissimos voluptatibus rerum officiis iste. Corrupti eum rerum nobis iste repudiandae iure. Similique exercitationem rerum necessitatibus."], ["summary", "Sed corrupti ducimus asperiores quas nihil qui. Aliquid unde neque tempore dolorem."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-03-15 20:04:23.621548"], ["updated_at", "2016-03-15 20:04:23.621548"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('miles_reinger@uptonschaden.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "miles_reinger@uptonschaden.net"], ["name", "Susanna Langworth"], ["password_digest", "$2a$04$2oE0UidQ1uyAyDLUPF5Nt.z1gN7Tn6x8UVqYsK7qS6/4hruJHTb8C"], ["created_at", "2016-03-15 20:04:23.673759"], ["updated_at", "2016-03-15 20:04:23.673759"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Voluptatum veritatis maiores laudantium similique. Sunt consequatur dolores."], ["summary", "Est nihil corporis fugit ut non nulla."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-03-15 20:04:23.678019"], ["updated_at", "2016-03-15 20:04:23.678019"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bridget@ohara.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bridget@ohara.name"], ["name", "Marlin Langworth PhD"], ["password_digest", "$2a$04$VxDPCM4n4IE8Uev6V3Va9OlAQbLUTohw.uqk21r0Z35pVs.Dfi5Uq"], ["created_at", "2016-03-15 20:04:23.684795"], ["updated_at", "2016-03-15 20:04:23.684795"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Et assumenda sequi autem accusantium. Deleniti aliquam voluptatum nisi nulla eum iusto dolores."], ["summary", "Non laboriosam deserunt eius dolorem sint. Sed eos fuga cum sunt et suscipit placeat."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-03-15 20:04:23.689921"], ["updated_at", "2016-03-15 20:04:23.689921"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ebba.labadie@schinner.biz') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ebba.labadie@schinner.biz"], ["name", "Miss Neva D'Amore"], ["password_digest", "$2a$04$7mLs1EojhEti.rdRpS/ACuV676W4RwZ.mvUHHxRITD4.QdxB6NaHK"], ["created_at", "2016-03-15 20:04:23.699634"], ["updated_at", "2016-03-15 20:04:23.699634"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Quia voluptatem tempore iure. Optio dolorum amet nihil quas. Minima molestiae ea. Facere dignissimos eos ut sunt odit exercitationem molestiae."], ["summary", "Quam sed rerum qui. At laudantium rerum ut est quidem qui voluptas."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-03-15 20:04:23.705298"], ["updated_at", "2016-03-15 20:04:23.705298"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adela@runolfsdottir.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adela@runolfsdottir.io"], ["name", "Nikko Hettinger"], ["password_digest", "$2a$04$QXbLMU2UPBlSHon5A5UJQ.ViLVE6d.Q63tZXjGxTNgKk9eBQAwJkS"], ["created_at", "2016-03-15 20:04:23.717050"], ["updated_at", "2016-03-15 20:04:23.717050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Modi labore facere. Ut odio sunt asperiores doloremque exercitationem. Ratione facere dolorem molestias debitis."], ["summary", "Reprehenderit ullam nobis. Quo qui quibusdam est nihil."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-03-15 20:04:23.722134"], ["updated_at", "2016-03-15 20:04:23.722134"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ryder@doyle.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ryder@doyle.name"], ["name", "Turner Reichel"], ["password_digest", "$2a$04$qE/NRk48zUOYqObuDmGY7O2XKPRIE/alOd4qxgMljDjooBNg1mYqK"], ["created_at", "2016-03-15 20:04:23.728966"], ["updated_at", "2016-03-15 20:04:23.728966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Amet voluptatem aut. Maxime enim nam alias ex iure."], ["summary", "Odit et quos ut similique hic quae possimus. Odio eius expedita voluptatem. Corporis fugit dolorum eius labore."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-03-15 20:04:23.733196"], ["updated_at", "2016-03-15 20:04:23.733196"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aditya_hyatt@wehnerkuhic.biz') LIMIT 1 SQL (2.0ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aditya_hyatt@wehnerkuhic.biz"], ["name", "Mrs. Elnora Ullrich"], ["password_digest", "$2a$04$ulJgKQIn1B2b9R4woxK2DuWtV870cepTex.BJcTsdRDsZg.gmpYcW"], ["created_at", "2016-03-15 20:04:23.740246"], ["updated_at", "2016-03-15 20:04:23.740246"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Sint aut numquam. Nihil maxime et beatae eaque dolore at nam. Est et ducimus minima quidem vel tempore. Vel sit corrupti culpa veniam placeat quasi illo."], ["summary", "Vitae ab sit illum molestias."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-03-15 20:04:23.747213"], ["updated_at", "2016-03-15 20:04:23.747213"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dock.krajcik@lindhomenick.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dock.krajcik@lindhomenick.co"], ["name", "Mariah Lang"], ["password_digest", "$2a$04$30FHBc3hFP18eO/3pZHp8upMg8f1ZT4LGbIwtApwX2dMnS04sNgjG"], ["created_at", "2016-03-15 20:04:23.758492"], ["updated_at", "2016-03-15 20:04:23.758492"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Et eum odio. Ratione officiis at sit. Iste accusamus sint beatae facere nobis. Optio earum cum recusandae distinctio nam nihil."], ["summary", "Soluta voluptatem ad non. Dolor ut aut eaque error aspernatur sunt."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-03-15 20:04:23.765983"], ["updated_at", "2016-03-15 20:04:23.765983"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ada.homenick@friesen.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ada.homenick@friesen.net"], ["name", "Mr. Antonina Kiehn"], ["password_digest", "$2a$04$bgFsLt440K5cvAhFL/rK6OU1656iwiotj3/50SYnXCHRWM4oskxO2"], ["created_at", "2016-03-15 20:04:23.775395"], ["updated_at", "2016-03-15 20:04:23.775395"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Sit voluptatibus repudiandae veniam. Totam aut odio cupiditate voluptates temporibus. Odit cupiditate unde cumque quibusdam ducimus aut. Ea voluptate necessitatibus magni voluptatem nesciunt veritatis."], ["summary", "Ut ut sed a et. Voluptatibus dolor provident nihil saepe."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-03-15 20:04:23.781450"], ["updated_at", "2016-03-15 20:04:23.781450"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dandre.legros@corkery.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dandre.legros@corkery.com"], ["name", "Lorna Hilpert"], ["password_digest", "$2a$04$SYYMnK79ObL90yVrHgloO.8nMXBLD4RHjijwQT4OxWLonYrfc1KFW"], ["created_at", "2016-03-15 20:04:23.789054"], ["updated_at", "2016-03-15 20:04:23.789054"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Voluptatem et delectus sit voluptas. Culpa ea veniam iusto totam. Rerum sit rerum ullam. Itaque sed et unde atque."], ["summary", "At qui quisquam."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-03-15 20:04:23.793524"], ["updated_at", "2016-03-15 20:04:23.793524"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liliane.cummings@fay.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liliane.cummings@fay.biz"], ["name", "Reyna Reichel"], ["password_digest", "$2a$04$EQxDZmvtU/.EJFJ9AqO8Ue9vJ2JpqpLLRKIwulXp6rFhXTixMPiWi"], ["created_at", "2016-03-15 20:04:23.803151"], ["updated_at", "2016-03-15 20:04:23.803151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Et non doloremque. Libero nemo aut culpa."], ["summary", "Dolores voluptates aut sed molestias perspiciatis blanditiis. Sit animi aut assumenda omnis voluptate. Tempora qui assumenda voluptatem quod quas molestiae quia."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-03-15 20:04:23.808961"], ["updated_at", "2016-03-15 20:04:23.808961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gregg@dare.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gregg@dare.biz"], ["name", "Dr. Tierra Watsica"], ["password_digest", "$2a$04$Ze6kpRshEFPAmLK7HMOFUeWOM2EQMHQxgJ/UcG8AOV72puK5jHEFW"], ["created_at", "2016-03-15 20:04:23.818637"], ["updated_at", "2016-03-15 20:04:23.818637"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Quod est rerum tempore autem facere perspiciatis explicabo. Quia et iure possimus quisquam ut quos. Est delectus minima rerum omnis dolorem et esse."], ["summary", "Esse error sapiente dolore voluptatem id. Iure placeat est aut libero reprehenderit. Non repellendus veritatis nemo numquam expedita."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-03-15 20:04:23.823242"], ["updated_at", "2016-03-15 20:04:23.823242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('noble_wisoky@mayerhaley.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "noble_wisoky@mayerhaley.info"], ["name", "Kayleigh Gaylord III"], ["password_digest", "$2a$04$doZg2e5xSlH6I3l8TqX0NuocpFM5rTv9jUBc6K55neClwygTV23CW"], ["created_at", "2016-03-15 20:04:23.830037"], ["updated_at", "2016-03-15 20:04:23.830037"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Odio quam laboriosam. Quia ut molestias nesciunt dignissimos quidem."], ["summary", "Doloribus ea eos."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-03-15 20:04:23.834815"], ["updated_at", "2016-03-15 20:04:23.834815"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claudie@kuphal.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claudie@kuphal.com"], ["name", "Susan Schroeder"], ["password_digest", "$2a$04$Ach37HqnBPeKhJ1jKr0KyexIq4XVijzKOMFJgqSvghsw27qyFCEzu"], ["created_at", "2016-03-15 20:04:23.840956"], ["updated_at", "2016-03-15 20:04:23.840956"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Sint delectus et rem consectetur. Deserunt et cumque sequi quo. Deleniti blanditiis non sit voluptatem."], ["summary", "Velit sunt earum velit soluta officiis consequatur delectus."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-03-15 20:04:23.845254"], ["updated_at", "2016-03-15 20:04:23.845254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ellen.langworth@hanenader.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ellen.langworth@hanenader.name"], ["name", "Alysson Cole"], ["password_digest", "$2a$04$omr2LtLG0MJ1foPCfFw.rOrbxPcnwWHbr40ijb9Tqvw5mWrAOa8AC"], ["created_at", "2016-03-15 20:04:23.854303"], ["updated_at", "2016-03-15 20:04:23.854303"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Omnis natus non voluptas. Quasi veniam consequatur rerum aspernatur ut est. Delectus velit facilis est. Id ut quibusdam velit velit."], ["summary", "Optio facilis provident veniam quod dolore quia. Quasi facere molestiae id aperiam aut qui hic. Et nemo asperiores."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-03-15 20:04:23.859730"], ["updated_at", "2016-03-15 20:04:23.859730"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kimberly.baumbach@schummlockman.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kimberly.baumbach@schummlockman.net"], ["name", "Darrell Ritchie"], ["password_digest", "$2a$04$g9QxxKVvJ.KiM/SlhOCL8uCaCeSFP3W9iHWpW8ypkHDE213GDK5ue"], ["created_at", "2016-03-15 20:04:23.869494"], ["updated_at", "2016-03-15 20:04:23.869494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Magnam dolores odit. Alias necessitatibus quam laudantium. Et quam eveniet commodi qui reprehenderit."], ["summary", "Et repellendus assumenda atque. Rerum provident quis voluptatem consequatur quo eveniet."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-03-15 20:04:23.873985"], ["updated_at", "2016-03-15 20:04:23.873985"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvette@mcglynn.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yvette@mcglynn.name"], ["name", "Luigi Price PhD"], ["password_digest", "$2a$04$6LgIUYeRby2iRG4tuxFkaOwDWnYFtz8Kyo7wIAXxSLha5PZ.Fkmye"], ["created_at", "2016-03-15 20:04:23.880913"], ["updated_at", "2016-03-15 20:04:23.880913"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Odit provident fuga earum quis est et. Eum fugiat aut blanditiis. Fuga reprehenderit consequatur. Error harum aut."], ["summary", "Et reprehenderit nobis. Fuga dolor sequi omnis voluptate. Sequi quae quas natus aut velit laborum ut."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-03-15 20:04:23.885003"], ["updated_at", "2016-03-15 20:04:23.885003"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jean@prosaccoklocko.info') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jean@prosaccoklocko.info"], ["name", "Alba Gutkowski"], ["password_digest", "$2a$04$leuyjbi31WDdW/.EqWf.EeGvY1ySlfZ/Y.3f7rrNxQU7OVqHaNDgW"], ["created_at", "2016-03-15 20:04:23.892764"], ["updated_at", "2016-03-15 20:04:23.892764"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Possimus cupiditate iure. Odio assumenda temporibus vel et."], ["summary", "Et rerum cum placeat quaerat minus at maxime."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-03-15 20:04:23.899494"], ["updated_at", "2016-03-15 20:04:23.899494"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leatha.blanda@schneider.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leatha.blanda@schneider.biz"], ["name", "Constantin Bosco"], ["password_digest", "$2a$04$xVg5.i8BmtY8poOnQght4ejKD3yT.Yc4ZdW/FkXWa/aosn3xSf6TW"], ["created_at", "2016-03-15 20:04:23.909227"], ["updated_at", "2016-03-15 20:04:23.909227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Sit dolorem sunt qui quo. Incidunt temporibus aliquam ea molestias accusantium. Ut dolorem laboriosam enim."], ["summary", "Quia id animi earum est. Id amet enim enim praesentium voluptatibus quia. Libero fuga asperiores."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-03-15 20:04:23.915107"], ["updated_at", "2016-03-15 20:04:23.915107"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('victoria@thiel.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "victoria@thiel.info"], ["name", "Leola Nolan Sr."], ["password_digest", "$2a$04$AsjMmsa0w9rT3fPBOCxc..4Gzdn80iTBFjoNadT7TJ7bT8C8hTHRa"], ["created_at", "2016-03-15 20:04:23.925346"], ["updated_at", "2016-03-15 20:04:23.925346"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Architecto qui odio ex. Explicabo adipisci atque et molestiae. Consequuntur sit illo neque voluptatem. Qui magni natus voluptatem."], ["summary", "Et sed accusamus fugiat."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-03-15 20:04:23.933078"], ["updated_at", "2016-03-15 20:04:23.933078"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('uriah.pagac@miller.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "uriah.pagac@miller.org"], ["name", "Austen Maggio"], ["password_digest", "$2a$04$G0SnfZguVzqF65R0ShBGqu.yPBZlvxTRrIURbzANuq1BtieDVtrAy"], ["created_at", "2016-03-15 20:04:23.939864"], ["updated_at", "2016-03-15 20:04:23.939864"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Corrupti veritatis voluptates et. Unde sed et esse ea quasi. Fugiat ut recusandae a velit dolorem aliquid. Et debitis nesciunt pariatur expedita aut."], ["summary", "Aut aspernatur eligendi."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-03-15 20:04:23.944278"], ["updated_at", "2016-03-15 20:04:23.944278"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verner_spinka@reinger.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verner_spinka@reinger.io"], ["name", "Lacy Miller PhD"], ["password_digest", "$2a$04$cc6pH2W//vJk5YnFRtRMnuCKUb82e0txiWbvXdC.kFV1QKqIhUSiK"], ["created_at", "2016-03-15 20:04:23.951034"], ["updated_at", "2016-03-15 20:04:23.951034"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Impedit maiores quis consequatur aspernatur ut enim repellat. Voluptatum quia ea et omnis. Voluptas incidunt aliquid hic officiis. Facere vel assumenda voluptatum."], ["summary", "Aut dolores quam et. Nesciunt quisquam quis sint inventore nemo sunt perspiciatis."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-03-15 20:04:23.955497"], ["updated_at", "2016-03-15 20:04:23.955497"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zachery@collins.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zachery@collins.com"], ["name", "Van Becker V"], ["password_digest", "$2a$04$/1NoC/obXwi2Lky0nw1oOOegtkPcHQfr1WN.rfUnreq748wcXnjuC"], ["created_at", "2016-03-15 20:04:23.962971"], ["updated_at", "2016-03-15 20:04:23.962971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Fuga rerum est reprehenderit ut sunt consequuntur et. Sunt sit autem. Dicta blanditiis omnis qui fuga et illo omnis."], ["summary", "Eos nesciunt rem voluptatibus fuga dignissimos. Voluptatem fugit aut at sit."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-03-15 20:04:23.967553"], ["updated_at", "2016-03-15 20:04:23.967553"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gielle@wolfquigley.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gielle@wolfquigley.net"], ["name", "Neoma Reichel PhD"], ["password_digest", "$2a$04$yMxUCW6w1X.wc5uiKK4YLerXS4WbXo6LsAAZcbaJXm1Dif.n3apxi"], ["created_at", "2016-03-15 20:04:23.977252"], ["updated_at", "2016-03-15 20:04:23.977252"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Omnis a est cumque fugit numquam magnam cupiditate. Quis rerum voluptas repellendus ipsam quas ipsa."], ["summary", "Ea asperiores minus recusandae suscipit nemo est voluptas. Sequi illo earum consequatur rerum dolorum doloremque explicabo."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-03-15 20:04:23.984186"], ["updated_at", "2016-03-15 20:04:23.984186"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('octavia@stark.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "octavia@stark.org"], ["name", "Imogene Fadel PhD"], ["password_digest", "$2a$04$YJal9g2v1wUIffHmWLM6eeok46DS5uh2QMz7B7Uu3sKWOmFX0ROHS"], ["created_at", "2016-03-15 20:04:23.990544"], ["updated_at", "2016-03-15 20:04:23.990544"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Voluptates aut ut. Vel exercitationem laborum animi sint quod. Impedit culpa aliquam rerum perferendis voluptatem assumenda. Molestias natus ab cum adipisci et quidem quia."], ["summary", "Molestiae corporis omnis nemo eligendi. Earum exercitationem odit aut et minus est fugiat. Officia tempora quas provident quia."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-03-15 20:04:23.996079"], ["updated_at", "2016-03-15 20:04:23.996079"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('octavia_hermiston@reillyklocko.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "octavia_hermiston@reillyklocko.net"], ["name", "Joe Wunsch"], ["password_digest", "$2a$04$xPFrVnY9d17QT2fjmOzOW.LXVAe8Qs8y.mnvCAEnybkYQsOWQx7oe"], ["created_at", "2016-03-15 20:04:24.005614"], ["updated_at", "2016-03-15 20:04:24.005614"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Numquam ut alias repellendus iusto illo aut. Vitae autem aut quod eos qui."], ["summary", "Consequatur libero quo non nihil voluptates repellendus. Reiciendis rerum dolor."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-03-15 20:04:24.012039"], ["updated_at", "2016-03-15 20:04:24.012039"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liza@marvin.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liza@marvin.name"], ["name", "Lexus Gislason"], ["password_digest", "$2a$04$cFT8TmLboG3G0awuKuneqOaOueSR4QOdBXOz8RJUyxHUqCb3Sqo5S"], ["created_at", "2016-03-15 20:04:24.018461"], ["updated_at", "2016-03-15 20:04:24.018461"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Natus autem veniam et. Reprehenderit sed modi. Laboriosam ea sint vero dolorem rerum. Provident alias qui nihil quibusdam omnis."], ["summary", "Qui laboriosam dolores tempore earum et."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-03-15 20:04:24.022826"], ["updated_at", "2016-03-15 20:04:24.022826"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('omari@jacobson.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "omari@jacobson.info"], ["name", "Katrina Lockman"], ["password_digest", "$2a$04$nIQdh67lyEEfBBy8SauSeuNPiWbnxVNwKn.JlnRriLJ8T0P8vk/dm"], ["created_at", "2016-03-15 20:04:24.072308"], ["updated_at", "2016-03-15 20:04:24.072308"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.5ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-03-15 20:04:24.107869"], ["updated_at", "2016-03-15 20:04:24.107869"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('payton@stantonterry.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "payton@stantonterry.biz"], ["name", "Miss Corrine Runolfsdottir"], ["password_digest", "$2a$04$Wu5CvQwNDWnDydTKntLkwexA/8HsdDrv6ZPUuEOObpuAiaIGc0D4K"], ["created_at", "2016-03-15 20:04:24.131881"], ["updated_at", "2016-03-15 20:04:24.131881"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Rerum rerum ab voluptas qui eveniet. Veritatis ut aliquam id qui nemo provident adipisci. Commodi reiciendis voluptates non. Corrupti aut id.", "summary"=>"Repellat qui recusandae voluptatem et rerum cupiditate."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (0.9ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 8ms (Views: 2.4ms | ActiveRecord: 1.7ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-03-15 20:04:24.170140"], ["updated_at", "2016-03-15 20:04:24.170140"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Itaque beatae ipsum ut illo laudantium ut. Quibusdam repudiandae quo quas dicta facilis eius omnis. Error molestiae est. Eveniet sint fuga.", "summary"=>"Ipsa maiores praesentium cupiditate."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 1.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('margaretta_haley@emmerich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "margaretta_haley@emmerich.co"], ["name", "Catharine Wolf II"], ["password_digest", "$2a$04$dF3q1Iga8znr8ZCubOjWme7g34uezgZv74X8GJsgQl6dYEmkcULYO"], ["created_at", "2016-03-15 20:04:24.202201"], ["updated_at", "2016-03-15 20:04:24.202201"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Autem in possimus iure voluptatem quasi quis eos. Illo vel iste et officiis.", "author_id"=>"32"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Autem in possimus iure voluptatem quasi quis eos. Illo vel iste et officiis."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-03-15 20:04:24.222715"], ["updated_at", "2016-03-15 20:04:24.222715"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 2.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Qui quod commodi eum velit qui. Molestias reprehenderit consequatur ea est. Quia fugit reiciendis."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tiffany_cain@hoegerschiller.biz') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tiffany_cain@hoegerschiller.biz"], ["name", "Sonya Kovacek"], ["password_digest", "$2a$04$Hi36XQusfCffgjXQ0tcZL.XJ7WFWXY.glrqbps68A64LDRw8PfUby"], ["created_at", "2016-03-15 20:04:24.263979"], ["updated_at", "2016-03-15 20:04:24.263979"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Repudiandae ullam dolorum debitis inventore. Et dolorem neque magnam eligendi et."], ["summary", "Laboriosam nesciunt in possimus optio ratione dolores. Dolor perspiciatis eos nam officia vitae tenetur quo. Quia voluptas dolorem corporis totam rerum accusamus laudantium."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-03-15 20:04:24.270268"], ["updated_at", "2016-03-15 20:04:24.270268"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lura@turcottewelch.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lura@turcottewelch.net"], ["name", "Theresia Reynolds"], ["password_digest", "$2a$04$wked4KcpcG.mDLFKmObsmezVrybsPJKJaEmRR9jMnx4HV1fz9iTTG"], ["created_at", "2016-03-15 20:04:24.300832"], ["updated_at", "2016-03-15 20:04:24.300832"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Atque iure possimus ipsum excepturi asperiores. Beatae nisi dolores sapiente. Ea aut sint voluptatem quia fugiat magnam ut. Cum reprehenderit quibusdam voluptas."], ["summary", "Veritatis dolorem laudantium esse labore. Blanditiis aut sit tenetur nemo. Blanditiis quis facere aliquid ab."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-03-15 20:04:24.306101"], ["updated_at", "2016-03-15 20:04:24.306101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.5ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-03-15 20:04:24.332769"], ["updated_at", "2016-03-15 20:04:24.332769"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('telly@townegreenholt.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "telly@townegreenholt.co"], ["name", "Eleazar Durgan"], ["password_digest", "$2a$04$mLnfV0/NgY/UWscdSmeDrOWdRFZ7dV4upEaLvuhqBPbl4yinpvrpa"], ["created_at", "2016-03-15 20:04:24.344918"], ["updated_at", "2016-03-15 20:04:24.344918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Est velit quos maxime. Velit voluptas velit ipsa in. Provident sit aspernatur vero error veritatis autem. Consequuntur laudantium facilis."], ["summary", "Autem quisquam optio dolorum. Nostrum perspiciatis recusandae."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-03-15 20:04:24.351813"], ["updated_at", "2016-03-15 20:04:24.351813"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 1.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kailyn@conroy.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kailyn@conroy.io"], ["name", "Alta Berge"], ["password_digest", "$2a$04$HI986KiA8bTxC1Hf7Kh9IOkYaiXTlPZvrbwvNPV4YG/2vYFSaFIte"], ["created_at", "2016-03-15 20:04:24.379788"], ["updated_at", "2016-03-15 20:04:24.379788"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (1.9ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Eos autem qui. Non aspernatur eligendi. Et accusamus est omnis optio doloribus."], ["summary", "Neque dolores voluptatem in vitae ea temporibus minus."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-03-15 20:04:24.384890"], ["updated_at", "2016-03-15 20:04:24.384890"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.403738"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 21ms (ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garrick_lubowitz@armstrong.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garrick_lubowitz@armstrong.biz"], ["name", "Antonietta Shanahan"], ["password_digest", "$2a$04$t9spT7Lybq/XhMZDnrJY3eYSgjSoNx.Ze8yk0824TdqcqE5.yLIFq"], ["created_at", "2016-03-15 20:04:24.428268"], ["updated_at", "2016-03-15 20:04:24.428268"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Quaerat et sit sequi quo aliquam maxime tenetur. Amet et blanditiis animi accusamus et pariatur similique. Et suscipit est error est quaerat modi voluptatem. Aut quibusdam recusandae est possimus sint."], ["summary", "Vitae eveniet repellendus quod."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-03-15 20:04:24.434084"], ["updated_at", "2016-03-15 20:04:24.434084"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.447233"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.5ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('virginia_kuphal@metzbartell.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "virginia_kuphal@metzbartell.info"], ["name", "Miss Kacey Balistreri"], ["password_digest", "$2a$04$4z74BtSgAniBQ6816slPLu.vL.AVZykG1IfC2ljV8gt0f7cEnmN7i"], ["created_at", "2016-03-15 20:04:24.469028"], ["updated_at", "2016-03-15 20:04:24.469028"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carmen.carroll@paucek.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carmen.carroll@paucek.name"], ["name", "Lisette Stroman DDS"], ["password_digest", "$2a$04$m.XJX/gppqsAkXZqDdU2y.GVXSGHSVh37Kc8eujs/0Q.tJ9//zgLu"], ["created_at", "2016-03-15 20:04:24.476476"], ["updated_at", "2016-03-15 20:04:24.476476"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Velit earum nulla qui. Velit dolorem eaque facere aperiam dolore sapiente."], ["summary", "Repellendus praesentium ut quibusdam nihil hic repellat et. Molestiae occaecati consequatur. Nostrum dolorem minus aut ut ut fugiat."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-03-15 20:04:24.482158"], ["updated_at", "2016-03-15 20:04:24.482158"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-03-15 20:04:24.499559"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.9ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-03-15 20:04:24.525081"], ["updated_at", "2016-03-15 20:04:24.525081"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kennith@upton.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kennith@upton.io"], ["name", "Dr. Gene Schultz"], ["password_digest", "$2a$04$Hmjvp9pHxdJF6t2k2YfjceiC1TL6zV5soprlCgiRe5dWvGWafqnqm"], ["created_at", "2016-03-15 20:04:24.534906"], ["updated_at", "2016-03-15 20:04:24.534906"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Repellat et cum. Voluptatibus ipsa earum asperiores ut. Minus non omnis suscipit praesentium fuga necessitatibus. Ducimus rem amet rerum laudantium."], ["summary", "Laboriosam vitae dolore doloribus. Omnis rerum sed quibusdam rem. Beatae sapiente perspiciatis inventore."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-03-15 20:04:24.541142"], ["updated_at", "2016-03-15 20:04:24.541142"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (1.0ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-03-15 20:04:24.557700"], ["id", 35]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 3.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Adolfo Bayer"], ["password_digest", "$2a$04$sUMrbObLqzdxhpJPQSZyZOAChS3.7sUwCn.TYvCo/V2eOZBjugAkO"], ["created_at", "2016-03-15 20:04:24.607010"], ["updated_at", "2016-03-15 20:04:24.607010"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MVc1BOlbKWx0RlfnK0LgHuBRuWuDNRseMyhV2mPKGtwpOqZobDFQu"], ["updated_at", "2016-03-15 20:04:24.643084"], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 1.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-03-15 20:04:24.709151"], ["updated_at", "2016-03-15 20:04:24.709151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-03-15 20:04:24.748961"], ["updated_at", "2016-03-15 20:04:24.748961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-03-15 20:04:24.756043"], ["updated_at", "2016-03-15 20:04:24.756043"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-03-15 20:04:24.763987"], ["updated_at", "2016-03-15 20:04:24.763987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-03-15 20:04:24.771918"], ["updated_at", "2016-03-15 20:04:24.771918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-03-15 20:04:24.782682"], ["updated_at", "2016-03-15 20:04:24.782682"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-03-15 20:04:24.787503"], ["updated_at", "2016-03-15 20:04:24.787503"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-03-15 20:04:24.792008"], ["updated_at", "2016-03-15 20:04:24.792008"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-03-15 20:04:24.797450"], ["updated_at", "2016-03-15 20:04:24.797450"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-03-15 20:04:24.803341"], ["updated_at", "2016-03-15 20:04:24.803341"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-03-15 20:04:24.810132"], ["updated_at", "2016-03-15 20:04:24.810132"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-03-15 20:04:24.818244"], ["updated_at", "2016-03-15 20:04:24.818244"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-03-15 20:04:24.825523"], ["updated_at", "2016-03-15 20:04:24.825523"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-03-15 20:04:24.832207"], ["updated_at", "2016-03-15 20:04:24.832207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-03-15 20:04:24.838334"], ["updated_at", "2016-03-15 20:04:24.838334"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-03-15 20:04:24.846210"], ["updated_at", "2016-03-15 20:04:24.846210"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-03-15 20:04:24.855470"], ["updated_at", "2016-03-15 20:04:24.855470"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-03-15 20:04:24.860999"], ["updated_at", "2016-03-15 20:04:24.860999"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-03-15 20:04:24.867131"], ["updated_at", "2016-03-15 20:04:24.867131"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-03-15 20:04:24.873793"], ["updated_at", "2016-03-15 20:04:24.873793"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-03-15 20:04:24.880985"], ["updated_at", "2016-03-15 20:04:24.880985"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-03-15 20:04:24.887242"], ["updated_at", "2016-03-15 20:04:24.887242"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-03-15 20:04:24.899799"], ["updated_at", "2016-03-15 20:04:24.899799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-03-15 20:04:24.906619"], ["updated_at", "2016-03-15 20:04:24.906619"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-03-15 20:04:24.914477"], ["updated_at", "2016-03-15 20:04:24.914477"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-03-15 20:04:24.921982"], ["updated_at", "2016-03-15 20:04:24.921982"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-03-15 20:04:24.928780"], ["updated_at", "2016-03-15 20:04:24.928780"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (1.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elmer.dare@hahn.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elmer.dare@hahn.info"], ["name", "Christine Tillman"], ["password_digest", "$2a$04$5Ao0eB4sbHwA9XrAg2rOhuBLAIsfOmBvhE2LoVjJX2enw0Al82RFO"], ["created_at", "2016-03-15 20:04:24.972775"], ["updated_at", "2016-03-15 20:04:24.972775"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-03-15 20:04:24.988725"], ["updated_at", "2016-03-15 20:04:24.988725"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 16ms (ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 1.9ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-03-15 20:04:25.044981"], ["updated_at", "2016-03-15 20:04:25.044981"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-03-15 20:04:25.078268"], ["updated_at", "2016-03-15 20:04:25.078268"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-15 20:04:25.091833"], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 17ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:25.121854"], ["updated_at", "2016-03-15 20:04:25.121854"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.4ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-03-15 20:04:25.133872"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.4ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:25.152601"], ["updated_at", "2016-03-15 20:04:25.152601"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 2.4ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-03-15 20:04:25.180769"], ["updated_at", "2016-03-15 20:04:25.180769"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dameon@beattyreichel.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dameon@beattyreichel.co"], ["name", "Okey Johnston"], ["password_digest", "$2a$04$9GLoM6N/AmMb8KjF/aCKRegpd1CbYQV1x0B9JXwrNvpY4/u9vjE0q"], ["created_at", "2016-03-15 20:04:25.207189"], ["updated_at", "2016-03-15 20:04:25.207189"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Praesentium ut aperiam ea sed harum a delectus. Tempora officia omnis. Est debitis adipisci aut. Et nemo dolor."], ["summary", "Id cupiditate amet numquam rem sequi ab."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.213134"], ["updated_at", "2016-03-15 20:04:25.213134"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('treie@konopelski.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "treie@konopelski.net"], ["name", "Oceane Muller"], ["password_digest", "$2a$04$85JiGay0pMllDgf0EX6r4uPl/osTVjypXdWH/qe4SUJhZjAxecIPe"], ["created_at", "2016-03-15 20:04:25.221717"], ["updated_at", "2016-03-15 20:04:25.221717"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Numquam illo et omnis possimus dolores. Quod doloremque necessitatibus harum et. Dolore vitae repellendus praesentium modi laudantium culpa. Saepe hic nihil aut sed omnis quia."], ["summary", "Doloremque sunt quo eum aut non saepe provident."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.227676"], ["updated_at", "2016-03-15 20:04:25.227676"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zechariah@farrellhilpert.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zechariah@farrellhilpert.io"], ["name", "Sydni Koss"], ["password_digest", "$2a$04$/nwQXVVRpTFZ553clMyIl.pQecTd3pcxLBZq3Xcw.iXvZSSoLEhqe"], ["created_at", "2016-03-15 20:04:25.240062"], ["updated_at", "2016-03-15 20:04:25.240062"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Repellat voluptatem nisi doloribus est. Cupiditate earum assumenda possimus. Nostrum inventore possimus consectetur rerum in eum. Porro suscipit recusandae asperiores."], ["summary", "Aut veritatis est dicta aut dolor. Deleniti incidunt recusandae vel. Omnis ut reiciendis."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-03-15 20:04:25.244803"], ["updated_at", "2016-03-15 20:04:25.244803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-14 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:25.249822"], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cary_jacobi@rueckerbecker.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cary_jacobi@rueckerbecker.org"], ["name", "Cornell Hills DDS"], ["password_digest", "$2a$04$JP49nQrEXstJeMlSod.JqeVR0LjwxFaIqwtEmPrics177ZsQ7WAsS"], ["created_at", "2016-03-15 20:04:25.301976"], ["updated_at", "2016-03-15 20:04:25.301976"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Voluptas minus quia placeat odio voluptas sit voluptatem. Et non tempore est inventore."], ["summary", "Quibusdam minima est ut sed dolores. Voluptas sed unde autem ut tempore. In doloribus corrupti."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.307320"], ["updated_at", "2016-03-15 20:04:25.307320"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marilie@bauchconnelly.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marilie@bauchconnelly.net"], ["name", "Ocie Wisozk"], ["password_digest", "$2a$04$mghHnp/.dfIvP0NsomDdVOWngcJJbBg91WVzuImhuWOwMl.1lD2My"], ["created_at", "2016-03-15 20:04:25.313844"], ["updated_at", "2016-03-15 20:04:25.313844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Molestias sint maiores. Illum laborum ipsam sit."], ["summary", "Rerum laborum suscipit autem. Hic harum voluptatem minima delectus eligendi eaque. Laudantium vitae provident quod harum adipisci eveniet odio."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.318839"], ["updated_at", "2016-03-15 20:04:25.318839"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elnora@mann.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elnora@mann.io"], ["name", "Jeffery Raynor"], ["password_digest", "$2a$04$d0UwskmSEZOP9pOJ22sRg.dpr5DDWzpFlEhtxhBSugGupEWMpUWTK"], ["created_at", "2016-03-15 20:04:25.325949"], ["updated_at", "2016-03-15 20:04:25.325949"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Quasi sunt qui. Quasi mollitia et molestiae aut suscipit ut non. Officia voluptatem aperiam. Qui adipisci voluptas modi recusandae."], ["summary", "Labore voluptatem a velit ut molestiae pariatur. Alias sequi rerum et non eos ad quisquam."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.330742"], ["updated_at", "2016-03-15 20:04:25.330742"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brooke@kunderippin.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brooke@kunderippin.io"], ["name", "Freeda Hamill"], ["password_digest", "$2a$04$t/cI89dKPy7/TQG2UrZEe.RTN3ENomYhj91U.iFSecT9Y9zcaGxk."], ["created_at", "2016-03-15 20:04:25.338504"], ["updated_at", "2016-03-15 20:04:25.338504"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Iusto eos explicabo illum officiis rem minima quis. Quia occaecati et error est. Aut laboriosam voluptate illum."], ["summary", "Eos voluptatibus eligendi enim illo et exercitationem. Neque sapiente ea quibusdam et."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.344954"], ["updated_at", "2016-03-15 20:04:25.344954"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('layla@okonnienow.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "layla@okonnienow.net"], ["name", "Mrs. Araceli Leffler"], ["password_digest", "$2a$04$SFi2R1ru236XzgfEKfYfl.deDOASlz2HCNMh32jc3vUACbYHPyJJC"], ["created_at", "2016-03-15 20:04:25.353942"], ["updated_at", "2016-03-15 20:04:25.353942"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Accusantium earum praesentium optio sed aut. Dolorem dolorem et commodi. A earum maxime. Quos aliquid veniam deleniti cum."], ["summary", "Aut labore fuga."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.358337"], ["updated_at", "2016-03-15 20:04:25.358337"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kailey.hahn@botsford.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kailey.hahn@botsford.biz"], ["name", "Shaun Schaefer Jr."], ["password_digest", "$2a$04$xVq8y2HwkVuaPUd16PI8aumqVcifDv.KwUOXJ0xM.EsuaCBlTm2U2"], ["created_at", "2016-03-15 20:04:25.365582"], ["updated_at", "2016-03-15 20:04:25.365582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Minus natus maxime ut deleniti est omnis. In inventore ut. Culpa nemo tenetur recusandae molestiae id nam eaque. Porro alias cumque impedit libero est eveniet ratione."], ["summary", "Asperiores similique hic at modi qui velit. Omnis voluptatem laboriosam et in."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.370269"], ["updated_at", "2016-03-15 20:04:25.370269"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruthe@sawayn.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruthe@sawayn.net"], ["name", "Jocelyn Lesch"], ["password_digest", "$2a$04$2K5WMJfY7UDGJ/S5mpduWOSyRq/a.aHHBBbySR.BCQV76IbhstHC6"], ["created_at", "2016-03-15 20:04:25.376867"], ["updated_at", "2016-03-15 20:04:25.376867"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Vero aut dolorum velit quam nostrum. Quos rerum et eius. Numquam nesciunt corporis id. Id ea esse dolorem ut vero."], ["summary", "Magni corporis assumenda ut. Eum iure in dolore accusamus fugiat magnam sequi. Est ut quia ex omnis veniam voluptas aspernatur."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.381936"], ["updated_at", "2016-03-15 20:04:25.381936"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karlee@durgan.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "karlee@durgan.org"], ["name", "Eulalia Lockman"], ["password_digest", "$2a$04$ncajNqYhJrWVDho5ehoro.1gUqCmHJ/g90GRYstZg.IHsI/iRA5AW"], ["created_at", "2016-03-15 20:04:25.389286"], ["updated_at", "2016-03-15 20:04:25.389286"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Consectetur pariatur porro. Dolores accusamus omnis corporis. Iusto enim rerum nulla illo. Voluptatem soluta aut expedita corrupti voluptas."], ["summary", "Autem ducimus debitis ipsa provident quam tempore."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.393771"], ["updated_at", "2016-03-15 20:04:25.393771"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cordie@christiansen.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cordie@christiansen.io"], ["name", "Bernita Sipes"], ["password_digest", "$2a$04$uVI84jQtbhXbxSbCscrHTeqGar3jw5/LhJ0K.vDFkA23t0DKNCDli"], ["created_at", "2016-03-15 20:04:25.400361"], ["updated_at", "2016-03-15 20:04:25.400361"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Veritatis esse nam sed aut. Sequi eos dolor accusantium."], ["summary", "Rerum odio amet. Soluta sint ea id voluptatem dolorem a."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.405676"], ["updated_at", "2016-03-15 20:04:25.405676"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jasen@von.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jasen@von.co"], ["name", "Lincoln Bahringer"], ["password_digest", "$2a$04$w5GPe75twayaU.B5dhTK0OSf51cUqDPAQk0glfZMNMQdV1usl7un2"], ["created_at", "2016-03-15 20:04:25.413378"], ["updated_at", "2016-03-15 20:04:25.413378"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "At consequuntur inventore voluptatem. Molestiae omnis et qui adipisci suscipit placeat. Praesentium autem esse doloribus qui ea."], ["summary", "Autem sed et et."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.418581"], ["updated_at", "2016-03-15 20:04:25.418581"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jayce.braun@okon.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jayce.braun@okon.com"], ["name", "Benjamin Heaney"], ["password_digest", "$2a$04$ck0rFkifVrEhWWf4GWpHBuTNzzbZiVuNdzK78DTmC1IszsL3kS5xS"], ["created_at", "2016-03-15 20:04:25.425708"], ["updated_at", "2016-03-15 20:04:25.425708"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Nihil minima et maiores. Maiores qui consectetur. Quo aut enim eum."], ["summary", "Laboriosam quo velit qui consequatur atque quisquam facilis. Dolore deserunt saepe aliquam nulla rerum consequatur."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.430301"], ["updated_at", "2016-03-15 20:04:25.430301"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gina_gerlach@reichelferry.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gina_gerlach@reichelferry.net"], ["name", "Otha Johnson"], ["password_digest", "$2a$04$zVXCGtnE38DZkJ9SNN1OJe8yIvw/hDbPiRmC2S1vAR8ObHg.fEGYO"], ["created_at", "2016-03-15 20:04:25.449242"], ["updated_at", "2016-03-15 20:04:25.449242"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Molestiae occaecati et vel odit nostrum aspernatur. Id magni et et non et. Nostrum aut eos exercitationem quasi nam. Ipsum ducimus ut voluptate culpa voluptates et."], ["summary", "Harum culpa minus occaecati accusantium ratione."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.453770"], ["updated_at", "2016-03-15 20:04:25.453770"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pink@boscohodkiewicz.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pink@boscohodkiewicz.co"], ["name", "Shanie Tremblay"], ["password_digest", "$2a$04$kodkOXzgm/YwxhiVZwHk6uyVDXNc/3Gd8MwSpb.EKkU4T9i/xAryS"], ["created_at", "2016-03-15 20:04:25.474221"], ["updated_at", "2016-03-15 20:04:25.474221"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Doloribus culpa numquam veritatis architecto rerum consectetur debitis. Architecto provident voluptatem amet vero debitis. Facere odio rem."], ["summary", "Ea numquam quas repudiandae recusandae."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-03-15 20:04:25.479694"], ["updated_at", "2016-03-15 20:04:25.479694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-03-15 20:04:25.498125"], ["updated_at", "2016-03-15 20:04:25.498125"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 33ms (Views: 13.8ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-03-15 20:04:25.548640"], ["updated_at", "2016-03-15 20:04:25.548640"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stanton@beahan.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stanton@beahan.net"], ["name", "Nils Aufderhar"], ["password_digest", "$2a$04$y6VUfhptV5mlZWxK7WC6kOuqpWXV32zGlUxIt5l68zNPDzmESv7O2"], ["created_at", "2016-03-15 20:04:25.556825"], ["updated_at", "2016-03-15 20:04:25.556825"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Inventore ratione ea ea voluptatem officia qui. Ipsum aspernatur esse quas id."], ["summary", "Eos voluptates perferendis. Placeat laboriosam ut quo libero distinctio occaecati. Ut culpa et perspiciatis vitae accusantium ratione."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.575590"], ["updated_at", "2016-03-15 20:04:25.575590"]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('warren_green@oreillyhudson.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "warren_green@oreillyhudson.io"], ["name", "Glenda Runolfsson"], ["password_digest", "$2a$04$D.nMAwG2WJ9dPdGx/Q2EyuQP6xrZkJQxs.2sdgfWIMPo7QQJSPeFm"], ["created_at", "2016-03-15 20:04:25.585988"], ["updated_at", "2016-03-15 20:04:25.585988"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Eveniet itaque qui enim. Totam id eaque."], ["summary", "Aperiam quas repellat et. Perspiciatis delectus sit illo."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.596744"], ["updated_at", "2016-03-15 20:04:25.596744"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maida@powlowski.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maida@powlowski.name"], ["name", "Frieda Steuber"], ["password_digest", "$2a$04$J7lsvNrTuEnwCaqqYNchMODIAwBQDwJEYGNO9ZyutJmL63MWZjhCy"], ["created_at", "2016-03-15 20:04:25.608718"], ["updated_at", "2016-03-15 20:04:25.608718"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Possimus similique ea a placeat exercitationem. Rerum quisquam id officia enim sapiente et. Vitae ipsum dolore non quia quae. Ducimus quisquam deleniti."], ["summary", "Quisquam reprehenderit recusandae expedita quis voluptatem non. A id eos quia recusandae aut et nesciunt."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-03-15 20:04:25.631749"], ["updated_at", "2016-03-15 20:04:25.631749"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('randy.harris@kutchhyatt.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "randy.harris@kutchhyatt.net"], ["name", "Mr. Jena Farrell"], ["password_digest", "$2a$04$.fD59tJJI9aAg2BCJkJfN.DAGNVe4nf2vHt/Dpg/SnnK7xGBOmmu6"], ["created_at", "2016-03-15 20:04:25.642457"], ["updated_at", "2016-03-15 20:04:25.642457"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Inventore deleniti velit. Molestiae et non culpa facere omnis voluptatibus."], ["summary", "Et officia vitae explicabo et consequuntur. Consequuntur libero consequatur eius officiis repudiandae. Odit explicabo itaque."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.647872"], ["updated_at", "2016-03-15 20:04:25.647872"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-13 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:25.654243"], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.8ms) Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-03-15 20:04:25.680033"], ["updated_at", "2016-03-15 20:04:25.680033"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('geovany@schoensimonis.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "geovany@schoensimonis.name"], ["name", "Emelia Cassin"], ["password_digest", "$2a$04$bRyPONVaKUK6hxzw7K91v.mfFHlg/fBfc/WNNHDN/e6QbAk4w.1eK"], ["created_at", "2016-03-15 20:04:25.687848"], ["updated_at", "2016-03-15 20:04:25.687848"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Nam quis qui et alias hic veniam debitis. Neque provident dolorem in sed voluptas minus vel. Sit nesciunt tempora suscipit optio dolor aut."], ["summary", "Amet consequuntur et minima aut ex. Consequatur qui accusantium at. Error necessitatibus eos."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.696489"], ["updated_at", "2016-03-15 20:04:25.696489"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bradly@cartwrightdenesik.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bradly@cartwrightdenesik.biz"], ["name", "Gavin Block"], ["password_digest", "$2a$04$A92LKCLl8qiuVuARHUhQPepA.EOIg7O83Vn.k5fU8xiBw/olPJVv."], ["created_at", "2016-03-15 20:04:25.705536"], ["updated_at", "2016-03-15 20:04:25.705536"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Et veniam sit cumque voluptatem maxime itaque. Possimus suscipit voluptate."], ["summary", "Voluptatem velit expedita dicta aut cumque."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.714886"], ["updated_at", "2016-03-15 20:04:25.714886"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('willie_toy@terry.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "willie_toy@terry.info"], ["name", "Leora Tillman"], ["password_digest", "$2a$04$ZV2C6epNQsn16nacfuEwK.yf8HOdnzRxb6MkY8xZJ7FQMJ2SQAdEu"], ["created_at", "2016-03-15 20:04:25.723786"], ["updated_at", "2016-03-15 20:04:25.723786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Nam sunt et nisi eos dolorem consequatur et. Quidem distinctio quam dolores vel et pariatur. Voluptas temporibus at eum adipisci et illo perspiciatis. Perferendis in et qui officia vero."], ["summary", "Voluptatem veritatis autem fugiat illum et suscipit aut. Molestiae quo facilis ex consequatur excepturi."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.736254"], ["updated_at", "2016-03-15 20:04:25.736254"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('enos@senger.name') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "enos@senger.name"], ["name", "Bernhard Fritsch"], ["password_digest", "$2a$04$ykALaTNl/YMMDvX3MYtP2e601wZdaTHUCnXh3sEE0W7MNpMnhtL9K"], ["created_at", "2016-03-15 20:04:25.745428"], ["updated_at", "2016-03-15 20:04:25.745428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Similique ut voluptas. Soluta doloremque temporibus laudantium."], ["summary", "Quia voluptas quisquam optio ea similique fuga non."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.754858"], ["updated_at", "2016-03-15 20:04:25.754858"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lizeth.sanford@kuphal.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lizeth.sanford@kuphal.io"], ["name", "Percy Grady"], ["password_digest", "$2a$04$r86QpDLHr.NA1Wv1c6Rp8uOWuaDQcr9aXjh46CpnhiBXucrkDcO2C"], ["created_at", "2016-03-15 20:04:25.765623"], ["updated_at", "2016-03-15 20:04:25.765623"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Voluptatibus consequatur nisi. Minus soluta quod. Deleniti nostrum consequuntur debitis blanditiis minima nam maxime. Explicabo ducimus tempore facere qui."], ["summary", "Aut quo et. Et aliquid quasi rerum sed. Alias sint culpa eos."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.775019"], ["updated_at", "2016-03-15 20:04:25.775019"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mackenzie@dibbert.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mackenzie@dibbert.info"], ["name", "Oswald King"], ["password_digest", "$2a$04$YAXV/52hqDsceJVv/rE9C.xp1ktoyIej6Lu3L0yutWnTjNBXPiOe."], ["created_at", "2016-03-15 20:04:25.784003"], ["updated_at", "2016-03-15 20:04:25.784003"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Enim possimus aut repellat. Qui architecto aut voluptatem et."], ["summary", "Magni rem quaerat neque praesentium voluptatem fuga sit. Placeat facilis sint ut et ratione at rerum."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.792837"], ["updated_at", "2016-03-15 20:04:25.792837"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magnus_tillman@fahey.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "magnus_tillman@fahey.net"], ["name", "Jaiden Kassulke"], ["password_digest", "$2a$04$1ZL0F23vakxa061TGwP5fOLmAPqwgN/h/ThX2yRlT2sIhYddIhWa2"], ["created_at", "2016-03-15 20:04:25.801568"], ["updated_at", "2016-03-15 20:04:25.801568"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Iure corporis aperiam. Animi qui maxime fugiat velit quidem aut. Explicabo porro nulla ut dolor sed corporis."], ["summary", "Deleniti voluptate aut laborum et alias ut sit. Impedit repellendus nesciunt minima totam ab."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.811312"], ["updated_at", "2016-03-15 20:04:25.811312"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('andrew@kunde.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "andrew@kunde.co"], ["name", "Lexi Berge"], ["password_digest", "$2a$04$YWbrEuPOXvTyFK4Ym6gnyO/CxntUWTA4z3CIGeskwPmmYBpHfl.fS"], ["created_at", "2016-03-15 20:04:25.820779"], ["updated_at", "2016-03-15 20:04:25.820779"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Rerum tempore quia blanditiis molestiae dolorem. Aut deleniti molestiae eaque."], ["summary", "In et iste nihil id nisi facilis. Quo soluta cupiditate et quis."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.829510"], ["updated_at", "2016-03-15 20:04:25.829510"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('odie.price@nikolaus.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "odie.price@nikolaus.org"], ["name", "Sabryna Eichmann"], ["password_digest", "$2a$04$ijJABTFHyqx4jT7MHiFf7OYNuAJcV/EQLSnpoo1/yGpJAAE6ke8J6"], ["created_at", "2016-03-15 20:04:25.840032"], ["updated_at", "2016-03-15 20:04:25.840032"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Consequatur perferendis pariatur quos. Ea impedit tempora occaecati et neque facilis. Distinctio soluta quaerat."], ["summary", "Quia rerum voluptates illo molestiae. Dolorum id veritatis qui consequuntur est. Exercitationem accusamus quaerat et veritatis et."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.848518"], ["updated_at", "2016-03-15 20:04:25.848518"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nathanael@heidenreichlueilwitz.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nathanael@heidenreichlueilwitz.org"], ["name", "Abelardo Nader"], ["password_digest", "$2a$04$EW/NtqTcUqeV4b00QU9gZOAFk0A0a/s5wQ0axld3jvb6E0oNPRrOi"], ["created_at", "2016-03-15 20:04:25.857518"], ["updated_at", "2016-03-15 20:04:25.857518"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Ipsam assumenda corrupti dolorem. Ut doloribus corrupti rerum voluptates. Et quis sunt."], ["summary", "Rem omnis consequuntur sapiente non pariatur iure omnis. Accusamus rem suscipit corporis dolorem. Delectus aspernatur hic mollitia quam."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.866850"], ["updated_at", "2016-03-15 20:04:25.866850"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vincenza.monahan@emmerich.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vincenza.monahan@emmerich.name"], ["name", "Martine Howell"], ["password_digest", "$2a$04$FrF88FeYV7ejv/cGBwErh.GtZc9dFDfofkAjpiDFSZyTxhGRUao5q"], ["created_at", "2016-03-15 20:04:25.876002"], ["updated_at", "2016-03-15 20:04:25.876002"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Doloribus odio aliquam ut nisi. Libero dolorum et voluptas quia. Fuga dolorem omnis magni voluptate."], ["summary", "Eos similique dolorem modi aut. Quaerat maiores et. Quibusdam tenetur ducimus iure sint eveniet nostrum molestiae."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:25.886810"], ["updated_at", "2016-03-15 20:04:25.886810"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (1.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 15ms (Views: 1.4ms | ActiveRecord: 2.1ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jo_senger@reynoldsfeil.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jo_senger@reynoldsfeil.info"], ["name", "Milford Hirthe"], ["password_digest", "$2a$04$F6ajGhStls8AcHMs9Umn3.ayFxQ7pTwRAWXmuGnW1LbB1NMKouVKe"], ["created_at", "2016-03-15 20:04:25.921519"], ["updated_at", "2016-03-15 20:04:25.921519"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (15.2ms) Completed 200 OK in 424ms (Views: 423.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jo_senger@reynoldsfeil.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "jo_senger@reynoldsfeil.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mX54ubbPydyD9CrPZ6CcvuvTejSYhFK4R1283dRJXlupj1SDmR2pq"], ["updated_at", "2016-03-15 20:04:26.398105"], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.8ms) Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('araceli@hayes.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "araceli@hayes.info"], ["name", "Pietro McDermott IV"], ["password_digest", "$2a$04$RDZae6DPekFYZ8WsvwT4/ueMY/SI5BXEfb9fbJ1XkMh9GmugJo0cC"], ["created_at", "2016-03-15 20:04:26.465495"], ["updated_at", "2016-03-15 20:04:26.465495"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Quasi doloremque corrupti soluta et. Voluptates molestiae omnis quia magnam est nihil. Facere illum labore enim dolorem quas adipisci ducimus. Culpa molestiae architecto qui harum distinctio dolorum."], ["summary", "Quos voluptas expedita fugiat itaque voluptatem quisquam. Et aut asperiores nesciunt vero voluptatem error."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-03-15 20:04:26.469750"], ["updated_at", "2016-03-15 20:04:26.469750"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.9ms) Completed 200 OK in 42ms (Views: 37.8ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ursula_kris@runolfon.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ursula_kris@runolfon.org"], ["name", "Mr. Delphine Mraz"], ["password_digest", "$2a$04$QGeC7GE6k7b3UcYhLZgESepzRFJlhBKQWC5LbiqGKvKvmMRki3foi"], ["created_at", "2016-03-15 20:04:26.532216"], ["updated_at", "2016-03-15 20:04:26.532216"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ursula_kris@runolfon.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "ursula_kris@runolfon.org"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$beNsE/G37GfUfUtiDNZ.Yeu7yBKXG.ffPOxshq3O3jJca1PZpKiNG"], ["updated_at", "2016-03-15 20:04:26.598950"], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 26ms (Views: 21.9ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('trystan@bahringermarquardt.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "trystan@bahringermarquardt.org"], ["name", "Emery Trantow"], ["password_digest", "$2a$04$UgwQ1fV79Bf6TvoVLgbzO.uJGEWdyQzXDCe3qNLfPzy86UcDE2CNa"], ["created_at", "2016-03-15 20:04:26.639075"], ["updated_at", "2016-03-15 20:04:26.639075"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Beatae ea sunt consequatur ea velit quas reiciendis. Fugiat enim voluptatem. Eligendi non fugit quis porro consequuntur."], ["summary", "Nihil est similique. Dolores exercitationem commodi et."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-03-15 20:04:26.643323"], ["updated_at", "2016-03-15 20:04:26.643323"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chelsie@dooley.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chelsie@dooley.org"], ["name", "Clair Bergstrom"], ["password_digest", "$2a$04$4z3fNaDGfhdxjynVUwztxOhgLOxBv7NhFT2Hhpiq3jWk4pau788UC"], ["created_at", "2016-03-15 20:04:26.649840"], ["updated_at", "2016-03-15 20:04:26.649840"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Enim voluptatum sint quam sit temporibus. Aut sed odit maiores minus. Odit at reiciendis. Officia sit ad porro aliquam."], ["summary", "Corporis asperiores ea ipsam placeat. Voluptas ullam sit."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-03-15 20:04:26.654442"], ["updated_at", "2016-03-15 20:04:26.654442"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('horacio@adamsthiel.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "horacio@adamsthiel.com"], ["name", "Dangelo Batz PhD"], ["password_digest", "$2a$04$hWvvuHMGkfWIdKq/zKVJ1eAUEyVfy2qYzeVrbUcr86nEYk7H.ZI86"], ["created_at", "2016-03-15 20:04:26.661178"], ["updated_at", "2016-03-15 20:04:26.661178"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Cupiditate dolore rerum officiis. Ut est est amet consequuntur officiis. Cupiditate voluptas eligendi velit."], ["summary", "Quisquam reiciendis et accusamus. Omnis beatae expedita non voluptas."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-03-15 20:04:26.665547"], ["updated_at", "2016-03-15 20:04:26.665547"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosemarie_okuneva@brekkeconn.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosemarie_okuneva@brekkeconn.io"], ["name", "Hilbert Frami"], ["password_digest", "$2a$04$dBwPcfQ4SialU5DE2Bd5A.3ldiiizdnvSu2fAJa.rKdl9Fe19957W"], ["created_at", "2016-03-15 20:04:26.672833"], ["updated_at", "2016-03-15 20:04:26.672833"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Eligendi quo perspiciatis et recusandae amet. Mollitia possimus fugit nihil id ducimus fugiat et. Beatae recusandae unde. Et sed officiis quo impedit esse fuga dolorem."], ["summary", "Veniam vitae provident ea qui."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-03-15 20:04:26.677512"], ["updated_at", "2016-03-15 20:04:26.677512"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('may@uptonwilkinson.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "may@uptonwilkinson.net"], ["name", "Aditya Koepp"], ["password_digest", "$2a$04$LlA.MQhBrClS2BnGMpLMSuaI6qJRmz76RJZ4dWCRuozcCj7q/ozS2"], ["created_at", "2016-03-15 20:04:26.687352"], ["updated_at", "2016-03-15 20:04:26.687352"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Ut aut explicabo et dolorum cum inventore laboriosam. Porro delectus voluptas et nihil."], ["summary", "Voluptas ipsa asperiores est. Saepe consequatur quidem molestiae aspernatur dolorem."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-03-15 20:04:26.692417"], ["updated_at", "2016-03-15 20:04:26.692417"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nathanael.abernathy@johnstongreenfelder.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nathanael.abernathy@johnstongreenfelder.com"], ["name", "Dylan Trantow"], ["password_digest", "$2a$04$N4nUE9VPbl94rdkvcf6pVuyJojnVhU9hB4tZI.SeAidXeQnK2YeOi"], ["created_at", "2016-03-15 20:04:26.699705"], ["updated_at", "2016-03-15 20:04:26.699705"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Recusandae quo tempore odio quasi rerum nesciunt. Non et similique et est. Cumque et eaque rem aliquam."], ["summary", "Sunt molestias quia animi. Quia nam velit. Modi aut saepe pariatur quis."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-03-15 20:04:26.704078"], ["updated_at", "2016-03-15 20:04:26.704078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('breana.williamson@bogan.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "breana.williamson@bogan.net"], ["name", "Donnell Hoeger"], ["password_digest", "$2a$04$rDNpScAmsx8/p.j7cDCate2rfLMnvQXND5T5CcgD0iiD9UeMHgADi"], ["created_at", "2016-03-15 20:04:26.711142"], ["updated_at", "2016-03-15 20:04:26.711142"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Nam tenetur repudiandae ea voluptatem. Itaque corrupti ea dicta tempora voluptatem aspernatur et. Dignissimos reiciendis recusandae soluta consequatur vel est voluptatem. Velit nulla est veniam sit."], ["summary", "Animi quis officiis provident aut id quasi."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-03-15 20:04:26.715869"], ["updated_at", "2016-03-15 20:04:26.715869"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('keshaun.kaulke@lubowitz.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "keshaun.kaulke@lubowitz.name"], ["name", "Isidro Rogahn"], ["password_digest", "$2a$04$L0d60Z9hdlQzJ0ehyQSpeuAtuMxcxWmdQuoVigx2TNqSfV4KS1fS."], ["created_at", "2016-03-15 20:04:26.723125"], ["updated_at", "2016-03-15 20:04:26.723125"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Modi molestias nulla nam. Tenetur error quia aut perferendis quo distinctio."], ["summary", "Possimus recusandae qui sunt itaque explicabo. Possimus ipsum sequi voluptas rerum. Voluptas sed nemo sed."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-03-15 20:04:26.728785"], ["updated_at", "2016-03-15 20:04:26.728785"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('uriah@schumm.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "uriah@schumm.biz"], ["name", "Delfina Glover"], ["password_digest", "$2a$04$oxx54mXSlh0CSOxKscTPg.WSttj0Z7.c2Sja38U8.GoJAjXvstuOm"], ["created_at", "2016-03-15 20:04:26.740845"], ["updated_at", "2016-03-15 20:04:26.740845"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Vero ex cumque. Quia officiis voluptas facilis odit tempore a esse. Et porro non quo."], ["summary", "Excepturi et et inventore distinctio ut officiis eum. Labore quae minus libero pariatur temporibus possimus. Harum est hic."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-03-15 20:04:26.745417"], ["updated_at", "2016-03-15 20:04:26.745417"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gina@olson.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gina@olson.net"], ["name", "Valentina Pouros PhD"], ["password_digest", "$2a$04$tnY8vsTJKSAjFw1yuR8/.uaOCm9TFFsV9OpEKzhKwnw8sqtUvN.66"], ["created_at", "2016-03-15 20:04:26.753162"], ["updated_at", "2016-03-15 20:04:26.753162"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Quaerat debitis ab voluptatem aut eos excepturi. Recusandae quasi nihil possimus harum sunt ex."], ["summary", "Deleniti doloremque explicabo. Vel quis ea nihil. Dolor ipsa incidunt."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-03-15 20:04:26.759070"], ["updated_at", "2016-03-15 20:04:26.759070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ricardo_wyman@goodwin.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ricardo_wyman@goodwin.co"], ["name", "Mr. Gia Powlowski"], ["password_digest", "$2a$04$BonB0FvhdD/R7t5yHLIaYe.tv4l8X6lm.QVDT78yjbZVMpsv/hR6a"], ["created_at", "2016-03-15 20:04:26.766618"], ["updated_at", "2016-03-15 20:04:26.766618"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Incidunt delectus dicta. In veniam vitae. Et minima corrupti explicabo qui."], ["summary", "Delectus ad fuga quos vero et. Qui mollitia quis et vitae. Sunt occaecati eligendi."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-03-15 20:04:26.770877"], ["updated_at", "2016-03-15 20:04:26.770877"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('favian@little.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "favian@little.net"], ["name", "Dr. Buford D'Amore"], ["password_digest", "$2a$04$v787nE.5f.1BG4ETMdr7Neeor40EtCyKiTaZZOyFppxG0TWGlFaGS"], ["created_at", "2016-03-15 20:04:26.777325"], ["updated_at", "2016-03-15 20:04:26.777325"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Deserunt et accusamus porro ducimus aut. Ipsum quibusdam beatae suscipit odio adipisci. Doloremque voluptatibus ipsum non sit sunt officia."], ["summary", "Illo autem laborum aut. Qui fuga eum."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-03-15 20:04:26.783496"], ["updated_at", "2016-03-15 20:04:26.783496"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tad.kutch@barrows.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tad.kutch@barrows.info"], ["name", "Jaeden Luettgen"], ["password_digest", "$2a$04$zNOCGygBLC3g2HBJo089GO//WKJw9OLzOTw2Dd8clvA9i7l2vuv2G"], ["created_at", "2016-03-15 20:04:26.792595"], ["updated_at", "2016-03-15 20:04:26.792595"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Similique laboriosam pariatur blanditiis doloremque et minima. Consequuntur sed dolorum dolores architecto quaerat pariatur facilis. Nihil provident eum repellat aliquid."], ["summary", "Officia debitis aut porro perferendis id."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-03-15 20:04:26.798393"], ["updated_at", "2016-03-15 20:04:26.798393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ilene@medhurst.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ilene@medhurst.biz"], ["name", "Patsy Kilback"], ["password_digest", "$2a$04$x1W68gM2nvnS.N7z5lXzUOBuAFz7wU.LqGkf5sUq7dySDDdzn4TCa"], ["created_at", "2016-03-15 20:04:26.806526"], ["updated_at", "2016-03-15 20:04:26.806526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Sed dolorum sint quaerat in. Aspernatur dolorum omnis ut quia quisquam molestiae animi. Qui voluptatem aut qui. Quia voluptas hic error qui corrupti."], ["summary", "Quis vel ut et ipsa vitae sed aut. Sed magni maxime. Sint sed vel qui perferendis minus consequuntur."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-03-15 20:04:26.811412"], ["updated_at", "2016-03-15 20:04:26.811412"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adam@hauckschamberger.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adam@hauckschamberger.com"], ["name", "Abel Gulgowski DVM"], ["password_digest", "$2a$04$2oVPzxPbjENMturMdz7W4.Pk3PjYD52OvO6H3iut8ccEoejR7mdnq"], ["created_at", "2016-03-15 20:04:26.817993"], ["updated_at", "2016-03-15 20:04:26.817993"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Est id ut ut deleniti occaecati aliquam. Omnis ducimus repellat voluptatum soluta. In vel soluta explicabo eveniet. Sapiente dolor ratione eos ut nobis provident esse."], ["summary", "Possimus expedita debitis. Accusamus soluta quasi vitae et. Unde repellat quis voluptates sequi quas vitae."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-03-15 20:04:26.823320"], ["updated_at", "2016-03-15 20:04:26.823320"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bethany_bradtke@klocko.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bethany_bradtke@klocko.net"], ["name", "Jaycee Huel"], ["password_digest", "$2a$04$ccAls8H1NP53xjs/UvBrQelrztlbdi2cRfFYc.VEpZpSfNThiJsz6"], ["created_at", "2016-03-15 20:04:26.829831"], ["updated_at", "2016-03-15 20:04:26.829831"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Saepe sint nobis cupiditate quibusdam asperiores. Tempora qui dolores."], ["summary", "Incidunt delectus doloremque consequatur nemo. Est quis neque iusto vel quod."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-03-15 20:04:26.834420"], ["updated_at", "2016-03-15 20:04:26.834420"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('naomie@doylehyatt.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "naomie@doylehyatt.name"], ["name", "Roger Bartoletti"], ["password_digest", "$2a$04$tJWLE7UxgOv/8faDg7q1K.N2E4pP4mM7ZdZcfKiQJ1xRE9uHJObI."], ["created_at", "2016-03-15 20:04:26.841743"], ["updated_at", "2016-03-15 20:04:26.841743"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Dolores laboriosam aut est perspiciatis hic accusantium. Illo aliquid aut facilis maxime vel officia. Quisquam accusamus laborum voluptatem saepe quo ut unde."], ["summary", "Neque et id tenetur. Quasi iste vel eaque neque fuga dolorum rerum."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-03-15 20:04:26.845584"], ["updated_at", "2016-03-15 20:04:26.845584"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('liliana@schneiderfeest.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "liliana@schneiderfeest.org"], ["name", "Mrs. Marilie Gulgowski"], ["password_digest", "$2a$04$io8ZHwxC6IBluLVULb7UK.jI5MBsWhyz8l4shxxU5Y0pNcYXPO8A."], ["created_at", "2016-03-15 20:04:26.852051"], ["updated_at", "2016-03-15 20:04:26.852051"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Optio aut ut nihil. Quia eum modi suscipit beatae nam sit. Voluptatum consectetur et voluptas illo. Quibusdam et eveniet et deleniti."], ["summary", "Reiciendis aperiam molestiae ducimus id."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-03-15 20:04:26.856218"], ["updated_at", "2016-03-15 20:04:26.856218"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('will_blanda@lindgren.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "will_blanda@lindgren.com"], ["name", "Ms. Guillermo Langworth"], ["password_digest", "$2a$04$UXlAQMOCIg5u6KQpAVhqMe36fVA.CvpqktAG1y/AFApgwlxs9LBa."], ["created_at", "2016-03-15 20:04:26.862840"], ["updated_at", "2016-03-15 20:04:26.862840"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Consequatur rem excepturi sed ipsa quod magnam ad. Veniam recusandae est reprehenderit. Aliquam tempora perferendis voluptatibus voluptates dolor non ea."], ["summary", "Est est et. Quidem repudiandae fugit dolore molestias enim. Voluptate eligendi repudiandae reprehenderit."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-03-15 20:04:26.867111"], ["updated_at", "2016-03-15 20:04:26.867111"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bo@rolfson.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bo@rolfson.io"], ["name", "Kayla Beatty"], ["password_digest", "$2a$04$mqQ5wf6SYcjk6u96J8uUBOB54fSMYhGejCPUk/EWMVoGkfckHqhLO"], ["created_at", "2016-03-15 20:04:26.873347"], ["updated_at", "2016-03-15 20:04:26.873347"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Ullam provident qui totam. Totam omnis aperiam quaerat harum voluptate ut fuga. Aut voluptatibus rerum impedit natus dolor autem."], ["summary", "Est tenetur ratione numquam dolorem autem placeat dolorem."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-03-15 20:04:26.877295"], ["updated_at", "2016-03-15 20:04:26.877295"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dion_langworth@berge.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dion_langworth@berge.com"], ["name", "Lindsay Romaguera"], ["password_digest", "$2a$04$l62iP9niCKkeAbGL48SqPeY9k5s02gJ5pjhGgSZBLqH5PEEsKIXw."], ["created_at", "2016-03-15 20:04:26.883881"], ["updated_at", "2016-03-15 20:04:26.883881"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Repellendus repellat sed rerum cupiditate. Animi reiciendis debitis illum accusamus cumque. Ut at est."], ["summary", "Ducimus veniam quam quidem voluptas sit odit. Atque ipsum modi aut necessitatibus."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-03-15 20:04:26.888351"], ["updated_at", "2016-03-15 20:04:26.888351"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maya_reilly@reynolds.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maya_reilly@reynolds.io"], ["name", "Justina VonRueden DVM"], ["password_digest", "$2a$04$uMV487mNTYuUh1s25jx3nuPEX8cs1LCbJbEJI5dvdZZTpPubi61cG"], ["created_at", "2016-03-15 20:04:26.895012"], ["updated_at", "2016-03-15 20:04:26.895012"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Facilis sed et sapiente ipsum autem. Nemo nulla vel ipsa veritatis enim assumenda. Commodi dolor iusto cum non. Et ratione dolores."], ["summary", "Ut sunt qui quo quas culpa enim. Iusto necessitatibus recusandae sunt laudantium odio aut libero. Possimus consectetur ut."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-03-15 20:04:26.900155"], ["updated_at", "2016-03-15 20:04:26.900155"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jacinthe@runolfonlubowitz.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jacinthe@runolfonlubowitz.info"], ["name", "Lenny Weissnat"], ["password_digest", "$2a$04$TdILAycvOcW0ALL2R.XIHOzatTePGzw.YV0hWhyyEUQgQj3kk1b7m"], ["created_at", "2016-03-15 20:04:26.910291"], ["updated_at", "2016-03-15 20:04:26.910291"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Dolores modi magni labore et laudantium nisi officiis. Sit et accusamus voluptatem. Suscipit et illo in pariatur."], ["summary", "Perferendis provident a cumque. Odit dolor quia temporibus placeat."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-03-15 20:04:26.915063"], ["updated_at", "2016-03-15 20:04:26.915063"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('conner@williamson.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "conner@williamson.co"], ["name", "Mrs. Karolann Schulist"], ["password_digest", "$2a$04$Y6lqXsvx/p13p8h0l2uYyOhJIbZqQf9iVISlVxFNc/dRdTRlVssrK"], ["created_at", "2016-03-15 20:04:26.922411"], ["updated_at", "2016-03-15 20:04:26.922411"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Sapiente aut ut nam porro. A eum modi tempore sunt molestias dolores. Minima excepturi ut consequatur."], ["summary", "Architecto aut ipsa cumque illum aliquid exercitationem."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-03-15 20:04:26.928282"], ["updated_at", "2016-03-15 20:04:26.928282"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('fae.lesch@thielbrakus.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "fae.lesch@thielbrakus.info"], ["name", "Maiya Daniel"], ["password_digest", "$2a$04$Wd1FZDUWGLdC.cIps9GH5.Qgx/1BbbMzXXGSdcyYYjX1tK1CDoEJO"], ["created_at", "2016-03-15 20:04:26.936669"], ["updated_at", "2016-03-15 20:04:26.936669"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Soluta at distinctio deserunt beatae. Sed voluptatem deleniti qui necessitatibus eligendi inventore."], ["summary", "Architecto perferendis qui aut aperiam vel nisi. A at voluptas id est ullam."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-03-15 20:04:26.942044"], ["updated_at", "2016-03-15 20:04:26.942044"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('neal@skiles.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "neal@skiles.com"], ["name", "Miss Erick Marquardt"], ["password_digest", "$2a$04$vVefmZwKlENq5r8wv1ckE.iPk48R8j6RZ.2bpv9DBP5/p1Ypzp5q2"], ["created_at", "2016-03-15 20:04:26.951541"], ["updated_at", "2016-03-15 20:04:26.951541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Ut eos laborum aut molestias aut. Et autem est exercitationem. Voluptatibus ducimus non possimus inventore officia dolores sint."], ["summary", "Et velit eos nulla in."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-03-15 20:04:26.957105"], ["updated_at", "2016-03-15 20:04:26.957105"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (295.9ms) Completed 200 OK in 319ms (Views: 294.2ms | ActiveRecord: 23.5ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (50.0ms) Completed 200 OK in 96ms (Views: 89.4ms | ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claudie@lebsack.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claudie@lebsack.biz"], ["name", "Gisselle Harris DDS"], ["password_digest", "$2a$04$wquS/SuF4xixc5AOgksJ0uUpDBni4hhyYoLoEobLFL2kEusA6Nx02"], ["created_at", "2016-03-15 20:04:27.428083"], ["updated_at", "2016-03-15 20:04:27.428083"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.8ms) Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"claudie@lebsack.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "claudie@lebsack.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gzo547h3l.YfFI26lEfXf.0zN0sbvOQVJZOmQJ4zEYGc5fFUk.U8i"], ["updated_at", "2016-03-15 20:04:27.489314"], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ashleigh.olson@rippin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ashleigh.olson@rippin.org"], ["name", "Bonita Hudson"], ["password_digest", "$2a$04$Qz7hInbK.PrF/P.DzfqIPeG1E8rfrBMfCrMpZnb6StNd7heUNuP9."], ["created_at", "2016-03-15 20:04:27.541730"], ["updated_at", "2016-03-15 20:04:27.541730"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Ut quos quod. Nostrum incidunt aut ratione ex. Assumenda ut saepe."], ["summary", "Velit fugit aut dolorem. Totam possimus aut. Repellendus explicabo ut."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-03-15 20:04:27.546597"], ["updated_at", "2016-03-15 20:04:27.546597"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rudolph@swift.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rudolph@swift.net"], ["name", "Justus Olson"], ["password_digest", "$2a$04$282JCudyEJ5uY2xrhKluOOKUki98R.qkYq58vAJSSz7LcyZ/R3mdK"], ["created_at", "2016-03-15 20:04:27.553887"], ["updated_at", "2016-03-15 20:04:27.553887"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Dolores perferendis velit optio porro aut. Quisquam ipsa dignissimos. Et non saepe nam magni aut."], ["summary", "Corporis rerum quia."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-03-15 20:04:27.560036"], ["updated_at", "2016-03-15 20:04:27.560036"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alejandra@krajcik.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alejandra@krajcik.io"], ["name", "Jamar Kshlerin"], ["password_digest", "$2a$04$qWn/94t8HBe/iK9bg3cj7e40phmmjw6myaEQnuCOdpXf0FBpjzxo2"], ["created_at", "2016-03-15 20:04:27.571096"], ["updated_at", "2016-03-15 20:04:27.571096"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Quos doloribus rem dicta quaerat ducimus modi eius. Dicta distinctio nesciunt ut."], ["summary", "Autem ut voluptatum consectetur."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-03-15 20:04:27.576688"], ["updated_at", "2016-03-15 20:04:27.576688"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lacey.schuster@yost.co') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lacey.schuster@yost.co"], ["name", "Coby Zboncak"], ["password_digest", "$2a$04$L1Mdel1UMOxtIfw1Dr.Q3OQa0fmkBJgtompmRYtgPaA/E7lQWdJVO"], ["created_at", "2016-03-15 20:04:27.584675"], ["updated_at", "2016-03-15 20:04:27.584675"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Doloremque tempora libero consequuntur itaque vitae sit. Magnam quis nisi nam tenetur nulla odit assumenda. Fugiat dolorem quam dignissimos et. Blanditiis a aut nam."], ["summary", "Maxime in doloremque voluptatem."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-03-15 20:04:27.600999"], ["updated_at", "2016-03-15 20:04:27.600999"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sadye@schulist.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sadye@schulist.info"], ["name", "Emma Runolfsson PhD"], ["password_digest", "$2a$04$5iMe1xWBsNttR9gjMht/9etJ8L8fcl00Q0y4T5ZSpDH9OA/W.5imy"], ["created_at", "2016-03-15 20:04:27.608443"], ["updated_at", "2016-03-15 20:04:27.608443"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Quae incidunt et laboriosam officiis vel aut. Voluptas reprehenderit possimus. Ut et quia iure fugiat rem eos mollitia. Voluptatem voluptatibus similique pariatur quos quam est quas."], ["summary", "Amet qui aut ut necessitatibus commodi laudantium."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-03-15 20:04:27.613909"], ["updated_at", "2016-03-15 20:04:27.613909"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christina@johns.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christina@johns.net"], ["name", "Glenna Cormier"], ["password_digest", "$2a$04$KGoCoIU7r7qD1EF4IGbROO825y7t24JHohYJVVzPFj0QhtbNXW91i"], ["created_at", "2016-03-15 20:04:27.620682"], ["updated_at", "2016-03-15 20:04:27.620682"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Magnam sit autem molestiae sit sint consequatur. Et reiciendis quaerat."], ["summary", "Aspernatur occaecati voluptates illum labore quos esse. Exercitationem et hic fugiat ex."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-03-15 20:04:27.625400"], ["updated_at", "2016-03-15 20:04:27.625400"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('koby@osinski.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "koby@osinski.biz"], ["name", "Hertha Lubowitz DDS"], ["password_digest", "$2a$04$vEtMWW7LbSVqf1L89nSSp.MhFYjE2kGjekqK6kvxVipJ92yES8Ho6"], ["created_at", "2016-03-15 20:04:27.631914"], ["updated_at", "2016-03-15 20:04:27.631914"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Cum inventore quidem natus necessitatibus similique id facilis. Enim reprehenderit nobis laboriosam rerum qui ea. Quam natus quod quae maiores. Ut fugit possimus et cumque."], ["summary", "Minus quae unde nihil numquam."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-03-15 20:04:27.636399"], ["updated_at", "2016-03-15 20:04:27.636399"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('makenzie@oharaparker.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "makenzie@oharaparker.name"], ["name", "Chanelle Senger"], ["password_digest", "$2a$04$C7fHcBx6VjWE5n6RAehb7OEdIDxOEPyob2wkyf5L63xmbdfXICbVq"], ["created_at", "2016-03-15 20:04:27.643160"], ["updated_at", "2016-03-15 20:04:27.643160"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Eum unde quia rem possimus expedita vitae. Voluptatem quae neque quas magnam. Temporibus nisi facere veritatis at. Nulla beatae quam sint esse."], ["summary", "Illum et voluptates molestiae exercitationem. Vel optio odio eveniet aut est porro. Iusto accusamus fugiat asperiores."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-03-15 20:04:27.647644"], ["updated_at", "2016-03-15 20:04:27.647644"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('josh@okunevahaag.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "josh@okunevahaag.biz"], ["name", "Kenna Leuschke"], ["password_digest", "$2a$04$D4e5Q3xXftWB0ZaqGDuK4.ghyJJqJ63aeJU2cAEhjFre8EUGa6JlG"], ["created_at", "2016-03-15 20:04:27.653931"], ["updated_at", "2016-03-15 20:04:27.653931"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "In debitis id non sint. Error est sunt voluptas minima repudiandae atque sit. Modi nisi rem labore. Consequatur maiores velit qui."], ["summary", "Dolorem eos alias. Ut ea nulla ut."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-03-15 20:04:27.658412"], ["updated_at", "2016-03-15 20:04:27.658412"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('catharine.moore@wintheiser.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "catharine.moore@wintheiser.io"], ["name", "Mrs. Mandy Franecki"], ["password_digest", "$2a$04$df0fBOUgH5VB2N6kbdPKB.r/w.I28GlJGmfrHwlXLFiXnSMmnAIsy"], ["created_at", "2016-03-15 20:04:27.665031"], ["updated_at", "2016-03-15 20:04:27.665031"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Iste nihil architecto doloribus sequi iure. Autem dolorem dignissimos. Omnis velit ut delectus enim qui dolore neque. Dolor voluptas tenetur aspernatur."], ["summary", "Repudiandae voluptatem sed dolorem sed perferendis quas. Fuga maxime voluptas veritatis nihil."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-03-15 20:04:27.670220"], ["updated_at", "2016-03-15 20:04:27.670220"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maia_lehner@monahan.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maia_lehner@monahan.biz"], ["name", "Zack Kohler"], ["password_digest", "$2a$04$KFGCqujZ60Y5NSd373QNM.bmPYJDrmdJKE2fxapNUN11QNedznmcS"], ["created_at", "2016-03-15 20:04:27.677070"], ["updated_at", "2016-03-15 20:04:27.677070"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "In aut itaque necessitatibus quod ipsam fugit. Nihil voluptatibus delectus rerum provident."], ["summary", "Nesciunt accusantium esse aut."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-03-15 20:04:27.681832"], ["updated_at", "2016-03-15 20:04:27.681832"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('claire@treuteldurgan.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "claire@treuteldurgan.io"], ["name", "Sasha Hand"], ["password_digest", "$2a$04$DIsvSFDvy9uFyTJdwMcqIOARZM70p7BePGERIPfimsYNHIGHc5PeG"], ["created_at", "2016-03-15 20:04:27.688681"], ["updated_at", "2016-03-15 20:04:27.688681"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Quae quam minima qui. Sed tenetur voluptas quia. Natus quae nam soluta minus placeat. Eos quis fugiat illum et."], ["summary", "Enim reprehenderit rerum nostrum non qui eos et."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-03-15 20:04:27.692695"], ["updated_at", "2016-03-15 20:04:27.692695"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vern_jones@goodwin.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vern_jones@goodwin.org"], ["name", "Kylie Zulauf Sr."], ["password_digest", "$2a$04$y//6xox5D1SECaWAyFB2oe/f3TYzUuvUyijNhn/EELQ06RRwMv2Ry"], ["created_at", "2016-03-15 20:04:27.699275"], ["updated_at", "2016-03-15 20:04:27.699275"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Voluptate consequatur autem sint laborum odio dolores. Et cupiditate assumenda sint corrupti quo sit. Explicabo nostrum doloremque aperiam minus harum ut et. Aut non sed."], ["summary", "Officia quae nobis ratione perspiciatis dolorum et aliquam."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-03-15 20:04:27.704445"], ["updated_at", "2016-03-15 20:04:27.704445"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('destiny_bernhard@raynor.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "destiny_bernhard@raynor.org"], ["name", "Isabel Larkin"], ["password_digest", "$2a$04$RdpxbFPJFQyqIQeK7nhlO..ZXB/izupfDUvQle504c4g01gIizqqW"], ["created_at", "2016-03-15 20:04:27.711194"], ["updated_at", "2016-03-15 20:04:27.711194"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Corporis beatae dolores nostrum aspernatur modi. Eligendi voluptatem incidunt maxime."], ["summary", "Dolorem aut suscipit libero minus id quae voluptatibus."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-03-15 20:04:27.716428"], ["updated_at", "2016-03-15 20:04:27.716428"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('darrin@lakin.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "darrin@lakin.com"], ["name", "Roma Thompson DVM"], ["password_digest", "$2a$04$TF6ktA/OyxGbYXvOjQIQgO5Sd/VD4l6mSykAG6z/D46gxVPIC8crC"], ["created_at", "2016-03-15 20:04:27.722486"], ["updated_at", "2016-03-15 20:04:27.722486"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Magnam totam laudantium molestiae optio sunt sint quia. Et sunt nulla quis ad recusandae. Qui qui eaque iusto sit. Voluptate quaerat non in."], ["summary", "Quasi quos dignissimos suscipit occaecati odio quis."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-03-15 20:04:27.727249"], ["updated_at", "2016-03-15 20:04:27.727249"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reva.bernhard@bodehammes.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reva.bernhard@bodehammes.name"], ["name", "Reva Ebert DVM"], ["password_digest", "$2a$04$GZiH7tl87bpfvlTi3FBtE.bcWls9cdB9PEy2Y85DnOUTupeY7gPJS"], ["created_at", "2016-03-15 20:04:27.734293"], ["updated_at", "2016-03-15 20:04:27.734293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Adipisci voluptatibus optio debitis a molestiae est. Sequi ut et. Maxime nesciunt libero. Autem dicta voluptas rerum omnis."], ["summary", "Expedita tempora inventore rerum at sunt beatae. Cum consequuntur voluptatibus dolores. Molestiae numquam asperiores vel consequuntur aut."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-03-15 20:04:27.738900"], ["updated_at", "2016-03-15 20:04:27.738900"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aubrey_stark@balistreriborer.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aubrey_stark@balistreriborer.co"], ["name", "Frankie Wilderman"], ["password_digest", "$2a$04$B8poM02qM1fu/zrRnpp2ne2NPivnMJzMpbGDhvDJ86/UMDHevUpfK"], ["created_at", "2016-03-15 20:04:27.745169"], ["updated_at", "2016-03-15 20:04:27.745169"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Assumenda sed id laboriosam voluptatibus magnam debitis. Laudantium qui quaerat rerum aliquam. Neque quas odit incidunt quia sint."], ["summary", "Voluptatem explicabo voluptatum et iste molestiae sunt. In ea nemo eaque qui in. Quia qui repudiandae quas inventore aut ex."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-03-15 20:04:27.749947"], ["updated_at", "2016-03-15 20:04:27.749947"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('leatha@bahringer.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "leatha@bahringer.com"], ["name", "Marcel Wolff II"], ["password_digest", "$2a$04$37EeC8mI6egZH/YTiUfqM.uW5keMmI9LSxDPNc/Ss5Tf2YVQfJ3Ha"], ["created_at", "2016-03-15 20:04:27.757578"], ["updated_at", "2016-03-15 20:04:27.757578"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Repudiandae saepe accusantium voluptatem impedit. Qui culpa praesentium tempore tempora quia necessitatibus."], ["summary", "Laborum unde sint blanditiis delectus."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-03-15 20:04:27.763026"], ["updated_at", "2016-03-15 20:04:27.763026"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kaycee@barton.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kaycee@barton.info"], ["name", "Giovani Mann"], ["password_digest", "$2a$04$NgY3tvULxm7BTTLPowBzoO8pr50G9HM43xWRtXhg5wqlpWMd13eMe"], ["created_at", "2016-03-15 20:04:27.770079"], ["updated_at", "2016-03-15 20:04:27.770079"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Assumenda velit rerum praesentium. Assumenda ducimus eos esse velit ut quas."], ["summary", "Laborum quo dolor ab laboriosam mollitia sed."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-03-15 20:04:27.774671"], ["updated_at", "2016-03-15 20:04:27.774671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('berta@zulauf.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "berta@zulauf.net"], ["name", "Janice Christiansen"], ["password_digest", "$2a$04$1h0.zkHTwTa/38vozRYv4epD3Da0WvnvRcOzrZVBlJLyw5ul2NKWu"], ["created_at", "2016-03-15 20:04:27.782929"], ["updated_at", "2016-03-15 20:04:27.782929"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Excepturi eos quae sit ab iure. Consectetur exercitationem qui rerum et laboriosam."], ["summary", "Ipsum quo id."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-03-15 20:04:27.787987"], ["updated_at", "2016-03-15 20:04:27.787987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dejah@klingbeahan.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dejah@klingbeahan.org"], ["name", "Mrs. Virginie Conroy"], ["password_digest", "$2a$04$Ws1CO72QpPPFHzRIZbwkge25mdtBwBOPKfM8usCQ9TqdAYg2Vbx3i"], ["created_at", "2016-03-15 20:04:27.796990"], ["updated_at", "2016-03-15 20:04:27.796990"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Consectetur voluptates in et sequi. Quae aut magnam dolores enim et veritatis. Autem unde reiciendis fugit."], ["summary", "Non in occaecati temporibus recusandae et. Autem sint repellendus voluptatibus quibusdam quas ad."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-03-15 20:04:27.802683"], ["updated_at", "2016-03-15 20:04:27.802683"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('veda_ebert@reichertrutherford.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "veda_ebert@reichertrutherford.net"], ["name", "Amira Barton"], ["password_digest", "$2a$04$viHWTaRtZ.HkQTflPRVdQOBXkYCZNXqFdDRPuDHt/QyhpaT2NvR46"], ["created_at", "2016-03-15 20:04:27.811466"], ["updated_at", "2016-03-15 20:04:27.811466"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Optio veritatis quia quo et sed vero. Eligendi ut reiciendis aut velit quo. Quis provident eum."], ["summary", "Commodi saepe minima. Tempora placeat quos sunt amet assumenda sint. Itaque sit voluptatem ut."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-03-15 20:04:27.816865"], ["updated_at", "2016-03-15 20:04:27.816865"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('neoma_kozey@harber.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "neoma_kozey@harber.co"], ["name", "Eriberto Sporer"], ["password_digest", "$2a$04$qrrihdjgLJbiMmoIpc6hZ.pfkIg5CxETbf4lbi6cLwQtaA2KKUYqe"], ["created_at", "2016-03-15 20:04:27.825357"], ["updated_at", "2016-03-15 20:04:27.825357"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Dicta id ullam voluptatem eligendi. Et possimus quia ut. Cumque minima temporibus vel."], ["summary", "A consequatur vero sed aut. Corporis quas aut incidunt optio dolorem."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-03-15 20:04:27.831414"], ["updated_at", "2016-03-15 20:04:27.831414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madisen@stokes.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "madisen@stokes.co"], ["name", "Dina O'Reilly"], ["password_digest", "$2a$04$/57FVrSEIBxGipjuhKWbze1ghTAzcdYWABkwhMG0R4EXwzqovxM7W"], ["created_at", "2016-03-15 20:04:27.839912"], ["updated_at", "2016-03-15 20:04:27.839912"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Aut odit non quidem in accusantium voluptate ut. Dicta sed consequatur consectetur culpa est. Eveniet rerum sed quibusdam."], ["summary", "Ab sint velit quae quibusdam est rerum exercitationem. Enim id unde dolor quis. Non qui ea sit."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-03-15 20:04:27.845295"], ["updated_at", "2016-03-15 20:04:27.845295"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ahmed@torphycremin.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ahmed@torphycremin.name"], ["name", "Margret Streich I"], ["password_digest", "$2a$04$hy8n1aC0UOmY.iMOZzearuhGBpFHh2X6BrV7GyG00/o/OuSRSXWFe"], ["created_at", "2016-03-15 20:04:27.853973"], ["updated_at", "2016-03-15 20:04:27.853973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Explicabo vel atque nesciunt hic. Odio cupiditate perferendis unde repellendus debitis. Tempore alias quo at ut et qui adipisci."], ["summary", "Sint qui alias dolor quibusdam ut praesentium architecto. Facilis distinctio et."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-03-15 20:04:27.859415"], ["updated_at", "2016-03-15 20:04:27.859415"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adolf.boehm@sanfordjacobson.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adolf.boehm@sanfordjacobson.biz"], ["name", "Emory Howell"], ["password_digest", "$2a$04$TmviZhsiDS3YxddetM0R1edec0uWHo1Cf0asyII/k1fG/LKqcRimK"], ["created_at", "2016-03-15 20:04:27.867833"], ["updated_at", "2016-03-15 20:04:27.867833"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Et unde corrupti qui. Est voluptas repellendus libero quas tempore. Rerum accusantium dolores sit. Id autem quis est aut facilis."], ["summary", "Doloribus cum facere eligendi mollitia aut tempora. Dolor a illo quod quia voluptatem et. Voluptates qui optio explicabo numquam."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-03-15 20:04:27.873152"], ["updated_at", "2016-03-15 20:04:27.873152"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (224.6ms) Completed 200 OK in 243ms (Views: 218.8ms | ActiveRecord: 22.7ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.2ms) Completed 200 OK in 32ms (Views: 28.0ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emmalee.rodriguez@kihn.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emmalee.rodriguez@kihn.biz"], ["name", "Andrew"], ["password_digest", "$2a$04$NJKf7K1MzGW.HJhRjx3afepElVOjvOtZl0gQCFEF9L0lZtwQ19aMC"], ["created_at", "2016-03-15 20:04:28.179654"], ["updated_at", "2016-03-15 20:04:28.179654"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"emmalee.rodriguez@kihn.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "emmalee.rodriguez@kihn.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$doDga8BZsgJbx1u/UEUePemioOPhUool6uB9aXCCttGAB/G7sQDoi"], ["updated_at", "2016-03-15 20:04:28.212520"], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 29ms (Views: 24.4ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('imani@heidenreich.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "imani@heidenreich.biz"], ["name", "Josh"], ["password_digest", "$2a$04$DaqI2YMI5Pt.M1JTC2v6nepwYaQh7SakfAqaga15ZMx.qvUHmrvOW"], ["created_at", "2016-03-15 20:04:28.253755"], ["updated_at", "2016-03-15 20:04:28.253755"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norbert_cronin@conroy.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "norbert_cronin@conroy.org"], ["name", "Gennaro Cole"], ["password_digest", "$2a$04$tEUqp6SIWAzO6GDbDbFg4.Dx7u7JtVXVRAprSYxaMXScYdSoQumrS"], ["created_at", "2016-03-15 20:04:28.260237"], ["updated_at", "2016-03-15 20:04:28.260237"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Soluta temporibus dolor. Quia laudantium sint labore aut fuga vel. Nobis eum molestiae dolor natus atque."], ["summary", "Necessitatibus aut a veritatis voluptatum nemo odio est. Ut earum ut neque corporis officia animi. Non voluptatem molestiae eveniet a aliquid unde est."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-03-15 20:04:28.264764"], ["updated_at", "2016-03-15 20:04:28.264764"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-15 20:04:28.270903"], ["updated_at", "2016-03-15 20:04:28.270903"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (26.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.4ms) Completed 200 OK in 55ms (Views: 51.0ms | ActiveRecord: 2.7ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-03-15 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:28.377984"], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 4.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.6ms) Completed 200 OK in 35ms (Views: 31.1ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emil.metz@cummerataboyle.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emil.metz@cummerataboyle.com"], ["name", "Andrew"], ["password_digest", "$2a$04$dxn6MNNxnP1wU0YgNIN0Y.DtoHCNY6VGuwNkhIWUBW55xlYOe9l1G"], ["created_at", "2016-03-15 20:04:28.433566"], ["updated_at", "2016-03-15 20:04:28.433566"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"emil.metz@cummerataboyle.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "emil.metz@cummerataboyle.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U5PT.7I4KPxQLwV//MLaxeiRQhCYFRQpdl6CR8J2SiIBO8ESU5wVK"], ["updated_at", "2016-03-15 20:04:28.466189"], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (6.7ms) Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 1.6ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reece@nitzsche.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reece@nitzsche.co"], ["name", "Josh"], ["password_digest", "$2a$04$b.mZk0Rdu7t6wER74zSL5OdAMVJ/o8ZGL21LHUnW2qVkUsbLic8ky"], ["created_at", "2016-03-15 20:04:28.502804"], ["updated_at", "2016-03-15 20:04:28.502804"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-03-15 20:04:28.507958"], ["updated_at", "2016-03-15 20:04:28.507958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:28.569760"], ["updated_at", "2016-03-15 20:04:28.569760"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('destiny@sengercrist.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "destiny@sengercrist.name"], ["name", "Ike Schowalter"], ["password_digest", "$2a$04$TSZjvLe/Pt3JVf679lEN9uZSxL/4K24luq12L.xeMhX7aakVkdf1W"], ["created_at", "2016-03-15 20:04:28.625657"], ["updated_at", "2016-03-15 20:04:28.625657"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"destiny@sengercrist.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "destiny@sengercrist.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ImPw1M5KqSiIKausbtTQb.8Jn1lMYNeQJvMjNsl3XI2vimWs4ZaQ."], ["updated_at", "2016-03-15 20:04:28.657767"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 29ms (Views: 26.2ms | ActiveRecord: 2.0ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (6.3ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 35ms (Views: 26.1ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.3ms) Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$j2dKtdbkU5WLdlCj5jrbqeblqUV5xr68UpGiSs3R0MuAJzW57JD22"], ["created_at", "2016-03-15 20:04:28.843631"], ["updated_at", "2016-03-15 20:04:28.843631"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.3ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$SxYsGseHHyYXZg7haxKi6Ozen7TFX5f/JLJCHwyPVE6.17JrVHfFq"], ["updated_at", "2016-03-15 20:04:28.876107"], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 2.1ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$G6LhE/9YJizJI4prm9AZsuRLHbTMrzj5N6pVwr3ogpnyE6ROuES6W"], ["created_at", "2016-03-15 20:04:28.927016"], ["updated_at", "2016-03-15 20:04:28.927016"]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.4ms) Completed 200 OK in 42ms (Views: 41.3ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-03-15 16:04:33 -0400 Started GET "/assets/exposition/admin/application-1144a533ed4e5cd58faf8fda66c6ef189b56816dfc70e77ebbc128d2c56b2777.js" for 127.0.0.1 at 2016-03-15 16:04:33 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.3ms) BEGIN SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$qguNqX4NFHG243BS9H6tZOoQtcqjlFzEhU4YXqHPBp7QwYfoA9fai"], ["updated_at", "2016-03-15 20:04:34.145445"], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:51500/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.4ms) Completed 200 OK in 39ms (Views: 33.9ms | ActiveRecord: 2.6ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 137]] Redirected to http://127.0.0.1:51500/ Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.1ms) Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 1.0ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-03-15 16:04:34 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.2ms) Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)  (0.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (24.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('taurean@kobeahan.co') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "taurean@kobeahan.co"], ["name", "Eugene Dooley"], ["password_digest", "$2a$04$V/w9q8SaPMq9CU5iY8QqzepcKb6NvgrKpJ/lgQQIunqdb1cK4iK.e"], ["created_at", "2016-03-15 20:04:35.503199"], ["updated_at", "2016-03-15 20:04:35.503199"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"taurean@kobeahan.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "taurean@kobeahan.co"]]  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PUkVJzTuj6OgkYYjAheL3.9j6tfsYyJ5VIyMgC8O9XnU0RzeBtUpC"], ["updated_at", "2016-03-15 20:04:35.552871"], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 37ms (Views: 31.8ms | ActiveRecord: 2.9ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-03-15 20:04:35.606151"], ["updated_at", "2016-03-15 20:04:35.606151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delaney@dach.info') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delaney@dach.info"], ["name", "Kim Doyle"], ["password_digest", "$2a$04$/1W7.Nl1dQRzG6MbR6TgWufE9jZMtyMAGY.w.9PXnKTcyUCvCZV9a"], ["created_at", "2016-03-15 20:04:35.672575"], ["updated_at", "2016-03-15 20:04:35.672575"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"delaney@dach.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "delaney@dach.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$VuChtid/xRcvj.Rf1iK93.2OUh/l656bi3AAmsXmMYFUxvJ2FErui"], ["updated_at", "2016-03-15 20:04:35.720017"], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 3.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.0ms) Completed 200 OK in 38ms (Views: 33.1ms | ActiveRecord: 2.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-03-15 20:04:35.775347"], ["updated_at", "2016-03-15 20:04:35.775347"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-03-15 20:04:35.783123"], ["updated_at", "2016-03-15 20:04:35.783123"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-03-15 20:04:35.789892"], ["updated_at", "2016-03-15 20:04:35.789892"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-03-15 20:04:35.795316"], ["updated_at", "2016-03-15 20:04:35.795316"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-03-15 20:04:35.801217"], ["updated_at", "2016-03-15 20:04:35.801217"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-03-15 20:04:35.806790"], ["updated_at", "2016-03-15 20:04:35.806790"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-03-15 20:04:35.812517"], ["updated_at", "2016-03-15 20:04:35.812517"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-03-15 20:04:35.818393"], ["updated_at", "2016-03-15 20:04:35.818393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-03-15 20:04:35.824773"], ["updated_at", "2016-03-15 20:04:35.824773"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-03-15 20:04:35.830643"], ["updated_at", "2016-03-15 20:04:35.830643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-03-15 20:04:35.836453"], ["updated_at", "2016-03-15 20:04:35.836453"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-03-15 20:04:35.841935"], ["updated_at", "2016-03-15 20:04:35.841935"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-03-15 20:04:35.847658"], ["updated_at", "2016-03-15 20:04:35.847658"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-03-15 20:04:35.853166"], ["updated_at", "2016-03-15 20:04:35.853166"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-03-15 20:04:35.858966"], ["updated_at", "2016-03-15 20:04:35.858966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-03-15 20:04:35.864930"], ["updated_at", "2016-03-15 20:04:35.864930"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-03-15 20:04:35.870567"], ["updated_at", "2016-03-15 20:04:35.870567"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-03-15 20:04:35.878014"], ["updated_at", "2016-03-15 20:04:35.878014"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-03-15 20:04:35.885280"], ["updated_at", "2016-03-15 20:04:35.885280"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-03-15 20:04:35.892549"], ["updated_at", "2016-03-15 20:04:35.892549"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-03-15 20:04:35.899194"], ["updated_at", "2016-03-15 20:04:35.899194"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-03-15 20:04:35.904837"], ["updated_at", "2016-03-15 20:04:35.904837"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-03-15 20:04:35.910955"], ["updated_at", "2016-03-15 20:04:35.910955"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-03-15 20:04:35.917241"], ["updated_at", "2016-03-15 20:04:35.917241"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-03-15 20:04:35.923224"], ["updated_at", "2016-03-15 20:04:35.923224"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-03-15 20:04:35.931000"], ["updated_at", "2016-03-15 20:04:35.931000"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 39ms (Views: 35.5ms | ActiveRecord: 1.5ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-03-15 16:04:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 31ms (Views: 27.3ms | ActiveRecord: 1.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('freda.berge@predovic.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "freda.berge@predovic.co"], ["name", "Dr. Caleb Bartoletti"], ["password_digest", "$2a$04$ViXvu9RD2rLKiNJOjiiu4.NviUg2eumSMLZomOafPaJ0I6PFJA6/W"], ["created_at", "2016-03-15 20:04:36.042484"], ["updated_at", "2016-03-15 20:04:36.042484"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.7ms) Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"freda.berge@predovic.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "freda.berge@predovic.co"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9Leq28JAWJpDc0dN8KOPzO6aosGJF9zvBDkMaaTDfaDk1Sl9TC21u"], ["updated_at", "2016-03-15 20:04:36.082560"], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 2.0ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (6.4ms) Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-03-15 20:04:36.186954"], ["updated_at", "2016-03-15 20:04:36.186954"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.8ms) Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('felicia@feeney.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "felicia@feeney.com"], ["name", "Alanis Schmidt V"], ["password_digest", "$2a$04$LdxlDT9tKTfal5NWF7H.heoOsEacSnXFCUrLfz9MMdlhz9HrwtcrK"], ["created_at", "2016-03-15 20:04:36.239244"], ["updated_at", "2016-03-15 20:04:36.239244"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"felicia@feeney.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "felicia@feeney.com"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$cfNbu92sDXe6aJ3iF.MPb.8Z/Hh0YVcxi5LoAx0KsAZLZUwerqoxK"], ["updated_at", "2016-03-15 20:04:36.280573"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-03-15 20:04:36.322341"], ["updated_at", "2016-03-15 20:04:36.322341"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-03-15 20:04:36.373817"], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madelynn@lesch.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "madelynn@lesch.io"], ["name", "Darwin Kiehn"], ["password_digest", "$2a$04$6CdES/.TO.7JdD0mdxsUo.gKc7Iza74xiA2SMCuYEiGbkbhEPnErq"], ["created_at", "2016-03-15 20:04:36.416205"], ["updated_at", "2016-03-15 20:04:36.416205"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"madelynn@lesch.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "madelynn@lesch.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$3nnSY1Qvr6CbyizLEr05/ugTp21MvZUwv6oKpsHODaa3bzR6tbcCm"], ["updated_at", "2016-03-15 20:04:36.447916"], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-03-15 20:04:36.489238"], ["updated_at", "2016-03-15 20:04:36.489238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dewitt@olson.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dewitt@olson.info"], ["name", "Jacinthe Pouros"], ["password_digest", "$2a$04$VIQgefslubGTaPZGrlUU4efiLvbPOI4/nXm8nWzhzInkvS5YlV0Hm"], ["created_at", "2016-03-15 20:04:36.577278"], ["updated_at", "2016-03-15 20:04:36.577278"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Recusandae culpa cumque consequatur qui. Cumque nisi nihil maiores consectetur modi. Consequuntur quisquam soluta sit tempore est sed. Delectus voluptatem adipisci quaerat et."], ["summary", "Molestiae quia non id qui qui dolor recusandae."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.582808"], ["updated_at", "2016-03-15 20:04:36.582808"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaida@kuvalis.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaida@kuvalis.org"], ["name", "Thurman Goyette"], ["password_digest", "$2a$04$PTjgcPACqyTZmE5Q2KimeOi8pLwBnZXKmEUr2iOXXQ.JmcLtvDrRW"], ["created_at", "2016-03-15 20:04:36.591159"], ["updated_at", "2016-03-15 20:04:36.591159"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Repellendus sed voluptatibus. Suscipit voluptas quia. Aliquam impedit tempore nostrum repudiandae."], ["summary", "Quaerat dolor odio alias rerum consequatur illum. Assumenda et iure cum. Dignissimos placeat repellendus numquam enim enim."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-03-15 20:04:36.596844"], ["updated_at", "2016-03-15 20:04:36.596844"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.9ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (18.8ms) Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (3.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('morton_hoeger@gutmannhahn.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "morton_hoeger@gutmannhahn.com"], ["name", "Adrian Littel"], ["password_digest", "$2a$04$wCOLVUoxJgsCa5uLq1OPEe0E/gy03sdWITo4mDViMLLthEqiQRE6S"], ["created_at", "2016-03-15 20:04:36.650647"], ["updated_at", "2016-03-15 20:04:36.650647"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Sint eos molestiae laborum aut. Labore dolores impedit deleniti necessitatibus inventore quam. Saepe sint quasi consequatur pariatur aut rerum ullam."], ["summary", "Sapiente eius vel. Quo aut optio aspernatur in ab est rerum. Sit rerum dolor."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.656089"], ["updated_at", "2016-03-15 20:04:36.656089"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('penelope@hagenes.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "penelope@hagenes.name"], ["name", "Adah Tillman"], ["password_digest", "$2a$04$W4OgXro8X/.gE43gyX6SKuPSWLlAQyeG.3Ar5BYNth6jMbewk4aCW"], ["created_at", "2016-03-15 20:04:36.662687"], ["updated_at", "2016-03-15 20:04:36.662687"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Ullam ipsam neque. Dolor voluptatibus vel et optio rerum."], ["summary", "Ea numquam rem. Consequatur voluptate est non ullam temporibus."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.667440"], ["updated_at", "2016-03-15 20:04:36.667440"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tiffany@blick.info') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tiffany@blick.info"], ["name", "Mrs. Irma Kemmer"], ["password_digest", "$2a$04$GtHsfBtY3rs7kUNotTFap.St4nUJd4nekNwG0PGSt6C2n0Qg0AMca"], ["created_at", "2016-03-15 20:04:36.674969"], ["updated_at", "2016-03-15 20:04:36.674969"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Qui doloribus ea minus aut earum voluptatem quae. Numquam id doloremque a dolorem earum deleniti. Quia omnis eum soluta laudantium. Dolorem iusto sed recusandae ad nisi neque fugiat."], ["summary", "Reprehenderit reiciendis provident vero. Et sed aut quibusdam voluptatem temporibus quo quia. Enim voluptatibus expedita est ratione officiis."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.680966"], ["updated_at", "2016-03-15 20:04:36.680966"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sonia_fay@reichel.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sonia_fay@reichel.name"], ["name", "Arvel Klein"], ["password_digest", "$2a$04$QC41ScwzfQA/BhIPP.lrZehUX/RLoLIBZqvuK2Oc2Uou2TMf5sxPC"], ["created_at", "2016-03-15 20:04:36.687351"], ["updated_at", "2016-03-15 20:04:36.687351"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Ab aut aperiam at. Qui suscipit harum culpa dolor dolore blanditiis qui. A qui omnis."], ["summary", "Ducimus quis quia veritatis ut."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.691936"], ["updated_at", "2016-03-15 20:04:36.691936"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruthe@gerlach.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruthe@gerlach.net"], ["name", "Calista Von"], ["password_digest", "$2a$04$AktD6zPwhLR3/ObEUY.QH.9wI5MHXyMtNjMQffrhOegKgTprduPCy"], ["created_at", "2016-03-15 20:04:36.698739"], ["updated_at", "2016-03-15 20:04:36.698739"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Atque facilis perferendis illo. Laborum consectetur fuga et libero aut. Sed voluptas recusandae enim sit et."], ["summary", "Sit et laudantium excepturi. Aspernatur fugiat tenetur."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.703706"], ["updated_at", "2016-03-15 20:04:36.703706"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rory@farrellvolkman.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rory@farrellvolkman.net"], ["name", "Kacie Rogahn"], ["password_digest", "$2a$04$5kWJQfXme5X/99uGvGAV4u7KzcRF4uPp7GqSjPrAsy6dE6OxPg9iO"], ["created_at", "2016-03-15 20:04:36.710640"], ["updated_at", "2016-03-15 20:04:36.710640"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Earum ut est necessitatibus dolor. A molestiae et."], ["summary", "Architecto in consequatur id hic reprehenderit. Ut ullam ut."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.715336"], ["updated_at", "2016-03-15 20:04:36.715336"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('collin@oberbrunner.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "collin@oberbrunner.biz"], ["name", "Mohammed Bogan"], ["password_digest", "$2a$04$.cn/OhQD717EJ7JjWXS/muL6PqqIKgKZS3iecx0QqeMQvfsyKQH6i"], ["created_at", "2016-03-15 20:04:36.722973"], ["updated_at", "2016-03-15 20:04:36.722973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Ea aut et ut aut deleniti dolorem atque. Praesentium incidunt repudiandae illo."], ["summary", "Aspernatur maiores consequatur veniam tenetur facilis est. Aperiam molestiae enim deserunt. Labore natus et perspiciatis sunt."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.727215"], ["updated_at", "2016-03-15 20:04:36.727215"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amanda@weinat.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amanda@weinat.name"], ["name", "Aaron Hoppe"], ["password_digest", "$2a$04$/4n8HNQ4rhet81.NgVM9ruLM89aatGXnxWtCSj1s1MbiKTlFAmSiu"], ["created_at", "2016-03-15 20:04:36.733566"], ["updated_at", "2016-03-15 20:04:36.733566"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Nihil cupiditate facilis. Repudiandae nobis dolore omnis est incidunt. Ea inventore sint eos eum iste excepturi et."], ["summary", "Aut non aut ratione suscipit sint eos. Ipsam nam voluptas. Voluptatem corrupti dolorem unde vel deleniti."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.738012"], ["updated_at", "2016-03-15 20:04:36.738012"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('everett_christiansen@kaulke.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "everett_christiansen@kaulke.name"], ["name", "Destin Breitenberg IV"], ["password_digest", "$2a$04$R9K6YfRnB86C8w3L5Qs3dOHAMKq4reGVTVxUYoEvtzZtjwU11QRDa"], ["created_at", "2016-03-15 20:04:36.744583"], ["updated_at", "2016-03-15 20:04:36.744583"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Rem doloribus blanditiis sint. Nihil fuga voluptatem veniam. Eligendi facere sit modi enim laborum in. Et similique aut ut."], ["summary", "Consequatur ad autem voluptatem omnis voluptas est."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.748693"], ["updated_at", "2016-03-15 20:04:36.748693"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('korbin.jast@streich.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "korbin.jast@streich.co"], ["name", "Miss Kelley Skiles"], ["password_digest", "$2a$04$OUEm0oX/NiRHf2Qgu8bWFOYxZt.3e6M2CPMt9cCF5xMMeMCZwlLZm"], ["created_at", "2016-03-15 20:04:36.755439"], ["updated_at", "2016-03-15 20:04:36.755439"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Voluptatem soluta consectetur et reiciendis. Modi eos nam est."], ["summary", "Dolores ipsa deserunt quod est ea."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.759704"], ["updated_at", "2016-03-15 20:04:36.759704"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('norwood@wolfhyatt.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "norwood@wolfhyatt.io"], ["name", "Josue Berge"], ["password_digest", "$2a$04$JrRfielUmuZ5bQuCXpmM9eNBcI8CqVsIAcUpUMJ1wwDTGQx3wnb1G"], ["created_at", "2016-03-15 20:04:36.766263"], ["updated_at", "2016-03-15 20:04:36.766263"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Nemo esse ut. Tenetur odio sed."], ["summary", "Aut sit sed. Iusto alias odio sed. Similique dolores eum nisi rem."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.771538"], ["updated_at", "2016-03-15 20:04:36.771538"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (0.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (22.5ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (28.8ms) Completed 200 OK in 31ms (Views: 24.6ms | ActiveRecord: 6.1ms) Started GET "/?page=2" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.2ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.8ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hyman_paucek@boyledach.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hyman_paucek@boyledach.name"], ["name", "Rebeka Rohan"], ["password_digest", "$2a$04$KuRt8m/xhJv8ndAEkzX4re9V5lgZQ62loKcCr8MLYtkPtbeurJ00e"], ["created_at", "2016-03-15 20:04:36.833813"], ["updated_at", "2016-03-15 20:04:36.833813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Quasi beatae delectus repudiandae. A quo nihil tempore. Et animi non quaerat. Ducimus molestiae aliquam maxime accusamus natus molestias odio."], ["summary", "Nobis nostrum consequatur est sapiente omnis quidem voluptatibus."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.839593"], ["updated_at", "2016-03-15 20:04:36.839593"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (6.5ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.2ms) Completed 200 OK in 14ms (Views: 8.6ms | ActiveRecord: 4.4ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ron_ernser@larkin.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ron_ernser@larkin.net"], ["name", "Kay Kutch"], ["password_digest", "$2a$04$QDXaO96tXoN.52r5h74OnO8W0yBJpKSYvxktESeSXvbk5DOoS19Qq"], ["created_at", "2016-03-15 20:04:36.893228"], ["updated_at", "2016-03-15 20:04:36.893228"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Voluptas ullam ipsum ea culpa fugiat. Tempore ipsum commodi aliquid dolorum optio dolor consequatur."], ["summary", "Laboriosam accusamus et quos."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-03-15 20:04:36.898692"], ["updated_at", "2016-03-15 20:04:36.898692"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-03-15 20:04:36.920112"], ["updated_at", "2016-03-15 20:04:36.920112"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-03-15 20:04:36.925673"], ["updated_at", "2016-03-15 20:04:36.925673"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('amari_sauer@purdy.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "amari_sauer@purdy.info"], ["name", "Matt Christiansen V"], ["password_digest", "$2a$04$b.AiTAYYk3va6bmrc3buE.5dRp8gvS11IqgSP2S30J2x/25OULmea"], ["created_at", "2016-03-15 20:04:36.952331"], ["updated_at", "2016-03-15 20:04:36.952331"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Nihil natus voluptate error qui atque repellat. Quidem non nobis."], ["summary", "Voluptatibus blanditiis labore iure dolor et ex possimus. Voluptas culpa sapiente et esse doloribus voluptas aut. Sequi ipsam qui quis hic expedita autem."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.967598"], ["updated_at", "2016-03-15 20:04:36.967598"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hope.kaulke@damore.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hope.kaulke@damore.name"], ["name", "Trace Cassin IV"], ["password_digest", "$2a$04$kiIislsMBw8UKH5LdPR3jOv1HRpZNx5UIagi/sPtnY7GnBEqLyRF6"], ["created_at", "2016-03-15 20:04:36.978818"], ["updated_at", "2016-03-15 20:04:36.978818"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Qui soluta vero voluptatem nam odio iure. Et numquam consectetur et velit. Eum rerum libero culpa dolores ut autem quaerat."], ["summary", "Aut quae hic. Et asperiores excepturi mollitia quos beatae veritatis numquam. Consequuntur ducimus culpa."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:36.991664"], ["updated_at", "2016-03-15 20:04:36.991664"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-03-15 16:04:36 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.5ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (11.8ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (16.8ms) Completed 200 OK in 20ms (Views: 15.7ms | ActiveRecord: 3.8ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-03-15 16:04:37 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (8.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (16.0ms) Completed 200 OK in 25ms (Views: 15.1ms | ActiveRecord: 5.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$NCiwlHubijwpPKjOGwvlzOGqUg930qcS2siO5nmK/ysVUFhfuy4p."], ["created_at", "2016-03-15 20:04:37.093966"], ["updated_at", "2016-03-15 20:04:37.093966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$cZO/N174spNO7NbL074s7.LJG8L7280LerkzPBK2DjT44HiPNy9Tu"], ["created_at", "2016-03-15 20:04:37.106310"], ["updated_at", "2016-03-15 20:04:37.106310"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$euujxQh8Dt3LtvxFYO0pdec6dW9Q6amEh2W6a9c1JHDRtIj2cz9vi"], ["updated_at", "2016-03-15 20:04:37.112313"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-03-15 20:04:37.132199"], ["updated_at", "2016-03-15 20:04:37.132199"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-03-15 20:04:37.142338"], ["updated_at", "2016-03-15 20:04:37.142338"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('joe@manntromp.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "joe@manntromp.io"], ["name", "Ariane Schuster IV"], ["password_digest", "$2a$04$qv40vythAB5EiYaojnv9q.MjqOhdfjLci7Pa9tKAcQoqcyL9vnDNi"], ["created_at", "2016-03-15 20:04:37.216549"], ["updated_at", "2016-03-15 20:04:37.216549"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('katharina.botsford@tromp.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "katharina.botsford@tromp.com"], ["name", "Tyshawn Jakubowski Jr."], ["password_digest", "$2a$04$W5RYAYe1rllFN9cyiWDzye6NYTlswyx50toPI4bU7CWRKT81OzIE2"], ["created_at", "2016-03-15 20:04:37.226656"], ["updated_at", "2016-03-15 20:04:37.226656"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deontae_will@reicherterdman.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deontae_will@reicherterdman.info"], ["name", "Macie O'Connell"], ["password_digest", "$2a$04$ZApoy5qtcHYH1X5AkD0C4.HjTjg6GCp89aBaFGNw3JWe9RBiAmrta"], ["created_at", "2016-03-15 20:04:37.238510"], ["updated_at", "2016-03-15 20:04:37.238510"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Rerum nihil voluptas totam. Occaecati possimus id."], ["summary", "Beatae est molestias aut molestiae nulla aliquid. Praesentium libero at. Omnis rem autem eveniet consectetur amet repellendus enim."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-03-15 20:04:37.246254"], ["updated_at", "2016-03-15 20:04:37.246254"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('linwood.dare@shields.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "linwood.dare@shields.org"], ["name", "Miss Deshaun Carroll"], ["password_digest", "$2a$04$WddvuRu9KuMdGuCeUZ6jQ.tBdIaIDjgrnWmzlgE7clBnEJuTArOMm"], ["created_at", "2016-03-15 20:04:37.256774"], ["updated_at", "2016-03-15 20:04:37.256774"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Est aut ut molestias dolore aspernatur neque dolorem. Ut voluptatum sed aut ut similique."], ["summary", "A ut neque natus consequuntur. Consequatur quisquam commodi amet officia qui."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-03-15 20:04:37.262558"], ["updated_at", "2016-03-15 20:04:37.262558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jana.murphy@vandervortdicki.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jana.murphy@vandervortdicki.org"], ["name", "Timmothy Eichmann"], ["password_digest", "$2a$04$d./Q077yJPHRp1XlaYOsjuO54E7wLxpT3zyn0Aq1YpjcbJ./ja9gG"], ["created_at", "2016-03-15 20:04:37.272987"], ["updated_at", "2016-03-15 20:04:37.272987"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('valentine_dickens@little.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "valentine_dickens@little.org"], ["name", "Mr. Laurie Koch"], ["password_digest", "$2a$04$gBmPEyPqJrhIm4LRoDM4mOEdx5AR/WEcmwGqZYwIJibwbw2oVPoFq"], ["created_at", "2016-03-15 20:04:37.284396"], ["updated_at", "2016-03-15 20:04:37.284396"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kelli@stokes.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kelli@stokes.com"], ["name", "Wyatt Maggio"], ["password_digest", "$2a$04$7IEyq1hyMjKIyliESky69eRZawsQzJLH7r7ZqYEku9c0kdZ3k4JdO"], ["created_at", "2016-03-15 20:04:37.297638"], ["updated_at", "2016-03-15 20:04:37.297638"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('logan.kunze@schumm.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "logan.kunze@schumm.com"], ["name", "Helga Schulist"], ["password_digest", "$2a$04$dQTOeiEGICF4Oc8EFfF91O5EXdSTQoSMvnU.IzL6hHDb3ZkD44E.W"], ["created_at", "2016-03-15 20:04:37.309710"], ["updated_at", "2016-03-15 20:04:37.309710"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Doloremque et et neque reiciendis libero. Qui omnis aliquam. Alias et impedit nulla eum doloremque. Non hic ullam voluptas."], ["summary", "Rerum voluptas aperiam est et temporibus delectus."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:37.315353"], ["updated_at", "2016-03-15 20:04:37.315353"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wilfredo_raynor@pagac.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wilfredo_raynor@pagac.net"], ["name", "Rhoda Abbott"], ["password_digest", "$2a$04$jFBnU2ZKusuhHBBku5PIYuHoVcuRPHjLLPPJeWypU9Ut4TjkRUW2C"], ["created_at", "2016-03-15 20:04:37.322861"], ["updated_at", "2016-03-15 20:04:37.322861"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Dolores qui quia quo eos. Aut nihil tempora dolorem enim quidem ipsa. Rerum cum alias aut eos dolore expedita dignissimos. Eos reprehenderit ex dolorum illum animi quo qui."], ["summary", "Fuga consequatur dolor rem nemo minus asperiores. Quos cumque sit perspiciatis. Deleniti nemo quibusdam iste dicta sit minus."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:37.327966"], ["updated_at", "2016-03-15 20:04:37.327966"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-15 18:04:37.330216"], ["updated_at", "2016-03-15 20:04:37.333053"], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-15 20:04:37.330352"], ["updated_at", "2016-03-15 20:04:37.338099"], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mitchel_hayes@shields.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mitchel_hayes@shields.org"], ["name", "Roderick Satterfield"], ["password_digest", "$2a$04$r4u13TVrKXk4ydu3pkidOebI5aYI4GTPK9OPv.ABynxJRgmfMVzf2"], ["created_at", "2016-03-15 20:04:37.352271"], ["updated_at", "2016-03-15 20:04:37.352271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Ipsam ab aliquam deleniti sequi. Est sed assumenda aut nihil omnis repellat et. Nesciunt sed odio repellendus repudiandae excepturi sed omnis."], ["summary", "Non quasi vitae officia maiores aut. Officia aut est aperiam quasi aut qui."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:37.357192"], ["updated_at", "2016-03-15 20:04:37.357192"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shayna@labadieortiz.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shayna@labadieortiz.co"], ["name", "Austin Hamill"], ["password_digest", "$2a$04$XZHCT7wJ5eil50AGjLbXuuMAJZNLJS5b7JpAQ6i0ar5Vh.u3xEH3O"], ["created_at", "2016-03-15 20:04:37.365920"], ["updated_at", "2016-03-15 20:04:37.365920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Vero iure praesentium alias odit delectus dicta ea. Quo corporis quo aut. Vel optio reprehenderit impedit quia eaque. Quia necessitatibus illo nostrum."], ["summary", "Deleniti voluptas non. Incidunt reiciendis quidem quis libero ea consequatur quo."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-03-15 20:04:37.371330"], ["updated_at", "2016-03-15 20:04:37.371330"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elena.kirlin@purdygerlach.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elena.kirlin@purdygerlach.io"], ["name", "Bridgette Morar"], ["password_digest", "$2a$04$WN.mweexOvzz5hDHX/X5ZOs6eT85zu9wYND2dG5xexPvkUuxxqXZi"], ["created_at", "2016-03-15 20:04:37.383465"], ["updated_at", "2016-03-15 20:04:37.383465"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosina@deckow.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosina@deckow.org"], ["name", "Alena Wyman"], ["password_digest", "$2a$04$PQa8rdHZMKKmYQxFuwRlR.xP662fJjYT9qqJPs4/bzXviFzfpsv6."], ["created_at", "2016-03-15 20:04:37.395589"], ["updated_at", "2016-03-15 20:04:37.395589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Fugit et eligendi est et quam ducimus eos. Et aut qui sunt vel vel est."], ["summary", "Eos pariatur porro vel. Deserunt dolorem sit ut soluta qui similique laboriosam."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-03-15 20:04:37.400286"], ["updated_at", "2016-03-15 20:04:37.400286"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-03-15 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:37.404779"], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emmanuel@doyle.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emmanuel@doyle.biz"], ["name", "Miss Billie Balistreri"], ["password_digest", "$2a$04$BgPNQSumxJrWTAJ9/5OxXewEopldDxA5uEmwI9eWTOb7adRtnuPiq"], ["created_at", "2016-03-15 20:04:37.417524"], ["updated_at", "2016-03-15 20:04:37.417524"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Consequatur aliquid et. Ipsum molestiae dolores necessitatibus. Alias qui rerum. Aut sunt rerum officia consectetur aut ipsum."], ["summary", "Laudantium numquam est aliquam corrupti sunt."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-03-15 00:00:00.000000"], ["created_at", "2016-03-15 20:04:37.422824"], ["updated_at", "2016-03-15 20:04:37.422824"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-03-14 00:00:00.000000"], ["updated_at", "2016-03-15 20:04:37.427954"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('karine@hirthe.biz') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "karine@hirthe.biz"], ["name", "Maximillian Sauer"], ["password_digest", "$2a$04$fM337AYqPnZ5xRhtzG.uXOPtlprquCNvENJk.BwiAHXDC8B55YKLa"], ["created_at", "2016-03-15 20:04:37.442611"], ["updated_at", "2016-03-15 20:04:37.442611"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$GIq4y148nAZwRVLQ67TDYeLozXFtpq3LS4sE0ZlcHUsTHX4x9aStW"], ["created_at", "2016-03-15 20:04:37.533780"], ["updated_at", "2016-03-15 20:04:37.533780"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$whfMan/wqv1P4MOeLsmMNOT8/THfD99u.v4n62mUTNxOPuHA4MqOK"], ["created_at", "2016-03-15 20:04:37.616279"], ["updated_at", "2016-03-15 20:04:37.616279"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('madge_labadie@waters.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "madge_labadie@waters.co"], ["name", "Marietta Flatley DDS"], ["password_digest", "$2a$04$f4/Ia.RG1FscB5soW0AKHOaOKtjSj9.7LIX97UK9x1hwIf2J3Vb1u"], ["created_at", "2016-03-15 20:04:37.629816"], ["updated_at", "2016-03-15 20:04:37.629816"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Possimus vel distinctio et consequuntur. Voluptatem aut non voluptas ipsa. Et recusandae est repudiandae quod laboriosam."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-03-15 20:04:37.634006"], ["updated_at", "2016-03-15 20:04:37.634006"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (25.1ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (5.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (13.3ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (10.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (14.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (59.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (1.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (3.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (7.9ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$2tw0xfJuF0/CqzDuI52pdOKb3F0hgf0aGIfixoOlTRG17Rp.FJVee"], ["created_at", "2016-05-17 19:51:29.193054"], ["updated_at", "2016-05-17 19:51:29.193054"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (1.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$Gl4yX7b0pGIiJgsSZd3L8O/JeDCCmzZukJnTgVH2Rs6G1kGEikcP2"], ["created_at", "2016-05-17 19:51:29.232492"], ["updated_at", "2016-05-17 19:51:29.232492"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.3ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PPk7/Ahp9jqIXaPPzWcBneEoA5jy9VvpKvWOHDoEyn5dcfydMuWPS"], ["updated_at", "2016-05-17 19:51:29.238810"], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('daisha@hayes.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "daisha@hayes.org"], ["name", "Hannah Luettgen"], ["password_digest", "$2a$04$HeJWi3peq5xw2H72vjWlx.v7zLxRSijAEBJ/W5TKZkVgg.zC6zjK2"], ["created_at", "2016-05-17 19:51:29.674370"], ["updated_at", "2016-05-17 19:51:29.674370"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title1') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Mollitia accusamus totam quo sequi velit porro. Repellendus possimus doloremque et ut cumque ipsum. Et sunt maiores. Magni quo voluptates."], ["summary", "Ducimus aut quod."], ["author_id", 3], ["slug", "title1"], ["created_at", "2016-05-17 19:51:29.796694"], ["updated_at", "2016-05-17 19:51:29.796694"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (2.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('douglas.schmeler@goldnerwisozk.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "douglas.schmeler@goldnerwisozk.info"], ["name", "Rosamond Skiles"], ["password_digest", "$2a$04$ejbQMosHN82u6QEUJ4M6X.3K021h1GkIRTUC70PUNf6UmuT5e5vqS"], ["created_at", "2016-05-17 19:51:29.844586"], ["updated_at", "2016-05-17 19:51:29.844586"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Qui odit cupiditate et asperiores. Incidunt recusandae dolore quo quas natus placeat. Officiis dolorum non. Est cupiditate vel debitis odit."], ["summary", "Consequatur ea omnis velit quis blanditiis minus. Sit recusandae molestiae ut et totam ducimus voluptatem."], ["author_id", 4], ["slug", "title2"], ["created_at", "2016-05-17 19:51:29.849005"], ["updated_at", "2016-05-17 19:51:29.849005"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kailey@breitenberg.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kailey@breitenberg.biz"], ["name", "Ethelyn Kuhn"], ["password_digest", "$2a$04$LGxskIrnFjz57.F38eDSPuYFm23VNcermPjltqBpVKevddwP4flim"], ["created_at", "2016-05-17 19:51:29.856078"], ["updated_at", "2016-05-17 19:51:29.856078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title3') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Exercitationem consequatur dolores quaerat. Voluptate repudiandae ex. Corrupti nemo et tempora."], ["summary", "Modi quas assumenda sint voluptatem mollitia placeat qui. Repellat hic sed."], ["author_id", 5], ["slug", "title3"], ["created_at", "2016-05-17 19:51:29.860835"], ["updated_at", "2016-05-17 19:51:29.860835"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('susanna@beattydamore.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "susanna@beattydamore.io"], ["name", "Damon Murphy"], ["password_digest", "$2a$04$by9p4vAqQgODxK5OOt4apOyWvznhe/cWB3mzFu0dayjAtCRxl68ZW"], ["created_at", "2016-05-17 19:51:29.867416"], ["updated_at", "2016-05-17 19:51:29.867416"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title4') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Deleniti qui ut temporibus a adipisci corrupti. Odio est accusamus nesciunt aperiam sed nam. Qui praesentium esse est libero veniam maxime."], ["summary", "In consequatur autem quos quisquam voluptatum et."], ["author_id", 6], ["slug", "title4"], ["created_at", "2016-05-17 19:51:29.871951"], ["updated_at", "2016-05-17 19:51:29.871951"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mireille_huel@vandervort.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mireille_huel@vandervort.name"], ["name", "Dr. Onie Sauer"], ["password_digest", "$2a$04$BjnjZHYH/yuaMDQyYd993uhaCrF1S7Nz9yRVXGPWMLVQn227YLd96"], ["created_at", "2016-05-17 19:51:29.882630"], ["updated_at", "2016-05-17 19:51:29.882630"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title5') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Illum non omnis impedit. Eligendi earum facere excepturi voluptas aliquam. Voluptatem voluptas esse eveniet quaerat nostrum mollitia."], ["summary", "Magnam ut pariatur nihil est eligendi repudiandae. Accusamus aliquid quae ipsam et vel tempore."], ["author_id", 7], ["slug", "title5"], ["created_at", "2016-05-17 19:51:29.887222"], ["updated_at", "2016-05-17 19:51:29.887222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('wiley_rosenbaum@lednerhilpert.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "wiley_rosenbaum@lednerhilpert.name"], ["name", "Miss Ayla Olson"], ["password_digest", "$2a$04$gboO9CqTxRJPRq0u9CxBzuAAkp8vhMSSjTFIdrh4gMcBXbXECoGe."], ["created_at", "2016-05-17 19:51:29.894060"], ["updated_at", "2016-05-17 19:51:29.894060"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title6') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Enim maxime voluptates molestias minus. Id non ducimus ullam enim nemo quasi."], ["summary", "Sed error exercitationem quos. Eveniet repellat est incidunt nesciunt delectus."], ["author_id", 8], ["slug", "title6"], ["created_at", "2016-05-17 19:51:29.898862"], ["updated_at", "2016-05-17 19:51:29.898862"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kendrick_boyer@hoeger.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kendrick_boyer@hoeger.name"], ["name", "Frankie Goyette II"], ["password_digest", "$2a$04$2Ixqz.E6S9DGcW9i0ukyb.7Iv1VsRTwqOYzo3hKwTxwiEWzF8BBpq"], ["created_at", "2016-05-17 19:51:29.905252"], ["updated_at", "2016-05-17 19:51:29.905252"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title7') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Consequatur nemo magni aliquam quae. Exercitationem possimus nemo cupiditate quo voluptate qui eius. Vel optio qui placeat accusamus praesentium dolor voluptatem. Eos veniam quia aperiam qui aut."], ["summary", "Est ea est."], ["author_id", 9], ["slug", "title7"], ["created_at", "2016-05-17 19:51:29.909891"], ["updated_at", "2016-05-17 19:51:29.909891"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ara@borer.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ara@borer.co"], ["name", "Sofia Baumbach DDS"], ["password_digest", "$2a$04$kOa80srgu9cdl.eCcvJG0ODkl.IaQOP6HLSUVE.rj58QtCjYrn96C"], ["created_at", "2016-05-17 19:51:29.917086"], ["updated_at", "2016-05-17 19:51:29.917086"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title8') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Deserunt reprehenderit in neque est. Eum ex a placeat rerum ea mollitia. Delectus ducimus perferendis suscipit. Eaque sit quia voluptates."], ["summary", "Illum molestiae rerum magni omnis. Qui officia alias rem doloribus odit et. Necessitatibus nemo repellendus minus illo."], ["author_id", 10], ["slug", "title8"], ["created_at", "2016-05-17 19:51:29.921341"], ["updated_at", "2016-05-17 19:51:29.921341"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaleel@weinateffertz.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaleel@weinateffertz.org"], ["name", "Alyson Fisher"], ["password_digest", "$2a$04$R3MpGjrJ.RVukIXLKpGxfu0Wxww9fspkPElULi6gZkMC0MQFdMMxG"], ["created_at", "2016-05-17 19:51:29.927510"], ["updated_at", "2016-05-17 19:51:29.927510"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title9') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Et eum voluptatem accusamus magni enim ut. Voluptas voluptas tempore quis. Nesciunt exercitationem quidem hic itaque sed beatae."], ["summary", "Eius occaecati est corporis. Voluptate aut qui. Et atque esse sunt rerum nihil."], ["author_id", 11], ["slug", "title9"], ["created_at", "2016-05-17 19:51:29.932443"], ["updated_at", "2016-05-17 19:51:29.932443"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kasey@kochziemann.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kasey@kochziemann.co"], ["name", "Alexzander Huels"], ["password_digest", "$2a$04$pVJc89vkq.53Pn9IqtK7n.MZDudLUOjorplzd65X0/BbvIgdT09RS"], ["created_at", "2016-05-17 19:51:29.940191"], ["updated_at", "2016-05-17 19:51:29.940191"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title10') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Et ratione ex unde eos veniam fugiat vel. Dicta et praesentium tempora optio sit. Tempora sunt libero quam ea officiis facere voluptatem."], ["summary", "Ut reiciendis quia esse."], ["author_id", 12], ["slug", "title10"], ["created_at", "2016-05-17 19:51:29.945058"], ["updated_at", "2016-05-17 19:51:29.945058"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nolan.shanahan@champlinbartell.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nolan.shanahan@champlinbartell.com"], ["name", "Brandy Smitham"], ["password_digest", "$2a$04$5.tnUki25LpIUjDBGIAlNOSgTYeHBz7yIuWoOk0h8pVAKl35mWK/6"], ["created_at", "2016-05-17 19:51:29.952439"], ["updated_at", "2016-05-17 19:51:29.952439"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title11') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Qui at ad. Ad cupiditate sint enim illo vel omnis. Fuga aut quam animi ipsam."], ["summary", "Placeat quo rerum voluptas quis quia."], ["author_id", 13], ["slug", "title11"], ["created_at", "2016-05-17 19:51:29.957172"], ["updated_at", "2016-05-17 19:51:29.957172"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ro@jaskolskijacobs.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ro@jaskolskijacobs.info"], ["name", "Marlene Vandervort"], ["password_digest", "$2a$04$/fYtaVD1U6vxa4FRsX9ooexruu219FgIr18pNB7SiX4YPNKX7Bnxm"], ["created_at", "2016-05-17 19:51:29.963794"], ["updated_at", "2016-05-17 19:51:29.963794"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title12') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Qui beatae impedit dolor rerum officiis. Tempore architecto non velit minima vel facilis culpa."], ["summary", "Et aut beatae hic at qui magnam. Doloribus sed aliquid hic dolor sapiente neque. Ullam omnis nesciunt."], ["author_id", 14], ["slug", "title12"], ["created_at", "2016-05-17 19:51:29.968517"], ["updated_at", "2016-05-17 19:51:29.968517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jackson_kerluke@jerde.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jackson_kerluke@jerde.name"], ["name", "Winfield Ondricka"], ["password_digest", "$2a$04$yHbchSMdTwZUeXxsOO2LMOtRtl/VEKflJ21X.HEXp1dl0w8.v8Emq"], ["created_at", "2016-05-17 19:51:29.975522"], ["updated_at", "2016-05-17 19:51:29.975522"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title13') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Qui enim officiis dolores sit consectetur quibusdam. Fugit quia voluptatem corrupti dolores illum vero. Doloremque dolores asperiores soluta et."], ["summary", "Recusandae facere labore voluptatum omnis incidunt sed rerum. Voluptatem tempora neque tempore."], ["author_id", 15], ["slug", "title13"], ["created_at", "2016-05-17 19:51:29.981436"], ["updated_at", "2016-05-17 19:51:29.981436"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elroy@cummerata.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elroy@cummerata.biz"], ["name", "Donavon Balistreri"], ["password_digest", "$2a$04$p/w0Xr3opruGHz9J9qx01OoGeCLoeFbT6JCxMo27VbsCYcJqY9d8q"], ["created_at", "2016-05-17 19:51:29.989101"], ["updated_at", "2016-05-17 19:51:29.989101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title14') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "In dolore doloribus sint. Dolores ut culpa odio vitae."], ["summary", "Ratione vel placeat ea voluptatem dolor vero ipsa. Et rerum sunt nobis."], ["author_id", 16], ["slug", "title14"], ["created_at", "2016-05-17 19:51:29.993295"], ["updated_at", "2016-05-17 19:51:29.993295"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mustafa_luettgen@gerholdhintz.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mustafa_luettgen@gerholdhintz.info"], ["name", "Buford Dickinson"], ["password_digest", "$2a$04$bzVmylr8sDHGWt0Fwv7c9.VNcFP6LLpujC4SfqzVcgGMuTBdmeUdW"], ["created_at", "2016-05-17 19:51:29.999931"], ["updated_at", "2016-05-17 19:51:29.999931"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title15') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Adipisci et eaque maxime. Consequatur eos enim recusandae quaerat nulla. Qui tempora nihil et vero. Aspernatur aut ut autem rerum sed."], ["summary", "Maiores sit cupiditate asperiores. Earum voluptatem animi est dolor possimus. Facere qui libero at optio cumque sint sit."], ["author_id", 17], ["slug", "title15"], ["created_at", "2016-05-17 19:51:30.004484"], ["updated_at", "2016-05-17 19:51:30.004484"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('sidney@hagenes.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "sidney@hagenes.net"], ["name", "Harvey Pfeffer"], ["password_digest", "$2a$04$MK3J/HjcGEEycctQRpyHdetZ1lTIZdz.5286u2H1sIEO8mAgKY6gC"], ["created_at", "2016-05-17 19:51:30.011458"], ["updated_at", "2016-05-17 19:51:30.011458"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title16') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Dolores sint est magnam. Consequatur et ut."], ["summary", "Ea temporibus cumque ut ut vero."], ["author_id", 18], ["slug", "title16"], ["created_at", "2016-05-17 19:51:30.015918"], ["updated_at", "2016-05-17 19:51:30.015918"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lourdes_hills@hane.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lourdes_hills@hane.net"], ["name", "Deshawn Lockman"], ["password_digest", "$2a$04$wMeQRGgM9ab5kHYMB7P3tuY4RGdQV8W4RywcsdLbYTrJy4HGWNn4u"], ["created_at", "2016-05-17 19:51:30.023044"], ["updated_at", "2016-05-17 19:51:30.023044"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title17') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Sit sunt est. Neque voluptas itaque. Pariatur rerum perspiciatis quibusdam quod. Ratione reiciendis consectetur."], ["summary", "Molestiae consectetur dignissimos ea."], ["author_id", 19], ["slug", "title17"], ["created_at", "2016-05-17 19:51:30.028106"], ["updated_at", "2016-05-17 19:51:30.028106"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kamron@jonesweber.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kamron@jonesweber.info"], ["name", "Erick Balistreri"], ["password_digest", "$2a$04$QyMTWFARhqX19OUcMyW/o.4e0PAjiNNGkBcmybA5wgrz.qYY9WZ8."], ["created_at", "2016-05-17 19:51:30.050948"], ["updated_at", "2016-05-17 19:51:30.050948"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title18') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Qui qui odit labore culpa exercitationem ex reprehenderit. Aut et perspiciatis quae doloribus sed dolor cumque."], ["summary", "Facilis hic corporis itaque ut aut perferendis doloremque."], ["author_id", 20], ["slug", "title18"], ["created_at", "2016-05-17 19:51:30.055228"], ["updated_at", "2016-05-17 19:51:30.055228"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jaquan@durgan.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jaquan@durgan.name"], ["name", "Ms. Timmy Armstrong"], ["password_digest", "$2a$04$CPOX074.iK1ryIqi5q0DNO31UtWP5oHgozhMTsPKTkBMzp/ofOSAe"], ["created_at", "2016-05-17 19:51:30.062737"], ["updated_at", "2016-05-17 19:51:30.062737"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title19') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Ab quos magni nobis eos alias. Quo eum explicabo qui minima odit. Qui est nesciunt."], ["summary", "Sed totam laborum in est. Possimus amet minus ut."], ["author_id", 21], ["slug", "title19"], ["created_at", "2016-05-17 19:51:30.066904"], ["updated_at", "2016-05-17 19:51:30.066904"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frankie.beier@nienow.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frankie.beier@nienow.name"], ["name", "Rosalind O'Keefe"], ["password_digest", "$2a$04$SsqwNJNhbHp1nXDmOTECLu7n.XnX1ppzHnBySSBk3LrQufE4QcVsa"], ["created_at", "2016-05-17 19:51:30.073609"], ["updated_at", "2016-05-17 19:51:30.073609"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title20') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Fugit quaerat aut commodi quasi veniam. Ea officia autem quia et ut."], ["summary", "Quia voluptatem quidem quo assumenda quisquam dolor animi. Odio amet natus. Repudiandae ab voluptatibus officiis."], ["author_id", 22], ["slug", "title20"], ["created_at", "2016-05-17 19:51:30.077813"], ["updated_at", "2016-05-17 19:51:30.077813"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jermey_langosh@grimesconn.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jermey_langosh@grimesconn.biz"], ["name", "Alvena Kertzmann"], ["password_digest", "$2a$04$x4zFtOhSqYxySzoHWBFw7euw.OXTpiHNLtJwwb3w37uW.3SEL6cN6"], ["created_at", "2016-05-17 19:51:30.085101"], ["updated_at", "2016-05-17 19:51:30.085101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title21') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Est fugiat sint eveniet eligendi eos tempore explicabo. Alias ea labore optio voluptatem unde maxime."], ["summary", "Inventore doloribus nesciunt. Adipisci porro est."], ["author_id", 23], ["slug", "title21"], ["created_at", "2016-05-17 19:51:30.089703"], ["updated_at", "2016-05-17 19:51:30.089703"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clinton@green.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clinton@green.co"], ["name", "Curtis Hudson III"], ["password_digest", "$2a$04$ayXMstuOWr8b9VF45xJx0e8CmAwXDVYHNhxHfTadhaZZL4TOP3eVe"], ["created_at", "2016-05-17 19:51:30.095801"], ["updated_at", "2016-05-17 19:51:30.095801"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title22') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Earum nemo a. Est ut et qui accusamus. Repellendus et quia et labore rem culpa totam."], ["summary", "Molestiae laboriosam soluta fugit omnis saepe. Voluptatem mollitia incidunt est ab laborum odio. Laborum ea tempora quaerat aut."], ["author_id", 24], ["slug", "title22"], ["created_at", "2016-05-17 19:51:30.100439"], ["updated_at", "2016-05-17 19:51:30.100439"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eliseo_green@windlerborer.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eliseo_green@windlerborer.biz"], ["name", "Mrs. Liza Torphy"], ["password_digest", "$2a$04$HQd2CZPzfSgerP0JzA9o4OMb9JbZYD.eEZtDPBcjGqtyxB.mODvYK"], ["created_at", "2016-05-17 19:51:30.109533"], ["updated_at", "2016-05-17 19:51:30.109533"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title23') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Sit nesciunt porro qui. Aut maxime assumenda voluptas et repudiandae nihil a. Aut blanditiis dolorem iure quos sed."], ["summary", "Fuga incidunt occaecati temporibus excepturi praesentium. Explicabo sint cumque et ut."], ["author_id", 25], ["slug", "title23"], ["created_at", "2016-05-17 19:51:30.114659"], ["updated_at", "2016-05-17 19:51:30.114659"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('clay.casper@pacocha.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "clay.casper@pacocha.net"], ["name", "Lucy Yundt"], ["password_digest", "$2a$04$Pgmy2u8cKXzW7De7GLwxVuvAIJWQhHILA2LYF.SGFZp5k69mn7qGG"], ["created_at", "2016-05-17 19:51:30.121089"], ["updated_at", "2016-05-17 19:51:30.121089"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title24') LIMIT 1 SQL (2.0ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Explicabo voluptas a et praesentium similique. Quas animi voluptatum. Enim voluptatem temporibus libero. Magni praesentium veritatis et tempore."], ["summary", "Ipsam tempore magnam. Magni pariatur est sed dolorum reiciendis rerum."], ["author_id", 26], ["slug", "title24"], ["created_at", "2016-05-17 19:51:30.125992"], ["updated_at", "2016-05-17 19:51:30.125992"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adella_stracke@haley.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adella_stracke@haley.name"], ["name", "Amaya Jerde II"], ["password_digest", "$2a$04$p.5wtg0sR3rGKVrzf/4eDu4MpFohtkr3VkRn5klisQ1nPt2Y7o5Wa"], ["created_at", "2016-05-17 19:51:30.136276"], ["updated_at", "2016-05-17 19:51:30.136276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title25') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Sed doloremque eos aliquam aut. Quam est cum non dolores placeat ipsum. Est at quia eveniet ut asperiores beatae."], ["summary", "Ut doloribus error qui molestiae sapiente. Nihil quia vel dolorum. Explicabo mollitia perferendis ex."], ["author_id", 27], ["slug", "title25"], ["created_at", "2016-05-17 19:51:30.141687"], ["updated_at", "2016-05-17 19:51:30.141687"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reyna_reinger@spinkaconn.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reyna_reinger@spinkaconn.net"], ["name", "Eula Collins"], ["password_digest", "$2a$04$zZLkeuq5gZI.sFhlfUxf9ef5mG9g3.Z0gHW087.sE6lJd6SonjEum"], ["created_at", "2016-05-17 19:51:30.149442"], ["updated_at", "2016-05-17 19:51:30.149442"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title26') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quia exercitationem corporis. Soluta inventore fugiat. Qui ratione illo nesciunt sed esse mollitia et. Quam quo dolorem illo autem qui nostrum temporibus."], ["summary", "Enim dolorem vitae ipsa itaque at quia consequatur. A et magnam nobis iste. Quia libero quia perspiciatis nihil laborum velit omnis."], ["author_id", 28], ["slug", "title26"], ["created_at", "2016-05-17 19:51:30.154696"], ["updated_at", "2016-05-17 19:51:30.154696"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marielle_macejkovic@beckerkshlerin.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marielle_macejkovic@beckerkshlerin.name"], ["name", "Audra Kassulke"], ["password_digest", "$2a$04$Xd6P54rtbmILbMADH1EZT.gr4i0uHfAhk4xso5.VSr/T0lXde6liS"], ["created_at", "2016-05-17 19:51:30.161664"], ["updated_at", "2016-05-17 19:51:30.161664"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title27') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Est laudantium ipsum cupiditate repudiandae molestias id consequatur. Est deleniti labore eum. Deserunt corrupti sed dolor et nihil. Excepturi inventore corporis non fugiat dolor fuga."], ["summary", "Ad voluptates est."], ["author_id", 29], ["slug", "title27"], ["created_at", "2016-05-17 19:51:30.166340"], ["updated_at", "2016-05-17 19:51:30.166340"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT 25 OFFSET 0) subquery_for_count  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bulah@corkery.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bulah@corkery.co"], ["name", "Antwan Waelchi"], ["password_digest", "$2a$04$QAyOarygrwiua004eaCvVuV3rF1apmA2wuJj.wOsy.f8vYNDhlgxW"], ["created_at", "2016-05-17 19:51:30.206213"], ["updated_at", "2016-05-17 19:51:30.206213"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label1') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label1') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", "2016-05-17 19:51:30.234904"], ["updated_at", "2016-05-17 19:51:30.234904"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('diamond@handgrady.co') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "diamond@handgrady.co"], ["name", "Lavonne Maggio V"], ["password_digest", "$2a$04$eXwZilbLnNmLJc6A2OMgLuUELa6TvTjlLXG33m/OWKNmLMDh6ADMG"], ["created_at", "2016-05-17 19:51:30.259020"], ["updated_at", "2016-05-17 19:51:30.259020"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title29", "body"=>"Id dolorem dolor ad et possimus reiciendis. Consectetur ut amet quod dolor eligendi est. Voluptatibus porro natus quos.", "summary"=>"Ut ipsam sint ut harum. Blanditiis fugit amet aliquam."}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title29') LIMIT 1  (1.0ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.5ms | ActiveRecord: 2.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label2') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", "2016-05-17 19:51:30.290030"], ["updated_at", "2016-05-17 19:51:30.290030"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title31", "body"=>"Ab deserunt vel. Unde error sequi exercitationem dolores aspernatur velit.", "summary"=>"Rerum porro culpa magnam quo."}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title31') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 1.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jany@mohrkeler.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jany@mohrkeler.org"], ["name", "Mr. Ceasar Bednar"], ["password_digest", "$2a$04$25n/8BwhycGN.1JA70xrJeJrzkCBqIFclfIAyciHxEesTdnrPJMUS"], ["created_at", "2016-05-17 19:51:30.319933"], ["updated_at", "2016-05-17 19:51:30.319933"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Title", "body"=>"Body", "summary"=>"Ipsam et iste esse recusandae corporis. Veniam et nihil a exercitationem sapiente. Possimus qui dignissimos molestiae eos ut in.", "author_id"=>"32"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 32]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["summary", "Ipsam et iste esse recusandae corporis. Veniam et nihil a exercitationem sapiente. Possimus qui dignissimos molestiae eos ut in."], ["author_id", 32], ["slug", "title"], ["created_at", "2016-05-17 19:51:30.339962"], ["updated_at", "2016-05-17 19:51:30.339962"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"", "body"=>"Body", "summary"=>"Molestiae commodi itaque et ea."}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 11ms (Views: 1.6ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('muhammad.abbott@hartmannkautzer.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "muhammad.abbott@hartmannkautzer.org"], ["name", "Novella Carter MD"], ["password_digest", "$2a$04$hRXZ5pHD5J80A/HAomb0UeOeoBLMhzDqf9i5H2WxU.buyM5Uailj."], ["created_at", "2016-05-17 19:51:30.397814"], ["updated_at", "2016-05-17 19:51:30.397814"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title32') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Maxime error neque fuga iste unde ratione fugit. Rerum sit ut eos voluptate consequuntur rerum odit."], ["summary", "Non nostrum incidunt expedita minima vitae. Voluptas necessitatibus id quasi ratione."], ["author_id", 33], ["slug", "title32"], ["created_at", "2016-05-17 19:51:30.404562"], ["updated_at", "2016-05-17 19:51:30.404562"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lavada@pagac.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lavada@pagac.org"], ["name", "Ronny Kemmer"], ["password_digest", "$2a$04$5tUGivgs9mYHLRMndZeJOuD18r5eaxizUZDAoul1xleT559J5oz3O"], ["created_at", "2016-05-17 19:51:30.435190"], ["updated_at", "2016-05-17 19:51:30.435190"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title33') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Voluptate repellendus libero. Debitis ea quod. Eligendi odio sunt."], ["summary", "Delectus eum quia. Velit corporis asperiores. Praesentium veritatis quidem."], ["author_id", 34], ["slug", "title33"], ["created_at", "2016-05-17 19:51:30.443018"], ["updated_at", "2016-05-17 19:51:30.443018"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title33"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.6ms) Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label3') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label3') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", "2016-05-17 19:51:30.470176"], ["updated_at", "2016-05-17 19:51:30.470176"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('theresa_wilderman@prohaska.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "theresa_wilderman@prohaska.name"], ["name", "Allan Hermann"], ["password_digest", "$2a$04$n1VR/OHWzhomVVr1YYHOfORCYUflQCdXwHOmhNgkxnvUaxX3a9fai"], ["created_at", "2016-05-17 19:51:30.481828"], ["updated_at", "2016-05-17 19:51:30.481828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title35') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Ipsum eos libero asperiores esse. Qui aut hic. Quam aut dignissimos excepturi saepe quod ea autem. Provident nihil aut atque."], ["summary", "Quasi quidem ea eum sed voluptas debitis aut."], ["author_id", 35], ["slug", "title35"], ["created_at", "2016-05-17 19:51:30.486580"], ["updated_at", "2016-05-17 19:51:30.486580"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title35"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christiana_legros@komurphy.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christiana_legros@komurphy.com"], ["name", "Mrs. Reta Parisian"], ["password_digest", "$2a$04$/xn71LXv0ONk7AkZEg07lOdzSoGRt/UHZP2Cd23tKfOjaHgo76XvW"], ["created_at", "2016-05-17 19:51:30.512393"], ["updated_at", "2016-05-17 19:51:30.512393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title36') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Tenetur sapiente eligendi laborum ab. Sint sapiente sunt. Ut totam eum officia libero qui cupiditate iusto. Asperiores odio debitis corporis sit aperiam."], ["summary", "Fuga earum et ducimus rerum tempora. Nobis ea voluptas perspiciatis."], ["author_id", 36], ["slug", "title36"], ["created_at", "2016-05-17 19:51:30.517786"], ["updated_at", "2016-05-17 19:51:30.517786"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title36"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 36]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title36') AND "exposition_posts"."id" != 32) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-05-17 19:51:30.536387"], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 20ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('reva_bergstrom@mayer.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "reva_bergstrom@mayer.io"], ["name", "Miss Shanelle Schuppe"], ["password_digest", "$2a$04$DvZa9W0LGK5Kdf34q1h7MuC2/Wp9GtWtyUWmU367pUfpaZmaA0vka"], ["created_at", "2016-05-17 19:51:30.559008"], ["updated_at", "2016-05-17 19:51:30.559008"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title37') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Aut quibusdam aliquam cumque repellendus soluta laudantium pariatur. Voluptates aut quia."], ["summary", "Aut et consequatur non."], ["author_id", 37], ["slug", "title37"], ["created_at", "2016-05-17 19:51:30.565537"], ["updated_at", "2016-05-17 19:51:30.565537"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title37"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 37]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title37') AND "exposition_posts"."id" != 33) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-05-17 19:51:30.581069"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.7ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('deanna_heller@beahan.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "deanna_heller@beahan.biz"], ["name", "Sven Ryan"], ["password_digest", "$2a$04$4A31QYDfbyta5jXeSFJHZOPTDqlBtxGLfbHrDt/AhYfxS5EhjEhqy"], ["created_at", "2016-05-17 19:51:30.604550"], ["updated_at", "2016-05-17 19:51:30.604550"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('casimir.pagac@mclaughlinwuckert.co') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "casimir.pagac@mclaughlinwuckert.co"], ["name", "Candido Watsica"], ["password_digest", "$2a$04$J.rdLw2iYXdXpBpzw8F5buo4hZtswZSZHMH3EC7N7N./Y.9.o5KnC"], ["created_at", "2016-05-17 19:51:30.614204"], ["updated_at", "2016-05-17 19:51:30.614204"]]  (1.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title38') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Omnis consequatur dignissimos. Repellat eos omnis nihil laboriosam tempore molestiae eligendi. Et voluptatem quo error illo rem ut molestias. Aperiam iure incidunt molestiae sint."], ["summary", "Qui aspernatur assumenda mollitia sed aut consequatur. Laborum et odio. Fugiat quia id et ut."], ["author_id", 39], ["slug", "title38"], ["created_at", "2016-05-17 19:51:30.621573"], ["updated_at", "2016-05-17 19:51:30.621573"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello!", "body"=>"1,2,3,4", "author_id"=>"38"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title38"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title38') AND "exposition_posts"."id" != 34) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", "2016-05-17 19:51:30.637874"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 17ms (ActiveRecord: 2.7ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT 1 [["id", 34]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 38]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label4') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label4') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", "2016-05-17 19:51:30.667441"], ["updated_at", "2016-05-17 19:51:30.667441"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magdalena@schillerabernathy.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "magdalena@schillerabernathy.io"], ["name", "Rahsaan Zboncak Sr."], ["password_digest", "$2a$04$sT7tRvD6TBa1FrP0rpgdt.JlzXc/rGyI8GNbgQJa7QW1XPOxctCLa"], ["created_at", "2016-05-17 19:51:30.677134"], ["updated_at", "2016-05-17 19:51:30.677134"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title40') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Labore odio minima nam. Iusto similique vel voluptatem. Veniam laborum fuga. Facere voluptas delectus error et et animi vel."], ["summary", "Est doloribus dolores error non voluptatem quis. Unde neque velit itaque nemo omnis."], ["author_id", 40], ["slug", "title40"], ["created_at", "2016-05-17 19:51:30.681662"], ["updated_at", "2016-05-17 19:51:30.681662"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title40"]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 40]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title40') AND "exposition_posts"."id" != 35) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", "2016-05-17 19:51:30.697190"], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.4ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Mr. Violette Vandervort"], ["password_digest", "$2a$04$buogwiDB7DcSKIcVNIaK9uYV9nYVIQUg2GTH5C4aZmE1e6O0ODQn."], ["created_at", "2016-05-17 19:51:30.742052"], ["updated_at", "2016-05-17 19:51:30.742052"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$r/OVhXW9dMJnCdbf4wsv6OW/hPO8vCj.Z6.0bqBKL5lboiWhzMUXC"], ["updated_at", "2016-05-17 19:51:30.757047"], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label5') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label5') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", "2016-05-17 19:51:30.836028"], ["updated_at", "2016-05-17 19:51:30.836028"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label6') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label6') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", "2016-05-17 19:51:30.867161"], ["updated_at", "2016-05-17 19:51:30.867161"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label7') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label7') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", "2016-05-17 19:51:30.872981"], ["updated_at", "2016-05-17 19:51:30.872981"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label8') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label8') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", "2016-05-17 19:51:30.878230"], ["updated_at", "2016-05-17 19:51:30.878230"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label9') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label9') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", "2016-05-17 19:51:30.883177"], ["updated_at", "2016-05-17 19:51:30.883177"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label10') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label10') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", "2016-05-17 19:51:30.888448"], ["updated_at", "2016-05-17 19:51:30.888448"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label11') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label11') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", "2016-05-17 19:51:30.894780"], ["updated_at", "2016-05-17 19:51:30.894780"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label12') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label12') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", "2016-05-17 19:51:30.901470"], ["updated_at", "2016-05-17 19:51:30.901470"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label13') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label13') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", "2016-05-17 19:51:30.906940"], ["updated_at", "2016-05-17 19:51:30.906940"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label14') LIMIT 1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label14') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", "2016-05-17 19:51:30.914739"], ["updated_at", "2016-05-17 19:51:30.914739"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label15') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label15') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", "2016-05-17 19:51:30.920102"], ["updated_at", "2016-05-17 19:51:30.920102"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label16') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label16') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", "2016-05-17 19:51:30.925289"], ["updated_at", "2016-05-17 19:51:30.925289"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label17') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label17') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", "2016-05-17 19:51:30.930850"], ["updated_at", "2016-05-17 19:51:30.930850"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label18') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label18') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", "2016-05-17 19:51:30.935618"], ["updated_at", "2016-05-17 19:51:30.935618"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label19') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label19') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", "2016-05-17 19:51:30.940181"], ["updated_at", "2016-05-17 19:51:30.940181"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label20') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label20') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", "2016-05-17 19:51:30.945342"], ["updated_at", "2016-05-17 19:51:30.945342"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label21') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label21') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", "2016-05-17 19:51:30.950441"], ["updated_at", "2016-05-17 19:51:30.950441"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label22') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label22') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", "2016-05-17 19:51:30.955386"], ["updated_at", "2016-05-17 19:51:30.955386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label23') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label23') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", "2016-05-17 19:51:30.960759"], ["updated_at", "2016-05-17 19:51:30.960759"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label24') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label24') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", "2016-05-17 19:51:30.965559"], ["updated_at", "2016-05-17 19:51:30.965559"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label25') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label25') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", "2016-05-17 19:51:30.970185"], ["updated_at", "2016-05-17 19:51:30.970185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label26') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label26') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", "2016-05-17 19:51:30.976276"], ["updated_at", "2016-05-17 19:51:30.976276"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label27') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label27') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", "2016-05-17 19:51:30.980987"], ["updated_at", "2016-05-17 19:51:30.980987"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label28') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label28') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", "2016-05-17 19:51:30.987219"], ["updated_at", "2016-05-17 19:51:30.987219"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label29') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label29') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", "2016-05-17 19:51:30.993714"], ["updated_at", "2016-05-17 19:51:30.993714"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label30') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label30') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", "2016-05-17 19:51:30.998920"], ["updated_at", "2016-05-17 19:51:30.998920"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label31') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label31') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", "2016-05-17 19:51:31.004588"], ["updated_at", "2016-05-17 19:51:31.004588"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT 25 OFFSET 0) subquery_for_count  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alberto_strosin@dubuque.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alberto_strosin@dubuque.name"], ["name", "Abelardo Anderson"], ["password_digest", "$2a$04$d1/JJ60tebeHkj444x.b3.SpkWC7RWXwUnRs55Bk4Jimw/BKdaX3K"], ["created_at", "2016-05-17 19:51:31.044419"], ["updated_at", "2016-05-17 19:51:31.044419"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", "2016-05-17 19:51:31.056889"], ["updated_at", "2016-05-17 19:51:31.056889"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label32') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label32') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", "2016-05-17 19:51:31.100722"], ["updated_at", "2016-05-17 19:51:31.100722"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label32"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.4ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label33') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label33') LIMIT 1 SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", "2016-05-17 19:51:31.127003"], ["updated_at", "2016-05-17 19:51:31.127003"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label33"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 34) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label33') AND "categorical_tags"."id" != 34) LIMIT 1 SQL (0.8ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-05-17 19:51:31.141445"], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-05-17 19:51:31.158397"], ["updated_at", "2016-05-17 19:51:31.158397"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('new label') AND "categorical_tags"."id" != 35) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 35) LIMIT 1 SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", "2016-05-17 19:51:31.173057"], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 35]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('old label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", "2016-05-17 19:51:31.192059"], ["updated_at", "2016-05-17 19:51:31.192059"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('') AND "categorical_tags"."id" != 36) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 36) LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label34') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label34') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", "2016-05-17 19:51:31.216151"], ["updated_at", "2016-05-17 19:51:31.216151"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label34"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tamia_rowe@ortizgerhold.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tamia_rowe@ortizgerhold.info"], ["name", "Mrs. Lee Romaguera"], ["password_digest", "$2a$04$2K4poUqFzg9kTg5dTezt2OUmZ/HC/lBf8a.InyckbLySx6kqkGJwS"], ["created_at", "2016-05-17 19:51:31.248586"], ["updated_at", "2016-05-17 19:51:31.248586"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title41') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Eaque neque occaecati. Sunt natus nemo ab."], ["summary", "Voluptas magnam quas."], ["author_id", 43], ["published", "t"], ["slug", "title41"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.253068"], ["updated_at", "2016-05-17 19:51:31.253068"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rick.king@eichmann.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rick.king@eichmann.co"], ["name", "Conor Becker"], ["password_digest", "$2a$04$NCFZUhc5jvylW8DO21zY7u8xuGgpaw1Vdc4DdggsY.oAhWiA65qNO"], ["created_at", "2016-05-17 19:51:31.260642"], ["updated_at", "2016-05-17 19:51:31.260642"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title42') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Velit laborum quidem deserunt est. Veritatis aut possimus nemo soluta. Non sed corporis."], ["summary", "Dolor dignissimos nostrum accusantium sit in perspiciatis adipisci. Temporibus pariatur laborum ad."], ["author_id", 44], ["published", "t"], ["slug", "title42"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.265525"], ["updated_at", "2016-05-17 19:51:31.265525"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bryce_kuhlman@mcclure.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bryce_kuhlman@mcclure.com"], ["name", "Jadyn Turner"], ["password_digest", "$2a$04$EMaKaFZEmeti334juzfNK.2Ir.aGKs3cwx4wecH4LxvuK9F0JtgkS"], ["created_at", "2016-05-17 19:51:31.273227"], ["updated_at", "2016-05-17 19:51:31.273227"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title43') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Autem veniam unde. Voluptatem et vel eligendi ut et consectetur."], ["summary", "Saepe est doloremque quidem id. Numquam dolorum consequuntur explicabo optio nihil. Non qui voluptatibus est repudiandae."], ["author_id", 45], ["slug", "title43"], ["created_at", "2016-05-17 19:51:31.279691"], ["updated_at", "2016-05-17 19:51:31.279691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title42') AND "exposition_posts"."id" != 37) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-05-16 00:00:00.000000"], ["updated_at", "2016-05-17 19:51:31.284648"], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ray.pagac@reilly.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ray.pagac@reilly.io"], ["name", "Ozzie Hane"], ["password_digest", "$2a$04$dIfgBnXrSLNIj8MhJdhyu.CS3sX8dfSWfIGu6CyGRoAh0vVkRMXya"], ["created_at", "2016-05-17 19:51:31.319958"], ["updated_at", "2016-05-17 19:51:31.319958"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title44') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Tenetur repellendus voluptas. Consequatur officia et. Aperiam vel temporibus."], ["summary", "Ab veritatis voluptas aliquam labore."], ["author_id", 46], ["published", "t"], ["slug", "title44"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.325169"], ["updated_at", "2016-05-17 19:51:31.325169"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('damion@swaniawskiabernathy.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "damion@swaniawskiabernathy.io"], ["name", "Mr. Dangelo Kirlin"], ["password_digest", "$2a$04$9BUrsJasekzTJ51Gnx8x4eyZ/SeGfRnpybgd37vxWPsSQCu.W.Sji"], ["created_at", "2016-05-17 19:51:31.332599"], ["updated_at", "2016-05-17 19:51:31.332599"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title45') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Consectetur consequatur optio atque in ipsa. Corrupti aut maxime magni at eum. Voluptate aut adipisci voluptas et dicta fugiat deleniti. Dolore occaecati debitis sunt."], ["summary", "Veritatis corporis mollitia molestias perferendis dolor accusamus. Qui harum occaecati quibusdam beatae et. Et quia quia nemo ut voluptatem qui alias."], ["author_id", 47], ["published", "t"], ["slug", "title45"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.336910"], ["updated_at", "2016-05-17 19:51:31.336910"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brenda.sawayn@sipechmitt.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brenda.sawayn@sipechmitt.co"], ["name", "Zion Weissnat"], ["password_digest", "$2a$04$t.Jnkmk4fevS0TVhBtz8fOXywyniDaf/CoqqpyV6eLmHIeROF8Fx6"], ["created_at", "2016-05-17 19:51:31.343460"], ["updated_at", "2016-05-17 19:51:31.343460"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title46') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Quia eveniet et qui et. Consequatur asperiores odit quidem quos."], ["summary", "Illo omnis aliquam. Odit libero dolores quo et quam esse."], ["author_id", 48], ["published", "t"], ["slug", "title46"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.348526"], ["updated_at", "2016-05-17 19:51:31.348526"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('magnolia.hyatt@mosciskikeeling.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "magnolia.hyatt@mosciskikeeling.io"], ["name", "Mr. Dalton Satterfield"], ["password_digest", "$2a$04$oPyMjY6fQkA9H3Pwj3a4neNXRSInyw9lSXWcjNNCxiulXh0/Cdioy"], ["created_at", "2016-05-17 19:51:31.354991"], ["updated_at", "2016-05-17 19:51:31.354991"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title47') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Quasi magni facere. Amet aspernatur consequatur qui. Fugit laboriosam ex. Quibusdam aut qui possimus quasi a sed."], ["summary", "Fugiat molestiae ut exercitationem voluptas minus eum doloribus."], ["author_id", 49], ["published", "t"], ["slug", "title47"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.359971"], ["updated_at", "2016-05-17 19:51:31.359971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kelton_miller@lynchrogahn.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kelton_miller@lynchrogahn.name"], ["name", "Alec Will Sr."], ["password_digest", "$2a$04$i7POz91KDEaLaPLM9RtXYO.EUKK3fYbkjXPgHCFyzk9pTiHq0IQCC"], ["created_at", "2016-05-17 19:51:31.370374"], ["updated_at", "2016-05-17 19:51:31.370374"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title48') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Quis aliquam non repellendus delectus. Consequatur nesciunt veritatis a fuga."], ["summary", "Placeat maxime rem voluptatem vero consequatur et neque. Aut ipsa perferendis dolorem velit odit quas est. Enim saepe voluptatum minima modi tempora distinctio accusantium."], ["author_id", 50], ["published", "t"], ["slug", "title48"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.375287"], ["updated_at", "2016-05-17 19:51:31.375287"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dianna@collierlarkin.co') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dianna@collierlarkin.co"], ["name", "Royal Hahn"], ["password_digest", "$2a$04$VuNN6tOu.skMywnM6tzzKeU4eK/dtTMILptcmJJJ/n9gU8lWrBT8a"], ["created_at", "2016-05-17 19:51:31.382905"], ["updated_at", "2016-05-17 19:51:31.382905"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title49') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Nam odit corporis delectus molestias doloribus. Blanditiis accusantium rem voluptatem unde qui nostrum. Numquam id dolorem. Voluptas commodi accusamus omnis sit aut voluptatum."], ["summary", "Ea facilis et nulla temporibus exercitationem quia nemo."], ["author_id", 51], ["published", "t"], ["slug", "title49"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.388514"], ["updated_at", "2016-05-17 19:51:31.388514"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('maximus@ritchie.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "maximus@ritchie.co"], ["name", "Lane Goyette"], ["password_digest", "$2a$04$yOQBn6UdpRXdAnLjmLYAJuaWCUx4mBiPXRcMfWwCmo4SA37NAVmOO"], ["created_at", "2016-05-17 19:51:31.394708"], ["updated_at", "2016-05-17 19:51:31.394708"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title50') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Vitae et aspernatur cumque. Omnis magni ut optio est voluptatum perspiciatis. Et facere eos."], ["summary", "Beatae voluptatem deserunt voluptatibus corporis."], ["author_id", 52], ["published", "t"], ["slug", "title50"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.399323"], ["updated_at", "2016-05-17 19:51:31.399323"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('garland@mccullough.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "garland@mccullough.net"], ["name", "Tatyana Leannon"], ["password_digest", "$2a$04$VPOtRmo1tj.F/AnzihNT2ukWVtpORxpMQEAzOOH91OjSLq0tMfIzW"], ["created_at", "2016-05-17 19:51:31.405605"], ["updated_at", "2016-05-17 19:51:31.405605"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title51') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Facere id fuga dignissimos dolores perferendis. Quia aperiam pariatur iure."], ["summary", "Et quidem praesentium aut laudantium qui quae. Et facere provident consequuntur id."], ["author_id", 53], ["published", "t"], ["slug", "title51"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.410493"], ["updated_at", "2016-05-17 19:51:31.410493"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('matilda@zboncak.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "matilda@zboncak.co"], ["name", "Sherwood Abernathy"], ["password_digest", "$2a$04$ZuAH9vIN5Z6Yq/KYEEaw2O4i0/zFLJ440pSUGJey8/AFajlrNHI0i"], ["created_at", "2016-05-17 19:51:31.416563"], ["updated_at", "2016-05-17 19:51:31.416563"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title52') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Nihil enim necessitatibus non facilis voluptatem autem ea. Dolorum mollitia ut consequuntur reprehenderit qui distinctio suscipit. Excepturi consequatur est et eos tempore sint."], ["summary", "Sed est incidunt quibusdam id sed voluptatem molestiae."], ["author_id", 54], ["published", "t"], ["slug", "title52"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.421072"], ["updated_at", "2016-05-17 19:51:31.421072"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gielle_conn@bartell.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gielle_conn@bartell.com"], ["name", "Manley Kreiger III"], ["password_digest", "$2a$04$Tv0YSYkn7RNRCzGiSTmqm.cNeRVyA6BzBiew5EVKMw1wp3sF8IwdS"], ["created_at", "2016-05-17 19:51:31.428345"], ["updated_at", "2016-05-17 19:51:31.428345"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title53') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Numquam qui quia voluptatem. Consequatur magnam voluptatibus. Iure facilis laborum nobis inventore. Ipsam consequatur natus nesciunt autem similique cumque perspiciatis."], ["summary", "Aliquam tempora ad impedit maiores dolorem. Incidunt alias impedit esse est similique dignissimos aut."], ["author_id", 55], ["published", "t"], ["slug", "title53"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.433782"], ["updated_at", "2016-05-17 19:51:31.433782"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tamia_oberbrunner@reingerparker.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tamia_oberbrunner@reingerparker.biz"], ["name", "Ethan Pagac"], ["password_digest", "$2a$04$uRB...VcYnWLEffYW4vb.eBG22l8wPbFMoV9v30tvUU/Vu/6gEz86"], ["created_at", "2016-05-17 19:51:31.441270"], ["updated_at", "2016-05-17 19:51:31.441270"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title54') LIMIT 1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Illum assumenda voluptatibus. Ex aperiam laborum. Sunt quo omnis. Expedita voluptatem sint consequatur nemo."], ["summary", "Laborum nemo beatae quia quod sit. Sapiente tempore quis vel vitae debitis eum maiores. Laboriosam nesciunt aut sit nostrum ut quo cum."], ["author_id", 56], ["published", "t"], ["slug", "title54"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.445712"], ["updated_at", "2016-05-17 19:51:31.445712"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elna@lemke.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elna@lemke.net"], ["name", "Dr. Alexandrea Dietrich"], ["password_digest", "$2a$04$IHHhBGegIgcoY6ks4s4ry.LN/O4dbkfjItw1.gRG4AsARmrifGWbG"], ["created_at", "2016-05-17 19:51:31.465603"], ["updated_at", "2016-05-17 19:51:31.465603"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title55') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Perspiciatis nihil incidunt. Nobis molestiae laboriosam rerum quis ut magnam. Consequuntur non corrupti inventore. Vitae officia consectetur explicabo illo."], ["summary", "Velit deleniti sed fugit at voluptatem sit. Harum et dignissimos a quibusdam numquam praesentium consectetur."], ["author_id", 57], ["published", "t"], ["slug", "title55"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.471380"], ["updated_at", "2016-05-17 19:51:31.471380"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title55"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marianna@kutch.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marianna@kutch.name"], ["name", "Kaylin Hermiston"], ["password_digest", "$2a$04$UMU8p0htaZoL0fygPcELpepUph9BQ/bn6vYpLGmrg.ungkVZn2OpG"], ["created_at", "2016-05-17 19:51:31.496219"], ["updated_at", "2016-05-17 19:51:31.496219"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title56') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Ratione doloremque dolor omnis quam sed. Deserunt unde autem voluptatem qui voluptatem placeat molestias. Dolores similique maiores et est nemo."], ["summary", "Qui quis commodi non. Molestias ipsam dolores voluptatem. Enim ut quia praesentium."], ["author_id", 58], ["slug", "title56"], ["created_at", "2016-05-17 19:51:31.501299"], ["updated_at", "2016-05-17 19:51:31.501299"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title56"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label35') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label35') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", "2016-05-17 19:51:31.519962"], ["updated_at", "2016-05-17 19:51:31.519962"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label35"]] Categorical::Tagging Load (0.8ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 29ms (Views: 10.7ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label36') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label36') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", "2016-05-17 19:51:31.568500"], ["updated_at", "2016-05-17 19:51:31.568500"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('christy.schmitt@franecki.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "christy.schmitt@franecki.info"], ["name", "Clare Parisian"], ["password_digest", "$2a$04$XC8VQaqV.6VRLR.oRjZLW.cyV7J6TMUPyjPtti3ellbAfBforS8QG"], ["created_at", "2016-05-17 19:51:31.574902"], ["updated_at", "2016-05-17 19:51:31.574902"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title57') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Sed sed similique. Sit sapiente neque eum cum ea suscipit sit. Non beatae harum modi."], ["summary", "Ut est omnis esse sunt. Nihil omnis ea ut fuga. Error tempora sequi fugiat."], ["author_id", 59], ["published", "t"], ["slug", "title57"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.594311"], ["updated_at", "2016-05-17 19:51:31.594311"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mason.ondricka@rowe.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mason.ondricka@rowe.info"], ["name", "Harrison Blanda"], ["password_digest", "$2a$04$iM.mhF3SU.5IQYg6BqeuOeU3Vn7Lkav93US.O8j5pZwTcJ/hNj0YK"], ["created_at", "2016-05-17 19:51:31.605169"], ["updated_at", "2016-05-17 19:51:31.605169"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title58') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Facilis provident repellendus sed placeat minus. Voluptatem dolores blanditiis ut consequatur autem iure."], ["summary", "Nisi voluptas officiis voluptatem. Aspernatur qui iste voluptate."], ["author_id", 60], ["published", "t"], ["slug", "title58"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.617392"], ["updated_at", "2016-05-17 19:51:31.617392"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 53]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gina_fritsch@bechtelarkohler.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gina_fritsch@bechtelarkohler.net"], ["name", "Vern Schowalter"], ["password_digest", "$2a$04$nLqGVbZnvBwBsvVgIZ/Ev.dI3jgh.P2phQUGJMG2svNeQAu8vcbwe"], ["created_at", "2016-05-17 19:51:31.625700"], ["updated_at", "2016-05-17 19:51:31.625700"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label36') AND "categorical_tags"."id" != 39) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title59') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Occaecati dicta voluptas sed aut quas et nihil. Qui molestias et eos amet."], ["summary", "Explicabo fugit voluptatem officiis ea ut est. Inventore accusantium tempore voluptas debitis explicabo."], ["author_id", 61], ["slug", "title59"], ["created_at", "2016-05-17 19:51:31.634568"], ["updated_at", "2016-05-17 19:51:31.634568"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 39], ["taggable_id", 54]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvonne.witting@beieroberbrunner.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yvonne.witting@beieroberbrunner.co"], ["name", "Dr. Houston Cummings"], ["password_digest", "$2a$04$Rll/QFnx1j.X9x4pfnx4q.yhjGJhxhAOCTJWuUd2zDMJtZPhfNJSC"], ["created_at", "2016-05-17 19:51:31.643180"], ["updated_at", "2016-05-17 19:51:31.643180"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title60') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Suscipit commodi accusantium totam vitae et. Qui beatae a ad. Explicabo vitae aspernatur. Ea minima adipisci placeat necessitatibus sint nulla."], ["summary", "Recusandae quis ex quos accusamus. Quis sunt facere vitae voluptatibus."], ["author_id", 62], ["published", "t"], ["slug", "title60"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.647553"], ["updated_at", "2016-05-17 19:51:31.647553"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title57') AND "exposition_posts"."id" != 52) LIMIT 1 SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-05-15 00:00:00.000000"], ["updated_at", "2016-05-17 19:51:31.652817"], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title58') AND "exposition_posts"."id" != 53) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label36"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.9ms) Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label37') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label37') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", "2016-05-17 19:51:31.680421"], ["updated_at", "2016-05-17 19:51:31.680421"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('stephen@ritchie.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "stephen@ritchie.net"], ["name", "Magnus Kuvalis"], ["password_digest", "$2a$04$tC2BHr/m7HPX5sSlx5UK/e.CyJdi/p.Z/HtlDnCRSO3nTcWsSjXHC"], ["created_at", "2016-05-17 19:51:31.687667"], ["updated_at", "2016-05-17 19:51:31.687667"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title61') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Est vitae delectus placeat mollitia earum sint consectetur. Sed rem eum reprehenderit ut tempora alias provident. Aliquid quia consectetur unde placeat nobis quod nemo. Laudantium aspernatur aut laboriosam architecto adipisci."], ["summary", "Et blanditiis est. Dolores dolores id fugiat qui placeat voluptatem ullam. Praesentium voluptatem non quo quibusdam laborum corporis."], ["author_id", 63], ["published", "t"], ["slug", "title61"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.696438"], ["updated_at", "2016-05-17 19:51:31.696438"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 56]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('savanah.gulgowski@brown.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "savanah.gulgowski@brown.net"], ["name", "Cleora DuBuque"], ["password_digest", "$2a$04$DUBz1A/7DMxlgZQ8IN4.oOxbkMLgegNXxGxvzJP/KBcwEeQD9lAOa"], ["created_at", "2016-05-17 19:51:31.704198"], ["updated_at", "2016-05-17 19:51:31.704198"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title62') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Ducimus qui voluptatem. Sint tempore explicabo nemo."], ["summary", "Corrupti recusandae laboriosam nihil qui."], ["author_id", 64], ["published", "t"], ["slug", "title62"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.713298"], ["updated_at", "2016-05-17 19:51:31.713298"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 57]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('terrance.orn@bednar.net') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "terrance.orn@bednar.net"], ["name", "Davon Wisoky"], ["password_digest", "$2a$04$HooEBI5szDsPCmvCXGI9EOAnARrMOQctBxvSEwn6B.HxVJOLREJLG"], ["created_at", "2016-05-17 19:51:31.722757"], ["updated_at", "2016-05-17 19:51:31.722757"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title63') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Quibusdam quasi ut fugit eius nam sunt itaque. Voluptatem sint nisi nemo ipsum corrupti molestiae. Alias veritatis deleniti assumenda ex quis inventore. Non et nihil iure maiores et corrupti."], ["summary", "Repellendus expedita dolorem quo aut est voluptas sint."], ["author_id", 65], ["published", "t"], ["slug", "title63"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.735946"], ["updated_at", "2016-05-17 19:51:31.735946"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 58]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('newton@runolfontorphy.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "newton@runolfontorphy.net"], ["name", "Mr. Demond Hyatt"], ["password_digest", "$2a$04$rsXa2Zsu9M/ErISrHU8jfuJX1fHsETvl/rb1I8utYV.1pW8DfIw5K"], ["created_at", "2016-05-17 19:51:31.744318"], ["updated_at", "2016-05-17 19:51:31.744318"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title64') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Quia est laboriosam. Consequatur aut quibusdam provident maxime. Accusantium a officia explicabo id delectus molestiae ipsa. Laborum aut hic a aliquid molestias et natus."], ["summary", "Dolores ea illo est perferendis aut officiis."], ["author_id", 66], ["published", "t"], ["slug", "title64"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.753160"], ["updated_at", "2016-05-17 19:51:31.753160"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 59]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('howell_crona@gibson.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "howell_crona@gibson.info"], ["name", "Owen Feil IV"], ["password_digest", "$2a$04$ey2nssaaNQr20CYCBZcIX.1Zf7u5Lgx5lNhHZOSotM2XPAlbELNhi"], ["created_at", "2016-05-17 19:51:31.762103"], ["updated_at", "2016-05-17 19:51:31.762103"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title65') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Excepturi aspernatur illo iusto ratione quas et ut. Non quae dolorem amet nihil id fugiat. Facere quasi illo quod iusto."], ["summary", "Dolore omnis odio vero."], ["author_id", 67], ["published", "t"], ["slug", "title65"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.770804"], ["updated_at", "2016-05-17 19:51:31.770804"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 60]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('heath.armstrong@kreigerkozey.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "heath.armstrong@kreigerkozey.com"], ["name", "Hermann Zemlak III"], ["password_digest", "$2a$04$xP2fGDv6XQ3rk7/tZv4qSeeyfrVA5PCRA3MNHnRqHnRaYewDll/AS"], ["created_at", "2016-05-17 19:51:31.779610"], ["updated_at", "2016-05-17 19:51:31.779610"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title66') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Necessitatibus praesentium labore accusamus. Qui veritatis a. Quo sit facere ut exercitationem sit ad."], ["summary", "Inventore et fuga consequatur aut voluptas blanditiis. Eveniet doloremque nulla enim est distinctio ducimus."], ["author_id", 68], ["published", "t"], ["slug", "title66"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.788484"], ["updated_at", "2016-05-17 19:51:31.788484"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 61]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chester@leannonwelch.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chester@leannonwelch.biz"], ["name", "Maude Gusikowski I"], ["password_digest", "$2a$04$KH/D.xgtcfXS2GZNq62B/Oe3vNwZ/JSJ/E7t7HqdTOlAXd0kcaXkK"], ["created_at", "2016-05-17 19:51:31.796805"], ["updated_at", "2016-05-17 19:51:31.796805"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title67') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Voluptatem ullam ut perspiciatis debitis illo. Illum distinctio sit adipisci fuga nemo. Sit ut commodi vero minus ut. Voluptatum aut at culpa nostrum et."], ["summary", "Voluptate nesciunt blanditiis dolorum. Adipisci dolores quia. Cum autem itaque quia inventore."], ["author_id", 69], ["published", "t"], ["slug", "title67"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.804912"], ["updated_at", "2016-05-17 19:51:31.804912"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 62]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lauren.ward@tremblaygleichner.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lauren.ward@tremblaygleichner.net"], ["name", "Santa Brakus"], ["password_digest", "$2a$04$f4GwfZ/abWsvh6DNnxIj5eP4Mao9BPuDfuO5eyoNAwhPc3QsjPXAW"], ["created_at", "2016-05-17 19:51:31.813249"], ["updated_at", "2016-05-17 19:51:31.813249"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title68') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Ipsam aut non autem dolores odit totam. Nemo ducimus minus necessitatibus consequuntur earum."], ["summary", "Temporibus cupiditate reiciendis et ut voluptatibus iusto."], ["author_id", 70], ["published", "t"], ["slug", "title68"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.823066"], ["updated_at", "2016-05-17 19:51:31.823066"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 63]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dasia.mraz@pagac.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dasia.mraz@pagac.info"], ["name", "Tania Toy"], ["password_digest", "$2a$04$atzN.TMS.LmsAzvt6FAb3e.MlfpT4l9ziSuWNbc4haPLLdXoZ2Jku"], ["created_at", "2016-05-17 19:51:31.832312"], ["updated_at", "2016-05-17 19:51:31.832312"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title69') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Repellendus tenetur fugit dolorem ipsum repellat laudantium. Ex nihil rerum officia. Natus et suscipit voluptate sunt. Odit repellat iste aut est."], ["summary", "Sed quaerat numquam dolor non ex accusamus."], ["author_id", 71], ["published", "t"], ["slug", "title69"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.841626"], ["updated_at", "2016-05-17 19:51:31.841626"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 64]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('libby_lowe@funkfriesen.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "libby_lowe@funkfriesen.org"], ["name", "Miss Emiliano Farrell"], ["password_digest", "$2a$04$oRbfX1zUh2bjlLKldmLGueSHhcOE3BNG5Ko44fBGJFAM80yFCEovq"], ["created_at", "2016-05-17 19:51:31.851157"], ["updated_at", "2016-05-17 19:51:31.851157"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title70') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Dolorum iste modi. Aperiam reprehenderit aut. Consequatur eos est porro repudiandae velit est nihil."], ["summary", "Voluptas corporis qui aliquam maiores minus voluptate. Libero id sint vel et at culpa quia."], ["author_id", 72], ["published", "t"], ["slug", "title70"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.863547"], ["updated_at", "2016-05-17 19:51:31.863547"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 65]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('courtney.jast@raynor.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "courtney.jast@raynor.co"], ["name", "Deondre Gutkowski V"], ["password_digest", "$2a$04$GshD5P1aS5IP27WFpMqTjObl0UHuCAG0lvhzyblKPqjakuxdasdHm"], ["created_at", "2016-05-17 19:51:31.872268"], ["updated_at", "2016-05-17 19:51:31.872268"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('label37') AND "categorical_tags"."id" != 40) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title71') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Et et est nam aut vero accusantium et. Sunt non voluptas. Aut laborum deserunt saepe possimus aliquam debitis molestiae."], ["summary", "Minus ut ad laudantium consequuntur. Vel omnis quo. Autem voluptatem vero temporibus repudiandae harum."], ["author_id", 73], ["published", "t"], ["slug", "title71"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:31.882626"], ["updated_at", "2016-05-17 19:51:31.882626"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 40], ["taggable_id", 66]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "label37"]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.9ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('arvel@skiles.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "arvel@skiles.biz"], ["name", "Morris Langworth"], ["password_digest", "$2a$04$FkLIiTgcc4sSybRQRq9JJ.mDvPSUlPnzReS5KepLDQBGTXZD5QIoe"], ["created_at", "2016-05-17 19:51:31.906491"], ["updated_at", "2016-05-17 19:51:31.906491"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:31 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (13.1ms) Completed 200 OK in 346ms (Views: 345.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:32 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"arvel@skiles.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "arvel@skiles.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$0OFceKoYeEuT0FLHGuSt0OJE7OTm3nf/jsecUTNa9rbd.IVe0Glbe"], ["updated_at", "2016-05-17 19:51:32.318180"], ["id", 74]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:32 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.7ms) Completed 200 OK in 45ms (Views: 42.0ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('shaina_goodwin@mann.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "shaina_goodwin@mann.com"], ["name", "Colt Jaskolski"], ["password_digest", "$2a$04$zQZGoe6DKj37iXRI/YqQmeke411pbZMidenKbDqNVERSFqU0r9.32"], ["created_at", "2016-05-17 19:51:32.374563"], ["updated_at", "2016-05-17 19:51:32.374563"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title72') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Dignissimos officiis voluptas dolore. Qui fuga impedit quidem expedita."], ["summary", "Atque voluptatem quo impedit et eius praesentium error."], ["author_id", 75], ["slug", "title72"], ["created_at", "2016-05-17 19:51:32.379800"], ["updated_at", "2016-05-17 19:51:32.379800"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:32 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 74]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 75]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.9ms) Completed 200 OK in 42ms (Views: 37.4ms | ActiveRecord: 3.3ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emery@leffler.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emery@leffler.org"], ["name", "Ms. Unique Feil"], ["password_digest", "$2a$04$IfvLNfcQsJpH3/IWmCtESOExpcFugHLF.f7LjgJe00NQVZ9apjG1q"], ["created_at", "2016-05-17 19:51:32.446606"], ["updated_at", "2016-05-17 19:51:32.446606"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:32 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.4ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:32 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"emery@leffler.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "emery@leffler.org"]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gP.uO41N4tEngObROTDoVu0XZaaSoRzNaMjQF4yU/3NVNgGcy2Ttm"], ["updated_at", "2016-05-17 19:51:32.484050"], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:32 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.9ms) Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('vincenzo@heaney.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "vincenzo@heaney.net"], ["name", "Fernando Koelpin"], ["password_digest", "$2a$04$wJZnXkXS6HYd5Nzgf7Yoy.K0NeswPqGrZt6nyzNmHJD8f3FqQROzS"], ["created_at", "2016-05-17 19:51:32.521802"], ["updated_at", "2016-05-17 19:51:32.521802"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title73') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Tempore eaque sed. Ut voluptatem autem ducimus vitae eveniet vel."], ["summary", "Totam error quia adipisci sequi molestiae dolorem incidunt. Laboriosam voluptatum dolor autem."], ["author_id", 77], ["slug", "title73"], ["created_at", "2016-05-17 19:51:32.526528"], ["updated_at", "2016-05-17 19:51:32.526528"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('max@cronin.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "max@cronin.org"], ["name", "Creola Brekke PhD"], ["password_digest", "$2a$04$PxWq1TcVbvvI099OorDIzeeDkTvGRfXuCUCzsKFipAVHSOlO24836"], ["created_at", "2016-05-17 19:51:32.535640"], ["updated_at", "2016-05-17 19:51:32.535640"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title74') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Sint ducimus quas id quod at. Dolorum alias eos quasi quisquam voluptatem asperiores facilis."], ["summary", "Nulla nisi et a reiciendis. Quaerat et et praesentium ut aperiam. Et minima nihil in."], ["author_id", 78], ["slug", "title74"], ["created_at", "2016-05-17 19:51:32.541885"], ["updated_at", "2016-05-17 19:51:32.541885"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tina@nienowdietrich.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tina@nienowdietrich.biz"], ["name", "Jermey Howe"], ["password_digest", "$2a$04$h240NhvgblTcUlwF7eJh4OpjzXmuKsAv6n17S7p.3YDfCngwRpIai"], ["created_at", "2016-05-17 19:51:32.551066"], ["updated_at", "2016-05-17 19:51:32.551066"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title75') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Perspiciatis quam id hic unde. Fugiat debitis quasi aliquid saepe reprehenderit cumque corporis. Iusto est esse est et velit expedita hic. Mollitia sint cupiditate et quis culpa iure id."], ["summary", "Similique voluptatibus ab ut aut sed. Aut veniam pariatur eos amet. Perferendis sint quo non et."], ["author_id", 79], ["slug", "title75"], ["created_at", "2016-05-17 19:51:32.556663"], ["updated_at", "2016-05-17 19:51:32.556663"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('hope_smith@kozeygerlach.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "hope_smith@kozeygerlach.org"], ["name", "Kennedy Nienow"], ["password_digest", "$2a$04$FK22m17eCdSI4sgHwyJHW.tLnk39MkXLswSVf9DCzU5VosBsQasD."], ["created_at", "2016-05-17 19:51:32.563924"], ["updated_at", "2016-05-17 19:51:32.563924"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title76') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Aut quod totam laboriosam. Doloremque quasi ea. Modi et sit aliquam."], ["summary", "Vel voluptatem optio molestiae. Ullam aut dolore consequatur. Animi et quia quis veritatis eligendi."], ["author_id", 80], ["slug", "title76"], ["created_at", "2016-05-17 19:51:32.569431"], ["updated_at", "2016-05-17 19:51:32.569431"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('litzy@marvin.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "litzy@marvin.biz"], ["name", "Miss Sanford Wehner"], ["password_digest", "$2a$04$0TAj.k8x.PldgY1lux4/bOlWI8GHLY9OCZ4GUaNy7szS50ryKhACG"], ["created_at", "2016-05-17 19:51:32.577261"], ["updated_at", "2016-05-17 19:51:32.577261"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title77') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Quidem sint assumenda facere reiciendis natus. Quisquam velit cupiditate voluptatem. Accusantium dolorum autem repellendus earum porro unde."], ["summary", "Quae neque sequi consequuntur. Cumque aut est sed voluptatem culpa. Autem ipsam totam reiciendis officia repellendus nulla."], ["author_id", 81], ["slug", "title77"], ["created_at", "2016-05-17 19:51:32.581710"], ["updated_at", "2016-05-17 19:51:32.581710"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('pedro.kunde@turner.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "pedro.kunde@turner.org"], ["name", "Kaden Mills"], ["password_digest", "$2a$04$Vw258rvfj0kJJWhpGl830ObYUGP1esgLoL2PEhYoaeQ.gGOlkszj2"], ["created_at", "2016-05-17 19:51:32.590724"], ["updated_at", "2016-05-17 19:51:32.590724"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title78') LIMIT 1 SQL (1.9ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Placeat et occaecati. Velit molestias ipsam ut nisi voluptas id."], ["summary", "Illum et deleniti adipisci autem laborum vel."], ["author_id", 82], ["slug", "title78"], ["created_at", "2016-05-17 19:51:32.595709"], ["updated_at", "2016-05-17 19:51:32.595709"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jovanny@rice.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jovanny@rice.org"], ["name", "Velda Gorczany"], ["password_digest", "$2a$04$4K4mxv/e379dXOGuyOJoJeiycSZC.bCC9bUue3NVzzRPfAcIryK/i"], ["created_at", "2016-05-17 19:51:32.607096"], ["updated_at", "2016-05-17 19:51:32.607096"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title79') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Et minima qui mollitia. Porro in consequatur excepturi voluptas optio eaque. Velit quae harum ut sed."], ["summary", "Suscipit consequuntur id molestias occaecati. Ad est nihil eveniet eos rerum."], ["author_id", 83], ["slug", "title79"], ["created_at", "2016-05-17 19:51:32.612906"], ["updated_at", "2016-05-17 19:51:32.612906"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dorothy@mcdermott.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dorothy@mcdermott.name"], ["name", "Zula Runolfsson"], ["password_digest", "$2a$04$3oVuofmGl3NX5ptQ0KCcTek9xrSaBofbbQFiSzaYEHM7RWw1rwTNW"], ["created_at", "2016-05-17 19:51:32.620772"], ["updated_at", "2016-05-17 19:51:32.620772"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title80') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Porro harum perferendis sed. Quis molestias quo quia. Molestiae praesentium neque vel. Tenetur repudiandae fuga sint eligendi architecto quo."], ["summary", "Quas quos omnis."], ["author_id", 84], ["slug", "title80"], ["created_at", "2016-05-17 19:51:32.625400"], ["updated_at", "2016-05-17 19:51:32.625400"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eda@wintheiser.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eda@wintheiser.net"], ["name", "Stephon McClure"], ["password_digest", "$2a$04$ZyyuQfjB1TJCesKUWy5VZOZBu.CmowbqlQIU2iygIyy5eWZ2sGEi."], ["created_at", "2016-05-17 19:51:32.633537"], ["updated_at", "2016-05-17 19:51:32.633537"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title81') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Sed fugit placeat. Nulla nobis et voluptatum. Magnam numquam aspernatur sed reiciendis veritatis."], ["summary", "Tempora itaque quisquam. Quaerat aspernatur a quia ratione. Error sed commodi dolores in rerum eius delectus."], ["author_id", 85], ["slug", "title81"], ["created_at", "2016-05-17 19:51:32.639374"], ["updated_at", "2016-05-17 19:51:32.639374"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('gabe_white@carroll.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "gabe_white@carroll.co"], ["name", "Mr. Rogelio Roberts"], ["password_digest", "$2a$04$PZKg8355fpUV16lMDSQx5OY9mTzJOLGYJi1ntCEuba1pxK29HQgYC"], ["created_at", "2016-05-17 19:51:32.647063"], ["updated_at", "2016-05-17 19:51:32.647063"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title82') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Adipisci et nobis. Beatae animi autem reiciendis. Explicabo quaerat nulla quae voluptatem numquam nostrum aperiam. Rerum neque molestias repudiandae voluptas quaerat."], ["summary", "Dignissimos fugit eligendi adipisci laudantium omnis inventore facilis."], ["author_id", 86], ["slug", "title82"], ["created_at", "2016-05-17 19:51:32.651630"], ["updated_at", "2016-05-17 19:51:32.651630"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('adelle_weber@terry.org') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "adelle_weber@terry.org"], ["name", "Miss Henri Cummings"], ["password_digest", "$2a$04$nFoqOpsy1Q2f7IZxTL6a6OizW7EA73JCliBhWweZJB.U/LcK/SENO"], ["created_at", "2016-05-17 19:51:32.658361"], ["updated_at", "2016-05-17 19:51:32.658361"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title83') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Ad hic eum soluta aspernatur. Cupiditate in veniam inventore. Tempore error incidunt debitis ut aliquid aut."], ["summary", "Qui et veniam consequuntur. Aut facere aut. Officiis debitis non voluptatem ullam harum officia quo."], ["author_id", 87], ["slug", "title83"], ["created_at", "2016-05-17 19:51:32.663568"], ["updated_at", "2016-05-17 19:51:32.663568"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('obie@mills.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "obie@mills.com"], ["name", "Sydney Morissette DDS"], ["password_digest", "$2a$04$YlDUenjCvWJOO/pfH00IU.tSl2sH16GlzFfYmli22DDGW/Ot4nKse"], ["created_at", "2016-05-17 19:51:32.671050"], ["updated_at", "2016-05-17 19:51:32.671050"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title84') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Nisi provident a non sit necessitatibus tenetur. Officia molestias harum molestiae laudantium itaque nihil maxime. Sequi non commodi ipsa adipisci deleniti velit aut. Ea rerum aliquam enim facere pariatur qui."], ["summary", "Aperiam alias similique omnis ab rerum."], ["author_id", 88], ["slug", "title84"], ["created_at", "2016-05-17 19:51:32.675391"], ["updated_at", "2016-05-17 19:51:32.675391"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mohammed_towne@stammfarrell.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mohammed_towne@stammfarrell.name"], ["name", "Houston Lebsack"], ["password_digest", "$2a$04$GZJKl8Uax0tnqouMnvDyK.7PpLSkkYzScZ9pDL80NtgGIzdm4/0wm"], ["created_at", "2016-05-17 19:51:32.684102"], ["updated_at", "2016-05-17 19:51:32.684102"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title85') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Repellendus nostrum in placeat nihil et est. Reiciendis vitae dolorem molestias dicta. Ullam nulla voluptatem."], ["summary", "Nihil velit distinctio saepe. Id quia distinctio ut sunt qui. Recusandae facilis rerum vitae voluptas."], ["author_id", 89], ["slug", "title85"], ["created_at", "2016-05-17 19:51:32.689086"], ["updated_at", "2016-05-17 19:51:32.689086"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jake@mcdermottkoepp.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jake@mcdermottkoepp.co"], ["name", "Tyrique Anderson"], ["password_digest", "$2a$04$ULzqQZXjDwzDjfR1uQcy8OvzFldHUUPYRVxg.2L3LQITOfgRbyy/a"], ["created_at", "2016-05-17 19:51:32.696098"], ["updated_at", "2016-05-17 19:51:32.696098"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title86') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Accusamus est et facilis repellat debitis explicabo sed. Cum ut adipisci et cupiditate et nobis sed. Rerum dolorum rerum consectetur nostrum."], ["summary", "Neque reiciendis eos deleniti. Quo dolores in."], ["author_id", 90], ["slug", "title86"], ["created_at", "2016-05-17 19:51:32.700493"], ["updated_at", "2016-05-17 19:51:32.700493"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tyrell@carrollhegmann.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tyrell@carrollhegmann.io"], ["name", "Lazaro Rippin"], ["password_digest", "$2a$04$fipVdGY7Uamy4jo.XfO9MeVbEhzF3JTwbOrSd2J6Z9sGiOdsI0LHO"], ["created_at", "2016-05-17 19:51:32.708131"], ["updated_at", "2016-05-17 19:51:32.708131"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title87') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Alias sapiente rerum neque impedit aspernatur suscipit. Voluptatibus quia aut vitae. Ipsa incidunt ad quia natus."], ["summary", "Nihil adipisci nobis ducimus quo nesciunt. Velit et nisi soluta esse. Rem et cumque non quia maiores quaerat sunt."], ["author_id", 91], ["slug", "title87"], ["created_at", "2016-05-17 19:51:32.713021"], ["updated_at", "2016-05-17 19:51:32.713021"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cali.weber@kohler.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cali.weber@kohler.io"], ["name", "Stanford Murray"], ["password_digest", "$2a$04$45ceTBYuFySH6JFAfre.QORJ2L4.f8ixPOXhjq6bRZH33UYT3JIcm"], ["created_at", "2016-05-17 19:51:32.720290"], ["updated_at", "2016-05-17 19:51:32.720290"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title88') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Quis vel perferendis pariatur. Provident dolor doloribus voluptas aspernatur. Iure laborum eius molestias illum."], ["summary", "Ab tempore dolore voluptate qui quisquam possimus id. Ab est earum aliquid pariatur illo necessitatibus."], ["author_id", 92], ["slug", "title88"], ["created_at", "2016-05-17 19:51:32.725092"], ["updated_at", "2016-05-17 19:51:32.725092"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('yvette_klocko@macejkovic.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "yvette_klocko@macejkovic.info"], ["name", "Glenda O'Hara"], ["password_digest", "$2a$04$8LwjYtOFnA0UwdqIPQXoEOJRNJ9htr7u8r49ed5zx9rIsoJjbShlW"], ["created_at", "2016-05-17 19:51:32.732289"], ["updated_at", "2016-05-17 19:51:32.732289"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title89') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Officiis sit cumque aut et ullam quisquam. Velit cumque vel. Dolor est culpa dolores vero nisi suscipit. Nihil et a consequatur aut et ipsa laborum."], ["summary", "Magnam sed molestiae nobis incidunt cum totam. Consequatur facere nobis. Eos quis et non enim nulla exercitationem amet."], ["author_id", 93], ["slug", "title89"], ["created_at", "2016-05-17 19:51:32.736263"], ["updated_at", "2016-05-17 19:51:32.736263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rosemary.friesen@kuvalisrobel.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rosemary.friesen@kuvalisrobel.co"], ["name", "Gladys Klocko"], ["password_digest", "$2a$04$UKQ6d2DZFhuxmVii/NIHSeOvUhCI8z5uMIF9Pa7cRkbklSD5J4Yzy"], ["created_at", "2016-05-17 19:51:32.743285"], ["updated_at", "2016-05-17 19:51:32.743285"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title90') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "A nulla minus et ut earum velit. Adipisci eveniet doloribus qui. Ea eum libero. Voluptatum ad dolores neque illo."], ["summary", "Illum ea est. Facere ut et numquam tempora. Ut reiciendis laborum eos vero."], ["author_id", 94], ["slug", "title90"], ["created_at", "2016-05-17 19:51:32.747206"], ["updated_at", "2016-05-17 19:51:32.747206"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('milo@greenholtkiehn.io') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "milo@greenholtkiehn.io"], ["name", "Unique Reilly"], ["password_digest", "$2a$04$xOPQ4meiy.FGY88R/vFhKevcBiQ/l31mutfz5MC/Kx46g3s/ZK0nq"], ["created_at", "2016-05-17 19:51:32.754009"], ["updated_at", "2016-05-17 19:51:32.754009"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title91') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Perspiciatis aut a excepturi ut velit omnis architecto. Eveniet provident amet quis omnis rerum aperiam. Nesciunt eius vel illo at aut molestiae. Quaerat rerum rerum est quas molestias."], ["summary", "Voluptatibus ea odio qui consequatur doloremque. Voluptatum enim veniam non aut debitis minima."], ["author_id", 95], ["slug", "title91"], ["created_at", "2016-05-17 19:51:32.757963"], ["updated_at", "2016-05-17 19:51:32.757963"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('tyree_dare@lemke.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "tyree_dare@lemke.info"], ["name", "Tiara Yost"], ["password_digest", "$2a$04$IizvyCx52pvL7RBMwVZ3I.0867Z3ViPCZ2vkfwwcXN7WviXsdXSvq"], ["created_at", "2016-05-17 19:51:32.765049"], ["updated_at", "2016-05-17 19:51:32.765049"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title92') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Ipsam saepe voluptates qui. Est ad et sit eveniet. Id aut illo. Ut quo voluptate consequatur et."], ["summary", "Magni et voluptas beatae ipsa fuga in. In sequi sed tenetur. Quidem velit minima ut perspiciatis quis alias natus."], ["author_id", 96], ["slug", "title92"], ["created_at", "2016-05-17 19:51:32.770092"], ["updated_at", "2016-05-17 19:51:32.770092"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emanuel@lueilwitz.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emanuel@lueilwitz.com"], ["name", "Athena Bauch"], ["password_digest", "$2a$04$yOpcmIOR8WP/KOdAcfDB0OhJvjgFB8HNCBT3TpOfuoov9bk2.q8Iu"], ["created_at", "2016-05-17 19:51:32.776847"], ["updated_at", "2016-05-17 19:51:32.776847"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title93') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Officiis voluptatibus non. Eum enim provident. Totam placeat aspernatur sit. Vel ex iusto."], ["summary", "Odio velit provident. Assumenda debitis facilis sit magni at ipsam. Vitae sunt dignissimos officiis neque."], ["author_id", 97], ["slug", "title93"], ["created_at", "2016-05-17 19:51:32.780906"], ["updated_at", "2016-05-17 19:51:32.780906"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('may_hudson@kilback.com') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "may_hudson@kilback.com"], ["name", "Nyasia Hintz"], ["password_digest", "$2a$04$KGZmsqTHXyjs286i9c73XuHVYumYcsQiZFaSutL6/nglYQvVNeIfW"], ["created_at", "2016-05-17 19:51:32.789735"], ["updated_at", "2016-05-17 19:51:32.789735"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title94') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Deserunt aut doloribus laudantium eveniet numquam qui voluptatibus. Soluta laboriosam atque quas dignissimos quis. Quo ut dolores."], ["summary", "Harum voluptates optio non necessitatibus. Aperiam eligendi omnis."], ["author_id", 98], ["slug", "title94"], ["created_at", "2016-05-17 19:51:32.793965"], ["updated_at", "2016-05-17 19:51:32.793965"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('demarco.ortiz@torphy.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "demarco.ortiz@torphy.info"], ["name", "Gerda Walter"], ["password_digest", "$2a$04$eENJR4Kit7Z1su2ylzTXruuwNAVzRH5snsREgoXPb9eqLbnh/6nDC"], ["created_at", "2016-05-17 19:51:32.801452"], ["updated_at", "2016-05-17 19:51:32.801452"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title95') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Qui iusto officiis ut sunt. Voluptatem natus placeat recusandae. Nisi minus exercitationem earum sunt omnis."], ["summary", "Voluptatem soluta provident enim sed consequatur nisi. Facere qui doloremque. Et exercitationem quia rem repellat esse quisquam dolore."], ["author_id", 99], ["slug", "title95"], ["created_at", "2016-05-17 19:51:32.805343"], ["updated_at", "2016-05-17 19:51:32.805343"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('emily_watsica@kuhlmankuvalis.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "emily_watsica@kuhlmankuvalis.org"], ["name", "Miss Jaren Haag"], ["password_digest", "$2a$04$wXYRKLP0AQo4q3XpFEOFOOowEHGaiJJJ9i55d80AaoTAo4Gk5qT1S"], ["created_at", "2016-05-17 19:51:32.811641"], ["updated_at", "2016-05-17 19:51:32.811641"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title96') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Magnam et qui. In ipsam voluptatem fugiat laborum."], ["summary", "Explicabo molestiae placeat sunt."], ["author_id", 100], ["slug", "title96"], ["created_at", "2016-05-17 19:51:32.815404"], ["updated_at", "2016-05-17 19:51:32.815404"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rhoda@krajcikvon.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rhoda@krajcikvon.biz"], ["name", "Cristopher Adams IV"], ["password_digest", "$2a$04$nxdiXwtOvlgN54vSy5UP3et0xNbM3dkefpqIhdMGJDVMVDNtpSXei"], ["created_at", "2016-05-17 19:51:32.822351"], ["updated_at", "2016-05-17 19:51:32.822351"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title97') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Qui adipisci repudiandae ut deserunt aut. Dolores eum quidem ipsam eaque consectetur. Quia molestias quos."], ["summary", "Numquam voluptatem aliquid nisi ducimus debitis quaerat dolor."], ["author_id", 101], ["slug", "title97"], ["created_at", "2016-05-17 19:51:32.826467"], ["updated_at", "2016-05-17 19:51:32.826467"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('delta.bauch@farrell.com') LIMIT 1 SQL (1.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "delta.bauch@farrell.com"], ["name", "Mrs. Toni Lind"], ["password_digest", "$2a$04$GLtOBVzncPET/33yoVoSv.e297P89pYX2TgNjnlgvsemP5zLyCcba"], ["created_at", "2016-05-17 19:51:32.832747"], ["updated_at", "2016-05-17 19:51:32.832747"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title98') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Enim aut saepe et nam. Numquam veniam est qui."], ["summary", "Omnis enim dolor."], ["author_id", 102], ["slug", "title98"], ["created_at", "2016-05-17 19:51:32.838013"], ["updated_at", "2016-05-17 19:51:32.838013"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:32 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 85]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 77]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 78]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 79]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 80]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 81]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 82]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 83]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 84]] Categorical::Tag Load (0.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 86]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 87]] Categorical::Tag Load (0.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 88]] Categorical::Tag Load (0.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 89]] Categorical::Tag Load (0.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 90]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 91]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 92]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 93]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 94]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 95]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 96]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 97]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 98]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 99]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 100]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 101]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (194.8ms) Completed 200 OK in 214ms (Views: 192.5ms | ActiveRecord: 20.0ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 76]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 102]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.1ms) Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aaron_jones@watsicahintz.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aaron_jones@watsicahintz.name"], ["name", "Aisha McLaughlin"], ["password_digest", "$2a$04$8TxZXVGJlw/QgixqLIfzXO/yZu3gIw5iQ3J01mwTu9BPod79PjMii"], ["created_at", "2016-05-17 19:51:33.127367"], ["updated_at", "2016-05-17 19:51:33.127367"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aaron_jones@watsicahintz.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "aaron_jones@watsicahintz.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$JCrTwo2aTz6FWt0V/Vw1sODPP/mWfHUuSbiZBNUKvXN0FGGqbiAhC"], ["updated_at", "2016-05-17 19:51:33.158535"], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.8ms) Completed 200 OK in 29ms (Views: 25.0ms | ActiveRecord: 1.8ms)  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carlee@lemke.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carlee@lemke.name"], ["name", "Shanna Yost"], ["password_digest", "$2a$04$OHpq8misx5wbyt/2DAzo1ub724iEaCqcU8ijGPM0Pr38z7uSrH.uC"], ["created_at", "2016-05-17 19:51:33.198837"], ["updated_at", "2016-05-17 19:51:33.198837"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title99') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Sint ut et aut quo dolorem dolores. Quidem omnis voluptatem tempore. Voluptas iusto dolorum repellat atque velit consequatur. Fugit suscipit architecto molestias commodi impedit natus."], ["summary", "Culpa mollitia eum explicabo itaque. Quia exercitationem debitis reprehenderit. Praesentium iste ea maxime reiciendis magnam in."], ["author_id", 104], ["slug", "title99"], ["created_at", "2016-05-17 19:51:33.203894"], ["updated_at", "2016-05-17 19:51:33.203894"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('bettye_hettinger@cummings.net') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "bettye_hettinger@cummings.net"], ["name", "Clark Conroy"], ["password_digest", "$2a$04$Sl6OHBiQnxnoRGgkVBg/lu4/ZQzKTwHkepTW3A7aixo182lLIxxs2"], ["created_at", "2016-05-17 19:51:33.210914"], ["updated_at", "2016-05-17 19:51:33.210914"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title100') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Adipisci vel quas. Sunt voluptatem eveniet. Placeat quibusdam iste exercitationem sit amet. Quas repudiandae id consectetur minima."], ["summary", "Sunt aut et sunt nostrum quae. Aut reiciendis id."], ["author_id", 105], ["slug", "title100"], ["created_at", "2016-05-17 19:51:33.216948"], ["updated_at", "2016-05-17 19:51:33.216948"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('warren.hintz@powlowski.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "warren.hintz@powlowski.co"], ["name", "Asha Hayes I"], ["password_digest", "$2a$04$53Pt29zzdVjrcv5qRn76SuZx/3U/KEWvmE15XS0UBBFtOpTzNDREG"], ["created_at", "2016-05-17 19:51:33.223630"], ["updated_at", "2016-05-17 19:51:33.223630"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title101') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Voluptatem et est molestias recusandae debitis est officia. Architecto voluptates rerum facere assumenda inventore in. Nulla et ratione omnis vel nostrum corrupti."], ["summary", "Ducimus quasi qui cum velit et fugit vitae."], ["author_id", 106], ["slug", "title101"], ["created_at", "2016-05-17 19:51:33.227961"], ["updated_at", "2016-05-17 19:51:33.227961"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('natasha@hand.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "natasha@hand.io"], ["name", "Elmore Yundt"], ["password_digest", "$2a$04$/MckGx3zWc29/6zfmg9Msu2w/LOzcAjASU/dxu/vmpgAawz6vFgpi"], ["created_at", "2016-05-17 19:51:33.235114"], ["updated_at", "2016-05-17 19:51:33.235114"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title102') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Necessitatibus rerum perferendis est sit nemo. Delectus occaecati reprehenderit. Hic et quia accusamus ea nam."], ["summary", "Omnis odio minima ad ab quos quisquam. Exercitationem veritatis in libero tempora. Asperiores explicabo neque eos iste dignissimos."], ["author_id", 107], ["slug", "title102"], ["created_at", "2016-05-17 19:51:33.239990"], ["updated_at", "2016-05-17 19:51:33.239990"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('elyse@luettgenbosco.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "elyse@luettgenbosco.info"], ["name", "Sonia Gleichner"], ["password_digest", "$2a$04$OdFY55RfaHubO1SZgL2bdup7UiNRR4IglW3iU490.mb4ax5xZ9P9K"], ["created_at", "2016-05-17 19:51:33.246526"], ["updated_at", "2016-05-17 19:51:33.246526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title103') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Fugit ducimus voluptatem reiciendis harum quos et nulla. Et atque voluptate consequatur. Laboriosam et similique iusto maiores ut voluptatibus minus."], ["summary", "Et ad et officia rem. Eos et nobis quaerat voluptas omnis est."], ["author_id", 108], ["slug", "title103"], ["created_at", "2016-05-17 19:51:33.250950"], ["updated_at", "2016-05-17 19:51:33.250950"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('eldridge.dibbert@johnston.net') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "eldridge.dibbert@johnston.net"], ["name", "Irma Pollich"], ["password_digest", "$2a$04$SKLAoUuuEwAJjO9W7/BA5.a4NhOV.MDaUNC1IlpNcNxQ4gZXbxAH6"], ["created_at", "2016-05-17 19:51:33.257207"], ["updated_at", "2016-05-17 19:51:33.257207"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title104') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Similique distinctio excepturi ut eum quam sit. Dolor maiores sint ea consequatur magni qui quae. Velit qui minus illum delectus voluptatem aut aliquid."], ["summary", "Commodi labore est autem explicabo."], ["author_id", 109], ["slug", "title104"], ["created_at", "2016-05-17 19:51:33.261250"], ["updated_at", "2016-05-17 19:51:33.261250"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('titus@dubuquedietrich.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "titus@dubuquedietrich.net"], ["name", "Trinity Bosco"], ["password_digest", "$2a$04$K6jbJuDfKXu5dWJNnVZJlOQCG0UvS4YhqKF6wopFDFCqtvePdd90q"], ["created_at", "2016-05-17 19:51:33.267351"], ["updated_at", "2016-05-17 19:51:33.267351"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title105') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Aliquid est numquam earum nesciunt. Est est ipsum. At et ipsam repudiandae corrupti sit aut."], ["summary", "Quia perferendis et voluptas culpa. Facere quod animi nulla cumque consequatur. Quam velit voluptatem rerum in iure."], ["author_id", 110], ["slug", "title105"], ["created_at", "2016-05-17 19:51:33.271635"], ["updated_at", "2016-05-17 19:51:33.271635"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('broderick.bins@brown.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "broderick.bins@brown.com"], ["name", "Jannie Stoltenberg"], ["password_digest", "$2a$04$keiU0gYhZIbw4bDGYCE9t.wSH.iA8IrXQzLTaifvyhqgLjs7NmPza"], ["created_at", "2016-05-17 19:51:33.277634"], ["updated_at", "2016-05-17 19:51:33.277634"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title106') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "In aut magni est est ut. Accusantium quidem dolor. Eligendi officia sunt. Harum et voluptatum."], ["summary", "Illum cupiditate optio eum. Ut qui consequatur eos."], ["author_id", 111], ["slug", "title106"], ["created_at", "2016-05-17 19:51:33.281973"], ["updated_at", "2016-05-17 19:51:33.281973"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kole@barrows.net') LIMIT 1 SQL (2.0ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kole@barrows.net"], ["name", "Gardner Bruen"], ["password_digest", "$2a$04$m.FJ7s/f4gvLtsGSq6I9QOJWHJISnxsFe1kvpApsQZ7VMs/8TINJ2"], ["created_at", "2016-05-17 19:51:33.287752"], ["updated_at", "2016-05-17 19:51:33.287752"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title107') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Est dignissimos quo laborum ut praesentium. Nobis possimus ut beatae impedit."], ["summary", "Dolor aperiam porro."], ["author_id", 112], ["slug", "title107"], ["created_at", "2016-05-17 19:51:33.294549"], ["updated_at", "2016-05-17 19:51:33.294549"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kim.lesch@pacocha.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kim.lesch@pacocha.org"], ["name", "Mr. Bret Hoppe"], ["password_digest", "$2a$04$33upcqu46aAqiZ4DdyA/BuXD2IUBucb8DLXh0RmEzHFrwhtP/q8pu"], ["created_at", "2016-05-17 19:51:33.301133"], ["updated_at", "2016-05-17 19:51:33.301133"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title108') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Sint excepturi illum ut quas aspernatur reprehenderit eligendi. Voluptatem occaecati itaque voluptas."], ["summary", "Non tenetur libero in consequatur delectus sapiente laudantium."], ["author_id", 113], ["slug", "title108"], ["created_at", "2016-05-17 19:51:33.305056"], ["updated_at", "2016-05-17 19:51:33.305056"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('letitia@dooley.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "letitia@dooley.info"], ["name", "Carlos Bergstrom MD"], ["password_digest", "$2a$04$QeJOCeRKKRcE/QW5/Njt1uV8IcDukorpVyoitPYTD9o67C4wRAC.."], ["created_at", "2016-05-17 19:51:33.311358"], ["updated_at", "2016-05-17 19:51:33.311358"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title109') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Aliquam fugit occaecati reiciendis quasi et. Adipisci quod quas nihil quos officiis et."], ["summary", "Non eligendi vel sunt et et at."], ["author_id", 114], ["slug", "title109"], ["created_at", "2016-05-17 19:51:33.315840"], ["updated_at", "2016-05-17 19:51:33.315840"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jerod.considine@nicolas.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jerod.considine@nicolas.io"], ["name", "Rowland Bauch I"], ["password_digest", "$2a$04$n7IIImdMP3CJtAcMmFYLbOtcPU3WlQ4FUtxA3O1SQCyHy3N8VeKHu"], ["created_at", "2016-05-17 19:51:33.322506"], ["updated_at", "2016-05-17 19:51:33.322506"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title110') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Quae iure ipsa architecto. Nihil quod ipsam suscipit aut."], ["summary", "Nulla eius est qui voluptate a. Rerum nulla animi sint blanditiis qui repudiandae labore. Quis tempora error rerum eius."], ["author_id", 115], ["slug", "title110"], ["created_at", "2016-05-17 19:51:33.326396"], ["updated_at", "2016-05-17 19:51:33.326396"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('zechariah@jaskolskiharber.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "zechariah@jaskolskiharber.io"], ["name", "Prudence Jenkins II"], ["password_digest", "$2a$04$ngPzCKr/xZvv3WbkpeyOQORER8n/rcOeVr59AklIeuDyyZRNl9CwS"], ["created_at", "2016-05-17 19:51:33.332790"], ["updated_at", "2016-05-17 19:51:33.332790"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title111') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Ut beatae quo qui dolorem quaerat. Numquam molestiae voluptas eius nostrum. Numquam facilis et quasi dolores beatae."], ["summary", "Vel error dolor qui soluta."], ["author_id", 116], ["slug", "title111"], ["created_at", "2016-05-17 19:51:33.336735"], ["updated_at", "2016-05-17 19:51:33.336735"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('webster@weberterry.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "webster@weberterry.net"], ["name", "Reagan Stokes"], ["password_digest", "$2a$04$r.TuCJZhZPH/1ljt/nIdL.QPfD8kXQ7TU/4OWa3d6ntMX9XVu76ym"], ["created_at", "2016-05-17 19:51:33.342837"], ["updated_at", "2016-05-17 19:51:33.342837"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title112') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Similique consectetur placeat voluptatem adipisci ea minima maxime. Esse est aut."], ["summary", "Consequatur ut ut iusto rerum dolore explicabo. Tenetur vel ea voluptatem rerum. Minima corrupti facere."], ["author_id", 117], ["slug", "title112"], ["created_at", "2016-05-17 19:51:33.346796"], ["updated_at", "2016-05-17 19:51:33.346796"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cordie.leuschke@haag.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cordie.leuschke@haag.com"], ["name", "Dr. Westley Keeling"], ["password_digest", "$2a$04$BiAQ6g.3dnz/dA7ZQF132O1KxcoeNd0mvdkE7LDHbQK7VOnoeqDxi"], ["created_at", "2016-05-17 19:51:33.353149"], ["updated_at", "2016-05-17 19:51:33.353149"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title113') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Qui incidunt aspernatur veritatis aut rerum. Odit cupiditate quisquam tenetur."], ["summary", "Sit facere quia."], ["author_id", 118], ["slug", "title113"], ["created_at", "2016-05-17 19:51:33.357353"], ["updated_at", "2016-05-17 19:51:33.357353"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jarvis_kozey@torp.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jarvis_kozey@torp.info"], ["name", "Coleman Strosin"], ["password_digest", "$2a$04$Gggl.lAOFJHzKVkNabwisuY.HWUJMAvDnW5X2bprK4q8d1puXRLLe"], ["created_at", "2016-05-17 19:51:33.363606"], ["updated_at", "2016-05-17 19:51:33.363606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title114') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Fugiat sit soluta quia iste. Amet eligendi voluptas iste."], ["summary", "Fugit nihil tempore et fuga et eius. Quia quia asperiores quidem perferendis nam ex. Facere nesciunt doloribus minima voluptas."], ["author_id", 119], ["slug", "title114"], ["created_at", "2016-05-17 19:51:33.367528"], ["updated_at", "2016-05-17 19:51:33.367528"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('max.kautzer@beahan.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "max.kautzer@beahan.org"], ["name", "Ms. Cleveland Runolfsdottir"], ["password_digest", "$2a$04$N6VdPGAhysPhJtbXGLIkJuI7z1sO1ZhuouXfqt8IMoD1foq21gCWS"], ["created_at", "2016-05-17 19:51:33.373548"], ["updated_at", "2016-05-17 19:51:33.373548"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title115') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Eos labore corrupti saepe dolores. Et quo quis provident natus error. Recusandae ea eius ut rem eligendi."], ["summary", "Voluptatibus sit sed et quae quisquam dolorem. Voluptas molestias tempora consectetur illum."], ["author_id", 120], ["slug", "title115"], ["created_at", "2016-05-17 19:51:33.377701"], ["updated_at", "2016-05-17 19:51:33.377701"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('janet@johnston.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "janet@johnston.org"], ["name", "Otilia Cremin"], ["password_digest", "$2a$04$XGgoo7miRYMqMGrscy5pZe3Qt3pXF7VYg/x0tFMWF/nlvCUBXLoGa"], ["created_at", "2016-05-17 19:51:33.384077"], ["updated_at", "2016-05-17 19:51:33.384077"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title116') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Earum dignissimos possimus aut sit non nostrum. Laboriosam voluptas cumque mollitia perferendis quia. Quasi ex aut magni voluptatem dicta nobis."], ["summary", "Odio ut doloribus. Repellendus quidem debitis tempore."], ["author_id", 121], ["slug", "title116"], ["created_at", "2016-05-17 19:51:33.388615"], ["updated_at", "2016-05-17 19:51:33.388615"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('giovani.corkery@sawayn.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "giovani.corkery@sawayn.com"], ["name", "Alessandra Abernathy"], ["password_digest", "$2a$04$vEh9XM55ZfCGDenlB5537uEXIR5VotV7hVi3KE8a4GiD0oub5DOR6"], ["created_at", "2016-05-17 19:51:33.394954"], ["updated_at", "2016-05-17 19:51:33.394954"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title117') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Similique optio placeat. Dolores voluptatem est facere id. Ut placeat provident voluptate totam mollitia nam."], ["summary", "Est sunt et eum sint."], ["author_id", 122], ["slug", "title117"], ["created_at", "2016-05-17 19:51:33.398902"], ["updated_at", "2016-05-17 19:51:33.398902"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marco_rowe@hickle.io') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marco_rowe@hickle.io"], ["name", "Diana Wiza"], ["password_digest", "$2a$04$.88cXWQnIBluhLJaAqKujulNv7QCf2cGbHwdNF/bi0bKBKtpGEYE2"], ["created_at", "2016-05-17 19:51:33.405150"], ["updated_at", "2016-05-17 19:51:33.405150"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title118') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Quidem autem exercitationem et est minima. Qui similique et sequi nulla cupiditate ut unde."], ["summary", "Ab laudantium illo sint error."], ["author_id", 123], ["slug", "title118"], ["created_at", "2016-05-17 19:51:33.409916"], ["updated_at", "2016-05-17 19:51:33.409916"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verna@connbrekke.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verna@connbrekke.info"], ["name", "Stan Schoen"], ["password_digest", "$2a$04$g9RTBM1BA/nVDmn.nXHSvu1XMGP48Gqxh5DSU9rDmXungztjbXHcO"], ["created_at", "2016-05-17 19:51:33.415880"], ["updated_at", "2016-05-17 19:51:33.415880"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title119') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Aliquam exercitationem nisi adipisci quia culpa vitae. Vero eos dicta sed aut fugiat. Et illo enim maxime nesciunt explicabo. Perferendis qui rerum dolorem."], ["summary", "Omnis cum et qui enim vel quidem expedita."], ["author_id", 124], ["slug", "title119"], ["created_at", "2016-05-17 19:51:33.420878"], ["updated_at", "2016-05-17 19:51:33.420878"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnnie@sauer.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "johnnie@sauer.info"], ["name", "Rosalyn Kshlerin"], ["password_digest", "$2a$04$ZCEuzQi9yu8KBI2Sb4HNleJlaZ2gdjip2fnbHsLxEpq1yLrY5pdry"], ["created_at", "2016-05-17 19:51:33.427716"], ["updated_at", "2016-05-17 19:51:33.427716"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title120') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Est optio esse qui eius animi. Ducimus consequatur veniam ad vero quo repellendus necessitatibus. Dolorem provident earum. Natus est quas qui."], ["summary", "Eligendi dolorem cupiditate ratione. Sit ut similique eos odio ex sint sequi."], ["author_id", 125], ["slug", "title120"], ["created_at", "2016-05-17 19:51:33.433119"], ["updated_at", "2016-05-17 19:51:33.433119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('alex@bednarwiegand.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "alex@bednarwiegand.co"], ["name", "Edwin Lesch"], ["password_digest", "$2a$04$NndG4iLUXPE4a7H0G1f.5eBNJ93l6hMLBidGY9wtdlH6G1R/KnZhG"], ["created_at", "2016-05-17 19:51:33.441030"], ["updated_at", "2016-05-17 19:51:33.441030"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title121') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Magnam nostrum ipsam repellendus maiores sed veritatis. Ad aut deserunt ullam ut. Dolores quia voluptatibus aut ea voluptas et."], ["summary", "Ipsa iusto sint corrupti quod voluptatem modi qui. Illo fuga sint."], ["author_id", 126], ["slug", "title121"], ["created_at", "2016-05-17 19:51:33.445337"], ["updated_at", "2016-05-17 19:51:33.445337"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mallie_abshire@kertzmann.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mallie_abshire@kertzmann.info"], ["name", "Cleora Cassin DVM"], ["password_digest", "$2a$04$XCUBNYSpcxe7F6g.dbbFrO0///MhRp7F91VVxSr79ydJJKXA3ceoK"], ["created_at", "2016-05-17 19:51:33.452216"], ["updated_at", "2016-05-17 19:51:33.452216"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title122') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Nostrum quia corporis reiciendis voluptatem libero quaerat. Animi iusto et."], ["summary", "Fugit blanditiis nesciunt ut doloribus. Eius esse nulla quibusdam amet voluptatem reprehenderit."], ["author_id", 127], ["slug", "title122"], ["created_at", "2016-05-17 19:51:33.456628"], ["updated_at", "2016-05-17 19:51:33.456628"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('betty@ryan.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "betty@ryan.name"], ["name", "Mckenna Hoeger"], ["password_digest", "$2a$04$kLfe0ngGVYAQr5fhRZkhcu1NiLXUQ2FVOGD4mnUdZpYWjOvg9LPie"], ["created_at", "2016-05-17 19:51:33.463349"], ["updated_at", "2016-05-17 19:51:33.463349"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title123') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Illo maiores non. Aut placeat quod facilis esse commodi. Dolor voluptatem tempore quo incidunt amet rerum ad. Dolore deleniti maxime aperiam cupiditate sit est assumenda."], ["summary", "Aspernatur commodi ut aut dolorem. Tempora laborum deserunt veritatis. Voluptatem eos rerum animi delectus."], ["author_id", 128], ["slug", "title123"], ["created_at", "2016-05-17 19:51:33.467854"], ["updated_at", "2016-05-17 19:51:33.467854"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('rafael@effertz.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "rafael@effertz.name"], ["name", "Jennyfer Rogahn"], ["password_digest", "$2a$04$zVRKZ8hQFShY3HcB4M83V.pHo6aR45nuzh46WNItDXbhQOh0ynKZS"], ["created_at", "2016-05-17 19:51:33.474464"], ["updated_at", "2016-05-17 19:51:33.474464"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title124') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Est quidem et aut at incidunt voluptatem iusto. Possimus officia voluptate quisquam velit. Sed dolorum amet praesentium distinctio doloremque quaerat ratione."], ["summary", "Sit voluptatem ipsa commodi qui consequatur ut molestiae. Alias facere est reprehenderit et provident et blanditiis."], ["author_id", 129], ["slug", "title124"], ["created_at", "2016-05-17 19:51:33.478986"], ["updated_at", "2016-05-17 19:51:33.478986"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 104]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 105]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 106]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 107]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 108]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 109]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 110]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 111]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 112]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 113]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 114]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 115]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 116]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 117]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 118]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 119]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 120]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 121]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 122]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 123]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 124]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 125]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 126]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 127]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 128]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (217.2ms) Completed 200 OK in 237ms (Views: 214.3ms | ActiveRecord: 21.2ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 103]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 25 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 129]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.4ms) Completed 200 OK in 37ms (Views: 32.1ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('michale_klein@pouros.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "michale_klein@pouros.com"], ["name", "Andrew"], ["password_digest", "$2a$04$/3dDiMYySsV.2W/cbob0Yen/V7dvly3uc0Xn8HyZuoLGtgDo1TAgO"], ["created_at", "2016-05-17 19:51:33.787853"], ["updated_at", "2016-05-17 19:51:33.787853"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.0ms) Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"michale_klein@pouros.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "michale_klein@pouros.com"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XBZCnnwfPSxQ8Omq2IQBhOjO.3Rj1PgDOha6FLwdgSRwfa1/z0VzW"], ["updated_at", "2016-05-17 19:51:33.823187"], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 2.3ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('aiden.gerhold@gutkowski.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "aiden.gerhold@gutkowski.info"], ["name", "Josh"], ["password_digest", "$2a$04$xoGAZWcByCBejYKGpU1RDOoAFs9LpQmqKmOLqq56q.A9d2bgweYke"], ["created_at", "2016-05-17 19:51:33.865386"], ["updated_at", "2016-05-17 19:51:33.865386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('victoria@sanford.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "victoria@sanford.biz"], ["name", "Dillon Davis"], ["password_digest", "$2a$04$kEXpzYvQ/GJAv0Hyke2AludegYyo8cRpzm4QCPh620MPu53kBNCue"], ["created_at", "2016-05-17 19:51:33.872005"], ["updated_at", "2016-05-17 19:51:33.872005"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title125') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Eos odio eos. Expedita nesciunt consequatur quo dignissimos. Praesentium fugiat ducimus aliquid tenetur repellendus. Dicta eum eos animi voluptatibus labore nulla id."], ["summary", "Laudantium optio perferendis maxime sit."], ["author_id", 132], ["slug", "title125"], ["created_at", "2016-05-17 19:51:33.876519"], ["updated_at", "2016-05-17 19:51:33.876519"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-05-17 19:51:33.882263"], ["updated_at", "2016-05-17 19:51:33.882263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (27.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (36.4ms) Completed 200 OK in 54ms (Views: 49.7ms | ActiveRecord: 2.7ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["41", ""], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT 1 [["slug", "title125"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 41]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('my-slug') AND "exposition_posts"."id" != 120) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 131], ["published_at", "2016-05-17 00:00:00.000000"], ["updated_at", "2016-05-17 19:51:33.981696"], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 130]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 131]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.9ms) Completed 200 OK in 34ms (Views: 30.0ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verda@terry.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verda@terry.name"], ["name", "Andrew"], ["password_digest", "$2a$04$i8uPhxak.F5R.dC/3I8Jx.ozP3M3xTNO9BDN70aRmmjipYDor7BYy"], ["created_at", "2016-05-17 19:51:34.036368"], ["updated_at", "2016-05-17 19:51:34.036368"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"verda@terry.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "verda@terry.name"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$n6etlDOoN1xkjaWlHCKf2uN0EijChys1i5BiG9LLff.W08owGrvQC"], ["updated_at", "2016-05-17 19:51:34.069522"], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 29ms (Views: 26.1ms | ActiveRecord: 1.5ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('simone@nitzsche.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "simone@nitzsche.org"], ["name", "Josh"], ["password_digest", "$2a$04$gy8Y/C4WE6Tk3A6dcQhJnuoAXYgwbjZFf22vzxR9vcOLVNTovjvgu"], ["created_at", "2016-05-17 19:51:34.110666"], ["updated_at", "2016-05-17 19:51:34.110666"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('coffee') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('coffee') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", "2016-05-17 19:51:34.116210"], ["updated_at", "2016-05-17 19:51:34.116210"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (9.1ms) Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["42", ""], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT 1 [["id", 42]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('coffee') AND "categorical_tags"."id" != 42) LIMIT 1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "slug", "published", "author_id", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", "t"], ["author_id", 134], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:51:34.180028"], ["updated_at", "2016-05-17 19:51:34.180028"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 42], ["taggable_id", 121]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 18ms (ActiveRecord: 4.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 133]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 134]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.9ms) Completed 200 OK in 35ms (Views: 29.9ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('napoleon@rueckerturner.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "napoleon@rueckerturner.org"], ["name", "Mrs. Robert Bergnaum"], ["password_digest", "$2a$04$iP/9ddEO6DROeFKA.8Odd.nkUDfqdljVpCOSPCQ4bofjQo3mbkooO"], ["created_at", "2016-05-17 19:51:34.243476"], ["updated_at", "2016-05-17 19:51:34.243476"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.8ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"napoleon@rueckerturner.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "napoleon@rueckerturner.org"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4.JxUTnGq4oF5kw6pMbX3eOLJoWhEqUN/C0lx7DaNE1sCERj6.tKC"], ["updated_at", "2016-05-17 19:51:34.278630"], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 30ms (Views: 26.3ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]]  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 135]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (5.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (10.0ms) Completed 200 OK in 44ms (Views: 34.0ms | ActiveRecord: 2.6ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", ""]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.1ms) Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.9ms) Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$Qs6cyyfwi6TIwhbBXIRhVuhJm7JtIieCovMq5jCcmSMGgVQhLmW1O"], ["created_at", "2016-05-17 19:51:34.498503"], ["updated_at", "2016-05-17 19:51:34.498503"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.0ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "user@user.com"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$FibA8AqvHBBQLoLdjh8JC.LrlxQlWOzXnR/zITNMkFEKjrWPSVNE6"], ["updated_at", "2016-05-17 19:51:34.534678"], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:51:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 136]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('user@user.com') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "user@user.com"], ["name", "Josh"], ["password_digest", "$2a$04$gK7s/lkfJAZdtw/AY0xjqeLssyTzqhuTw7mk7yiRry7UeNd5goMpa"], ["created_at", "2016-05-17 19:51:34.585605"], ["updated_at", "2016-05-17 19:51:34.585605"]]  (0.5ms) COMMIT  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (22.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kris_heidenreich@balistreri.biz') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kris_heidenreich@balistreri.biz"], ["name", "Elwyn Nader"], ["password_digest", "$2a$04$Acl8mfNcDfNWh78ApeAdI.f7QXF2m7KK17Z57eUTY40O5WKW9MmeK"], ["created_at", "2016-05-17 19:52:41.489886"], ["updated_at", "2016-05-17 19:52:41.489886"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:41 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:41 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kris_heidenreich@balistreri.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "kris_heidenreich@balistreri.biz"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$z25LVlH6wLCpnRm.Jy2j3eyIw.9oR5kasmYNRh5QA2FUSyBwVTYMG"], ["updated_at", "2016-05-17 19:52:41.574900"], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:52:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.0ms) Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 2.0ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label38') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label38') LIMIT 1 SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", "2016-05-17 19:52:41.623442"], ["updated_at", "2016-05-17 19:52:41.623442"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 15:52:41 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.2ms) Completed 200 OK in 32ms (Views: 28.8ms | ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('julianne@durgan.org') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "julianne@durgan.org"], ["name", "Mr. Vickie Wolf"], ["password_digest", "$2a$04$OClstZgX9mxftTdO6pS9beP/numaBlLjf.PW3DOW.nJ4H6VuoE35m"], ["created_at", "2016-05-17 19:52:41.680283"], ["updated_at", "2016-05-17 19:52:41.680283"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:41 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:41 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"julianne@durgan.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "julianne@durgan.org"]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZmtwQIEhzOmjwPOB9UHxgeGR5LSyhqMbX6oFexiWuxkoLwnKxRbT2"], ["updated_at", "2016-05-17 19:52:41.721107"], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:52:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.0ms) Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label39') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label39') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", "2016-05-17 19:52:41.764391"], ["updated_at", "2016-05-17 19:52:41.764391"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label40') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label40') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", "2016-05-17 19:52:41.771613"], ["updated_at", "2016-05-17 19:52:41.771613"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label41') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label41') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", "2016-05-17 19:52:41.777562"], ["updated_at", "2016-05-17 19:52:41.777562"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label42') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label42') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", "2016-05-17 19:52:41.784967"], ["updated_at", "2016-05-17 19:52:41.784967"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label43') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label43') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", "2016-05-17 19:52:41.790832"], ["updated_at", "2016-05-17 19:52:41.790832"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label44') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label44') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", "2016-05-17 19:52:41.797022"], ["updated_at", "2016-05-17 19:52:41.797022"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label45') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label45') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", "2016-05-17 19:52:41.802880"], ["updated_at", "2016-05-17 19:52:41.802880"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label46') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label46') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", "2016-05-17 19:52:41.810452"], ["updated_at", "2016-05-17 19:52:41.810452"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label47') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label47') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", "2016-05-17 19:52:41.815046"], ["updated_at", "2016-05-17 19:52:41.815046"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label48') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label48') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", "2016-05-17 19:52:41.820828"], ["updated_at", "2016-05-17 19:52:41.820828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label49') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label49') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", "2016-05-17 19:52:41.826189"], ["updated_at", "2016-05-17 19:52:41.826189"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label50') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label50') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", "2016-05-17 19:52:41.832965"], ["updated_at", "2016-05-17 19:52:41.832965"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label51') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label51') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", "2016-05-17 19:52:41.838943"], ["updated_at", "2016-05-17 19:52:41.838943"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label52') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label52') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", "2016-05-17 19:52:41.843535"], ["updated_at", "2016-05-17 19:52:41.843535"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label53') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label53') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", "2016-05-17 19:52:41.850185"], ["updated_at", "2016-05-17 19:52:41.850185"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label54') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label54') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", "2016-05-17 19:52:41.856249"], ["updated_at", "2016-05-17 19:52:41.856249"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label55') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label55') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", "2016-05-17 19:52:41.861083"], ["updated_at", "2016-05-17 19:52:41.861083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label56') LIMIT 1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label56') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", "2016-05-17 19:52:41.866425"], ["updated_at", "2016-05-17 19:52:41.866425"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label57') LIMIT 1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label57') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", "2016-05-17 19:52:41.872721"], ["updated_at", "2016-05-17 19:52:41.872721"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label58') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label58') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", "2016-05-17 19:52:41.878362"], ["updated_at", "2016-05-17 19:52:41.878362"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label59') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label59') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", "2016-05-17 19:52:41.884557"], ["updated_at", "2016-05-17 19:52:41.884557"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label60') LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label60') LIMIT 1 SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", "2016-05-17 19:52:41.889712"], ["updated_at", "2016-05-17 19:52:41.889712"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label61') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label61') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", "2016-05-17 19:52:41.895515"], ["updated_at", "2016-05-17 19:52:41.895515"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label62') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label62') LIMIT 1 SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", "2016-05-17 19:52:41.901194"], ["updated_at", "2016-05-17 19:52:41.901194"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label63') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label63') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", "2016-05-17 19:52:41.957423"], ["updated_at", "2016-05-17 19:52:41.957423"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('label64') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('label64') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", "2016-05-17 19:52:41.961749"], ["updated_at", "2016-05-17 19:52:41.961749"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 15:52:41 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 1.7ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 2]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 25  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (5.4ms) Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jettie@cormier.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jettie@cormier.info"], ["name", "Ms. Van Funk"], ["password_digest", "$2a$04$fVZSb1RWkOv7DjXUirgL0e6oFhBoDXapQ6bSm0uuVuWNdPB3KMBqS"], ["created_at", "2016-05-17 19:52:42.102835"], ["updated_at", "2016-05-17 19:52:42.102835"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jettie@cormier.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "jettie@cormier.info"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$nzsBKInLxLfnkRoQQcKE3e2joHV6FVux3Pak1kGF5zhg8fZ0KsBzm"], ["updated_at", "2016-05-17 19:52:42.135310"], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.3ms) Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 1.6ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.4ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('my tag') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", "2016-05-17 19:52:42.216822"], ["updated_at", "2016-05-17 19:52:42.216822"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 3]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 1.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('carrie@carter.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "carrie@carter.biz"], ["name", "Earnest Marquardt"], ["password_digest", "$2a$04$BVg7OEAJ8C.Xyl8AFwac4uy.PWMogywu/ULhjGFS3t9oxgvoqn4Ae"], ["created_at", "2016-05-17 19:52:42.261962"], ["updated_at", "2016-05-17 19:52:42.261962"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.2ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"carrie@carter.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "carrie@carter.biz"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$TcS2v9oOBENjEJx9AxdD/uGcyfhQbFXON92wU618b6gBrwJtzqj9K"], ["updated_at", "2016-05-17 19:52:42.294123"], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.0ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('Old Label') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('old-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", "2016-05-17 19:52:42.331320"], ["updated_at", "2016-05-17 19:52:42.331320"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (0.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (5.3ms) Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "old-label"]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('New Label') AND "categorical_tags"."id" != 29) LIMIT 1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('old-label') AND "categorical_tags"."id" != 29) LIMIT 1 SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", "2016-05-17 19:52:42.383862"], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 4]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (5.1ms) Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('brionna@abernathy.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "brionna@abernathy.io"], ["name", "Benjamin Conroy Jr."], ["password_digest", "$2a$04$6o3pxlmADFwW/Cwd9my1.uhh1ZW2KaQhIDV7aaJzn9r44EEFnmjIu"], ["created_at", "2016-05-17 19:52:42.435511"], ["updated_at", "2016-05-17 19:52:42.435511"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (1.0ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"brionna@abernathy.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT 1 [["email", "brionna@abernathy.io"]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8xrQk4cce4NWkDJ8xXQlueMxJYTv5n7Upr3eMmAXNrpCjWkDmjDGC"], ["updated_at", "2016-05-17 19:52:42.468442"], ["id", 5]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Label') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-label') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", "2016-05-17 19:52:42.504484"], ["updated_at", "2016-05-17 19:52:42.504484"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "my-label"]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 5]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kristina.shields@senger.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kristina.shields@senger.info"], ["name", "Mrs. Jackson O'Connell"], ["password_digest", "$2a$04$90GxTzx685sNrU8hSuHO5.kXqxMm4ANV9VELRUFJrsXmPxLeLEwVu"], ["created_at", "2016-05-17 19:52:42.597846"], ["updated_at", "2016-05-17 19:52:42.597846"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Qui cum illum. Explicabo qui perspiciatis. Nesciunt ut voluptatibus ducimus pariatur quia. Reprehenderit saepe praesentium eum minima porro."], ["summary", "Sunt et suscipit sed sed dolorum eum."], ["author_id", 6], ["published", "t"], ["slug", "post1"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.602839"], ["updated_at", "2016-05-17 19:52:42.602839"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('verdie@bodeschamberger.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "verdie@bodeschamberger.org"], ["name", "Ida Kohler III"], ["password_digest", "$2a$04$R/tBTooItgVluo30o69Ci.6c5DadTKKlh6GToT97YUvWClNluJEa6"], ["created_at", "2016-05-17 19:52:42.610897"], ["updated_at", "2016-05-17 19:52:42.610897"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Et expedita consequatur. Repellendus aut corporis commodi."], ["summary", "Sapiente quo id exercitationem quia sint illum. Est nemo dolor enim voluptas fuga voluptatem unde. Dicta quis qui consequatur excepturi nesciunt dolores."], ["author_id", 7], ["slug", "post2"], ["created_at", "2016-05-17 19:52:42.615061"], ["updated_at", "2016-05-17 19:52:42.615061"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::PostsController#index as HTML  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (16.8ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (28.3ms) Completed 200 OK in 36ms (Views: 32.0ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]]  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (2.8ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('marquis.harvey@lehnermueller.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "marquis.harvey@lehnermueller.io"], ["name", "Katrine Gutkowski PhD"], ["password_digest", "$2a$04$6zmsqNvFUFOXL310ZxBmkOO4ih6pJ32Cc0edDNlmaUdaGQrlUUJaa"], ["created_at", "2016-05-17 19:52:42.675738"], ["updated_at", "2016-05-17 19:52:42.675738"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title126') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Ratione adipisci tempore vel eos qui totam. Enim reprehenderit minus ea cupiditate at. Nesciunt et numquam ducimus qui ad aut quas."], ["summary", "Nulla commodi aliquid molestias eos sed nihil necessitatibus."], ["author_id", 8], ["published", "t"], ["slug", "title126"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.681021"], ["updated_at", "2016-05-17 19:52:42.681021"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kasandra@willms.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kasandra@willms.net"], ["name", "Elisha Schowalter V"], ["password_digest", "$2a$04$Kve8mWygLC0U6dTvKxkOAuudzfyBa0ycSGHcvykrfYjy/IjHKpMjG"], ["created_at", "2016-05-17 19:52:42.688068"], ["updated_at", "2016-05-17 19:52:42.688068"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title127') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Odio nobis eum ut dolorem. Qui et eligendi modi enim. Ut sit ipsa minima. Quia distinctio tenetur eius consequatur enim."], ["summary", "Et consequatur aut cum. Velit aut eos sit dolore deserunt et ipsa."], ["author_id", 9], ["published", "t"], ["slug", "title127"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.692640"], ["updated_at", "2016-05-17 19:52:42.692640"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('destiny_bahringer@quitzonschulist.info') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "destiny_bahringer@quitzonschulist.info"], ["name", "Rosalee Trantow DVM"], ["password_digest", "$2a$04$lTzTtzPJLJ649EMBCgLBo.HC8c1Erg615JYI/9PPNqhiVc3598axi"], ["created_at", "2016-05-17 19:52:42.699329"], ["updated_at", "2016-05-17 19:52:42.699329"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title128') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Aperiam nam consequatur. Iste voluptas recusandae quo nemo quisquam."], ["summary", "Qui veniam earum aut nam quo ut minima."], ["author_id", 10], ["published", "t"], ["slug", "title128"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.704525"], ["updated_at", "2016-05-17 19:52:42.704525"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kayden_weinat@douglasullrich.com') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kayden_weinat@douglasullrich.com"], ["name", "Larry Adams"], ["password_digest", "$2a$04$RzvoUA0p5pwfC96lEF6IfO/fNv096i3LAxiqukidhfVl91Hm1WAPO"], ["created_at", "2016-05-17 19:52:42.714022"], ["updated_at", "2016-05-17 19:52:42.714022"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title129') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Consequuntur facilis rerum error dolor voluptas amet. Hic tempore ratione et enim. Voluptates libero aperiam iusto porro eaque iure."], ["summary", "At quod et ut laudantium repellendus."], ["author_id", 11], ["published", "t"], ["slug", "title129"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.721408"], ["updated_at", "2016-05-17 19:52:42.721408"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('earnestine.mccullough@price.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "earnestine.mccullough@price.biz"], ["name", "Miss Jesus Balistreri"], ["password_digest", "$2a$04$uSyGo37HyCnOnalF8bnxMOS55zkQs9IfZIbWjy/uTA/PpPCtnXW2G"], ["created_at", "2016-05-17 19:52:42.729398"], ["updated_at", "2016-05-17 19:52:42.729398"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title130') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Nihil delectus explicabo tempore impedit aut. Ratione molestias id eos aliquam nihil rem."], ["summary", "Doloremque saepe aliquid maxime ipsum ipsam. Nobis eveniet eaque quibusdam accusamus molestiae. Iure magni voluptas maxime quas laboriosam aut rerum."], ["author_id", 12], ["published", "t"], ["slug", "title130"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.735888"], ["updated_at", "2016-05-17 19:52:42.735888"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kody_bode@ratke.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kody_bode@ratke.io"], ["name", "Darrel Funk"], ["password_digest", "$2a$04$69tRyMxnNNrsVtTnMmCUUOmE/q5BH2NuUz1e8Iob2OZeB9IlhFolC"], ["created_at", "2016-05-17 19:52:42.743904"], ["updated_at", "2016-05-17 19:52:42.743904"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title131') LIMIT 1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Voluptatem inventore voluptatibus et amet. Incidunt maiores et."], ["summary", "Repudiandae nesciunt aliquam ipsa. Quidem nihil corporis vel voluptate maxime dolores autem."], ["author_id", 13], ["published", "t"], ["slug", "title131"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.749513"], ["updated_at", "2016-05-17 19:52:42.749513"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('santos.rogahn@strosin.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "santos.rogahn@strosin.net"], ["name", "Pasquale Runolfsdottir"], ["password_digest", "$2a$04$40.vytUt2GHQdtG02ORpk.iIV3JjrsD7IQUUzd3z9fXnbDAuMSK8C"], ["created_at", "2016-05-17 19:52:42.757178"], ["updated_at", "2016-05-17 19:52:42.757178"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title132') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "A ab et nulla eum rerum velit. Labore et quia consequatur."], ["summary", "Consequatur fugiat at necessitatibus nulla velit qui. Ab maiores non harum. Iste voluptatibus nam praesentium labore rerum sit nulla."], ["author_id", 14], ["published", "t"], ["slug", "title132"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.761806"], ["updated_at", "2016-05-17 19:52:42.761806"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('cristal@reilly.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "cristal@reilly.co"], ["name", "Anissa Gerlach"], ["password_digest", "$2a$04$AeAYpJhEvt/7DZQKavwCNeaipx0lLv/GVpvNtmf9YBQaF0bxOpQri"], ["created_at", "2016-05-17 19:52:42.767903"], ["updated_at", "2016-05-17 19:52:42.767903"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title133') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Voluptatum sunt id ex rem necessitatibus ipsam. Illo magnam esse. Accusamus vel delectus odit in ut animi perferendis. Tempora reiciendis aspernatur nihil dolores non qui sit."], ["summary", "Et non sunt rem libero. Est quis at saepe cumque. Voluptatem ea harum inventore."], ["author_id", 15], ["published", "t"], ["slug", "title133"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.772741"], ["updated_at", "2016-05-17 19:52:42.772741"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('mariela@harris.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "mariela@harris.info"], ["name", "Dariana Zboncak"], ["password_digest", "$2a$04$SS9046RCZbhRMEsFo7LBqOBi2awghK/DakmK50OQ/5eCciU/7e3RK"], ["created_at", "2016-05-17 19:52:42.780385"], ["updated_at", "2016-05-17 19:52:42.780385"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title134') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Quia dolores cumque reiciendis recusandae. Rem libero omnis."], ["summary", "Dolores non eum blanditiis molestiae sequi animi fugiat. Veritatis blanditiis voluptatem necessitatibus possimus. Atque vero dolore sed."], ["author_id", 16], ["published", "t"], ["slug", "title134"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.786125"], ["updated_at", "2016-05-17 19:52:42.786125"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('frida_gutkowski@treutelkrajcik.name') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "frida_gutkowski@treutelkrajcik.name"], ["name", "Jayden Murphy MD"], ["password_digest", "$2a$04$m4Yni3D.tKqSGwezuOUbYezDf4UCwoMxWmVXzTF8yXjTGLg9zeNLy"], ["created_at", "2016-05-17 19:52:42.794237"], ["updated_at", "2016-05-17 19:52:42.794237"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title135') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Nihil dolore quia. Voluptatem quis veritatis necessitatibus iusto. Provident adipisci id cum."], ["summary", "Porro voluptatem fugiat unde."], ["author_id", 17], ["published", "t"], ["slug", "title135"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.802263"], ["updated_at", "2016-05-17 19:52:42.802263"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('laurence@heidenreich.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "laurence@heidenreich.name"], ["name", "Vivianne Pfannerstill"], ["password_digest", "$2a$04$2EsRx6yP6r3mbSk1dXRs7uPUYwppYFY2DxvS5WK6iPGtT/vybtuzi"], ["created_at", "2016-05-17 19:52:42.809640"], ["updated_at", "2016-05-17 19:52:42.809640"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title136') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Vel debitis ratione rerum ducimus rerum harum repellendus. Est quaerat voluptatem perspiciatis illo assumenda. Molestias sit nemo omnis officiis ab necessitatibus. Eum et quidem officia nobis ut delectus eius."], ["summary", "Reiciendis et eos. Sapiente dignissimos aperiam asperiores."], ["author_id", 18], ["published", "t"], ["slug", "title136"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.815137"], ["updated_at", "2016-05-17 19:52:42.815137"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.4ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.0ms) Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (24.8ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (31.0ms) Completed 200 OK in 33ms (Views: 26.4ms | ActiveRecord: 6.1ms) Started GET "/?page=2" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"}  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 10) subquery_for_count [["published", "t"]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 10 [["published", "t"]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.5ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('anastasia@okeefekoch.co') LIMIT 1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "anastasia@okeefekoch.co"], ["name", "Muriel Powlowski"], ["password_digest", "$2a$04$XCmknqvQa..zanyTwQ2kHuLmOypCLmxtVkkbV8JbA.u5ICWk2AWFi"], ["created_at", "2016-05-17 19:52:42.880047"], ["updated_at", "2016-05-17 19:52:42.880047"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title137') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Velit voluptas perferendis commodi praesentium. Quia at neque fugit asperiores et."], ["summary", "Eum voluptatem aut minima iure blanditiis."], ["author_id", 19], ["published", "t"], ["slug", "title137"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.886320"], ["updated_at", "2016-05-17 19:52:42.886320"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::PostsController#index as HTML  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (3.5ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (7.4ms) Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 1.6ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title137"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.8ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('jonathan_lesch@bosco.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "jonathan_lesch@bosco.org"], ["name", "Mack Adams"], ["password_digest", "$2a$04$s2PP8MUYZLSfmk5x/Buu8eS5Qndy9GyJRe.9qGQ5zMi58XE78vTPi"], ["created_at", "2016-05-17 19:52:42.930789"], ["updated_at", "2016-05-17 19:52:42.930789"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title138') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Similique voluptas et. Quo voluptate quam minima accusamus. Sequi incidunt fugit. Autem mollitia ut sunt eum et architecto ipsam."], ["summary", "Maiores rem voluptatem nam est. Aut magni voluptatem eius. Culpa quaerat est."], ["author_id", 20], ["slug", "title138"], ["created_at", "2016-05-17 19:52:42.936109"], ["updated_at", "2016-05-17 19:52:42.936109"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-05-17 15:52:42 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT 1 [["published", "t"], ["slug", "title138"]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag1') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag1') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", "2016-05-17 19:52:42.955000"], ["updated_at", "2016-05-17 19:52:42.955000"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('tag2') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('tag2') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", "2016-05-17 19:52:42.960509"], ["updated_at", "2016-05-17 19:52:42.960509"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('chadd_ledner@rogahnhuels.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "chadd_ledner@rogahnhuels.net"], ["name", "Mikel Ratke"], ["password_digest", "$2a$04$6delggTC49RVBJDVwmJJzuAXPEpe.DT4FTW0xIqlZJqC.FD1ZN8BG"], ["created_at", "2016-05-17 19:52:42.967220"], ["updated_at", "2016-05-17 19:52:42.967220"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag1') AND "categorical_tags"."id" != 31) LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post1') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Autem sit est similique laborum dicta id ea. Quia sapiente provident consequatur quia et in enim. Nisi asperiores corrupti et. Commodi consequatur non nemo culpa."], ["summary", "Ea assumenda totam labore rem sequi. Dolor sed velit fuga accusamus ut sapiente porro."], ["author_id", 21], ["published", "t"], ["slug", "post1"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.976289"], ["updated_at", "2016-05-17 19:52:42.976289"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 31], ["taggable_id", 16]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('abraham_gutkowski@dare.org') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "abraham_gutkowski@dare.org"], ["name", "Dr. Gerard MacGyver"], ["password_digest", "$2a$04$TfPBBCPcCgFn81elm6DKKe2O1aEox3.pZiXWXj3EBimAsyi7ITJI6"], ["created_at", "2016-05-17 19:52:42.985803"], ["updated_at", "2016-05-17 19:52:42.985803"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."label") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE (LOWER("categorical_tags"."slug") = LOWER('tag2') AND "categorical_tags"."id" != 32) LIMIT 1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('post2') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Est voluptas temporibus numquam qui dolore. Culpa nemo blanditiis."], ["summary", "Consectetur repudiandae eius."], ["author_id", 22], ["published", "t"], ["slug", "post2"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:42.994770"], ["updated_at", "2016-05-17 19:52:42.994770"]] SQL (0.3ms) INSERT INTO "categorical_taggings" ("taggable_type", "tag_id", "taggable_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_type", "Exposition::Post"], ["tag_id", 32], ["taggable_id", 17]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 15:52:43 -0400 Processing by Exposition::PostsController#index as HTML  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.2ms) Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.3ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (15.0ms) Completed 200 OK in 18ms (Views: 13.2ms | ActiveRecord: 3.7ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-05-17 15:52:43 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT 1 [["slug", "tag1"]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT 10 OFFSET 0) subquery_for_count [["published", "t"]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT 10 OFFSET 0 [["published", "t"]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT 1 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (4.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (9.6ms) Completed 200 OK in 16ms (Views: 10.4ms | ActiveRecord: 2.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$joQfSTloTwKC6.fS0byEmOcO2kWuyO40xgHQIlMDOB01d0ti6Pw7e"], ["created_at", "2016-05-17 19:52:43.095317"], ["updated_at", "2016-05-17 19:52:43.095317"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 23]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('j@j.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "j@j.com"], ["name", "Josh"], ["password_digest", "$2a$04$.cfppr2G1bR5BvULRds2uuwgq7TegEAi2gNFN9S8wPKPvYLrFbpj2"], ["created_at", "2016-05-17 19:52:43.106594"], ["updated_at", "2016-05-17 19:52:43.106594"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$GgGAJacwomsXCmfru9ygq.HSxZ16Vbs0Rm82ud3u.sSuzd8Rvjbc6"], ["updated_at", "2016-05-17 19:52:43.111132"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT 1 [["id", 24]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-tag') LIMIT 1 SQL (0.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", "2016-05-17 19:52:43.127090"], ["updated_at", "2016-05-17 19:52:43.127090"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER('My Tag') LIMIT 1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", "2016-05-17 19:52:43.134416"], ["updated_at", "2016-05-17 19:52:43.134416"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('agustin@heidenreich.name') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "agustin@heidenreich.name"], ["name", "Virginie Hagenes V"], ["password_digest", "$2a$04$hC24rnP8XC1pvQko483JtOIDtGICpjbDgidxhZAreZO5644JDCudm"], ["created_at", "2016-05-17 19:52:43.197183"], ["updated_at", "2016-05-17 19:52:43.197183"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nick@stoketrosin.name') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nick@stoketrosin.name"], ["name", "Manuel Brakus"], ["password_digest", "$2a$04$aghyhmGyyjneMiUeSt48peTX8lZuBK2RN4YTKepoVC0LZEFEi4ZLe"], ["created_at", "2016-05-17 19:52:43.207424"], ["updated_at", "2016-05-17 19:52:43.207424"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('nayeli_boyle@murazikruecker.co') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "nayeli_boyle@murazikruecker.co"], ["name", "Pearline Berge"], ["password_digest", "$2a$04$U.Tp1B6bgSTZFKpzsGoVGOv6Cy8w7PmKN6ensaqtrn3Bkcq2jtcfa"], ["created_at", "2016-05-17 19:52:43.217152"], ["updated_at", "2016-05-17 19:52:43.217152"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-title') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Est nam et consequatur laboriosam et. Incidunt sunt quam consequatur assumenda cupiditate officiis. Voluptatum assumenda omnis libero vel."], ["summary", "Enim numquam ipsa facere. Necessitatibus ipsa voluptatem neque vel debitis mollitia. Molestias iusto quia facere."], ["author_id", 27], ["slug", "my-title"], ["created_at", "2016-05-17 19:52:43.222210"], ["updated_at", "2016-05-17 19:52:43.222210"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('lelia@mitchell.io') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "lelia@mitchell.io"], ["name", "Mrs. Jack Durgan"], ["password_digest", "$2a$04$g2uC/1YCxHeCqeTUQgoIjuXc1oXVaq.cshdH8zBw/QNO0FpVhwZ9W"], ["created_at", "2016-05-17 19:52:43.231311"], ["updated_at", "2016-05-17 19:52:43.231311"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('my-slug') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Aperiam saepe quod voluptatibus. Sit et harum voluptatem deleniti eum illo. Ex molestiae ad perferendis."], ["summary", "Quae pariatur vero aut exercitationem voluptatibus recusandae. Velit sed omnis. Excepturi et voluptates facere ipsum soluta nihil."], ["author_id", 28], ["slug", "my-slug"], ["created_at", "2016-05-17 19:52:43.235664"], ["updated_at", "2016-05-17 19:52:43.235664"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kristopher.weinat@leuschkepredovic.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kristopher.weinat@leuschkepredovic.com"], ["name", "Cory Rowe"], ["password_digest", "$2a$04$IvxE8stCjsmIAVT/qSzaC.mmx1egA9i/0wdil9LUD4RtHxdhKvilu"], ["created_at", "2016-05-17 19:52:43.245896"], ["updated_at", "2016-05-17 19:52:43.245896"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('ruby@huels.biz') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "ruby@huels.biz"], ["name", "Mrs. Caitlyn Stamm"], ["password_digest", "$2a$04$jsOLmHBL0zZSWIhLV2sD0eiy3otNTN4tqHzhDFwpk1Uw82wWDToDG"], ["created_at", "2016-05-17 19:52:43.256290"], ["updated_at", "2016-05-17 19:52:43.256290"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('roberto.cormier@dach.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "roberto.cormier@dach.com"], ["name", "Cristian Kihn"], ["password_digest", "$2a$04$3VNw6NGHVBqqmRPnGCE8QePUNUi/QQjEb3s.z.v6YKdoGRU.dn2ei"], ["created_at", "2016-05-17 19:52:43.265867"], ["updated_at", "2016-05-17 19:52:43.265867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kobe@watsica.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kobe@watsica.info"], ["name", "Sterling Schumm"], ["password_digest", "$2a$04$1GG.GrDgcLIsbFjsVtEda.2NZ/eIwR1wxzymxRsE0tXCr6oKFJSeG"], ["created_at", "2016-05-17 19:52:43.276110"], ["updated_at", "2016-05-17 19:52:43.276110"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title144') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Sint ex sed. Id reiciendis explicabo voluptatem."], ["summary", "Ea fugit aut earum dolores blanditiis. Facilis qui ab id in quas."], ["author_id", 32], ["published", "t"], ["slug", "title144"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:43.280748"], ["updated_at", "2016-05-17 19:52:43.280748"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('dora@schinner.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "dora@schinner.info"], ["name", "Tomasa Pollich DDS"], ["password_digest", "$2a$04$32XgPRg.IjeXPBHP5g6Si.KrgLmwV6QBqYN1NothHv5b46Mle8aNm"], ["created_at", "2016-05-17 19:52:43.288415"], ["updated_at", "2016-05-17 19:52:43.288415"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title145') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Sunt in ea odit qui. Sint alias sed facere deserunt in aut."], ["summary", "Odit recusandae magni voluptas libero dicta."], ["author_id", 33], ["published", "t"], ["slug", "title145"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:43.293048"], ["updated_at", "2016-05-17 19:52:43.293048"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title144') AND "exposition_posts"."id" != 20) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-05-17 17:52:43.295009"], ["updated_at", "2016-05-17 19:52:43.297860"], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title145') AND "exposition_posts"."id" != 21) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-05-17 19:52:43.295208"], ["updated_at", "2016-05-17 19:52:43.302127"], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('malcolm@turner.biz') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "malcolm@turner.biz"], ["name", "Mrs. Margaret Runolfsson"], ["password_digest", "$2a$04$W24PDL0zTuMNP3t5zzrB5uREhVLAxqhFf/CWb2ve4CuZ.zGOe76Tm"], ["created_at", "2016-05-17 19:52:43.312493"], ["updated_at", "2016-05-17 19:52:43.312493"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title146') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Laboriosam sit necessitatibus est ea. Ex asperiores deserunt voluptas sit pariatur similique. Quis sapiente commodi deserunt hic tenetur dolorem dolor. Voluptatem quaerat et ratione."], ["summary", "At dolores rem. Aut aut quis ea fuga autem recusandae. Maxime nihil totam ut et hic."], ["author_id", 34], ["published", "t"], ["slug", "title146"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:43.317037"], ["updated_at", "2016-05-17 19:52:43.317037"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('kristian@metzrau.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "kristian@metzrau.net"], ["name", "Krista Rutherford"], ["password_digest", "$2a$04$nL3XUzQk4lzSrf1FyTdGFuGBqpV8x.gGrtdTlJgbs5iTniARLFj/2"], ["created_at", "2016-05-17 19:52:43.323826"], ["updated_at", "2016-05-17 19:52:43.323826"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title147') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Aspernatur minus qui nemo cumque quasi ipsa vero. Est quaerat eveniet ut porro tenetur. Delectus accusantium et est repellendus saepe. Repellendus nobis nesciunt hic iste."], ["summary", "Ea omnis voluptate et dolores expedita non. Ipsum ab vel modi voluptatem ducimus mollitia quis. Illum odio omnis voluptatem."], ["author_id", 35], ["slug", "title147"], ["created_at", "2016-05-17 19:52:43.328638"], ["updated_at", "2016-05-17 19:52:43.328638"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('owen_kemmer@cristschumm.info') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "owen_kemmer@cristschumm.info"], ["name", "Mrs. Kenna Monahan"], ["password_digest", "$2a$04$ZgU6PqWKq1VgAblLmE62/uSTTQocK1K/.tdaRHOa21KzM6vVILZ4y"], ["created_at", "2016-05-17 19:52:43.339287"], ["updated_at", "2016-05-17 19:52:43.339287"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('diego@mckenzie.net') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "diego@mckenzie.net"], ["name", "Ila Wunsch"], ["password_digest", "$2a$04$IeIdquCrlqLX4HsRGUAn4uWbkXdw/TZ1ec5VcoV2O0mUhOSev5N8O"], ["created_at", "2016-05-17 19:52:43.348670"], ["updated_at", "2016-05-17 19:52:43.348670"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title149') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Quia consequatur illum voluptas velit nihil ut. Quia est odit voluptates cupiditate velit deleniti quasi. Est voluptate dolor. Enim recusandae aliquam aliquid quos quibusdam dolorem."], ["summary", "Nesciunt eligendi rerum delectus. Nulla totam qui eos rem. Neque blanditiis sed consectetur tenetur assumenda praesentium sed."], ["author_id", 37], ["slug", "title149"], ["created_at", "2016-05-17 19:52:43.353850"], ["updated_at", "2016-05-17 19:52:43.353850"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title149') AND "exposition_posts"."id" != 24) LIMIT 1 SQL (0.4ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", "t"], ["published_at", "2016-05-17 00:00:00.000000"], ["updated_at", "2016-05-17 19:52:43.358228"], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('uriah.lindgren@schamberger.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "uriah.lindgren@schamberger.info"], ["name", "Zoe Turcotte"], ["password_digest", "$2a$04$ae461Ulos0s4DadcVu7tKuZLy/fVW04TDDWrGbot4uqJbrPw6hUCK"], ["created_at", "2016-05-17 19:52:43.369745"], ["updated_at", "2016-05-17 19:52:43.369745"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title150') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "published", "slug", "published_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Eos repudiandae ab qui. Blanditiis beatae excepturi. Harum eius qui perferendis non. Et nemo minus magni sint occaecati."], ["summary", "Iusto quia libero."], ["author_id", 38], ["published", "t"], ["slug", "title150"], ["published_at", "2016-05-17 00:00:00.000000"], ["created_at", "2016-05-17 19:52:43.374647"], ["updated_at", "2016-05-17 19:52:43.374647"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", "2016-05-16 00:00:00.000000"], ["updated_at", "2016-05-17 19:52:43.379273"], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE (LOWER("exposition_posts"."slug") = LOWER('title150') AND "exposition_posts"."id" != 25) LIMIT 1  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('icie.brown@roberttreich.co') LIMIT 1 SQL (0.3ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "icie.brown@roberttreich.co"], ["name", "Osborne Harber"], ["password_digest", "$2a$04$fTJLpmSrar17U0K9pw0syeuWiTzlYI6j1lyUdRSJJPdz7/yrNAHlS"], ["created_at", "2016-05-17 19:52:43.392061"], ["updated_at", "2016-05-17 19:52:43.392061"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT 1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$sSjhaIrKK92jzpd2Uyv6x.U9Y07A0eq/kJ1/ez6WNxNnYo1h8BYq2"], ["created_at", "2016-05-17 19:52:43.499672"], ["updated_at", "2016-05-17 19:52:43.499672"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('A') LIMIT 1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a.com') LIMIT 1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('12@12.c') LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('a@a') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT 1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('johnny@appleseed.com') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$UBW2RkPgsM8QxqQFHtVuHue3Gj8rRRr7FFHF0N/wS3r9l./MEWaNq"], ["created_at", "2016-05-17 19:52:43.627771"], ["updated_at", "2016-05-17 19:52:43.627771"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER('armani_monahan@prosacco.info') LIMIT 1 SQL (0.4ms) INSERT INTO "exposition_users" ("email", "name", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "armani_monahan@prosacco.info"], ["name", "Casandra Larson"], ["password_digest", "$2a$04$AFxxfUKuQF48tf3juNphQufpSYzPFH8FC5ktpqzqeG3OZ70yIZluK"], ["created_at", "2016-05-17 19:52:43.641266"], ["updated_at", "2016-05-17 19:52:43.641266"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER('title152') LIMIT 1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "summary", "author_id", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Earum qui cumque id incidunt. Corrupti blanditiis sapiente et quis asperiores quidem. Repellat rerum unde dolores amet. In aut distinctio rerum illum nam ipsam."], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."], ["author_id", 42], ["slug", "title152"], ["created_at", "2016-05-17 19:52:43.645855"], ["updated_at", "2016-05-17 19:52:43.645855"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (25.6ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (3.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) BEGIN  (4.2ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (8.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (46.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (3.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (3.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-05-17 22:03:03 UTC], ["updated_at", 2016-05-17 22:03:03 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-05-17 22:03:03 UTC], ["updated_at", 2016-05-17 22:03:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cara@wintheiser.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kamron Zieme"], ["email", "cara@wintheiser.info"], ["password_digest", "$2a$04$EIQNBm.imtXjWHu7EjJjMOwWVgiyJxGTSJIqqsg/YvSWDyhn7xYCe"], ["created_at", 2016-05-17 22:03:03 UTC], ["updated_at", 2016-05-17 22:03:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 1], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 1], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Voluptatum similique ipsa. Et expedita aut mollitia architecto."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:03 UTC], ["updated_at", 2016-05-17 22:03:03 UTC], ["author_id", 1], ["slug", "post1"], ["summary", "Error et incidunt veniam. Dignissimos esse at consectetur ipsa libero rerum. Qui officia et autem magni."]] SQL (1.0ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["tag_id", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 1], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 1], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfonzo@simonitreich.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lura Ankunding"], ["email", "alfonzo@simonitreich.info"], ["password_digest", "$2a$04$xtsNCH/sNv7TN5GsP39dcOxojllYa64XjmpHdxLZD7j.qbwghN5z."], ["created_at", 2016-05-17 22:03:03 UTC], ["updated_at", 2016-05-17 22:03:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 2], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Porro at et voluptatum omnis hic autem necessitatibus. Alias voluptatibus tempore et libero voluptatum. Omnis eligendi quod dolor."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:03 UTC], ["updated_at", 2016-05-17 22:03:03 UTC], ["author_id", 2], ["slug", "post2"], ["summary", "Quaerat et velit voluptatem. Incidunt asperiores ea illo fugiat voluptas. Ipsam reprehenderit officia et error."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["tag_id", 2]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 2], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:03:03 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (14.9ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (31.8ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (53.5ms) Completed 200 OK in 2612ms (Views: 2600.7ms | ActiveRecord: 7.2ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-05-17 18:03:06 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 1], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 1 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 1 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (10.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (17.0ms) Completed 200 OK in 36ms (Views: 24.0ms | ActiveRecord: 4.0ms)  (1.0ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$7Vq0/7ZsmCMczFQwYeMZOeYXI7pU0iN3d5hK.XDLDXRJ1UjZ1fEPa"], ["created_at", 2016-05-17 22:03:17 UTC], ["updated_at", 2016-05-17 22:03:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$ier.5uNAhIx1.lRJkz5/POX3cirGRYN3Tr1kOY04JApydgh/SvaIS"], ["created_at", 2016-05-17 22:03:17 UTC], ["updated_at", 2016-05-17 22:03:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (2.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Mljnw7uJbtxmbH9f83I88OlrLi5ZKRUNfXuSptyIbq9iPQ50POX0q"], ["updated_at", 2016-05-17 22:03:17 UTC], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shaina.koepp@bernhardhyatt.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christa Collier DDS"], ["email", "shaina.koepp@bernhardhyatt.info"], ["password_digest", "$2a$04$CEGVpSEpujV3ltStzaPLJeLMx0Nk74MlhijWImELPh7IgRlOSqPTS"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Qui enim aut. Fuga optio sit et et laboriosam."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Officiis iste nostrum unde optio sed eaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 20ms (Views: 13.5ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noble.hermiston@hermiston.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Mark Jaskolski"], ["email", "noble.hermiston@hermiston.biz"], ["password_digest", "$2a$04$7x2DWEm9L7tedJsRZ1.UjuVetHdI/KpMPzt8rEJl9kZ52p905zvT6"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Enim voluptas optio rerum porro. Dolorem accusamus rerum officiis. Earum sunt quo non qui."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Dignissimos quidem et nisi vel veniam unde. Iusto repellat laborum quo velit. Est quia libero maiores beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarod@mcglynn.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isai Johns"], ["email", "jarod@mcglynn.net"], ["password_digest", "$2a$04$/lSGTbgPNcYgVRYfkBjKsO8ycCQhsJDI2Wc10BeGF0F/2GUO5sUQS"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Est voluptatem sit eum veritatis. Minus et fugit qui ducimus."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Doloribus blanditiis optio nemo eum soluta sint velit. Aperiam iure nisi ipsam tempora. Corrupti nobis corporis maxime dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cordelia_considine@leannonmclaughlin.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Julian Kilback"], ["email", "cordelia_considine@leannonmclaughlin.co"], ["password_digest", "$2a$04$7z1m6qCslSM1R.poYwRgbOcOOXU/9qd9YAQT06/4V1xgIoVhKbiqy"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Molestias quae aperiam est voluptatem laborum quod. Quod nemo et quia earum deleniti sit impedit. Praesentium ex non aut dolore nobis aperiam culpa. Harum explicabo mollitia tempore itaque minus."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Ipsa velit ab velit dolorum minima. Molestiae perspiciatis consectetur commodi ullam perferendis voluptate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "holden@langprohaska.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frederique Predovic"], ["email", "holden@langprohaska.co"], ["password_digest", "$2a$04$7v/x65kwOXKZvXvncf3VwunAKlb8RA5HGpieJ8plCNEJ3YGW436LO"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Facere accusamus sit et. Nihil aut in nam quos consequatur autem. Reiciendis consectetur et molestiae quo."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Voluptatum officia qui quaerat dolorum voluptas optio. Doloremque et quidem consequuntur cumque quia aspernatur ut. Eveniet modi dolores laborum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janea@pagac.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassandre McGlynn I"], ["email", "janea@pagac.co"], ["password_digest", "$2a$04$XA8ep453/sb7qM8AKU98V.YzDaNdBXQ5/9EWOwZK/vjt41JmhTlLy"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Velit rerum illum ea distinctio hic consectetur. Ratione autem sunt. Porro quibusdam rerum."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Soluta molestiae perspiciatis similique voluptates."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arianna@trantow.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keara Kihn"], ["email", "arianna@trantow.com"], ["password_digest", "$2a$04$bFRCvDVeKzPz4SXZ443KkuVBIM2k8DIRPnRqtVcgGtiyrOCF86izC"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Et non error quia. Sit animi culpa porro doloremque. Mollitia vitae minus deserunt."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Magni sit iure incidunt cupiditate ut pariatur esse."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elijah.botsford@medhurstnicolas.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Lelah Altenwerth"], ["email", "elijah.botsford@medhurstnicolas.io"], ["password_digest", "$2a$04$2nwnEuY0vZFTBOyapI2wBelK0/WjVWfI.mWQGVcX39a0/wf9CQVT2"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Est ad quam magnam amet consequatur. Aliquam perferendis sint voluptas minus dolorum. Totam id pariatur sit vitae expedita ratione. Incidunt et pariatur aliquid repellendus."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Consequuntur vel nihil corrupti molestiae. Saepe totam voluptatibus facere dolor ad."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haylie.kreiger@homenickdooley.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tara Dietrich"], ["email", "haylie.kreiger@homenickdooley.biz"], ["password_digest", "$2a$04$8Eymx/PySK2HYicnV4SZo.93CJAfovdXpctsveCFC2Mn/MuWbgWiW"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ea laborum cupiditate corporis voluptatem nemo alias. Minus dolores aut sint qui tempora ducimus. Harum voluptatem veniam aliquam voluptatem."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Accusamus maxime ducimus similique quis ullam deserunt. Et qui architecto eius vero maxime qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jevon.cronin@greenholtsporer.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Candace Osinski"], ["email", "jevon.cronin@greenholtsporer.co"], ["password_digest", "$2a$04$KnyJV4OrL9Vaf0jq3tK71ODuorJE/slILhHqCwjYjmzC80DtoD7om"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Officia mollitia veritatis quaerat accusamus totam aut. Fugiat odit est eligendi veritatis aut et. Ullam numquam dolor praesentium totam ut."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Omnis dolorem sit vel commodi. Dignissimos consectetur dolorem animi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "holden@rodriguez.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bill Toy III"], ["email", "holden@rodriguez.co"], ["password_digest", "$2a$04$GimQK3SC69VXx8N0Z.UTE.vK.a1M5NsC933n0vOmTFr3aFRjMD1fa"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Blanditiis nam voluptatibus est. Est et distinctio."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Molestias cumque eius et dolores eos. Voluptatem adipisci animi."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "archibald_morar@rodriguezlemke.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ariane Schumm"], ["email", "archibald_morar@rodriguezlemke.io"], ["password_digest", "$2a$04$uVwO1/MSijTQBM87cgvs.uA.3DCb.q1e7OIHiisI0THBoxRfq94W."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Est eos ut consequuntur minima ut. Incidunt minima esse aut sint fugit."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Provident natus in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shyann.tromp@mertzcummerata.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Alexandro Rempel"], ["email", "shyann.tromp@mertzcummerata.name"], ["password_digest", "$2a$04$9Mg7Dg16/u3vt4eTqnNMN.1Wdap5h3wbUfc7cvqyKqh4kVSd6sVmS"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Est explicabo porro perspiciatis qui sint aspernatur. Et officiis similique reiciendis distinctio veritatis expedita. Odit minima qui cupiditate sed consectetur similique."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Est veritatis id debitis sed aut sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maverick@swift.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keara Johnson"], ["email", "maverick@swift.co"], ["password_digest", "$2a$04$5zYrGsyjd.PKDMpTf3UX7.eOTqukmRRsTia6SYCVXTRpHk4Br5Yia"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "At dolore doloribus. Aperiam culpa dolorem et sed impedit in. Quas maiores omnis minima velit dolores."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Reprehenderit sint minima omnis. Quidem quos assumenda quia ex quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isaac@blockhickle.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carlos Jakubowski"], ["email", "isaac@blockhickle.io"], ["password_digest", "$2a$04$Zg3WNYpitbXcEl2j6Sip.ePjRHNB77ybceKUIbIUOiSE5yo1erWuO"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Tenetur rerum laudantium nobis. Facere et culpa qui quod consequatur vitae."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Aspernatur quo illo ea suscipit. Ut repellendus libero et ut. Aliquam tenetur error sit non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "humberto@grant.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raphaelle Steuber"], ["email", "humberto@grant.org"], ["password_digest", "$2a$04$WEztYAWjoqqk0cAQSYGPh.BmPg9cUgBwXXKa2n2lbWn5WgmCo9cJC"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Vel quos est reprehenderit. A ut provident ab saepe enim illo tempora."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Ipsa rerum qui id dolores harum sit. Ex et corporis maiores et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alek@jenkinsbarrows.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lazaro Hackett"], ["email", "alek@jenkinsbarrows.com"], ["password_digest", "$2a$04$HtuTweCoZYXCo4mOI50iKuFQENcZZA.Ll/GVtYoRhDKfqlehn8PZe"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Autem culpa asperiores omnis ipsa. Repellat possimus aut assumenda laboriosam. Non alias et culpa."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Numquam ut ea rerum vero est cupiditate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "doyle@jonesmclaughlin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bennie Kris"], ["email", "doyle@jonesmclaughlin.io"], ["password_digest", "$2a$04$VA7Ah00it1zXRLkTjbd8W.Gy.xesAQsqac0HNctymMvKT5RF8qi.i"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Sunt voluptate doloribus quis officiis. Nihil in dolore esse et minus. Et sequi quo necessitatibus voluptatem."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Ex exercitationem ratione sed. Consequatur id autem. Quas dolores maxime omnis dolor consequatur consequuntur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deshawn.littel@hilpert.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evelyn Abernathy"], ["email", "deshawn.littel@hilpert.info"], ["password_digest", "$2a$04$3iFMPREzZ.U261CgNhdI5.ujPP3QP/nR1Tw2y1S6zAvB2G5eBAqwe"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Excepturi beatae harum nihil amet dolorem. Odit corrupti ab aliquid temporibus. In distinctio pariatur ea doloremque repellat."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Rem voluptatibus facere ut veritatis odio quis nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "herminio@pollich.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zaria Hodkiewicz Sr."], ["email", "herminio@pollich.biz"], ["password_digest", "$2a$04$N5Y.JNb6nUy.QaFqs9vohOvrnD/r1SSZ4m82jgzyWkM7e0odiTLLi"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Rerum atque est et aliquam aut. Quidem consequuntur voluptatum rem velit porro officiis. Quisquam recusandae sunt."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Ut accusantium excepturi veritatis est consequatur distinctio. Id quos ut magnam libero quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ronny@doyle.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nicole Rowe"], ["email", "ronny@doyle.biz"], ["password_digest", "$2a$04$rxPCh7LlhAmPzDXv00zLLu63RFlfmiFB5Fn4Y3y/nP0RRP8KaHxYC"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Sed ut praesentium ipsa. Dolorem enim qui ea. Sed odio labore molestiae ut autem voluptas. Expedita consequuntur enim a sunt repudiandae placeat sint."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Expedita similique distinctio saepe quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raul_grant@robelsteuber.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verona Wilkinson"], ["email", "raul_grant@robelsteuber.com"], ["password_digest", "$2a$04$SNohWq4haGnmLiH6u6QikOJ2FVc9pv3rnuAdJATAeTjhPsx3.1qyu"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Non maxime omnis velit sint. Debitis beatae et totam provident aspernatur quas. Impedit mollitia odio distinctio recusandae quo."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Quo molestiae odit sequi illo. Voluptatem veritatis quo natus vitae dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jermey.beer@williamson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dina Cronin"], ["email", "jermey.beer@williamson.net"], ["password_digest", "$2a$04$sRg9gJNzGb385wnLfTOaM.gc2KK2EDegahBHYvOY40BEfhYQJTiia"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Aliquam temporibus sed explicabo suscipit laboriosam eius. Minima fugit aliquam consequatur."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Consectetur vitae consequatur architecto sed illum aliquid sit. Est sit aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bethel@von.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jermaine Wehner II"], ["email", "bethel@von.org"], ["password_digest", "$2a$04$um3VUpXhv4.isFYYHMqlkOqqzviv4sbdmOad9XMC/byjCx1YZWo4O"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Suscipit dolores qui possimus culpa harum commodi ipsam. Sunt et dignissimos aut saepe."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Asperiores ut saepe. Voluptatem ullam neque sit. Sed corporis soluta labore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "muhammad.brown@wisokyyundt.net"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Denis Brown"], ["email", "muhammad.brown@wisokyyundt.net"], ["password_digest", "$2a$04$hKDNJSgmD6QFFK7N17/Od.xpSCLRcZLAmsZ1pUOhgDIk3uauevQpW"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Quo libero voluptatem quasi labore dignissimos fugit necessitatibus. Officia reiciendis a omnis accusamus aut consequatur. Ut facilis eligendi eveniet nam est et. Quis voluptatem aut."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Quo itaque ipsum qui. Natus alias veniam et soluta omnis autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "faye@jakubowskioberbrunner.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Juliana Brown"], ["email", "faye@jakubowskioberbrunner.name"], ["password_digest", "$2a$04$sS7sDnATsqrfHg9sXnAGuOPyNgUq9kLBHbon32ukR.iizQTYaB8a."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Modi rerum neque expedita sunt deserunt. Eveniet est ipsa quia nobis vel aspernatur. Reiciendis voluptatum sit et odit cumque."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Iure sed deserunt. Velit placeat eligendi cum consectetur tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cody_howell@mayerttromp.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aracely Green I"], ["email", "cody_howell@mayerttromp.com"], ["password_digest", "$2a$04$Ij37k/plzidVgrCt3DsVoud..Rq9BOi22UpkE279LDaFJZTO1mmfy"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Cumque nihil odit eum. Quas magnam eos iste aut perferendis."], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Natus quis repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bill@gusikowski.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maggie Waters"], ["email", "bill@gusikowski.com"], ["password_digest", "$2a$04$5jp4KrjEXTXYLGnxBb6/3.bFSOM3FXbKWwWpNWMy.ZtEZlgL38/ae"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macy@homenicktorp.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allan Mayer"], ["email", "macy@homenicktorp.org"], ["password_digest", "$2a$04$HsufULK.mgsGhNSNgJIniekFSJN2MBV6ZZa2oUr508nmN.hLyEg86"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Distinctio consequatur quia qui modi non corporis. Aperiam dignissimos est facilis amet voluptas minus. Ut unde non totam. Unde explicabo voluptate ut distinctio.", "summary"=>"Voluptatum fugiat veritatis minima. Vel nulla corporis laborum pariatur et fuga. Et harum atque pariatur commodi quam quia.", "title"=>"Title29"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.9ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 11ms (Views: 1.5ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Deleniti pariatur magnam eos harum aut dolorem aut. Sapiente perferendis incidunt quo. Quidem rerum quod nostrum occaecati debitis. Omnis sed impedit voluptas sit.", "summary"=>"Et ut ipsum fugiat. Veniam modi aut tempore delectus.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nelle@mcglynn.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isabella Cremin"], ["email", "nelle@mcglynn.name"], ["password_digest", "$2a$04$ES8L0yBGii0HsdRqpwBS.eAKXOKr3GlhUpnKbNnMhNpQVIc4Rrp8m"], ["created_at", 2016-05-17 22:03:18 UTC], ["updated_at", 2016-05-17 22:03:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Et non ex enim velit sit deleniti.", "title"=>"Title"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Et non ex enim velit sit deleniti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Et ipsa quisquam nemo aut.", "title"=>""}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "milan@veum.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ellie Mohr"], ["email", "milan@veum.com"], ["password_digest", "$2a$04$Un4xmVrYknx0skZCn/9cOORFZz4IU4rFh0EnjAzpmh2IYRjS/8kB2"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Rerum est quis nam dolorem cumque totam. Adipisci nihil non sit eligendi. Dolore illo in doloribus rem molestiae. Illum quisquam commodi dicta."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Qui ut et voluptate aspernatur voluptas doloremque. Nihil delectus accusamus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madeline@hansen.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassandre Stracke"], ["email", "madeline@hansen.biz"], ["password_digest", "$2a$04$sxzq8z5S.ErCPHOdPoecTObm8QENwIFQC/J830EFCUveWadIu7HKy"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Enim corporis at aliquam rerum temporibus quam. Aut repudiandae reiciendis velit. Et in rem ut asperiores accusamus. Ut doloremque reprehenderit."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Delectus ipsam dolorem. Veritatis corrupti autem cumque deleniti in totam. Repellendus ipsa voluptas maiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "neil@blockpredovic.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abbey Walter DVM"], ["email", "neil@blockpredovic.io"], ["password_digest", "$2a$04$2KUWYZZE..ZXO8JRLy/9wO0knuKw2QiAeZmMSk/T4mIoHkMNVQ7LG"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Expedita qui aut asperiores error debitis exercitationem eaque. Eligendi magnam et porro vel. Quae magnam perspiciatis mollitia provident et voluptatem."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Voluptatem cumque et voluptatibus ratione suscipit pariatur dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "liza_fahey@cartwrightluettgen.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dejuan Jerde"], ["email", "liza_fahey@cartwrightluettgen.io"], ["password_digest", "$2a$04$pdXhrm42YkdgodysJtHGNegQItAsih9ue/oGm/YPTFy9TONarNYy6"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Corrupti ex nam velit autem quibusdam quis. Consequatur aut magni vitae qui culpa dicta ipsum. Sunt dolores aut sed."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Dolorem sint quisquam voluptatem amet repudiandae et veritatis. Eligendi fuga voluptas. Cumque quibusdam earum ratione autem quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:03:19 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mariana_lang@erdman.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Quinn Quigley"], ["email", "mariana_lang@erdman.biz"], ["password_digest", "$2a$04$JKr/IoIWJaKvp58xoc6Q3uLoU6Rt0Clt8COHvI4UcoIBxFOqWPdH."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Ut maxime ut quasi ratione corporis voluptatem. Accusamus neque ut facere."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Laudantium labore velit quibusdam atque fuga. Reprehenderit sit culpa ea minima eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:03:19 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "schuyler.blick@murray.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allie Yost"], ["email", "schuyler.blick@murray.io"], ["password_digest", "$2a$04$Mk9iMXjcLQnyzdzDgLF4f.bIPUyXv9pkDbzT/GCY.I1nQY4J1Rtza"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marjorie.graham@cormierkerluke.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kristy Grant"], ["email", "marjorie.graham@cormierkerluke.org"], ["password_digest", "$2a$04$Ws6gGpjyosYVPX8IujBRAeFZcfSYq1ZzvBObmo.ST5geae5bNzQCC"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Officia velit excepturi itaque quo perspiciatis quae architecto. Laboriosam veritatis tenetur ea reiciendis earum provident omnis."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Delectus ad animi eum velit id ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-05-17 22:03:19 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.2ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "general@labadie.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Baylee Durgan"], ["email", "general@labadie.name"], ["password_digest", "$2a$04$fIVqGoLx1aWqHJPSohEcuePvxOfx3OjVspcc3UPDt2i4cLFRQpZIC"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Consectetur incidunt aut nesciunt est distinctio commodi. Ea error porro. In maxime mollitia sed est exercitationem."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Expedita voluptatem numquam explicabo aut. Laboriosam ullam animi ipsam sit. Molestias vitae harum repellendus in aliquid consequatur est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (1.1ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:03:19 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (1.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Demond Halvorson"], ["email", "user@user.com"], ["password_digest", "$2a$04$6X45K9hdoiV3DCb167RE6.9tTgcl0g.eSg7qQfO6XLJ3AlaBnjTdm"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ania_greenholt@gulgowski.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reynold Jacobs"], ["email", "ania_greenholt@gulgowski.org"], ["password_digest", "$2a$04$VPC5qXaMisHEKN/hYrfqF.MN23GPa9LR75KHSF/6OdH5C/O7lATFK"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.6ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-17 22:03:19 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-17 22:03:19 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.5ms) Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elva.beier@homenick.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Calista Halvorson"], ["email", "elva.beier@homenick.co"], ["password_digest", "$2a$04$XcDVTVeYwXtSI/f7VxNLE.8xSHqy5yjP3nQsx3FvZ/8Xbzzpo9lwK"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Ipsam inventore et corporis molestiae consequatur. Error sit vel vitae."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Eaque ex amet. Sit in qui."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madelynn@beahan.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rubye Klocko"], ["email", "madelynn@beahan.org"], ["password_digest", "$2a$04$1X4/pdbhU//DsxY/7QfSjeK4gcWG.fHKVpqj.akfEI93TQnMOv68G"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Fuga voluptatum saepe. Voluptatem maxime voluptates. Commodi vero ut quia consequatur aliquam. Fuga inventore laboriosam reiciendis omnis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Est ducimus et sed eos ipsum. Rerum eos et animi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chadrick@mueller.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Spencer Batz MD"], ["email", "chadrick@mueller.biz"], ["password_digest", "$2a$04$iLMi3mjjkqOzCadQpLvhY.e.veXRIG.Gq.2r13wiCrGEQWIfAFM/q"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Aut ducimus nihil et autem. Rerum deserunt amet quos voluptatum placeat architecto. Eum fuga ea eos at quis."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "In velit iusto dolorem consectetur animi omnis. Molestias velit doloremque id nemo accusantium recusandae rerum. Doloribus praesentium distinctio vero aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-16 00:00:00 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["id", 37]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 18ms (Views: 12.1ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmie@koelpinchristiansen.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adeline Wisoky II"], ["email", "emmie@koelpinchristiansen.name"], ["password_digest", "$2a$04$FAHKkuxvBqOclnDlTaOr..fLxNoc5URUjHXCxG9IVj6w36A2Ki1eK"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Aperiam sunt minus vel molestiae pariatur quae. Facere sed sint voluptate qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Quam hic quidem cupiditate qui tempora veritatis. Et officiis rem accusamus nulla similique quae beatae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "harvey_nicolas@armstronggleichner.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Greta Reichel"], ["email", "harvey_nicolas@armstronggleichner.io"], ["password_digest", "$2a$04$4iE2xUBb1xc0NsX60Pq2Oe80rEpYPhFWDH./.5pOuIWri9vcE.Vqa"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Voluptatem dolores itaque libero illo. Voluptas est qui ut nesciunt et nemo non. Veniam provident et ut. Fugiat incidunt laborum aut quo."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Incidunt ut sed reprehenderit rerum. Numquam minus quia illo temporibus sed laboriosam. Perspiciatis consequatur magnam voluptatem neque est et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ivy@berniereffertz.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Avery Little"], ["email", "ivy@berniereffertz.biz"], ["password_digest", "$2a$04$JULfYjD75eL6uo7AqopjxOzOjK71MS7Y6yf7KW0OB/v4BaZiPQu7a"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Deserunt ratione minus facilis eos. Iusto hic aut qui atque. Nostrum animi sit odio aspernatur."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Non aut assumenda aut minima alias rerum. Rerum sint maxime ex praesentium aliquid."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zion@reilly.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carlee Mraz"], ["email", "zion@reilly.io"], ["password_digest", "$2a$04$p7ShpBSAXHCieRML.7DMLONpCkVt0Uf/4s1K3kOEWhO9bBuNQZtMa"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Natus quod debitis. Rem minus ea rerum iusto nulla."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Qui qui voluptates aut sit nesciunt ut et. Error et voluptas in ea praesentium consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "esmeralda.jacobs@fritsch.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cierra Watsica"], ["email", "esmeralda.jacobs@fritsch.co"], ["password_digest", "$2a$04$Ttn686pAakHzXfflEtON8eRf2imMv/3.S8jc1SqGMmrEUp7Z3ZKp."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Officia asperiores magni hic voluptas delectus dolore minus. Esse ut quos. Animi ex reprehenderit."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Id sed tempora ut dolor vel placeat modi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "junior@conn.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Teresa Howell"], ["email", "junior@conn.name"], ["password_digest", "$2a$04$zLbR/L0xhf6AXvvpxeZPKuwzCLZgT6W89GlZa/GhhB.MAzJormUg."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Sint cupiditate aut. Corrupti aut molestias harum minus. Fugiat quo nostrum ut dolor pariatur."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Modi at repellendus rerum quas. Ut animi voluptate aperiam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ebony_haag@quitzonhuel.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Armand Altenwerth"], ["email", "ebony_haag@quitzonhuel.com"], ["password_digest", "$2a$04$PfNMHwBzC.QHbx7t1L0jBOOUv4Y6BDFz1UHE1x8tygS52y.Pmzn92"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Assumenda nisi quis et rerum totam. Et et nisi eum. Doloremque impedit sit perferendis ut cum cumque vel. Aliquam magni non et."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Corrupti sunt est adipisci fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keyshawn.mueller@donnelly.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erin Rohan"], ["email", "keyshawn.mueller@donnelly.biz"], ["password_digest", "$2a$04$lP0viFJUOsQFG1ljhWWkmuhE2DITVOZfxYih.Pg5hk/322fjWYk8e"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Aperiam porro esse iste et veritatis numquam itaque. Qui ipsum reiciendis dignissimos officiis molestiae."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Minus voluptatem ab. Doloribus voluptatem ullam consectetur ea. Repellat magnam dignissimos ut repudiandae debitis accusamus autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carey.mayer@toyratke.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sheldon Senger III"], ["email", "carey.mayer@toyratke.info"], ["password_digest", "$2a$04$E7jhM7K9eqkdiI1FlVzI7uDKecw2r9pA6DFls8ZOK3ErOip9qhbqm"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Voluptatum ut eos rem enim. Quia officia sed beatae maiores. Esse voluptatibus dolorum neque occaecati minima aut."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "In illum consequuntur autem et. Mollitia aperiam est dolore occaecati."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bertrand.lynch@armstrong.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jennifer Predovic"], ["email", "bertrand.lynch@armstrong.io"], ["password_digest", "$2a$04$u.ZQL14nje1JLKxHC.mm8ODsm3IBERw0cfqvYF/rN2ihILRrf3N1m"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Aut qui ut totam voluptatem harum. Non vel pariatur facilis labore dicta suscipit non. Autem sint et aut perferendis. Non quia nihil nemo fugit nostrum dicta velit."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Labore earum reprehenderit laudantium voluptas omnis. Dolores rem est delectus dolores. Porro exercitationem debitis sunt voluptatum perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lisandro@nader.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Teresa Cartwright"], ["email", "lisandro@nader.org"], ["password_digest", "$2a$04$bbLM7BvUoTGs/Crr4NSErOpH.cEKD8jsSsXqm1oBMh/Qr07TmbG1O"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Vel animi totam reiciendis veniam dolores quasi. Enim totam itaque ullam."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Ut commodi dolor magni enim sed sed. Explicabo eius nisi et. Quo suscipit soluta maiores nam nostrum laudantium officiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "junius.macgyver@marvin.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adolphus Pfeffer"], ["email", "junius.macgyver@marvin.com"], ["password_digest", "$2a$04$tpfrC57pbq6oKCEAmAO6AuYXZxJB9mrTnDSh8VKiyZpgzG3nSK5/u"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Qui accusantium rerum. Quia deserunt quo. Assumenda quo natus corporis. Fugit aspernatur eveniet est suscipit."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Ipsum et quaerat nobis non quia. Facilis ad repudiandae quae et totam explicabo sint. Quo velit expedita ut aut omnis accusamus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vickie_collins@johnson.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Natasha Little DDS"], ["email", "vickie_collins@johnson.net"], ["password_digest", "$2a$04$PIgY.8M0SWG8/fEym/aZk.VXD9GdEJceR42nshO5HnpaQ1RcQ21Ti"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Cupiditate quia labore nulla. Voluptatem inventore reiciendis quasi nostrum nam magnam. Eum fuga cupiditate possimus."], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Consequatur consequatur est. Fugiat quisquam beatae possimus doloremque sit officiis voluptatem. Hic molestiae harum minus officia nostrum deserunt amet."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-05-17 22:03:19 UTC], ["updated_at", 2016-05-17 22:03:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (1.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 45ms (Views: 11.9ms | ActiveRecord: 4.1ms)  (0.8ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cecile.hackett@kuvalisreilly.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jessika Hoeger"], ["email", "cecile.hackett@kuvalisreilly.co"], ["password_digest", "$2a$04$hFXS5Aa2qZA8za6TvBpJvuEFDk77PO60KgPbT6yZPl2uT1zVB5p.2"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Est culpa sunt quisquam recusandae et veritatis quo. Reiciendis eveniet ut sapiente nesciunt aut voluptatem perferendis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Voluptatum dolores consequatur eum similique."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayme@boehmwilderman.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Kyle Witting"], ["email", "jayme@boehmwilderman.name"], ["password_digest", "$2a$04$HavdIXPy8EMxJxw9iaUrvOTIfGu8F70InZyMwrtlczdDpWEYLT7/q"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Nisi cupiditate totam ut amet est. Et non illo iure sapiente unde accusantium optio. Voluptatem et et libero ex. Voluptatem amet mollitia harum molestias."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Officia dicta aut qui quaerat saepe."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexys.simonis@bednar.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lula Keebler"], ["email", "alexys.simonis@bednar.co"], ["password_digest", "$2a$04$Xh23KXyOXxrGWj47/fAlRux47OshtrXSPh4Ttm2C5gg1N4vp9KdRq"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Corrupti quas est molestias voluptatem magni. Voluptas doloribus necessitatibus dolor. Aliquid aperiam ut enim et itaque officia qui."], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Rerum veniam placeat asperiores aut."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "phoebe.howell@ratke.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madie Hills"], ["email", "phoebe.howell@ratke.com"], ["password_digest", "$2a$04$mNPSzm51hAbsumTG1DOy6ugtM8j5Ktnb.WGuXBDQEGzcMtxMFeeIC"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Corrupti dolores non qui occaecati et. Magni non corrupti id et beatae quidem."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Aut distinctio similique quo. Numquam voluptate placeat distinctio error voluptatem id iusto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-15 00:00:00 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.0ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caesar@bartonschimmel.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Celestino Ward"], ["email", "caesar@bartonschimmel.info"], ["password_digest", "$2a$04$geFdnXza3ptPZqyUAFfHTeV4DZaBPkV2nM1rRd22K8KoKeRVcj26G"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Consequatur deleniti et. Dolorem nobis commodi sapiente deleniti reiciendis. Illo sit in voluptas mollitia consectetur."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Laboriosam fugiat voluptates. Minus nesciunt enim architecto omnis est qui. Consequatur nam labore et odio aut ea."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mya@pagac.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jackeline Ritchie"], ["email", "mya@pagac.name"], ["password_digest", "$2a$04$fJLQ5v5jpIuPoUrC5uhw5OkkijJSox.8ZV8AzsO8MYaau/RiLKolq"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (1.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Odio aut sit fugiat aspernatur. Accusantium nam et quia necessitatibus sapiente veritatis minus."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Dicta placeat debitis adipisci."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ahmad@prohaskamurphy.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gunner Braun"], ["email", "ahmad@prohaskamurphy.name"], ["password_digest", "$2a$04$V0NsDN0abeFSUwqqj98EAOE37s//blH.GQWMTJc0mwLnjMwvF.nBu"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Quaerat quia iure. Odit omnis aut distinctio enim debitis necessitatibus ab."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Ipsa eos quo non qui officia rem."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wiley.feeney@connelly.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margot Metz"], ["email", "wiley.feeney@connelly.net"], ["password_digest", "$2a$04$JbR7sA9sjDighkIKqz2N4e5xBonWd.88fYyvV.yvuAfHbOcIVB7r6"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Voluptatem earum illum ex beatae sint dolores. Labore alias recusandae sunt quis et amet. Sed totam dolorem et voluptatem."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Numquam voluptates eum autem."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aurelio@renner.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeanie Rath"], ["email", "aurelio@renner.name"], ["password_digest", "$2a$04$6P.WJeBmvvvA9cR0GJBROezgS3DZHHXAKvd0.0sGzDznCZjLiADkO"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Velit accusamus odit nihil est qui. Rerum et optio nihil exercitationem ut. Odio eaque molestias suscipit similique sapiente."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Consequatur nemo cumque voluptas molestiae ipsam a minus. Et dolorem perferendis in."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "coy_moore@friesenheathcote.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Edna Abbott"], ["email", "coy_moore@friesenheathcote.biz"], ["password_digest", "$2a$04$ucmDURaarKxOOgB8n4C8ken4lpogzcr6Qb5lf7b7WcEmV5GR083fm"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Voluptates et amet qui iure at est et. Provident quos perspiciatis velit."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Repudiandae assumenda sunt natus. Magni facere commodi eum est temporibus occaecati."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jane.homenick@armstrongkihn.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stephen Bernhard"], ["email", "jane.homenick@armstrongkihn.biz"], ["password_digest", "$2a$04$5goFI1YCSRLlFAdLShEIkOnOtLMmQOtC/3tF1HrRcdZQjUrtHjcla"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Est vero et omnis totam quae quia expedita. Autem et at voluptas odio. Dolore reiciendis corporis quisquam et corrupti pariatur. Sit nulla in."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Maxime quod eaque esse laudantium."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claudia@spencerfriesen.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christophe Hilpert"], ["email", "claudia@spencerfriesen.co"], ["password_digest", "$2a$04$6gpBfUs3YXhJQ33gUPE.YOaZlAqFhRW4IBhaZZjjuOBbDLWWGHkOC"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Aliquam quo aperiam quae. Est illo et exercitationem enim repudiandae minus."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Aliquam esse laudantium magnam. Assumenda harum quidem qui nulla consequuntur."]] SQL (1.9ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jefferey_fisher@leuschketoy.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eduardo Orn"], ["email", "jefferey_fisher@leuschketoy.info"], ["password_digest", "$2a$04$gBsN0myPw6QFgJ5Nm80HYOl6dqYxEE/Q3zO45eewyo2k2AGdCdmjm"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Voluptatibus doloribus sit sunt dolorum cum. Velit tempore porro. Et rerum est expedita et iusto. Est sunt ut commodi nihil rem et aut."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Et et ea quibusdam impedit. Libero ad ab voluptas."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ken@medhurstryan.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rafaela Dare MD"], ["email", "ken@medhurstryan.co"], ["password_digest", "$2a$04$T41NvRMG1A0ykmjsYwuoUeg2ZBCFdpxuQbZuSkXTA.yFFVV095htq"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Doloremque labore illum reprehenderit et omnis. Velit voluptas et nihil alias quod occaecati. Hic a tempora soluta omnis possimus non."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Qui voluptas quidem. Nostrum sint soluta blanditiis. In laudantium ut est et nesciunt."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "damion_damore@reicheljacobi.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bettye Ortiz Sr."], ["email", "damion_damore@reicheljacobi.info"], ["password_digest", "$2a$04$DPfs/kjiFIkEfJo/Xr3XK.KpEuDSXMAv25PdyfzaUplu6kcu9eTSO"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Consequatur amet quo eligendi est at minus. Laudantium dolorem quis ut sed et eveniet. Ut facilis et magnam. Totam labore explicabo pariatur est in."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Voluptas veritatis rem eligendi vel hic. Quia voluptate fugiat eos voluptatum. Id corrupti sed quo cumque voluptas ipsam."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.0ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylah.reilly@ankunding.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amelia O'Hara Sr."], ["email", "kaylah.reilly@ankunding.info"], ["password_digest", "$2a$04$YEBa7.7t64pSRKl0y8dEWOe3h2XHu7NLLQjzSteJVBzph2JlW2k0K"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:03:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (20.8ms) Completed 200 OK in 341ms (Views: 339.0ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dimitri.leuschke@mooreschiller.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Dock Lesch"], ["email", "dimitri.leuschke@mooreschiller.biz"], ["password_digest", "$2a$04$kFmBk/bR72OS3QMu23LkNuN2NFf1UjyWt12tuafmvQnvL3Mv6WUqW"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:03:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.6ms) Completed 200 OK in 23ms (Views: 18.1ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lemuel_lubowitz@smithamkub.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Esther O'Connell"], ["email", "lemuel_lubowitz@smithamkub.net"], ["password_digest", "$2a$04$iXqemMbWc3AklpbTuGqFC.4XqPWYZktxoVpIDoYAXkPJfBafScPMm"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:03:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.8ms) Completed 200 OK in 23ms (Views: 17.8ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cheyanne@gusikowski.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "cheyanne@gusikowski.io"], ["password_digest", "$2a$04$Tkn9mhi0vhpUtKP80do7D.BsAAaX57ngX0.zOnduhOcfaJPPyRuYa"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:03:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.7ms) Completed 200 OK in 23ms (Views: 17.4ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "albertha@huels.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "albertha@huels.net"], ["password_digest", "$2a$04$z6nMFB6.N9/gruygw4v7q.Quo/zLxb/4fi4a4Z.9pESl9WnhvDuVS"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:03:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tony.little@langosh.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Cristopher Kuhlman"], ["email", "tony.little@langosh.com"], ["password_digest", "$2a$04$0GNVoYe/DtkA69uSruIthOEW8NRB871WglzNtlVpx7A75NYHtSitO"], ["created_at", 2016-05-17 22:03:20 UTC], ["updated_at", 2016-05-17 22:03:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:03:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:03:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$JBy3IlWnpix4nW5OrePRSedLbJERJykJ9VD2Zm6eqgk.Pu.DcwnYC"], ["created_at", 2016-05-17 22:03:21 UTC], ["updated_at", 2016-05-17 22:03:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:03:21 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 14ms (Views: 10.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$d8xNlRRD.GrO7rFhS973FOAR/pe.gHNf9JGBxdPsLZKMXq92y1yGC"], ["created_at", 2016-05-17 22:03:21 UTC], ["updated_at", 2016-05-17 22:03:21 UTC]]  (0.5ms) COMMIT  (0.4ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (1.3ms) COMMIT  (24.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.1ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:05:04 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (497.5ms) Completed 200 OK in 853ms (Views: 849.4ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:21 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (457.8ms) Completed 200 OK in 838ms (Views: 835.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:22 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 31ms (Views: 11.8ms | ActiveRecord: 4.2ms) Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.3ms) Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$h8EiYgQYzgrbitOO6CHGJ.v3vpMpoO9wOOfezEcCeqCOLGWrYqa0q"], ["created_at", 2016-05-17 22:07:30 UTC], ["updated_at", 2016-05-17 22:07:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$P4qIUgjoYJo/1ux7U9WzMOfcfLLj2ZmKsb6x9GmKYDKmTlc9xpicm"], ["created_at", 2016-05-17 22:07:30 UTC], ["updated_at", 2016-05-17 22:07:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$hdzg8Rfs6RxYcFxLIj2q6u5HB5uN/N8TPeqXskX3ED9TOsTItzzae"], ["updated_at", 2016-05-17 22:07:30 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexa@mcdermott.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leif Johnston"], ["email", "alexa@mcdermott.com"], ["password_digest", "$2a$04$wh9NrVGHv4.lDigMJOBZOe443CqBG3L7EKeb3WbT59DoRleSQCAC2"], ["created_at", 2016-05-17 22:07:30 UTC], ["updated_at", 2016-05-17 22:07:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Maiores nam hic. Recusandae ipsa ut. Ut tempore dolores sit ipsum quaerat sint perferendis."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Quis consequatur provident sunt culpa. Reprehenderit laboriosam voluptas qui exercitationem harum pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 18ms (Views: 11.1ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lucious@tremblay.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rachael Dickens"], ["email", "lucious@tremblay.name"], ["password_digest", "$2a$04$pK5nJv2FkE5.tW5Y7cAH0.3oEccSpsqS6KyIafAWYwGU4104m2xb2"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Aperiam rerum delectus consequatur ut. Odio quas excepturi esse quisquam. Saepe quidem aut fugit ipsa perferendis quas. Ut totam et dolores perspiciatis."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Soluta in nam sit eligendi numquam est temporibus. Reprehenderit voluptatem eum voluptates. Quas molestias nisi animi eaque quo sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "logan@mitchellgleason.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kathryn Gaylord"], ["email", "logan@mitchellgleason.co"], ["password_digest", "$2a$04$grmJelb0RDSEa83TiD/pg.x1EjQqbExaJwP5rRpSEo.zeRrc1CdgO"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Debitis atque reiciendis accusantium possimus quaerat. Earum et autem velit corporis."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Excepturi et quae unde eaque error iusto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leann.daniel@gulgowski.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ivory Steuber I"], ["email", "leann.daniel@gulgowski.co"], ["password_digest", "$2a$04$gJ79kteIiz1/19QKxbMqoOOsz/KItXdzALIB.cPlA02kWElFGubGG"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Tenetur illum odio dolorum eos impedit. Laudantium quis molestiae."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Dolor officia dolorem. A et voluptatem beatae quasi. Officia est est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gretchen_waelchi@rempel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evangeline Eichmann"], ["email", "gretchen_waelchi@rempel.org"], ["password_digest", "$2a$04$WVBIPWg5.lUL9ZAjMxjs7OQA9jn9zH.OAFAZxT6uqE5M3.dC.wkrC"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Aperiam enim voluptatibus beatae assumenda temporibus. Facilis qui dolorum id dolorem."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Deserunt est architecto. Iste deleniti explicabo perferendis consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "germaine_jacobi@welch.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eudora Gleichner"], ["email", "germaine_jacobi@welch.info"], ["password_digest", "$2a$04$dcpXIUVLEO/b7hdsiGkwwOkkhm4Dr/gINwhZTp3vxGLuxDSJsaIg."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Enim et architecto est nihil. Est delectus et ea."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Voluptatem quidem sed. Quam nisi et inventore pariatur excepturi. Numquam id incidunt tenetur ad rerum voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luisa@hand.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeffrey Oberbrunner II"], ["email", "luisa@hand.name"], ["password_digest", "$2a$04$9N9dW7dRK4UyUPc6R0wyL.I11HPeqb5t5OQoDF7oN5gXxNNWS6e1e"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Minus sed sint adipisci dolorem voluptatum dolorum maxime. Nihil veniam voluptas qui ipsa eum."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Ut recusandae magni vitae et. Praesentium assumenda molestiae temporibus sit non suscipit. Ducimus corporis iusto rerum sint autem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isabel.marvin@hermann.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Toni Wehner I"], ["email", "isabel.marvin@hermann.org"], ["password_digest", "$2a$04$V/ME2MBlZwY33p2qPDsAuediZLfdO0mCVMLowFDP7Og49Y/xobtKu"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Sint debitis repellat minus veritatis aut nisi. Quia labore ipsam harum fugit iusto. Porro delectus qui et minus in est."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Velit culpa voluptas quaerat perspiciatis ut voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deshaun@herman.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Waino Boyer"], ["email", "deshaun@herman.co"], ["password_digest", "$2a$04$M4t5LJI/R3.t4Qz/a9oMJul0NkKiju2vmWZ5sS0mQ7RXONkEcya4q"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Sit pariatur iusto. Magnam et et dignissimos culpa id. Adipisci aut tenetur at. Asperiores vel et."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Et quia esse praesentium deserunt iure. Illo ducimus et laboriosam et in explicabo cupiditate. Amet et deleniti omnis eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maud@eichmannfritsch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Florence Krajcik"], ["email", "maud@eichmannfritsch.biz"], ["password_digest", "$2a$04$1U09sHlxB9b/CgsAPT9s3uXx2dBXELuTMh2OJRB1i/otZ3YgfL34m"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Magni nesciunt et. Porro nihil ut hic est. Repellendus id beatae."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Esse et amet. Deserunt animi sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "domenic@bergeswaniawski.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Niko Volkman"], ["email", "domenic@bergeswaniawski.io"], ["password_digest", "$2a$04$SJKZoSPxYXYmr4ZlCjaEsOUoWaoI8fMiDppuInuz3zmCEu30F6TBi"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Perferendis cum omnis eligendi et. Officia voluptatem commodi voluptas quis nemo."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Reiciendis ratione et harum eaque sapiente."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kendall@goyette.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Kurtis Reinger"], ["email", "kendall@goyette.co"], ["password_digest", "$2a$04$wLXxx6epwlWb1m8mcrpN1uRo8.BvYnbk4tWDfyo01UaklkEI3WD7K"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Quas quibusdam eos occaecati rem nostrum. Cupiditate eius iste et."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Mollitia occaecati repudiandae rerum minus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sallie.ernser@pollich.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Theron Altenwerth"], ["email", "sallie.ernser@pollich.com"], ["password_digest", "$2a$04$XY1Wgglx8oGY3/xWH/i2muTnqPHaXsMKfh6X4EDKFRu7m/qeoPRHS"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Veniam consequatur maxime et consectetur est. Asperiores similique aut voluptatem dolorem laudantium. Voluptas dolorum veritatis repellat aut ea. Et facilis non dicta labore eius et."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Minus corporis qui sed consequatur molestiae sunt reprehenderit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "esta.mckenzie@jones.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Evie Beatty"], ["email", "esta.mckenzie@jones.io"], ["password_digest", "$2a$04$mj9s9PCqevhkKJ5eanM9Kewvvhc396MxVT/fpXGCo3TK4Q0YYbupO"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Voluptatem sint dolorem ipsam vitae. Voluptates voluptatum dolores est. Aut porro maiores."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Nemo esse facere fugiat id et eligendi. Nemo unde voluptatem cupiditate debitis eos. Omnis dolorum eveniet temporibus libero aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zelma@abshiresimonis.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erich Herzog"], ["email", "zelma@abshiresimonis.name"], ["password_digest", "$2a$04$wUK1gnQaezrO0OueeOgJCOrYlDthiCKcPWGX1J2QF95d5agS50hoq"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Et non recusandae ea. Deserunt praesentium ex veniam ut rerum delectus. Tenetur nisi est saepe."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Vel doloribus quia et quia ab. Ea iste placeat eveniet tenetur. Ea sequi eos deleniti eligendi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bella.beatty@strackeschmeler.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Ansley King"], ["email", "bella.beatty@strackeschmeler.com"], ["password_digest", "$2a$04$Y976d658v56Hn78oF8UZzedY24Nft6ehqakrCLyEnFah38wp9m5OO"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Magni tempore eos officia. Rerum aut provident sed facilis nesciunt harum. Cupiditate natus quasi maiores reprehenderit debitis architecto delectus. Ea velit soluta quibusdam libero tempora."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Vero dolores a et voluptatem quod nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beaulah_ondricka@towne.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Kevon Hickle"], ["email", "beaulah_ondricka@towne.com"], ["password_digest", "$2a$04$17u0zddxpQS6XJcvHq26K.R5OCtuibe7SmydcEtCFnGw5G4.OFEuu"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Placeat voluptatem exercitationem recusandae quia incidunt fuga animi. Aliquid voluptatem est magnam eligendi."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Molestiae possimus id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lonnie_heidenreich@braun.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brielle McCullough"], ["email", "lonnie_heidenreich@braun.name"], ["password_digest", "$2a$04$tziRhmvEZn6UtdTqjLY5HOeCDdrQWcAtG0CbFeDEd77Js0ehawQnG"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Repudiandae quam voluptatum aliquid consequatur et voluptates. Itaque perferendis ab sequi dolorem ea. Consequatur explicabo incidunt itaque."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Eius aut aliquid quibusdam reiciendis. Rerum dolores ullam reiciendis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nash_hills@pollich.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fae Morar"], ["email", "nash_hills@pollich.info"], ["password_digest", "$2a$04$6eyAmXOH2uT4ge3IF98m3.r3JzaejCnHEv/LerrNvxyoBUU2a/qbG"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Totam laudantium voluptatem sit aut mollitia. Ea pariatur excepturi."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Quo quia omnis quo. Corporis molestiae nemo nobis quas voluptatum sunt error. Quia blanditiis explicabo magni rerum ut facere sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carlos@walshschuster.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Celine Ritchie"], ["email", "carlos@walshschuster.biz"], ["password_digest", "$2a$04$QAmqIswyFbRT868rMMCnQ.tRjP49leP7enCZFQk4zfsuwvJyAwTta"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Molestiae et debitis cum et. Excepturi dolore illo. Ipsum quis sed harum dolor et non et."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Pariatur qui doloribus perspiciatis ratione autem accusamus. Sed quod qui et magni illo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mario@gerlach.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Troy Mann"], ["email", "mario@gerlach.biz"], ["password_digest", "$2a$04$fNTlkKF2hRhTlnCukoPIqOI9hmCgn1sbU.i1UwhH.549g3zXn.XZ6"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Qui cupiditate dolores accusamus. Provident doloribus non et rerum. Quas doloremque et dicta explicabo doloribus iure. Soluta saepe corporis qui earum facere eius."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Quidem vitae perspiciatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "micheal@anderson.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vita Toy"], ["email", "micheal@anderson.org"], ["password_digest", "$2a$04$6QNoxfKEvtcLHorR.CV3DOXp.zbeksN8vouE6Mlg0DQ9TZCDawqPm"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Quia quam id. Suscipit alias ut. Sequi rerum vitae debitis totam quia nihil ea."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Accusantium facere non repudiandae. Enim et incidunt eum eligendi qui natus et. Quo ad qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaeden@kingreilly.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Penelope Frami"], ["email", "jaeden@kingreilly.com"], ["password_digest", "$2a$04$QG2o9gFo1stQmh235SuYtebCBsivNcL1IBnPI5dy98IlwD5NkMFSS"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Quae nam minima numquam illum. Recusandae quia quasi qui est. Nulla cumque qui."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Ipsam nisi rem eum. Quisquam dolores quis enim voluptas qui ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tomasa@bechtelar.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fred Okuneva"], ["email", "tomasa@bechtelar.info"], ["password_digest", "$2a$04$STjIZmqED5ZsGlcEdIE2oeDN8pRuZmHyBjnkeBkgwaw.SIAD95wpi"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Quia necessitatibus aut debitis doloribus incidunt. Molestiae dolorem atque ratione autem."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Id voluptatem possimus. Ratione quaerat aspernatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeramie_vonrueden@pollich.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Einar Walter"], ["email", "jeramie_vonrueden@pollich.io"], ["password_digest", "$2a$04$6WR5m19L.lTPPX6c5uIuUOi/Dh6lO/1cgp5hm0ZFkWLOTARM1ISdK"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Sunt porro ipsam sit adipisci ab neque. Nesciunt consectetur ipsa impedit soluta maiores laboriosam. Voluptatibus aliquam occaecati ut odit id doloremque aut. Sint fugiat dolores."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Dolor ipsum natus blanditiis. Harum consequatur deserunt assumenda et. Voluptates pariatur non ut vel ipsam eligendi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nakia@johnsnikolaus.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Pattie Kihn"], ["email", "nakia@johnsnikolaus.biz"], ["password_digest", "$2a$04$PTiGEQdZVxe.WP..wI77NOL/kNZ7eyh3tcTT/bCT.nZ3Z5Nxx1HSm"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quis atque aut et ullam soluta commodi. Veniam qui consectetur consequuntur modi minima necessitatibus. Earum nobis omnis a in in est recusandae. Qui qui rem illum aliquid ut ex."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Aut eum cupiditate omnis neque. Neque itaque cupiditate non. Tenetur voluptatibus accusantium blanditiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caandre_stark@ziemann.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pearline Medhurst Jr."], ["email", "caandre_stark@ziemann.biz"], ["password_digest", "$2a$04$V5vk5Ky2BhbpsHmlC7ktvug97F6aLH69zduxyUsVTTCpxUVi6O/ei"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Sit recusandae non adipisci. Voluptas odit soluta consequatur. Suscipit quis repellendus quibusdam sint et. Ullam molestias porro ab dolor est consequuntur."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Est tempora consectetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelo@ortiz.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Woodrow Marquardt"], ["email", "marcelo@ortiz.io"], ["password_digest", "$2a$04$uW4PXlE2q8rSY5Sy8FGUy.9vrgp4w3ylZZJbbwVEDR9tkrslwj7Ne"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "toney_bailey@schiller.biz"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leonie Eichmann"], ["email", "toney_bailey@schiller.biz"], ["password_digest", "$2a$04$4TJUKVbeoB0lDSb0JnuZFedlSVR1FO1/kpG8qoQyTq4YlQY4qvHnO"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Illum saepe voluptas. Nulla magnam eum. Nobis suscipit et.", "summary"=>"Ad nesciunt autem eos quasi assumenda non. Sint ab est non.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Consequuntur optio quia ut aut. Cumque autem earum ea ratione esse architecto ipsam.", "summary"=>"Ut dolores alias rerum tempora non et. Voluptatem voluptas vel est. Molestiae cupiditate illo.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonardo_cruickshank@howerenner.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Damian Tremblay"], ["email", "leonardo_cruickshank@howerenner.co"], ["password_digest", "$2a$04$uFd5Xt94T.4F9AMzGF0uCu/eoDgSybelUcsntxIqQPEPbG/WtxeHC"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Est in necessitatibus molestiae nihil temporibus. Cum nostrum quia aliquid voluptatum. Quo provident voluptas fuga molestiae.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Est in necessitatibus molestiae nihil temporibus. Cum nostrum quia aliquid voluptatum. Quo provident voluptas fuga molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Quibusdam reprehenderit nobis doloremque. In sed iste veritatis quia et.", "title"=>""}}  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.5ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lesley.heaney@bednar.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Graham Waters DVM"], ["email", "lesley.heaney@bednar.name"], ["password_digest", "$2a$04$CYG6LZrLkzZePHwFU5UJ8OicvJ1IKqg/dWw8Nps/73QclNtr9mpJK"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Similique ipsum illo quibusdam porro placeat. Temporibus eius ut aliquid."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Ab sint est deserunt nesciunt aut. Exercitationem qui dolorum illo est dignissimos ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gail@klingpurdy.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gabriel Borer"], ["email", "gail@klingpurdy.com"], ["password_digest", "$2a$04$hhgaKXsXrvlMO6xn2l8E3.RyRKV14xGwmydSfxlSIwBVJW2ez54pO"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Corrupti nam quam aliquam. Dolorem officiis quibusdam debitis unde dolor. Quia rerum earum cum molestias et ea fugit. Numquam sequi quo id qui."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Nihil maiores accusantium ipsa sunt eum omnis est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiel@eichmannernser.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gia Cassin MD"], ["email", "kiel@eichmannernser.info"], ["password_digest", "$2a$04$MoOXqe8pVz1oqKXfEsz8ie3XL8IFjt3hvmU6K59G5sp6iAvF5bb5K"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Autem rerum quia consequatur omnis minima. Voluptatibus quibusdam consequatur. Incidunt eaque temporibus omnis quasi autem accusamus. Dignissimos non totam enim."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Deserunt voluptatibus ut commodi tempore est sit sequi. Veritatis ut vero aperiam. Quae quia reiciendis est et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edwardo@gerhold.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caroline Mann I"], ["email", "edwardo@gerhold.io"], ["password_digest", "$2a$04$GfXgOcySUI9XEF7dhC.tgu4DVfAH.PfqiQjJdZ6jAjX3MIJu6AUQW"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Rem consequatur amet enim. Rerum aut inventore iusto tempora non suscipit."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Laborum aut est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:07:31 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 3.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kailyn.johnston@schroederwolff.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Paxton Wuckert MD"], ["email", "kailyn.johnston@schroederwolff.org"], ["password_digest", "$2a$04$FuOZso5QcA7066fqiZzkze7isxItNbk9.RLeMkZHyKJO2paUpYN8m"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Tempore sit inventore aut corrupti rerum deserunt. Quis commodi vero velit culpa maiores aut. Voluptate similique magnam voluptatum aspernatur iure."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Fugiat incidunt ea itaque dolorem."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:07:31 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randall.nitzsche@roob.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rory Towne"], ["email", "randall.nitzsche@roob.com"], ["password_digest", "$2a$04$RyYQ.LRgx.Ekk/k8Q8/PY.uqxm5q8dcxrdmPRCj4wbZS3/s.ciUGu"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaiden@denesik.com"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Paxton Bergnaum"], ["email", "jaiden@denesik.com"], ["password_digest", "$2a$04$WyGR7ShnudhGTm8FCw7szOS2VA31obQfah5Lnn.QSl37MYKE7HtCW"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Dolor qui culpa. Quod qui ad voluptatem adipisci similique laborum consequuntur. Id nesciunt commodi tempore tenetur qui."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Dignissimos non eveniet. Aut rerum impedit voluptatem eius reprehenderit illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-05-17 22:07:31 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.6ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmelo.dooley@gusikowski.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hortense Zemlak"], ["email", "carmelo.dooley@gusikowski.com"], ["password_digest", "$2a$04$lptfOEEbksaUQKFpNQi72.88yM7dleOvSlR5YjDSljuTf/yZhNc3O"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Perferendis maxime voluptatem. Autem cum corporis architecto sit nihil dolorum ipsa."], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Non dolores est totam facere cupiditate et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:07:31 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.4ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brennan Abernathy V"], ["email", "user@user.com"], ["password_digest", "$2a$04$DEFM7xVpmUxQ1NYScDnAjuzWuEvi72lcacC6Yds5JTpsggahSke2S"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-05-17 22:07:31 UTC], ["updated_at", 2016-05-17 22:07:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aglae@pourosmckenzie.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mossie Metz II"], ["email", "aglae@pourosmckenzie.org"], ["password_digest", "$2a$04$bF/wUFvM107LgN0uq6tCC.qzfv2hWCZque2nJy4mJpI..4f3X8qKW"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-17 22:07:32 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.3ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-17 22:07:32 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.7ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 2.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dana@schuppe.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joel Abbott"], ["email", "dana@schuppe.name"], ["password_digest", "$2a$04$6XpICQIx5jmgAg3maCPlxepv9mIkWpi4VD5MSMQ3hdRfr43Z2QxjC"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Aliquid sint consequatur eius qui perspiciatis voluptatem. Molestias ut sint sint."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Amet molestias est rem autem ut et eaque."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordon.kulas@wizaboyle.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Elwyn Collins"], ["email", "jordon.kulas@wizaboyle.name"], ["password_digest", "$2a$04$bgQsDUVftfAobev/yUEMd.JO8Mg7WbydxYbAiPjMxmfU1Me1OsyFO"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Qui provident hic inventore ipsa suscipit non at. Eum dolore aut distinctio dolor rem. Deleniti sequi enim autem sint aut. Et animi officia."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Quibusdam aut necessitatibus iste inventore sunt. Dolor alias voluptatem facilis amet. Quod dolorem qui praesentium molestiae repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeffry@marks.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jedidiah Ward"], ["email", "jeffry@marks.name"], ["password_digest", "$2a$04$cxL/4EUTJ07Cif/bqXHZsO472TBy5Yew.5uR/8193GwOx/pZGjAT."], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Dolor nemo iste odit quibusdam voluptas vel. Non officia minima praesentium architecto aut repellat ut."], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Neque qui minus a. Voluptatum odio nostrum nam adipisci harum. Nihil optio explicabo saepe et voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-16 00:00:00 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["id", 37]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 17ms (Views: 12.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zackery@kilbackemard.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dale Emmerich"], ["email", "zackery@kilbackemard.biz"], ["password_digest", "$2a$04$7Fh8oFOUVXrbJOVRW617YOhXCJdOIuSc344fBDrQKVrTmkSppChtK"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Laudantium impedit itaque. Sed provident autem accusantium ut blanditiis aliquid. Aspernatur rerum sit quaerat modi enim. Laudantium accusamus itaque incidunt quasi debitis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Quisquam libero nisi architecto sint. Voluptatibus autem error sunt distinctio rerum rem. Fugit sit excepturi voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charlie_hermann@wintheiser.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosella Murphy"], ["email", "charlie_hermann@wintheiser.net"], ["password_digest", "$2a$04$VWd3ORttp.tb9CnSsQWIsuJlbI3jLtSKSqKT/E.T3kD3KtLJHl2Bq"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Ut cum doloremque labore atque magnam. Quod officia officiis aut laborum hic."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Quam asperiores voluptate eligendi repellendus et rerum cumque. Nesciunt est impedit et vitae neque dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kallie.wehner@littel.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyrese Ryan"], ["email", "kallie.wehner@littel.com"], ["password_digest", "$2a$04$1zcDcEcBpcxAXwg702RSu.Ble/NIKSUqq7datTni1JojDmA792J6S"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Et voluptatem a. In alias qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Neque accusantium necessitatibus placeat iste cupiditate ullam. Et porro quasi est accusamus perspiciatis eveniet totam. Sunt quis tempore sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "camilla@dickens.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alec Lueilwitz"], ["email", "camilla@dickens.info"], ["password_digest", "$2a$04$H957VNkKaSaWFAZvJoN/SOnMsTgKInERwefRWKltHEgjhXd9gRsZ."], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Earum consequatur dolor mollitia et. Occaecati eum atque et quibusdam esse fugiat explicabo."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Qui ut excepturi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "javon@grimes.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jasen Schneider"], ["email", "javon@grimes.co"], ["password_digest", "$2a$04$rDwAxaIBtLDcdv4pRDHrweDEE/WiqAn2zoKAeJmA5whg0PDems1n."], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Ab corrupti et recusandae. Ipsam praesentium rerum sed est. Aut ab voluptate odit vel occaecati. Sed ratione dolor aut quis asperiores reiciendis voluptatem."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Vel ad sint est consequatur quas sunt doloribus. Soluta dolores voluptatibus corrupti facere omnis inventore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enoch@johnsonheel.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dan Larson IV"], ["email", "enoch@johnsonheel.info"], ["password_digest", "$2a$04$IaJhMT/Qq6yQX2avxq1Fm.zYHUbcUAPtHAbCbAVGim3exgF8BU2uu"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Saepe facilis voluptates vitae sit tempore voluptatem. Eum placeat porro eos dolores rerum et."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Maiores harum et laboriosam ut ipsa. Quod quibusdam blanditiis velit rem qui. Sint inventore repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candace@croninmurray.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darien Funk IV"], ["email", "candace@croninmurray.net"], ["password_digest", "$2a$04$lHAvDhtfMX60h7sFw.XCxu5/euVVthIgsAe7XOKvWvW4oNU.uVjE6"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Nam quis illo ipsa reiciendis et tempora et. Omnis ut quod ut qui eius eum. In facere voluptas sed et quo earum."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Aliquid ea consectetur voluptas suscipit. Vitae nam qui eos. Explicabo distinctio qui libero qui mollitia illum perferendis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "layla@fritschturner.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Montana Toy"], ["email", "layla@fritschturner.io"], ["password_digest", "$2a$04$lEVkdhOUZ4gGsXe6yuRWnONT1Abc78FDgjUZP33Ai9xIfmTMNOK/S"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Fugit odio eius amet eos saepe repellat. Soluta ut eveniet itaque a dolor minima facere."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Quibusdam animi itaque at ea totam ipsam sunt. Veniam quisquam sint enim eaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaron_crona@fritsch.org"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexis Rau"], ["email", "jaron_crona@fritsch.org"], ["password_digest", "$2a$04$I3LjfDXRtekRZbyEr5mD2O7I1saxEZOUDHbMicS4npoMgS0bVpFtS"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Adipisci unde dolorum totam quas. Voluptas quod voluptatibus sunt."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Maxime cupiditate enim rerum voluptas voluptas et dolorum. Aut ipsum velit. Asperiores adipisci nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alanis@erdmanconsidine.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laney Gulgowski"], ["email", "alanis@erdmanconsidine.org"], ["password_digest", "$2a$04$Hn0LOuDZAqrRPqdODVGpU.NZU9XFE5DO00wZX9HJknP//RHxCdXGu"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Cupiditate pariatur hic qui totam tenetur ipsum. Tempora error saepe porro excepturi quibusdam rerum impedit. Consectetur ut sunt nihil quasi quaerat consequuntur. Impedit nihil iste sit qui voluptatum."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Quod eum et. Nulla officiis quo alias ea mollitia incidunt amet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garland@lind.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyrel Gutmann"], ["email", "garland@lind.info"], ["password_digest", "$2a$04$8L9bl/d1MK1EIBXy3W9tv.oCKfz7EByrHXHBAcSttDYDL1D3R3Luu"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Ipsam perspiciatis doloribus et. Earum dolor suscipit dolorem sit iure aut. Saepe nemo debitis unde ut. Et facilis rerum recusandae velit dolor non."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Sunt et alias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.0ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alia@kirlin.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katelyn Ziemann"], ["email", "alia@kirlin.biz"], ["password_digest", "$2a$04$9OjU91L9LEoxgk3WNDg4vu1wYGQjqADh8JQRw2aYaSrVJkwllNekq"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Voluptatem quidem illum minus illo. Rerum dicta quaerat amet numquam illo. Suscipit harum veniam magnam. Exercitationem quis eligendi corporis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Cum quasi aut error rerum perferendis. Fuga voluptas et ullam eos qui voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luigi.labadie@heaney.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zella Hayes"], ["email", "luigi.labadie@heaney.net"], ["password_digest", "$2a$04$GpLgyIUl4r0thOqItF8OBezi062HxihLGHltUlne7p9vScwh1ChMK"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Repellendus tenetur magnam accusamus et laboriosam minus aut. Qui ipsa error sed. Quibusdam asperiores explicabo eveniet voluptas id ab. Neque sed commodi temporibus fugit."], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Sed voluptatem aspernatur quaerat et laudantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 38ms (Views: 9.2ms | ActiveRecord: 3.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candace.kling@towneko.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Makenzie Murphy"], ["email", "candace.kling@towneko.co"], ["password_digest", "$2a$04$WpDCzyHSrbBw3XpH33bQGeldNtKjQX.h0p1taF/MWLQM3aMlXg88C"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Quia reprehenderit error voluptatem. Fugit vel non dolorem laboriosam. Sint et alias."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Sunt doloribus et aut omnis magni."]] SQL (1.0ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jadyn@mcculloughraynor.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marquis Stanton"], ["email", "jadyn@mcculloughraynor.com"], ["password_digest", "$2a$04$UIjsmAwG1e7/krH2o8dEzOavEFPLchPLoeLjTAWxqJJ5c/w.O7N8i"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Voluptate deserunt et quibusdam veritatis. Cumque itaque qui autem."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Sequi modi ut molestiae quae aut atque."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "litzy.tromp@osinski.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ruben Runolfsdottir"], ["email", "litzy.tromp@osinski.org"], ["password_digest", "$2a$04$S9sRyCQCDc5iKAl4Hcq4Me4Eb0IeJzCdAQWV6qi5Z5GzimFKxF7qG"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Sequi deserunt reiciendis et dolores sit error odit. Distinctio nesciunt harum ad aut inventore asperiores. Tempore suscipit voluptatibus. Vero aperiam perferendis."], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Rerum ad doloribus aspernatur qui. Error deserunt modi ut voluptatibus. Et rerum cumque voluptatibus nostrum nulla."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adele.rowe@ziemannrolfson.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ryann Keeling III"], ["email", "adele.rowe@ziemannrolfson.biz"], ["password_digest", "$2a$04$1Ii6wj1BfsSfUbbH4rWh4.7uaahmbtEi.s6i0WlykZeRpabcA0yZ."], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Architecto doloremque eius molestias velit sapiente. Aut rem et quam illum aut odio."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Praesentium velit recusandae est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-15 00:00:00 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.0ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.2ms)  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orland@wilderman.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sammie Barrows"], ["email", "orland@wilderman.net"], ["password_digest", "$2a$04$UtXqZKxQkibPBAqykUGJdOlTA/VRpsaGLPDzh19hV4eBwgSakzSSm"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Voluptates nisi dolor. Voluptas sunt et hic culpa explicabo. Earum maiores error qui excepturi. Delectus incidunt culpa saepe."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Omnis deserunt aspernatur officia cum corrupti dignissimos et."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luna@streich.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaden Upton DVM"], ["email", "luna@streich.co"], ["password_digest", "$2a$04$wFzNWuMcRQYKN1Wu26DAcegDWAe2X8q5dNlUpNBBveFERKv4gJ8hC"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Nulla doloremque rerum sunt nemo. Et aliquam labore nobis soluta aperiam necessitatibus repellat. Vel sunt temporibus qui adipisci."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Voluptates quidem fugiat nulla minus repellendus qui. Dolorum possimus enim eos. Esse odio ea voluptatibus asperiores aut vero dolores."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trever.greenfelder@auer.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Queen Hirthe"], ["email", "trever.greenfelder@auer.name"], ["password_digest", "$2a$04$jVYbOzVcMc/1pqDOwSA7CebEE2z.vzoAKbkc/y5wXnh3voHkMMLlS"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Provident autem occaecati qui voluptates dolorum. Temporibus consequatur inventore vel qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Eius repudiandae quia non ex."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tobin@harber.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Rosella Kautzer"], ["email", "tobin@harber.biz"], ["password_digest", "$2a$04$z4CAh7lqxQdzBmO4oFZB2.i82/Hiqvm2sK8GyOOyxYxi15H/SjYiu"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Eligendi dolorum culpa omnis sit consequuntur ab doloremque. Aspernatur et at neque eum eligendi deleniti sint."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Ullam blanditiis in quis nemo."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judge@pfeffer.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trey McClure DDS"], ["email", "judge@pfeffer.com"], ["password_digest", "$2a$04$w4VgVOBYzoht3GJ.DKNuFOikcdQgsGKqfNHYNoWreJbTAlv1g3bKy"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Rem cumque omnis est quia. Eum quibusdam ut. Optio sit voluptas et. Magni eaque est possimus esse consequuntur."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Eos necessitatibus eveniet corporis veritatis."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "violet_beier@moengottlieb.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heather Goyette DDS"], ["email", "violet_beier@moengottlieb.name"], ["password_digest", "$2a$04$RA20wxQmZIDPya6VjFS/UOwrxku9XNP412Grl8sVowW7Dy4lU6T8G"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Voluptas voluptas repellat sequi ipsa. Delectus quia numquam."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Enim voluptas eos pariatur. Quaerat eum incidunt rerum nemo enim non. Eligendi voluptas incidunt ut aut occaecati excepturi cupiditate."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jovany@gibsonpagac.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Layne Kassulke"], ["email", "jovany@gibsonpagac.io"], ["password_digest", "$2a$04$Uh9jsqib/rdnUne5A2GowuKiDKU279DCQB65p5m59.Opxmuci3rXS"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Molestiae voluptates omnis dolores omnis quaerat sed cum. Corporis nisi neque accusamus rem. Ut aspernatur et sint. Ullam excepturi expedita occaecati facilis itaque voluptatem."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Eum explicabo omnis tenetur accusamus. Et odio excepturi non porro nam."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilbert@rath.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Juston Hickle"], ["email", "hilbert@rath.org"], ["password_digest", "$2a$04$gK4ln9qPe7mZpMx62jR8Nex6TkoVsTWPHjTFdnMUuutsTfh5p9qla"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Qui odio ea. In necessitatibus deleniti labore ab doloremque dolor."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Dignissimos iure suscipit nulla aliquam quidem consequatur. Placeat quia ducimus corrupti non fugiat. Commodi dicta omnis fuga voluptatem esse aut necessitatibus."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demetris_simonis@hodkiewicz.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Howard Conn"], ["email", "demetris_simonis@hodkiewicz.com"], ["password_digest", "$2a$04$ssA7tXe6hUk9Nw0F2e5PYupXM0lgwWGFl7mkcg7ovsTN2Ig.gQrRe"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Facere suscipit cupiditate eum autem. Architecto sit velit rerum animi neque non quia."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Provident id consectetur cupiditate non."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alyce@schamberger.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kirk Torp"], ["email", "alyce@schamberger.io"], ["password_digest", "$2a$04$p4J.LAMyH/.UqQacj4ceteKWDM1eXJhdhJ4qVPJD4bp7YlU9qRJnm"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Dolor tempora sapiente non voluptate rerum. Modi sunt qui qui nobis quasi. Non praesentium omnis velit ipsum."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Molestias ipsam quod quas sit ullam odio voluptatem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eliza@bernhardcorkery.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reynold Pfannerstill"], ["email", "eliza@bernhardcorkery.org"], ["password_digest", "$2a$04$RkqDc6AHPtjuFu4JyzZL2.1JgkK.2KBBe20F/Jpd9GuWGFKFNrZTK"], ["created_at", 2016-05-17 22:07:32 UTC], ["updated_at", 2016-05-17 22:07:32 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Ducimus qui animi id. Sed dolores voluptatem minima ut debitis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Excepturi sed accusantium. Nihil ipsa aspernatur. Dolor doloribus dolore soluta porro labore."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.0ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerrod@halvorson.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Art Hilll"], ["email", "jerrod@halvorson.name"], ["password_digest", "$2a$04$N1ZQRB5V3tO4tFw5nobkn.qQUVfTJAKFnxdPIWtUzYYJ7EmzRA5nW"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (22.2ms) Completed 200 OK in 366ms (Views: 362.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jerrod@halvorson.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jerrod@halvorson.name"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$E0A7fK0BrOYpaj5t25fZ2.x8/7v3AdWsDO06OJ2WLsLBWuUREvljC"], ["updated_at", 2016-05-17 22:07:33 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (24.2ms) Completed 200 OK in 40ms (Views: 31.0ms | ActiveRecord: 2.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caleigh@skiles.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Candida Murray"], ["email", "caleigh@skiles.com"], ["password_digest", "$2a$04$8jLUJA.dKawdbCJp3qjjXOLY3sXO1kSTc2tTUjbmEXUjh0jaB790O"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Sit atque doloremque nisi. Animi accusantium quos itaque officiis numquam distinctio ipsa."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Ut omnis rerum. Quidem aut ad."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.4ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfreda@aufderhar.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rickie Keeling"], ["email", "alfreda@aufderhar.net"], ["password_digest", "$2a$04$eB9h8PXFyoSZP5nW.yzXf.0DLweh12HjwKmZwiGGabL4Zl9NLErF."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alfreda@aufderhar.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "alfreda@aufderhar.net"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4QJ.6Tuc5Mphf8nq9lGQ.eFVUbHijiSes0vehyGt9RyuRvQivRgBy"], ["updated_at", 2016-05-17 22:07:33 UTC], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 24ms (Views: 18.4ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kailey@schuppekuphal.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Declan Rath"], ["email", "kailey@schuppekuphal.io"], ["password_digest", "$2a$04$g7fEU9OExxqR5ycYshmaluq3otXwkD7cE3MN3i26P2o4zmE9FzsP6"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Iure quia mollitia officiis. Vitae nostrum omnis. Doloremque ut sint officiis dolorum perferendis laborum qui."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Et velit fugit aperiam placeat doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adolph.shanahan@lindgren.com"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alize Lowe"], ["email", "adolph.shanahan@lindgren.com"], ["password_digest", "$2a$04$nvYaTnzqugG.hDU20LsKCeBxT2fFKVoOVi45gK1RQ6fAeOLZsP.O."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Voluptas quae et ut. Voluptate omnis debitis suscipit alias aut. Qui ab temporibus at ipsum autem explicabo. Commodi qui enim dolor."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Consectetur repellendus qui dicta et ut voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carter_torp@walkerblanda.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jameson Schmidt"], ["email", "carter_torp@walkerblanda.name"], ["password_digest", "$2a$04$IQ2QU/NiB/icyjepkZgDO.ChTDkGZnuy5gzRHr/ylBWA8w7MEvqwO"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Ea aut aut. Nihil hic esse eaque nam. Aliquid aut aspernatur nam nesciunt et voluptas voluptate."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Temporibus ipsam ullam voluptas qui recusandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cheyenne@pollich.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brian Lynch"], ["email", "cheyenne@pollich.org"], ["password_digest", "$2a$04$6FbTyWUTShBJhgymmeD1f.bTBe7hWTXt7m6ai9FcKZJHjMT92.9ZG"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Et magni eos libero perspiciatis. Occaecati aspernatur molestias in commodi error fugiat totam. Fuga mollitia est quia."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Ea nihil atque. Aut laborum sit suscipit earum natus officiis sequi. Occaecati pariatur quibusdam nam ipsa aperiam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosie@abshire.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Hugh Stracke"], ["email", "rosie@abshire.com"], ["password_digest", "$2a$04$SUNlcPYPLuKEHMa1rYGUf.2JrZPPky7mib3ajK.8EsGGY42lQW70e"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Quia eligendi id est corrupti et. Soluta beatae qui itaque fugit debitis alias. Quia aliquid id reiciendis quo."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Et et aut corporis error sapiente."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "natasha@hudson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Terrance Kunze DDS"], ["email", "natasha@hudson.net"], ["password_digest", "$2a$04$ukxWSE30ufTryJEXsROlz.Jf5qtuMu2XsPxwigWsTwXl211RxfUlS"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Esse reiciendis possimus et quibusdam. Architecto nisi et corrupti quia molestiae ut consequatur. Sunt quis officiis magni aut impedit earum nesciunt. Doloribus repellendus et esse."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Beatae dolor nulla quae velit aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jackson_cronin@stracke.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jewel Rogahn"], ["email", "jackson_cronin@stracke.name"], ["password_digest", "$2a$04$66Ksam.yQqfzHejMhnXU7u.sqMSLon4XHwdxoj7gnFmATI2u2jXCi"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Illo ullam sed. Et sit non vel aperiam quae. Sit et quae laboriosam dolore non tempore voluptas. Maxime qui amet esse."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Asperiores eum eligendi voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garrett.klein@mcglynnratke.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Luna Bechtelar"], ["email", "garrett.klein@mcglynnratke.org"], ["password_digest", "$2a$04$6sPinT/VaYXJ6uVVkBRZKe7FNEYJTTx2IqkpoMzzMQ./rsRGbq9lC"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Labore ex unde. Ut facere autem ipsum reprehenderit voluptate. Velit fuga eius."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Corporis molestias sint aut provident."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adrian@moen.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tess Blick"], ["email", "adrian@moen.co"], ["password_digest", "$2a$04$uIo1wVkMX/m9EwATnTs0BeWeKxyqvpwgIsTZiuU.bo1GRPLL.Pva2"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Sit optio est. Magnam accusantium illum nobis itaque omnis tenetur nulla. Sed praesentium rerum est autem possimus ab. Qui rerum id blanditiis enim."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Enim neque veniam nostrum ducimus maiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ara_kerluke@rogahn.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Benedict Daugherty"], ["email", "ara_kerluke@rogahn.com"], ["password_digest", "$2a$04$AHCFfxae1uw9hSY69HdHE.PJK6KCAGxZDBEY0gD4scFOPoxhCXCli"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Aliquid accusamus quia. Nostrum aut vel ut iure quia atque maiores. Dolor neque voluptate non."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Aut culpa a magnam quis earum. Molestiae at mollitia quibusdam et. Natus molestiae non ullam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carrie@walsh.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mauricio Kling"], ["email", "carrie@walsh.com"], ["password_digest", "$2a$04$C1uDIvbc4MTV3eieOv2.bOyMAJlpw8nKH5f9Fq1jLFJDD7CC45.0a"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Et perferendis ipsa quos. Sed et labore saepe consectetur quis nostrum. Sapiente autem officia sit quae et. Ab ea atque aut sed ullam est repellat."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Rerum pariatur voluptatum nemo qui optio ea. Fuga deserunt ex. Doloremque qui aspernatur eius officiis eveniet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "romaine@barton.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thelma Kuvalis"], ["email", "romaine@barton.org"], ["password_digest", "$2a$04$lTh4yECC15Pgt9SJbXXIgOAO415VS6WVmB073fIVvdVTBsIs28cvK"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Aut ut beatae esse quam. Ipsam modi inventore voluptatem atque reiciendis natus dolores. Dignissimos exercitationem voluptas aut illum. Et est illum nihil ducimus ut."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Minima vero quia voluptas et. Voluptatem molestiae aut distinctio ut consectetur minima molestiae. Quam minima iure rem debitis quibusdam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clyde@bernhard.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cecilia King"], ["email", "clyde@bernhard.co"], ["password_digest", "$2a$04$GP3b0qgfDm38OEH9vzgrdeuMq4eTxPhwC4YOYbBDdcZe90pbOWePe"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Quia commodi unde similique assumenda vitae sed. Tempora occaecati culpa veniam et. Ipsum et non eos nesciunt. Ea iusto veritatis ipsum aliquam voluptatem."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Nulla assumenda consequatur suscipit placeat. Porro recusandae dolorem fugit voluptas pariatur labore id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elta@bernhard.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyshawn Deckow Sr."], ["email", "elta@bernhard.name"], ["password_digest", "$2a$04$fBJewIx8VtCrmR5srh4yK.ZW.wGBG06GNHhbAD0ywnMZ5BNmhEM3q"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Cupiditate molestias veritatis numquam sed ut. Maxime et quo delectus ipsa fugiat voluptate molestias."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Optio vel aut quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lyla@okon.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dee Weber"], ["email", "lyla@okon.name"], ["password_digest", "$2a$04$acG02Ho0X7dcfvPDAew1XelLAe.AhZIeiHrMizfYeZgfJMxAoTZJW"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Cupiditate dolorem velit. Molestiae exercitationem fugit. Deleniti cumque facilis. Consectetur non vel sint illum repudiandae quod eos."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Cum est tempore numquam quibusdam. Officia non id. Eos aut harum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryleigh@little.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ford Bergnaum"], ["email", "ryleigh@little.name"], ["password_digest", "$2a$04$M0f9zj/XgPt33wCVXG.00eprfjPFYZzxZASuhwMrLKrG85IHBx2GC"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Numquam corporis est et esse nesciunt. Debitis quisquam labore vitae id. Quis sunt neque debitis ab deleniti vel nihil. Aperiam deserunt consequatur assumenda quia sit illum aut."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Ullam ratione odio earum et officia. Autem laudantium distinctio sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chasity@glover.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ivory Crist"], ["email", "chasity@glover.org"], ["password_digest", "$2a$04$s3B0knG71eA9fXtkR6TcAOr.TghfVgKhq73p6S7xO7RNdAwuPgcQi"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Voluptas aut libero consequatur dolor officia quam. Qui et dolorum. Perferendis animi ea."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Odio qui quis reiciendis nobis voluptatum. Assumenda cum laudantium est maiores voluptatibus omnis eius."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "precious@little.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carolyne Hills PhD"], ["email", "precious@little.net"], ["password_digest", "$2a$04$MSPUxJ/17YEjEd60GtlqgO89sXsJf2ZfgQdtUlXvwPY94qDhu90Hm"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Vel rerum maiores praesentium consequatur et ipsa ut. Quo rem vero cum ut. Et ea vel cumque."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Ex voluptates voluptas quia ea aut. Ex reprehenderit et nesciunt incidunt sit unde at."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jillian@wildermansporer.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Quinten Collier"], ["email", "jillian@wildermansporer.info"], ["password_digest", "$2a$04$CNeFpajkJ49QMyhfSnKQteczWDyrWa50A7vdmCRUXcQq0YIyBawS."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Voluptas nemo quidem corporis quia voluptatem magni. Laborum molestiae assumenda natus quos."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Natus sit quia blanditiis accusamus labore maxime fugiat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sonia.sporer@ko.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Elyse Carroll"], ["email", "sonia.sporer@ko.io"], ["password_digest", "$2a$04$xwdO3KRb7zgT/FhE1hyu0eRvUWkA1fUVd0SlAiYnUn5YHaqpx4iLq"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "In error aut incidunt sunt. Impedit quia dolores."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Modi quasi aut laudantium quaerat vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmelo_considine@faheykrajcik.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Merritt Strosin"], ["email", "carmelo_considine@faheykrajcik.biz"], ["password_digest", "$2a$04$L3lbC78C8imCYION5napnOVOg4XzeoGukhaK1sMkJVCZyIgNpH3M2"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Aperiam architecto quidem blanditiis vero asperiores. Occaecati nam officia."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Iure fugiat non dolorem soluta exercitationem autem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marquis_bailey@spinka.io"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bessie Reynolds"], ["email", "marquis_bailey@spinka.io"], ["password_digest", "$2a$04$40lgXIaxQ6AlAmfsBND58OO9HF8xHT1bRe631Tfx857DUCv3LlZva"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Ratione et ex. Cumque magnam ut earum ut. Aut sunt est culpa."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Sit et explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brando.mertz@steuber.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Richard Sawayn"], ["email", "brando.mertz@steuber.io"], ["password_digest", "$2a$04$W.mq8bsnPjWStEt2.RKj9OEwTNIxqtSfF9ICiDe0dl41wDfIpaicG"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "In nesciunt dolor odio omnis deleniti qui id. Tempore itaque eius illum. Consectetur illo laborum tempora neque. Cupiditate incidunt cum qui dolores aliquam."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Voluptates consectetur nemo accusantium. Vel assumenda fuga et. Et ea rerum temporibus recusandae explicabo sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "makenna.cummerata@walker.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Candice Barton II"], ["email", "makenna.cummerata@walker.info"], ["password_digest", "$2a$04$Xm.S1MM3PSpay.WFJvhkXeWHrXt5s9yP1vAwmshn9y9.kFNeoRdNS"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Qui et cupiditate ipsam nesciunt. Aliquid error quod aliquam."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Dignissimos tempore aliquid. Velit commodi et ut saepe perferendis autem. Est cumque nobis ratione dolores aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julio.gleason@harris.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kendall Satterfield"], ["email", "julio.gleason@harris.com"], ["password_digest", "$2a$04$LWvtzZstrhLcbCJ6F0Hz9OEs7ygxX1vDRiDI6TA..lXdY2nNIKss6"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Cumque doloremque aut ex voluptatem at. Eveniet quibusdam necessitatibus. Dolorum itaque sit laborum consequuntur ea sunt. Labore iusto consectetur fugiat illo."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Dicta officiis quas excepturi maiores voluptates. Maiores corporis consequatur quo cumque ut. Omnis voluptatum consectetur nisi consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alejandrin@lowe.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beaulah Ratke"], ["email", "alejandrin@lowe.org"], ["password_digest", "$2a$04$.Jt//vJJ2z/phhwf9OT9FedyL/4PA7qc3zbZgpc43OroFcdjIXUsW"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Accusamus repellendus sint non perspiciatis quas vel. Est dolor ipsam. Et et distinctio sit at. Mollitia in corrupti at molestias nam."], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Ratione consequuntur sit odio magni. Accusantium qui et saepe voluptatum qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.7ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "annabell.welch@runolfon.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maia Jenkins"], ["email", "annabell.welch@runolfon.org"], ["password_digest", "$2a$04$yGnCKLy1ZiYGsW7H62J.Ru7HIR2eM1qU32sKjB8jm2golB2FcP2.K"], ["created_at", 2016-05-17 22:07:33 UTC], ["updated_at", 2016-05-17 22:07:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 16ms (Views: 12.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"annabell.welch@runolfon.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "annabell.welch@runolfon.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1IVahUYHDuJO3DPC0LLGcOti7zP6dTQxLI5JtQbPXk.IGxf3D2kNC"], ["updated_at", 2016-05-17 22:07:34 UTC], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.2ms) Completed 200 OK in 38ms (Views: 30.8ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jakob@bernierrenner.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Conrad Schaefer"], ["email", "jakob@bernierrenner.io"], ["password_digest", "$2a$04$tEaoqcqq9yTwBw/1g651FORX28ZLm38M2warTrOuQpUF0R7wYLM8e"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Et voluptatem ab vero rem consequatur. Similique ipsa quasi asperiores sed. Velit a non in nulla."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Inventore aliquid quisquam ducimus consequatur sint voluptatem perferendis. Debitis velit ut aperiam. Non autem ut aut atque tenetur ullam aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darrin_pollich@tillmanschroeder.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gaston Hansen"], ["email", "darrin_pollich@tillmanschroeder.name"], ["password_digest", "$2a$04$fhshzfHNoZN/LanrlI6jleQCMquUij1ZQCPZyluwCKZ7E.eJt26N."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Fugiat qui tempore voluptate dolorem. Eius et commodi."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Enim est numquam omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emerald.trantow@white.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Salvatore Walsh"], ["email", "emerald.trantow@white.net"], ["password_digest", "$2a$04$0GyLAwkGblC4xn/rOPSouO5R3doOACxWdyjbOvEUWkGrdnovbXk8O"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Velit ipsam voluptatem ut. Suscipit eius illum. Laudantium voluptas veritatis cumque ipsam. Sapiente autem nam dolorem."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Est numquam assumenda vel. Ut dolore enim officiis quae debitis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "queen.grady@marquardt.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jena DuBuque"], ["email", "queen.grady@marquardt.org"], ["password_digest", "$2a$04$dKyUyz0oNeBTEdJFvk5TrOm4KqAq7eNNTJZz4VK5xI0viSl5maDyy"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Quam vel quia possimus. Ut praesentium quam qui quis illum magni. Consequatur reprehenderit maiores voluptas neque. Aut consectetur cumque eius omnis beatae."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Non ut est. Quia nesciunt fugit sed adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hazle.rath@schimmel.co"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Hertha Cormier"], ["email", "hazle.rath@schimmel.co"], ["password_digest", "$2a$04$aw4VKvkRwDSNz32eDP89AeBOezeRMapwwT31Ab43YOkcCNAG5M9km"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Dicta blanditiis animi quod quo voluptatem excepturi. Quidem sit consequatur sed. Voluptatem quaerat rerum ratione placeat et facere explicabo."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Alias accusamus sunt laborum in. Doloremque nihil dolore illo qui neque voluptate qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deonte.aufderhar@shields.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nico Emard"], ["email", "deonte.aufderhar@shields.net"], ["password_digest", "$2a$04$S/2ge2UFUg6VcbM/eRIjl.Bc9DADfqhuQfMnjA5yCWmNIxoknO.p6"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Et modi sed ut eum quidem recusandae. Repellat iure facilis qui aut accusamus facere."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Nesciunt ea qui ut harum corrupti. Est maiores porro et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ocie@wiza.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Ariel Hagenes"], ["email", "ocie@wiza.name"], ["password_digest", "$2a$04$wEu7ZSNKyLfTB4wP4.Ysnef.8dmULfKRSsoGW4bVM3UGmNkRQNh/."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Cumque cupiditate sed voluptas a itaque non. Asperiores iste numquam fugiat. Ea fuga nemo."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Recusandae omnis labore. Ipsum aliquid et illo fuga. Doloremque consequatur iste sit ipsa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tabitha.jerde@pfannerstillschuppe.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Myriam Beatty"], ["email", "tabitha.jerde@pfannerstillschuppe.info"], ["password_digest", "$2a$04$3LqyOnDeHTD8vqG1TxNub.89o1/hHKxtwW7qUf3Uyfjyurt77LXdm"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Non qui eum. Consequatur sint cumque hic molestiae ea quo. Modi occaecati est voluptatem mollitia ipsa. Eius voluptatibus eos."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Iusto quam fuga porro. Reiciendis quia quisquam sunt ex. Aspernatur labore eaque vel consequatur nihil ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dwight@murphykutch.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nasir Stehr"], ["email", "dwight@murphykutch.org"], ["password_digest", "$2a$04$5K5VFrHb7j/gGlPAByVJ7eQK7KESPrbZNkmW5EFUD1eET7f2mV20."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Quisquam similique ut quam mollitia aut adipisci qui. Molestiae est laborum quaerat. Id molestiae qui enim consequatur et consequuntur. Quo eaque omnis commodi laudantium blanditiis saepe ut."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Numquam ut consectetur deleniti amet."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marion_senger@flatleykuhn.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keith Bins"], ["email", "marion_senger@flatleykuhn.com"], ["password_digest", "$2a$04$jhesZbBFrONZKKH9odjW5uekVxtuRFTNfju5cSPwPD/7JjGhfLTvm"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Est ipsa totam ex vel nam consectetur. Qui sit et."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Facere ut voluptatem ea deleniti mollitia tenetur. Est adipisci ipsa id fugiat. Quisquam veritatis et molestias."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helena@adams.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brooklyn Schoen"], ["email", "helena@adams.name"], ["password_digest", "$2a$04$LnEdRPv9u8jyzvvWVfKVzOAkcIHpUsRgBvnH.U2DUoarJBtadx6Hy"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Et autem quo et dolorem ullam. Explicabo aut perspiciatis error provident. Tenetur optio eum officiis aut."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Fugit ut eum et ea architecto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noah.bahringer@smith.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Lilian Smitham"], ["email", "noah.bahringer@smith.biz"], ["password_digest", "$2a$04$UAawYsop8spiikeEKQfpBuuSncE2s7UzkXPRCSVxq4JMoqauMGvbW"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Nihil dolorem doloribus fugit. At ea eum ratione quos. Fugit voluptatem sunt quaerat in. Atque aut rerum cum impedit vel."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Molestias vitae nostrum non quia et est expedita. Tempora perferendis ab dignissimos ut debitis fugiat. Et nisi perspiciatis non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfreda_runte@heel.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Cali Dibbert"], ["email", "alfreda_runte@heel.info"], ["password_digest", "$2a$04$AX7P7ZSUKDSodbyi8UblkumOu5gLLQU0P4n8zQ.sI/JJK.yMzwPpK"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Quae omnis fuga occaecati. Aperiam architecto soluta est magni quos nesciunt deleniti."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Excepturi at facere aliquid deleniti et sit praesentium. Odit quia voluptates pariatur magnam et."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roscoe_davis@swift.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jewell Ebert DDS"], ["email", "roscoe_davis@swift.info"], ["password_digest", "$2a$04$PLryziLiAweX9FpYdIaPAuBInR6X8m9eE/aHU6w5WIo8Xon..AOxO"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Voluptatem voluptate omnis nulla dolorum eos necessitatibus. Cum doloribus dicta recusandae praesentium perspiciatis eveniet."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Quaerat omnis recusandae laborum. Accusamus natus itaque nihil corrupti qui voluptates."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lysanne@howejerde.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Billie MacGyver"], ["email", "lysanne@howejerde.io"], ["password_digest", "$2a$04$mARlCUvEClQiVvwMNiMqS.4oLwzyEvjvvYcbc.Mx.BQSa/qDF7tk6"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Voluptas ut natus vel incidunt. Fugiat neque accusamus. Voluptatibus excepturi quibusdam sunt dolores officia sequi fugiat. Voluptate amet quo quo pariatur sit."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Et eligendi eos iure cupiditate omnis possimus nam. Asperiores quisquam quidem ea ut. Sit ex totam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "howard.beatty@harvey.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Price Balistreri PhD"], ["email", "howard.beatty@harvey.name"], ["password_digest", "$2a$04$9U1j0srW0JWIiqei4ne2JeFy1z4WW229Iuoc2QqaizSKh5wLCJ5Ry"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Voluptatem sapiente natus dolore quia. Dolorem modi recusandae quis. Cupiditate rem est ut modi et ut non."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Reiciendis accusantium pariatur praesentium itaque et nesciunt et. In quam quo laboriosam. Molestias dolorem facilis quia quae occaecati."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilfred.will@welch.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Cheyanne Ankunding"], ["email", "wilfred.will@welch.info"], ["password_digest", "$2a$04$5ZM8Da9AGoY42pN49CHa8edEtfmDTRg/ffqcDyYfywD1y5eLmvYK6"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Repellat minus voluptas molestias non. Consectetur esse voluptas sint eos nisi ut. Omnis repellendus labore veniam. Iste non quas error suscipit."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Natus assumenda consectetur. Quae id est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vivianne@hermanrobel.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Misael Greenfelder II"], ["email", "vivianne@hermanrobel.net"], ["password_digest", "$2a$04$Z0CjvBLhmNvYVwm.Pmsy4eRwfWlpnRBgThbOMvfVCrOpF2L63gVOy"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Corporis dolorem doloremque nesciunt voluptatibus. Facilis magnam aut praesentium accusamus."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Est tenetur animi quis harum minima qui sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ward.okuneva@heel.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dion Balistreri"], ["email", "ward.okuneva@heel.biz"], ["password_digest", "$2a$04$zFeIRa//FSPATAr./dzj2.DSLLnXqgn7Ke2lfsrJyMZRCKLw3C8by"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Sed repellat qui earum voluptatem maxime. Quisquam quia consequatur aut repellat assumenda impedit. Iure et at aut labore explicabo ratione corrupti. Sit et ratione non."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Similique molestiae excepturi quas non. Nihil voluptatem excepturi aut ut iure enim tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "serena@kuhicstamm.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carol Glover DDS"], ["email", "serena@kuhicstamm.org"], ["password_digest", "$2a$04$/VH1FbY4Vmxax6VuubGUKeExy6Wi66gZwSW8LxjT1BM9NJ3WFvqBi"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Eaque et nihil rerum ut voluptatum. Voluptate aut asperiores dolorem quae ipsam iusto ad. Eum velit excepturi optio architecto voluptatibus. Quia non sequi natus odio fugit."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Quis enim et minima cupiditate enim ipsam. Perspiciatis dignissimos voluptatem enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ansel_gerlach@hahn.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Monte Dooley"], ["email", "ansel_gerlach@hahn.org"], ["password_digest", "$2a$04$pYGY2vhCT/BVgqiu0htui.3Tk16b191l3ZNZ6EgEtv7jmagu.syZu"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Numquam et quis est. Sit voluptatem voluptatum consequatur sunt voluptate possimus alias. Nihil quibusdam totam dolores iste error dolorum."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Sit amet fugiat sint. Inventore est fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hortense.vonrueden@osinski.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Audie Reilly"], ["email", "hortense.vonrueden@osinski.info"], ["password_digest", "$2a$04$I.Hln911VvHUK5aNyhfSy.OAJUICQUhESliAxGsUlFhS/qC6SGu7W"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Sit ut totam veritatis quo. Qui non officiis aut dolore in cum officia. Vel quaerat placeat."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Nemo ut fugiat quam architecto id. Blanditiis deleniti rerum ut autem inventore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amani@funk.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geoffrey Beatty"], ["email", "amani@funk.co"], ["password_digest", "$2a$04$t/h4sIiDBOfSJAuDuUHOOufVMrgnxJMvOalOQx6EPPMLlytwzhR16"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Fuga labore dolor sit. Ad nulla iusto reprehenderit."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Dolores aut possimus deserunt adipisci ullam et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meghan@ebert.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Newell Spencer"], ["email", "meghan@ebert.net"], ["password_digest", "$2a$04$L8kFJw/qI1L5Uuh29fF6JOKX1TxpsBejeOXu2w8OUaIN2ogbJ7Mdq"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Repudiandae sunt laborum eos. Sint officiis aperiam quo quas dolorem omnis sed. Quod qui quis vel dolorem eligendi provident."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Saepe quam quia voluptas rerum maiores at. Unde quo animi quia veritatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allen_kris@sawaynheaney.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernadine Gislason"], ["email", "allen_kris@sawaynheaney.name"], ["password_digest", "$2a$04$mxYnvLQXZPTlccl8xuPDTuNPi8jZzIVy81zv5OYp9n6n64dmdedE2"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Est earum facere. Quod incidunt et cum aut et alias natus. Laboriosam ratione aut ea. Unde ea nostrum deleniti placeat maxime sit magnam."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Et beatae excepturi possimus veritatis dolores minus et. Repellat deserunt quidem quia deleniti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "patrick@predovicbode.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anahi Reinger Jr."], ["email", "patrick@predovicbode.io"], ["password_digest", "$2a$04$iSPoSlva0Kjd8Y85APKxJ.9FV8mllfF6WF6foqXyIZvsy6ZQ8dzBK"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Sunt occaecati corrupti dolores numquam ullam omnis dicta. Et est dolores et aliquid incidunt quidem aut. Est est magnam consequatur. Odio doloremque sit sint consectetur voluptatem."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Deserunt necessitatibus vel est occaecati maiores distinctio doloribus. Aut quibusdam deserunt nemo autem amet et cum. Sit et aliquam ullam eum aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.8ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juliana@swaniawskibosco.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "juliana@swaniawskibosco.name"], ["password_digest", "$2a$04$WUF6A4mFTdtOUWJCnNEh2.vSXVxXOfDzs7ePAkI8hq4dFU1C4R9EG"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 18ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"juliana@swaniawskibosco.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "juliana@swaniawskibosco.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$0hlRdfIVRrTOeIWxNmII9OcwoOW80V2dERLit7CnVCwwn0JCmBlGu"], ["updated_at", 2016-05-17 22:07:34 UTC], ["id", 130]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.5ms) Completed 200 OK in 32ms (Views: 26.6ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "idella_funk@hahnstroman.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "idella_funk@hahnstroman.io"], ["password_digest", "$2a$04$zBxd746i5jYdfQwq5vW06erUp4blYUyN.29gZTnIfMnmgjrBwihgG"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kailyn@turcotte.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Renee Feest"], ["email", "kailyn@turcotte.info"], ["password_digest", "$2a$04$y1xd7irPCM2rtt0JujYoku.JJGcx4YPMGtwAur5gplm9M7JxdCx6y"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Deserunt explicabo voluptatum cum eum repellendus excepturi. Doloribus minus laborum deserunt voluptas delectus vitae quo. Ratione in sed tempora. Id quis et velit magni qui voluptatem."], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Deserunt ullam dolorum aut. Omnis facere excepturi recusandae aut dolor sit. Cupiditate ipsa culpa eveniet omnis perferendis qui iusto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (39.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (50.2ms) Completed 200 OK in 65ms (Views: 56.9ms | ActiveRecord: 2.8ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-05-17 00:00:00 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 23ms (ActiveRecord: 6.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.6ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 2.2ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brett_brown@oberbrunnerbosco.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "brett_brown@oberbrunnerbosco.com"], ["password_digest", "$2a$04$.T3.ZzKX743NIXFoltYh/.SS/fYEZksXl.t0eigxGz7nPf0NmtaVa"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"brett_brown@oberbrunnerbosco.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "brett_brown@oberbrunnerbosco.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ehoOdk77dXOTD4LAltwyTeG1adNqb/YWW2G/fZxAaFCCqb9KRj9a2"], ["updated_at", 2016-05-17 22:07:34 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.0ms) Completed 200 OK in 24ms (Views: 19.3ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "conrad_pouros@millauer.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "conrad_pouros@millauer.name"], ["password_digest", "$2a$04$czVfopn4pRHzXb7ECKKCJeizdN5romwYwi1.OYloSHcHog3aMThjG"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (17.5ms) Completed 200 OK in 29ms (Views: 24.1ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 5.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.1ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alisa_wilkinson@eichmanngottlieb.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marlee Turner"], ["email", "alisa_wilkinson@eichmanngottlieb.net"], ["password_digest", "$2a$04$FpnyuH/6YCD/m3n2zXP9D.SBb6hG53lQvV2PL9zbBoPkUqjtrJXGK"], ["created_at", 2016-05-17 22:07:34 UTC], ["updated_at", 2016-05-17 22:07:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alisa_wilkinson@eichmanngottlieb.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "alisa_wilkinson@eichmanngottlieb.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gx7XHwFMV97Ol4wnQgNoBOw7ngVIpJ90ynk6FcOkbFH0X/sci/7xC"], ["updated_at", 2016-05-17 22:07:34 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.3ms) Completed 200 OK in 30ms (Views: 23.3ms | ActiveRecord: 1.6ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-17 18:07:35 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (15.4ms) Completed 200 OK in 27ms (Views: 21.7ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:35 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.2ms) Completed 200 OK in 34ms (Views: 24.6ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 19ms (Views: 14.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$ufPyAmxsJrh5Q7cSgYQ9futxQSGgyQyYGSxtWW3FyDJi3C1QqyeUu"], ["created_at", 2016-05-17 22:07:35 UTC], ["updated_at", 2016-05-17 22:07:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$aR.GF6ALjrVJgAtu14kiPuxz//ixrjN2tec2ZhTrs9Mq40bl4GpBq"], ["updated_at", 2016-05-17 22:07:35 UTC], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:35 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.4ms) Completed 200 OK in 25ms (Views: 20.1ms | ActiveRecord: 1.6ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$t0/Asbi0c.UiPQTloJYue.bvKjJ8dcLbx/Ys7GngZfsYqK3Rtsr0y"], ["created_at", 2016-05-17 22:07:35 UTC], ["updated_at", 2016-05-17 22:07:35 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:39 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-05-17 18:07:39 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-05-17 18:07:39 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:40 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gN8HJRE1LrjaHUaXtoQew.t8wm8cIn2p9GzZ2XZV5nnkVtEHSu3E6"], ["updated_at", 2016-05-17 22:07:40 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:64241/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:40 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (2.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 33ms (Views: 22.8ms | ActiveRecord: 4.3ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-05-17 18:07:40 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:64241/ Completed 302 Found in 3ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-05-17 18:07:40 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.9ms) Completed 200 OK in 34ms (Views: 28.7ms | ActiveRecord: 1.2ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-05-17 18:07:40 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-05-17 18:07:40 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 27ms (Views: 21.5ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.4ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (19.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordi.beahan@colerippin.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Eunice Ratke"], ["email", "jordi.beahan@colerippin.info"], ["password_digest", "$2a$04$U9JcapAE0qF/br7Yhd11q.S0M2e7.hCa2hM9Ftje0M4dsUPmocK7O"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.6ms) Completed 200 OK in 25ms (Views: 20.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jordi.beahan@colerippin.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jordi.beahan@colerippin.info"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZUG6WUIcTRIFLWis1NbkEeqOSFWnu/U5PFDDmX0GnMib7h4uIlwWG"], ["updated_at", 2016-05-17 22:07:41 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.7ms) Completed 200 OK in 36ms (Views: 28.7ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (17.0ms) Completed 200 OK in 36ms (Views: 28.8ms | ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ella_roberts@runtemetz.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jayden Keeling"], ["email", "ella_roberts@runtemetz.com"], ["password_digest", "$2a$04$QGtHtFUcW7YX3HOAEuKk0.oYTgcpZiClagi/8sj7OXgD..APHjbla"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ella_roberts@runtemetz.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ella_roberts@runtemetz.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$VvkD7C1OxUIiW4zi4yQik.F2GvksWtr/ic9KHNOnjOf2HYZoelRQ2"], ["updated_at", 2016-05-17 22:07:41 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (3.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.0ms) Completed 200 OK in 34ms (Views: 24.6ms | ActiveRecord: 4.5ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-05-17 22:07:41 UTC], ["updated_at", 2016-05-17 22:07:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:07:41 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (24.3ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 2.3ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "duane@schultz.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kirsten Kutch"], ["email", "duane@schultz.info"], ["password_digest", "$2a$04$yjCd29k4uXPckoJKBnTGp.1M2MpCn/NrbH3fy7zHd0gfeF2ly7Nm2"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"duane@schultz.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "duane@schultz.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$uJ1qRcb.qz/bI.vp0xLhX.74EoLPn8Y8YkXRn0EZqliqFE8aUpO8C"], ["updated_at", 2016-05-17 22:07:42 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.9ms) Completed 200 OK in 27ms (Views: 20.3ms | ActiveRecord: 1.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 23ms (Views: 18.4ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.6ms) Completed 200 OK in 22ms (Views: 17.1ms | ActiveRecord: 1.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grace_ruel@schowaltersipes.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassandre Hansen"], ["email", "grace_ruel@schowaltersipes.name"], ["password_digest", "$2a$04$eWq/zOKaoxmbbrjbf.fkDOm6t7rdE6KOfHgUd19HFZvqG8p3f3L.O"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"grace_ruel@schowaltersipes.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "grace_ruel@schowaltersipes.name"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$xPJCEMaJPe0O.rq5K9IY4.BLAAcCG60.S9uEU.DhyZ/rdrwqZyx8m"], ["updated_at", 2016-05-17 22:07:42 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 22ms (Views: 16.9ms | ActiveRecord: 1.8ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 21ms (Views: 14.7ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-05-17 22:07:42 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.2ms) Completed 200 OK in 25ms (Views: 19.1ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guillermo_gibson@pfannerstill.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Gwendolyn Mills"], ["email", "guillermo_gibson@pfannerstill.net"], ["password_digest", "$2a$04$fzCS7wf4N30iQHolo4TBA.WtHYWVXYaslo.cAijyTHHVmrJoXjoJ."], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 17ms (Views: 14.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"guillermo_gibson@pfannerstill.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "guillermo_gibson@pfannerstill.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8lEnQQD7R8JKJDdJOVw27ucQ1KqQT1Piii4QfIxsurT5cFMtv3Fpe"], ["updated_at", 2016-05-17 22:07:42 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.9ms) Completed 200 OK in 22ms (Views: 16.2ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 21ms (Views: 15.9ms | ActiveRecord: 1.6ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 20ms (Views: 15.0ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ivy@emmerich.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Bradley Gibson"], ["email", "ivy@emmerich.com"], ["password_digest", "$2a$04$K4O5jleD1G2BaVR9rdHI/u.URnY1H69x6GjMxknKVyLe6n7vkW11q"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Iusto corrupti possimus praesentium quibusdam. Quia aspernatur tempora ea. Ut sit odio consequuntur et cumque quia illum."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Perspiciatis et eius non. Nihil aspernatur consectetur amet mollitia neque."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacinthe@carrollzulauf.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donny Orn DVM"], ["email", "jacinthe@carrollzulauf.biz"], ["password_digest", "$2a$04$JENAIF/gkxzEUv26Axb2IOf8jwlhaTxrGuv2g52oBiC3w52rlZCyy"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Iure dolores et aut. Enim eius fugiat et quam sed omnis fuga. Est in nihil neque at. Quaerat quia deserunt aut."], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Ea cum quod suscipit commodi rem nulla. Ex velit sed provident odit eum qui. Rem aut quo eum atque aperiam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (13.5ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (30.4ms) Completed 200 OK in 43ms (Views: 37.1ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (8.9ms) Completed 200 OK in 22ms (Views: 17.7ms | ActiveRecord: 1.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keshawn.luettgen@lockman.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elda McCullough"], ["email", "keshawn.luettgen@lockman.name"], ["password_digest", "$2a$04$Y24rXulwEgpAnqWoAdvvsuVTa0EmCjOlRLkOhYg8VL4Hflh40AJG."], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Nesciunt rerum aut modi est nobis quibusdam. Qui quam quis commodi. At consectetur perspiciatis veritatis. Debitis enim officiis esse alias consectetur."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Nostrum ut iusto. Ipsa ut architecto aut suscipit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alycia@anderson.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marie Hagenes"], ["email", "alycia@anderson.biz"], ["password_digest", "$2a$04$W65X4bdAALQRtjZodc54YOnU9O0BpMcJWJIoD/KOXZ4eubZfn0ot6"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Dicta quam molestiae qui. Quia qui voluptatem odit."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Sunt quia ut veritatis. Porro sed sit aspernatur fugiat qui tempore. Reprehenderit praesentium cumque adipisci."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nelson@volkman.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kallie Nader"], ["email", "nelson@volkman.com"], ["password_digest", "$2a$04$DH1OZh.68jFJR4JrogbVi.6vPG9JrDiB1J6Ep/bSWa2Hq8W957afK"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Ad vel voluptatem ut. Voluptatem optio qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Aut expedita et blanditiis odit voluptas. Voluptatem aut quis et tempore eum. Autem distinctio deleniti et itaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monique@rau.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isabel Keebler"], ["email", "monique@rau.biz"], ["password_digest", "$2a$04$EF8ODJNHtU6kowrEEXBP4efimQWUANY7FxnwVIPY7fSjKHlmg7wbC"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Voluptatum neque suscipit inventore qui quia dolores similique. Consequuntur pariatur qui nam nobis ullam facere. Architecto sed officiis non consequatur qui quod."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Quia dolor illum in iure. Praesentium pariatur laborum sit sed. Nobis eos molestiae nulla non voluptate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "crystal_turner@kuhic.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berta Wyman"], ["email", "crystal_turner@kuhic.org"], ["password_digest", "$2a$04$glnpORwmoBAe6bmzaBT9qexOoFA6YcrVTESJf1mBSXQMXZ31hCprC"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Quisquam autem sint. Sed animi qui ut. Asperiores qui nostrum voluptatem neque. At cupiditate ducimus."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Autem amet perspiciatis et qui corrupti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christelle@block.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Georgianna Schuster"], ["email", "christelle@block.name"], ["password_digest", "$2a$04$7f2BAqtBu8MZjFF1Uirc8OUIR13ZjaHE.n6HQe1gNTHIlJi6Komqu"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Nostrum nisi eum qui aliquam corporis modi. Cupiditate voluptate dignissimos incidunt."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Reiciendis illo esse."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hazle@wilderman.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Wayne Considine"], ["email", "hazle@wilderman.co"], ["password_digest", "$2a$04$MWg7axzidZUL64mRAtx9xOAr8/V4CyPLsV4yAgEopCUwDA7gMSnO6"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Cupiditate adipisci necessitatibus ipsam. Odit dolores quis similique. Tempora dolores veritatis debitis accusamus et eum."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Itaque et labore qui laboriosam tenetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deshaun@oconnell.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnaldo Dickens DDS"], ["email", "deshaun@oconnell.name"], ["password_digest", "$2a$04$FVtx9jPj97bZaRTnHp.vUeUJ33ZBN42w0LyILXIQmmuP.tedV9eWO"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Omnis natus illum quia. Et rem enim necessitatibus aut omnis. Aut ipsa odit nihil."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Et nostrum eum. Qui quia dolore asperiores est ut similique."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carley_cole@fritsch.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Daphnee Will"], ["email", "carley_cole@fritsch.info"], ["password_digest", "$2a$04$G7kq.4hsfy8smKWgqxPN3.ppH0Lf.t7xPM7mwuDGd9TI1NosaSWp2"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Voluptatum possimus sunt minima. Ad aut reprehenderit non voluptas. Quibusdam ipsum esse. Nam est est voluptatem est consequatur."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Facere at qui est molestiae. Est delectus quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "herta.kilback@johnsonjones.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mortimer Schmidt"], ["email", "herta.kilback@johnsonjones.co"], ["password_digest", "$2a$04$OXWj2CUQszFOf37ntxH/juWywxibR.NMXStKEOhkZiV193mbROpHq"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Unde quidem aut ea hic inventore. Modi dignissimos consequatur occaecati ea error nostrum sit. Consequatur inventore officia aliquam."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Tempora et qui. Illo rerum pariatur laudantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nia@herman.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helena Kohler PhD"], ["email", "nia@herman.co"], ["password_digest", "$2a$04$AdjzLLhSX3OWEPf8Ex8TeexJcphuYs2eR.FrQxN9JLon.igv1osj6"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Magnam et qui accusamus. Et et laboriosam dolor officia sunt magnam. Aspernatur deleniti necessitatibus est sit incidunt fuga expedita. Vel dolor voluptas consequatur et ullam magnam."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Accusamus autem magni nihil quia. Qui consequatur libero accusamus sunt velit aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.9ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.8ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.6ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.4ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (51.9ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (75.4ms) Completed 500 Internal Server Error in 84ms (ActiveRecord: 11.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donato.mayert@kiehngutmann.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Chanel Davis"], ["email", "donato.mayert@kiehngutmann.name"], ["password_digest", "$2a$04$eyG8.e1AxQ/.xLTI7xdrOeaovazI8g/r3TdADD6FNGcfb0EFN7La."], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Ut et et fugiat. Assumenda et repellat non suscipit aut beatae blanditiis. Animi ducimus officiis. Velit rem soluta."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Expedita dignissimos ducimus esse. Est dolor sit officiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.8ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (29.4ms) Completed 200 OK in 50ms (Views: 43.4ms | ActiveRecord: 3.1ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.1ms) Completed 200 OK in 19ms (Views: 13.5ms | ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "toni_hammes@bednar.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Elza Ullrich"], ["email", "toni_hammes@bednar.co"], ["password_digest", "$2a$04$LTA0NuAR6P/tBy.MCv9iwuk.hjVVcABv4hV2MeDiHRjljyASlGPjK"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Consequatur saepe veritatis aliquam vel nam eum repudiandae. Aut facere quam molestias non sint quibusdam recusandae. Dolor assumenda eius. Porro vitae et iusto atque."], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Neque aut et explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jazmin_moore@boyereffertz.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Albert Torp"], ["email", "jazmin_moore@boyereffertz.org"], ["password_digest", "$2a$04$mqDBroY7kTPSWF4b1VBFneBbGHDWQ8V0Y7ER/1Kzvn30Vtpn/3zg2"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (2.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Possimus assumenda delectus. Natus cupiditate sunt asperiores praesentium ea. Est culpa sed sint."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Exercitationem laborum et deleniti consectetur ullam ut ut. Fugit ut dolorem qui. Perferendis accusantium omnis sequi sint."]] SQL (1.0ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isadore@wisoky.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kendra Daugherty PhD"], ["email", "isadore@wisoky.io"], ["password_digest", "$2a$04$vYB8.EwBcvF.Myy/a6ct3udk1tWhXnVBaXqrNS/8vvYCrVScwjgtu"], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Rem qui qui dolores temporibus modi. Possimus deleniti nostrum quisquam optio est."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:42 UTC], ["updated_at", 2016-05-17 22:07:42 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Aut vitae dolores placeat qui. Sit fuga iusto explicabo repellendus."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:07:42 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.4ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (18.1ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (36.4ms) Completed 200 OK in 52ms (Views: 43.8ms | ActiveRecord: 5.2ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-05-17 18:07:43 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (14.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (24.0ms) Completed 200 OK in 48ms (Views: 34.6ms | ActiveRecord: 4.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$UXSwVKnOgm.hy.R/HnQyIefmRCAUUwi7QlZHEbIp07EdcgtrGiIfu"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$dxDdiAkIC.2FjR4CWBDekuFCKF8djxYmyL3MSOCbAiLH4GM9DFSJS"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.1ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9uescgjP2NtFxlnmieR4gea9GErdy2RsV5R0010A.iSHoATpf7UOC"], ["updated_at", 2016-05-17 22:07:43 UTC], ["id", 24]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylin_powlowski@mills.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Arvel Schumm"], ["email", "kaylin_powlowski@mills.info"], ["password_digest", "$2a$04$X.x5k0RbZMueNPRWUH2xAOk5MbuiroFdwSi/NYTdZNq3BWP9xO4Hu"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.5ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmett@altenwerth.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Merritt Muller"], ["email", "emmett@altenwerth.org"], ["password_digest", "$2a$04$NyCOt3Br5SegbWKlYdnjy.fWTeWQNMta59v743mRRVPiHwvm1rwMa"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lowell@wintheiser.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carolanne Kuhic"], ["email", "lowell@wintheiser.biz"], ["password_digest", "$2a$04$/0n3DyMtr7FpZzBsV3FlcOK6cTYXzP9oDmSbBG.pk4WFe5wAgr8xG"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Magni dolor nihil fugiat aspernatur earum rerum. Temporibus ad sunt quo exercitationem est. Ducimus hic ut sequi."], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Nostrum similique ipsam. Autem qui accusantium dolores beatae aliquid."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aaliyah_blick@heathcotedaniel.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Lance Luettgen"], ["email", "aaliyah_blick@heathcotedaniel.co"], ["password_digest", "$2a$04$BBoDmZ6XVsmPMkTtKTsIjOZj0JliqXK7CzX.7NpBhz7CSgG9KxqAG"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Aut consequatur perspiciatis quia. Voluptas est quidem praesentium aut qui ut. Sequi distinctio perferendis similique necessitatibus. Numquam est quasi aliquam."], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Ut ipsa sed. Itaque excepturi non rerum labore. Architecto quis est iste."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alaina@barrows.name"], ["LIMIT", 1]] SQL (9.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caleb Cummings"], ["email", "alaina@barrows.name"], ["password_digest", "$2a$04$Xld5a0mb6rP8i9aQxBXF9O1nxiLR.QRv4Aqp1tf1UoUiUNHgz1/m."], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "solon@murphylowe.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexander Ortiz"], ["email", "solon@murphylowe.co"], ["password_digest", "$2a$04$i99H0qRqhqXgfFAacj8WG.4E4JzMHBSqBVAQ8kLoq3S5X4a.Ruq36"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raquel.krajcik@gerlach.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Branson Mosciski"], ["email", "raquel.krajcik@gerlach.biz"], ["password_digest", "$2a$04$oHA4JM9wBCCNwMYexlJmLeatkKvoTXyBwBTCs/AAUddqVW0bi1NDO"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reese@emard.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bobby Gutmann DDS"], ["email", "reese@emard.io"], ["password_digest", "$2a$04$Tk20.upAiwG96NmV9VRdNO3tF3RPgtM/Ufr1me3bODCcZlmgqn/9O"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Quidem est nisi accusantium consequatur molestiae ab. Veniam sit sit corporis quidem."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "In non quos assumenda necessitatibus. Sed deserunt voluptates magni eius eum. Quas ea beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ramona_labadie@block.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reilly Bechtelar"], ["email", "ramona_labadie@block.info"], ["password_digest", "$2a$04$7depuXuDG/t9aAbWh3s41OY9g4KZNB48eHh3Fb2DSf1/7rUiuiRCm"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Velit aliquam qui esse. Tempora fugit id. Ut ea labore numquam neque eligendi. Nihil tempore dolores voluptate ipsam veniam quas ducimus."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Sint nobis dolorem nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-17 20:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candace@kub.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamil Boehm V"], ["email", "candace@kub.name"], ["password_digest", "$2a$04$SHenW5fUAln/SIVdSqLd7uHbin21GtwOXyaHt13jbaXcee/57OeGm"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Quia vitae omnis quam est nesciunt reprehenderit aut. Numquam et quis aliquid adipisci tempore occaecati. Est adipisci expedita tempore."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Ad voluptatem repellat vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juliana@ziemann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rowan Barrows"], ["email", "juliana@ziemann.io"], ["password_digest", "$2a$04$5dYGZPsYl6UNa9rPF5zRp.qwstTJG9oV8pnBQCS0wSzZ12f0Z3dTO"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Dignissimos laborum quibusdam distinctio molestias. Illo harum asperiores sequi illum ipsa perferendis magni. Error alias ipsum omnis. Dolores officiis est autem quisquam."], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Animi et laboriosam velit. Dolor cum optio. Omnis sed qui est voluptas dolore quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "river.hackett@conroy.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cydney Bogisich"], ["email", "river.hackett@conroy.net"], ["password_digest", "$2a$04$U71K7ViYwPgfDFlRUTrkF.i0OAUy/OUITsb8oT361v9sRo2jO1So2"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fidel_gleichner@aufderharkeler.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jillian Casper"], ["email", "fidel_gleichner@aufderharkeler.com"], ["password_digest", "$2a$04$bwc6kpxXmzHLKz1SzneBr.uenrl3Y.ckF89Wr7rnt4AoFqK3LR20q"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Quia nostrum eaque atque culpa iure exercitationem. Nam qui harum."], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Omnis saepe soluta explicabo est voluptas culpa delectus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rick@jacobsoncruickshank.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caroline Bayer"], ["email", "rick@jacobsoncruickshank.org"], ["password_digest", "$2a$04$4QRGAUHCwhYQZB/jLiVndudfOwu9Zsyr7.2uSe3sb3cCmMOjZDmk6"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Distinctio rerum quia qui similique. Nostrum sit quo assumenda. Debitis ea at. Esse dolorum ut error sint tempore."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Est et et sit at saepe recusandae mollitia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-16 00:00:00 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordy.kirlin@dibbert.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aryanna Swaniawski"], ["email", "jordy.kirlin@dibbert.co"], ["password_digest", "$2a$04$T0r1XGWfedrMMnRIZTSrf.Z9JggyDugFfS7eTMf4RhVOgbm9SilRe"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$zB2jBQBedKSAe6F6tf1APuAbFKA/WkS3W.yXK3ns.3ccbZiGS8gtC"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.5ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$bHXSkxTZbG4vrrRnx1ZB7uT4n1uV.JPdZ5yFfCQfTXKDaxx8UTEgy"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lisa@reichert.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Isom Dietrich"], ["email", "lisa@reichert.com"], ["password_digest", "$2a$04$xD2PdVeW1QgzgmleiSLMtOgFdMyC9xUuqvluBaQ6uxFowb36LpZ.q"], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Impedit numquam et enim repellat nostrum. Rerum saepe enim ipsa nemo asperiores vel sed. Quos at et repellat ipsum temporibus ut impedit. Magnam sit quibusdam accusamus eos sint."], ["created_at", 2016-05-17 22:07:43 UTC], ["updated_at", 2016-05-17 22:07:43 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (37.6ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janea_schinner@koelpingoodwin.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Else Becker DDS"], ["email", "janea_schinner@koelpingoodwin.info"], ["password_digest", "$2a$04$N9W07jRWxKiSH/Ec7JSf5.gmf5SPmF2ykdYhHxTbvMBdRyCMrNn3S"], ["created_at", 2016-05-17 22:08:37 UTC], ["updated_at", 2016-05-17 22:08:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Sit officia enim corporis mollitia ut qui natus. Et ut aut voluptatem minima dolore corporis beatae. Saepe soluta est quibusdam quas sunt."], ["created_at", 2016-05-17 22:08:38 UTC], ["updated_at", 2016-05-17 22:08:38 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Ratione odio eos non nobis."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 26ms (Views: 21.3ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (33.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.5ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elva.upton@lowe.co"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chelsie Volkman"], ["email", "elva.upton@lowe.co"], ["password_digest", "$2a$04$dM7tsWH8Z1AWsfqXe1SNWecR7j/vcZryBkj/ce4Q/7ryz1h3nA6va"], ["created_at", 2016-05-17 22:15:32 UTC], ["updated_at", 2016-05-17 22:15:32 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Esse dolore ullam veritatis facilis aut. Officia qui excepturi eaque aut reiciendis quod."], ["created_at", 2016-05-17 22:15:32 UTC], ["updated_at", 2016-05-17 22:15:32 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Perspiciatis sit qui et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 20ms (Views: 14.6ms | ActiveRecord: 0.0ms)  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (5.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (24.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brennon_rice@tromp.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orlo Paucek"], ["email", "brennon_rice@tromp.name"], ["password_digest", "$2a$04$HEa1egeG.eY0esdRW15Gu.CRkmWS8WHhvKR.Td/L8bmOhNXkU6eT6"], ["created_at", 2016-05-17 22:16:23 UTC], ["updated_at", 2016-05-17 22:16:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Ut sed voluptate molestiae sed assumenda cupiditate. Dolorum et perferendis dolorem occaecati. Id sequi at beatae a enim. Neque natus hic tempora."], ["created_at", 2016-05-17 22:16:24 UTC], ["updated_at", 2016-05-17 22:16:24 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Ipsa iste quam totam voluptas dolorem aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 17ms (Views: 11.7ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (4.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margret_bahringer@nolan.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amara Walker"], ["email", "margret_bahringer@nolan.info"], ["password_digest", "$2a$04$fv0gaeCnh/5Tf2pYkZy5s.UX5055p9GKWSOSwd3fwnZ4gK3qFvIDK"], ["created_at", 2016-05-17 22:16:42 UTC], ["updated_at", 2016-05-17 22:16:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Labore consectetur aut. Est suscipit atque et."], ["created_at", 2016-05-17 22:16:42 UTC], ["updated_at", 2016-05-17 22:16:42 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Eveniet voluptas autem molestiae expedita nam aliquid. Nisi deserunt suscipit dignissimos quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 17ms (Views: 11.9ms | ActiveRecord: 0.0ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "manuela@white.name"], ["LIMIT", 1]] SQL (2.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Peyton Cummings"], ["email", "manuela@white.name"], ["password_digest", "$2a$04$VIkSAIRbCYPs3u04k35jtOZiMkzIJjQtNB55odzAAqRlbo9hbmvDS"], ["created_at", 2016-05-17 22:19:33 UTC], ["updated_at", 2016-05-17 22:19:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Voluptas inventore rem itaque ut dolore aut. Eveniet dolorem corporis. Fuga itaque harum. Architecto et expedita soluta ad maxime et."], ["created_at", 2016-05-17 22:19:33 UTC], ["updated_at", 2016-05-17 22:19:33 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Voluptas voluptate voluptatem. Labore aut consequatur dolores. Amet fuga ullam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 17ms (Views: 10.8ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melia@miller.org"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Natalia Lesch"], ["email", "melia@miller.org"], ["password_digest", "$2a$04$.Bnrn3LcDVG5XOrDrpGP9eqEiKF2azgjSlYSV.Q/W0oCZAUpP5Aue"], ["created_at", 2016-05-17 22:20:03 UTC], ["updated_at", 2016-05-17 22:20:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Omnis et voluptas. Maiores officia doloremque possimus nobis explicabo tempore aut. Omnis est in aut nobis."], ["created_at", 2016-05-17 22:20:03 UTC], ["updated_at", 2016-05-17 22:20:03 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "At culpa id temporibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 20ms (Views: 15.0ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$UARYW0xvB5LsBE1LaFV4cO3yAppqWe6Fv8iP5rPA3q.R/H8xSmYQi"], ["created_at", 2016-05-17 22:20:15 UTC], ["updated_at", 2016-05-17 22:20:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$8N4yTYB0P146RVZG.QObR.ePvLfuULEgTDsm.AuH39y8cCnuWNNNq"], ["created_at", 2016-05-17 22:20:15 UTC], ["updated_at", 2016-05-17 22:20:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ONuZgGfS1RIg2T/DIREOIu9RkoHWyo9ucOmbRjtCyVbjobdj9XOGm"], ["updated_at", 2016-05-17 22:20:15 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lesley@walkerpowlowski.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Oda Predovic"], ["email", "lesley@walkerpowlowski.info"], ["password_digest", "$2a$04$HHcZ6tiaT35y/UvwC9W/2uNX3JotvPDj2dSkVCL/8uc1uAeioBRrG"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Dignissimos ipsam ad. Cupiditate ullam earum possimus est voluptas."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Ipsum quidem dignissimos. Voluptate velit quod ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 18ms (Views: 12.1ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shanel.reichert@rosenbaum.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathanael Predovic"], ["email", "shanel.reichert@rosenbaum.co"], ["password_digest", "$2a$04$bTGq7LCZySnTw2J9oc7FO.OdwUC.pmiPmTCwN4HWklrU05H0tgyUi"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Omnis sit tempora ea quos quia nostrum qui. Enim omnis quos. Aut hic rerum nisi animi doloribus consequuntur repellendus."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Omnis ipsa excepturi nobis consequatur placeat et. Labore totam quibusdam sunt asperiores quidem voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maia.jerde@framicormier.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cathy Muller"], ["email", "maia.jerde@framicormier.biz"], ["password_digest", "$2a$04$PPI5ASJRZdBd6cBX3j8aqOnXdQAcVCZTZu3j1lR20imca/yzUGkqi"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Suscipit et aliquid autem ipsum consectetur. Sed repudiandae sint ea voluptatem non repellat. Sapiente amet repellendus voluptas pariatur animi asperiores."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Ut perspiciatis nihil debitis pariatur quibusdam dolor molestiae. Consequuntur amet dolor possimus vero alias sed. Quia veritatis autem quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "curtis@blockwilkinson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kurtis Baumbach PhD"], ["email", "curtis@blockwilkinson.name"], ["password_digest", "$2a$04$thW9W6IfQTKNXIjgUn5frOCEBBmFNXk2osdo0E90KLGEoJ85OX2VC"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Tempora non dolores repellat deleniti necessitatibus. Dolor ea molestiae. Praesentium dolores numquam sunt."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Id dicta beatae. Quam maxime eos et accusantium aperiam aut ratione. Qui qui mollitia hic et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ariel.sporer@tremblay.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jimmie Feeney DVM"], ["email", "ariel.sporer@tremblay.com"], ["password_digest", "$2a$04$cKGVLUxy6pfv.YQi659Xbu60.Ts56gooHU2is6vma1TO7/pIH7Hnm"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Quo rem reiciendis quasi omnis nesciunt quibusdam. Recusandae molestiae sit quas dolorem ad corrupti. In culpa voluptates facere ex."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Similique in ut et vel. Non quisquam voluptatem qui ut deleniti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "colby.batz@koelpinrunolfon.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brenna Schulist"], ["email", "colby.batz@koelpinrunolfon.co"], ["password_digest", "$2a$04$sN8UMSn8H235XIyaDeVnMeOfAH5q3pH25rwNIPmfwkllwDkyS3z2e"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Quis omnis sint labore. Corporis debitis odio sed ipsam amet sint. Aspernatur qui consequatur enim."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Rerum veniam consequatur facilis laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jorge.jones@jerdekutch.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Magnolia Klocko"], ["email", "jorge.jones@jerdekutch.net"], ["password_digest", "$2a$04$zp8umMj3Chk4NjaYJWTNlehvx4JFSQGJgRqdur0eyq9It70U03Aqe"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Aliquam voluptatem voluptatem dolores ab dolorem qui quo. Et rerum quis suscipit cupiditate alias aut libero. Maiores atque cum pariatur officia quis libero."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Aut quod iste tenetur labore. Fugiat adipisci ipsum maxime eligendi tempora. Eveniet totam facere saepe laborum consectetur corrupti rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laria_lemke@brakuwaniawski.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Lola Ziemann"], ["email", "laria_lemke@brakuwaniawski.name"], ["password_digest", "$2a$04$5RDhaI.4RCUSfdIWcvcqjeEtclumT6aJ5bTxHNef8iYU8RMZOyE.K"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Nemo optio aliquid similique vero fugit quae delectus. Magnam est voluptas. Voluptate doloremque maxime. Autem quibusdam aliquid est at rerum."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Sint maxime dolorem quasi nobis velit. Reprehenderit facere distinctio temporibus qui tempora sed magnam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adan@erdman.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Soledad Runte"], ["email", "adan@erdman.com"], ["password_digest", "$2a$04$HxGpZWWHstNdPG6WeuSPMecE9LAoKCfICmTL4g7lMX8A3n1cnGCdi"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Id qui velit vel error exercitationem qui. Officia aspernatur voluptatem vel dolores dolore. Accusamus ipsa quos temporibus. Nobis suscipit explicabo maiores qui sit est quia."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Libero quia consequatur unde vero corporis nemo ipsa. Et consequatur similique esse qui voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elton@vonrueden.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lupe Lindgren"], ["email", "elton@vonrueden.biz"], ["password_digest", "$2a$04$tyWU96n4XQdYT5.FGTfwIOH2VvWOg7TMLjlXNeWuIbBEwI4zHQ6o6"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Dolor consequatur recusandae sed rem voluptate voluptas repudiandae. Reiciendis dolore quo eos."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Natus quasi ut nam et quae sit tempora. Consequuntur aut dolores. At iure quo rerum cumque deserunt illo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trudie_price@sporerruecker.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Harmony Walter"], ["email", "trudie_price@sporerruecker.io"], ["password_digest", "$2a$04$FaciTXSF/BQ7ucKD.1eZqu.21QvIAZIN/O/5weroJfiwU3tlJTpUS"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Reiciendis explicabo delectus eum. Sed iusto ut voluptatibus debitis non nam."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Soluta perspiciatis quia ex magni amet deleniti. Recusandae quia quibusdam blanditiis et rerum et eaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernard@kuhlmanharvey.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Madisyn Sanford"], ["email", "bernard@kuhlmanharvey.org"], ["password_digest", "$2a$04$k0KyH0ChnB8Q3CqUa4P/4OhPINl3td.ZyBu86uQwyOnJmoARUiNDO"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Consequatur non facilis. Nostrum voluptas omnis."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Eius iusto quis at corrupti eveniet. Aut quod inventore in tempora corrupti molestias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maci.flatley@roberts.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Barrett Hyatt"], ["email", "maci.flatley@roberts.com"], ["password_digest", "$2a$04$80iUt/7aZMkNANWDmQ9mjOfbbxpX3Qio4mK2mJG0oADUHhP5YQodW"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Odio nostrum qui quia in. Harum est consequatur suscipit nostrum veniam explicabo consequuntur. Dignissimos unde quo officia."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Aut dignissimos error alias delectus. Aut molestiae quasi cupiditate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tracy@kertzmannolson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jaiden Gulgowski"], ["email", "tracy@kertzmannolson.name"], ["password_digest", "$2a$04$F4vj27rKOrWZW1wgGHhTM.jx6GBzDhHZq9pX7RplQ9ZWjvomsl426"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Consequatur ut natus. Vel ad debitis. Mollitia ad reiciendis maxime animi. Fuga ad amet id dolores ex reiciendis."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Voluptatem consequatur dolor. Odit ipsum dolores animi voluptatem consequatur necessitatibus. Consequatur adipisci ad dolores commodi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pierre@grahamoconnell.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wilford Roob"], ["email", "pierre@grahamoconnell.io"], ["password_digest", "$2a$04$ZTTjxiQ/ETscXRNP7RrvKeX8QaWvEOZUXFdcJSwZsjK8984.ZJ5s2"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Sunt maiores perspiciatis nulla. Laborum eius ea. Labore atque repudiandae est. Sed deserunt quaerat."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Vitae soluta quisquam. Quasi veniam error."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aglae_marquardt@gerhold.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cordell Walsh"], ["email", "aglae_marquardt@gerhold.biz"], ["password_digest", "$2a$04$C0y/YpXQZ6AHEP3NJwUYcOqn/2AogOw/9um/YNE7OSGxPKNe6vdlS"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Ut sunt et. Consequuntur fugit fuga."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Nihil quia doloremque repellat in saepe iusto esse. Consequatur veniam pariatur est occaecati vero itaque necessitatibus. Debitis pariatur occaecati inventore voluptatibus mollitia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keenan.grimes@bechtelar.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wyatt Cronin"], ["email", "keenan.grimes@bechtelar.io"], ["password_digest", "$2a$04$l8dEPbrBqb2xJDd3mPNjBesRaIO7Hv1ZmzWohI6kvEKGPWDPuhYjm"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Inventore nihil in quo. Veniam in laudantium consequuntur. Aut cupiditate facilis."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Voluptatum sequi quis quis velit explicabo minima a. Ipsam commodi dicta. Commodi autem voluptate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rasheed_heaney@willspencer.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Terence Murray"], ["email", "rasheed_heaney@willspencer.name"], ["password_digest", "$2a$04$GLBIdoqL/gogsShd30Y07egDCU6hsWnWWi5oYo3ts2eJDiEypImJy"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Qui et dolores quos nulla deserunt quod. Qui laudantium velit voluptas repellat eos veritatis. Tenetur non non fugit aut. Eveniet a et est."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Quidem ullam necessitatibus quae nesciunt quasi dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jedediah@parker.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edna King"], ["email", "jedediah@parker.io"], ["password_digest", "$2a$04$aZanHQp6Tt04UdnrO9zGg.1g8gh5fyXcH5DCjJshXZ8TZVzbYI9Yy"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Eos iste aut. Placeat est cum non voluptatibus. Molestiae labore rem est cum qui repellat cupiditate. Rerum nisi ab."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Nisi nobis fugit aut. Consectetur modi est officiis velit velit neque. Veritatis rerum provident explicabo in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ardella_lynch@mckenzie.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Sydney Swift"], ["email", "ardella_lynch@mckenzie.info"], ["password_digest", "$2a$04$6z6SSQOIfWRC/9yZNljPEuh3ec/Xp9I4k1lmGS56SkVoZjGVM/DEe"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Odio voluptates voluptas. Ducimus expedita culpa nam blanditiis et laboriosam esse."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Atque totam dignissimos tenetur vel voluptas maiores qui."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trycia@vandervortbogisich.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krista Stokes"], ["email", "trycia@vandervortbogisich.info"], ["password_digest", "$2a$04$lgoXebcVTMbjTf5OJxsyIe5f2FTpmiKS9HBLnzOtKq10paUfh8.Ke"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Eveniet necessitatibus vel deleniti voluptatem. Ut consectetur eveniet autem et dolores harum."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Aut facilis odio saepe reiciendis ut sed cupiditate. Quam velit perferendis ipsam ab."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ora.sanford@mayer.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kristy DuBuque"], ["email", "ora.sanford@mayer.name"], ["password_digest", "$2a$04$g46AYFZfOytixhDYLtv5d.Pk46Nclrh5G6.NNTViyjYlyNXZk25ci"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Quae id magnam sed quo dolor quisquam itaque. Et provident consequatur cupiditate sit sequi quos. Est illo facilis autem vitae quia commodi voluptatem. Et a qui."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Vel qui non aut quasi sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mara.howell@schmidt.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maddison Oberbrunner"], ["email", "mara.howell@schmidt.com"], ["password_digest", "$2a$04$VteDKWtxH.fff3P5lsBmW.akWU04gyZsh7IZI0Nf5gp144baYftJy"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "A vero et consequatur expedita ad. Est delectus ut consequuntur sit laudantium ut autem."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Officiis culpa dolore repudiandae et id et. At possimus modi non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "granville@borer.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaycee Green"], ["email", "granville@borer.biz"], ["password_digest", "$2a$04$M1UgyBjg4bAoGjVSO3vDbuh70u8ucJXMfyPg5cWBpOsTFVO7vxQmK"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Cupiditate sed minus quia et expedita. Laboriosam corporis voluptates odio rerum sunt quidem."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "A quis exercitationem quia est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "uriel@gibsonwunsch.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lindsey Dibbert"], ["email", "uriel@gibsonwunsch.io"], ["password_digest", "$2a$04$v2d.g7qjN/liTCqpyt8rWumPx4mQboMKO.oTfp21xvL655Z52gNOe"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Porro et autem maiores ut fugiat ea. Sit non consequuntur dolorum eligendi aliquid veritatis. Omnis atque laudantium harum. Sed mollitia eos accusamus facilis ab expedita quo."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Culpa vero quod possimus porro voluptas quos. Fugit quos nihil ea ut quia accusantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ambrose_wisozk@crookstorp.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Rhiannon Mante"], ["email", "ambrose_wisozk@crookstorp.biz"], ["password_digest", "$2a$04$sD6T/o7.9jRaiYeeYaR.Ke5BGvUKXoSnIiDOWpSM3s0gDx.IratFW"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Officia earum voluptatem qui voluptas consequuntur. Non dicta distinctio laudantium animi pariatur."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Omnis sunt et quibusdam. Officia temporibus cum vel tempore occaecati. Dolorem nihil voluptatem animi ratione."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brando@toy.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dayna Olson"], ["email", "brando@toy.net"], ["password_digest", "$2a$04$fQhsCLt25Vffag5nkeD4/epFyhs9ag2bsQK70sK/DA0/.Jorv4dma"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Nihil consequuntur voluptatem aut consequatur mollitia. Autem harum nobis nemo accusantium."], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Facilis molestiae aut enim. Voluptas expedita distinctio beatae velit dolores eligendi ducimus. Possimus ut provident rem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosario@upton.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chad Hermiston"], ["email", "rosario@upton.com"], ["password_digest", "$2a$04$POblltrzGJ8hXFydKegnjOegG7Pcq6mIcEgvDx/3uprTVosyhC9.6"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trea.stoltenberg@auerschaden.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Ruthie Gibson"], ["email", "trea.stoltenberg@auerschaden.com"], ["password_digest", "$2a$04$tzpMlgU9DmdsxFNzT4DF0ereOM1x0LnBkCWAS/4UQ10RRHLFhNny6"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Molestias est ducimus exercitationem facilis minus quidem necessitatibus. Quia eligendi ea.", "summary"=>"Et et enim harum omnis non.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 1.6ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-05-17 22:20:16 UTC], ["updated_at", 2016-05-17 22:20:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Minima aut ex. Non placeat aliquid nesciunt. Voluptates voluptas qui. Qui delectus animi nisi.", "summary"=>"Facilis quos eum voluptatibus qui qui. Omnis quidem officiis. Natus cumque ea quibusdam.", "title"=>"Title31"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jo_gorczany@oconnertremblay.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mateo DuBuque"], ["email", "jo_gorczany@oconnertremblay.net"], ["password_digest", "$2a$04$TUUFf3w3hHx.RA7iwYF7kuzwm0U0Ebp5MuTVsw8UCqhJq1k3La1xS"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Et ullam officiis non.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Et ullam officiis non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Animi velit quia quas itaque. Esse expedita in.", "title"=>""}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 12ms (Views: 1.7ms | ActiveRecord: 1.2ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arturo@maggio.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Violette Morissette"], ["email", "arturo@maggio.org"], ["password_digest", "$2a$04$l6a7igt.CXKdY0IBPYv/9.FxVgNMer9rFoHN1DnfpYUgaSzS3LnfS"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Voluptatum tempora beatae. Enim similique cum. Voluptas cum expedita temporibus perferendis assumenda laborum ullam. Consequatur exercitationem aliquam at."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Facilis distinctio ullam. Sint velit recusandae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.8ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "armand_carroll@haley.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tessie Parker"], ["email", "armand_carroll@haley.org"], ["password_digest", "$2a$04$gZ8gHfBA5kCWngbrYrBg2OCMHDuyjp0MHCTGN4KVB9UyLwDiDlyg6"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Eos veniam error quia cupiditate aut. In culpa perferendis ducimus delectus officia sint corrupti. Beatae et id corporis."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Labore itaque neque blanditiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaydon_heidenreich@emardherman.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amelie Boehm"], ["email", "jaydon_heidenreich@emardherman.biz"], ["password_digest", "$2a$04$Qox1LqkhIgbq/6hMOGUcEe1ezNTFEbbpGBGXqosk0omdDWzgvAFqu"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Ad et cumque. Eum dolorum rerum. Quia magni consequatur veniam. Omnis vero dolore magnam omnis qui quia."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Saepe eos quo at similique. Cupiditate deleniti et. Officiis quia porro quisquam dolore suscipit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "era.prosacco@murray.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Camille Beier"], ["email", "era.prosacco@murray.info"], ["password_digest", "$2a$04$eOgGkvFWXbvps4U97jukregENDUZUg.AWFdKHbCPBreRXIp0/37y6"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Tempore officia unde hic dolor ipsa provident cumque. Explicabo debitis et."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Qui est ut non maiores veniam molestias. Cupiditate quis officiis sequi deleniti consequatur ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:20:17 UTC], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jermain@damore.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verlie Legros"], ["email", "jermain@damore.co"], ["password_digest", "$2a$04$YpBqb0QZfMvZ6K3hi7.GjeuLQGIhBKVlkGHL1bG4/hXpnZL29xp.K"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Explicabo molestiae ut ratione adipisci neque sunt magnam. Et dolores officiis nulla ullam."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Omnis voluptatem ab. Praesentium voluptas dolores voluptate vel quaerat in earum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:20:17 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.9ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wanda_halvorson@grahamwalsh.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kieran Wyman PhD"], ["email", "wanda_halvorson@grahamwalsh.io"], ["password_digest", "$2a$04$cnA2iuleYmgkvR1JnIKTBuaRbBMLFIa0GJ5YheHAfnYkmNG3UcZk."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lenore.daniel@brakuchamberger.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Adrain O'Hara"], ["email", "lenore.daniel@brakuchamberger.name"], ["password_digest", "$2a$04$6euUcSc5Sw9h6jbAQ.d64OtfzJX9m9.5rpG9Ml6Q8UPNcQiK.aTu2"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Et facere perferendis. Minima nihil facilis omnis qui sit vel asperiores."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Deserunt porro quo nihil ea voluptas enim autem. Sunt autem et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-05-17 22:20:17 UTC], ["id", 34]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 3.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clovis.medhurst@ohara.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Werner Wehner"], ["email", "clovis.medhurst@ohara.biz"], ["password_digest", "$2a$04$ErhvVTLN8NzhbWQKUGs2iupvA6kTaL5qu1Gi6QyN0.mvvRpqDDU2K"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Et quod quis. Quia et omnis optio. Mollitia et voluptate sunt animi error voluptatem sapiente."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Sit possimus voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-17 22:20:17 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaela Heidenreich"], ["email", "user@user.com"], ["password_digest", "$2a$04$sXHV66PtkLstjGfsNZ5e7.D4xzjbz0OKUlt0swji.pjBx2LSg8hre"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (2.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alicia_kerluke@spinka.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grover Kassulke"], ["email", "alicia_kerluke@spinka.net"], ["password_digest", "$2a$04$UM/SNvBDxlaJUHP65v/.6ugmNy2U.bjqvvDDtCwsn00TEldtD/Eni"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.3ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.6ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-17 22:20:17 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.7ms) BEGIN  (0.8ms) COMMIT  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-17 22:20:17 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "catalina@reynoldsdare.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "River Schuster"], ["email", "catalina@reynoldsdare.info"], ["password_digest", "$2a$04$djLzwR9UGjd.Ux.xk1tgxON9B0QpV96CpLDmn4.1MqmbgV.eOQZa6"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Natus accusamus debitis et ut voluptates tempore. Ex modi qui corrupti tempore dolorum. Quos consequatur corporis molestias veniam quas architecto. Et sint quod rerum quidem modi dolorum omnis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Qui repellendus nulla commodi repudiandae consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daisy_weber@gleichner.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Araceli Streich I"], ["email", "daisy_weber@gleichner.biz"], ["password_digest", "$2a$04$/IyAcw41xiQNGEoIyFd/UujJ1tnXpa4AznUeAYjprS7lJe0ntoYpu"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Nihil eum numquam dolor. Provident cum deserunt vitae corporis placeat. Odit quis natus."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Nisi non rerum consectetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oswald_mayert@stamm.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Larue Graham"], ["email", "oswald_mayert@stamm.biz"], ["password_digest", "$2a$04$nK4V6AME4CZ8.4wBpMzTxurxC4G.O7bdlpN6/GodOnJn1AG0n2zMS"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Maxime sit nihil. Vel veniam qui laboriosam reiciendis. Accusamus porro est doloribus recusandae inventore."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Voluptates fugit sunt et sit minima. Impedit nemo et expedita. Eos aliquid non reiciendis ut similique ullam."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-16 00:00:00 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 18ms (Views: 12.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randy_emard@bahringer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Giovanni Gutkowski"], ["email", "randy_emard@bahringer.org"], ["password_digest", "$2a$04$oOIi95.xPyq0shJvs8DVzO0QD7XMuS9I5VRpVljIgEXSImxe1VAdy"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Sed vitae sapiente qui nesciunt harum sunt rerum. Repudiandae vel numquam dignissimos voluptas voluptatem possimus. Ex sit sapiente error soluta corporis aut."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Perferendis veniam distinctio excepturi quidem voluptatem minus est. Dignissimos eligendi vitae nemo est labore facere delectus. Iste molestiae at corporis magnam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katrina@buckridge.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Zula Gerhold"], ["email", "katrina@buckridge.biz"], ["password_digest", "$2a$04$3qVoO8yqA3SrAKMFwwcD.OzSNwmqQ0wkm9WZH/g83YA9iBZ.PiY2K"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Quod nihil dolores ut. Assumenda aut voluptatem autem quia. Qui eius maiores beatae."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Sed nulla explicabo et minima velit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "santiago_koelpin@blockschuster.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estell Smith"], ["email", "santiago_koelpin@blockschuster.com"], ["password_digest", "$2a$04$6mYdrDIImgjGbbd4yvpWIubgYxDeQEDm7vMZg.DWS3WSRRkkYUaWi"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Tenetur et omnis. Similique eum iusto consequatur et minus et a. Et inventore non."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Animi explicabo illum nobis facere."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "korbin@boehmbrown.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucile Wintheiser"], ["email", "korbin@boehmbrown.biz"], ["password_digest", "$2a$04$NkuQRgPD/GTBt/asMp88vuIjhMxjpCsyycbu7bHId71KHB2X7UC4q"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Aliquam repudiandae expedita quibusdam incidunt iste quod. Voluptatum adipisci voluptatem qui. In est et adipisci labore et cupiditate. Ex rem maiores hic."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Aut optio quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaquelin@nicolashudson.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamarcus Monahan"], ["email", "jaquelin@nicolashudson.net"], ["password_digest", "$2a$04$STCFsGfak2KCulYBP1qmhOEcJ40tFEDIOGMiYzFjbIMi3EY/cI4g6"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Minima beatae in culpa pariatur. Dolorum est occaecati facilis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Nam atque quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alivia@pfeffer.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Alexane Monahan"], ["email", "alivia@pfeffer.org"], ["password_digest", "$2a$04$auFhc5dX0bWZPLq1SWBe0.kb8Ip9MGfKDS2v9.Re859wKMyzESfcm"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Aut sit laborum. Hic dolore a. Error dolor dolorum voluptas itaque repudiandae et. Nostrum praesentium nihil ipsum omnis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Assumenda natus non quo est sit. Fugit saepe dolores maxime. Impedit dicta soluta voluptate accusantium praesentium eos eveniet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "linnea.donnelly@bins.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Gaston Wunsch"], ["email", "linnea.donnelly@bins.info"], ["password_digest", "$2a$04$zKYdbZxMxHj1/J4LudQriePG6xlAE5WZnCI05QJo2Qe/3K1XEQoii"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Voluptatibus ut nulla aut. Debitis omnis quia blanditiis nemo nihil placeat fuga. Modi eos commodi."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Enim sit architecto beatae sequi quasi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "justine.ko@greenfelder.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lacey Abbott"], ["email", "justine.ko@greenfelder.info"], ["password_digest", "$2a$04$gYTbeLrXFQv1TpgnkufH9e/FyYn//vI4e6Dd23aHL.Godyd8T6Ouq"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Sapiente rerum optio et dolorum inventore ut. Qui dolores enim ut est quibusdam quo. Quia maiores labore."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Doloribus totam ut vel ad qui exercitationem rerum. Soluta aut cumque aut magni."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaren@erdmanledner.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Hailie McKenzie"], ["email", "jaren@erdmanledner.name"], ["password_digest", "$2a$04$dKyQLZFfGGoRCSMvQJSDOO7LNhQGeXJQYn1AGHV6i/tEIHx94dT5m"], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Quos ullam veritatis ut mollitia molestiae. Ut sit fuga qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Reprehenderit dolor odio in fuga. Nisi eligendi est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "breanne_ward@koch.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lauretta Stark"], ["email", "breanne_ward@koch.io"], ["password_digest", "$2a$04$lj9DDyHsbIs1oTe0tlJkNeXm5CSgOE1xLIIDL1TNIG7ft.F4og7I."], ["created_at", 2016-05-17 22:20:17 UTC], ["updated_at", 2016-05-17 22:20:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Ut vitae aliquam. Quas delectus officia laboriosam tempore et sed adipisci."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Deserunt est voluptate aut veniam et dolorum libero."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dedric_kutch@ondricka.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elias Marvin"], ["email", "dedric_kutch@ondricka.info"], ["password_digest", "$2a$04$lyTASkeyeNiHmIqIz6kcIOzKvJNKZsp8D2.Ocs6wPqN7Tt.a50Q.C"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Non consequuntur sint et. Numquam quia quam nostrum a error odit."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Quos rerum unde et omnis delectus voluptatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roosevelt.schoen@schaefer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leland Schuster"], ["email", "roosevelt.schoen@schaefer.org"], ["password_digest", "$2a$04$kVcq3NIpWc4T1v75IDT5kuGU5g3mkT48LSPhQrfRs34h5Olp8JgaG"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Libero modi quidem sed enim omnis. Consequatur doloremque officia. Nobis quia aliquam rem velit adipisci est dolores. Qui magni impedit laborum a tenetur esse."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Est molestiae ipsam possimus amet id. Eum voluptates maxime adipisci sint dolor aut omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "paxton@greenfelder.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Jordi Batz"], ["email", "paxton@greenfelder.com"], ["password_digest", "$2a$04$BzKlgiIheNPYg0hfwA0E7ebmug0avapCOgquv7JXiNcJCw.kLzCz2"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Eum quis aspernatur tempore non in rem. Neque dolores molestiae iure soluta doloribus omnis eum. Voluptas ipsam quidem eligendi facere. Eaque quis nihil sit quae dignissimos minus."], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Harum accusamus autem explicabo voluptas rerum et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 36ms (Views: 7.8ms | ActiveRecord: 4.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caleigh_ledner@haag.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katrine Labadie"], ["email", "caleigh_ledner@haag.com"], ["password_digest", "$2a$04$xf5xxucs2yxFyCvD8Yg4nukKbD/HEjI0j2wP02xq524KNgG5a6eg."], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Repudiandae velit aut. Qui voluptatibus iusto modi. Officia aliquid esse harum consequatur eum similique. Provident aliquam eos qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Molestias quisquam sit aut quia voluptatem animi. Ut hic ad molestias distinctio. Quisquam perspiciatis itaque autem enim."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alejandra.marks@turner.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexys Gusikowski"], ["email", "alejandra.marks@turner.biz"], ["password_digest", "$2a$04$A2JcU3KTYoK30twN33wqk.Y0gOxpyZo/wLTRcOd7OWVzV4FC8BK7C"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Quibusdam eius eos autem tenetur. Aut aspernatur numquam rem voluptas unde voluptatum. Repudiandae eos odit nesciunt minus."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Voluptatum doloremque sint veritatis neque perferendis aspernatur esse."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judge@lesch.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elijah Nader"], ["email", "judge@lesch.name"], ["password_digest", "$2a$04$1O3NDdEiFs20ZCafG1GHq.oKk9ucvxfAyD6XvW5HFabw0sDvftQ9W"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Illum omnis voluptatem beatae. Corrupti eveniet et itaque. Consectetur ab minus exercitationem blanditiis et fugit."], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Voluptates deserunt autem. Est corrupti assumenda velit illo id quia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scarlett_brown@romaguera.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rebeca Veum"], ["email", "scarlett_brown@romaguera.org"], ["password_digest", "$2a$04$.NEWJUNb1KpFFeSeN35rE.ALglVvFyqSkL6JvJ4oD4HN/WnCekf5G"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Quia blanditiis reprehenderit iste nemo eos laudantium libero. Minus ipsum non et possimus expedita illum. Rerum cum possimus."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Voluptas illum iure quos. Id modi ut. Et officiis deleniti vel eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-15 00:00:00 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.0ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maverick@marvin.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hellen Legros"], ["email", "maverick@marvin.net"], ["password_digest", "$2a$04$Bm3gSCBTGk8W7JfGG1cYE.UM2vx4BRReQ53ITBqqUBZFlbjEmqoj2"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Voluptatem enim eos. Voluptas error et aut eligendi aut delectus nihil. Occaecati eaque est sed velit quod. Eum autem alias et totam quasi."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Repudiandae quo ut sint consequatur sapiente illo. Magnam est quis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casey@ratkehaley.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristobal Gaylord"], ["email", "casey@ratkehaley.com"], ["password_digest", "$2a$04$Ax83kflc4NPUP0bZ6sqJ1.C.OfGqieJt/8bkr8vz4C4toT864JIrG"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Quis blanditiis omnis nihil vitae sunt rerum rerum. Ut sapiente porro quibusdam explicabo quidem deleniti. Qui aut eaque ut animi qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Aut reiciendis quis eos esse officia labore. Commodi omnis unde autem voluptatem minus."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elisabeth_stoltenberg@cummingatterfield.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adelle Marvin"], ["email", "elisabeth_stoltenberg@cummingatterfield.co"], ["password_digest", "$2a$04$eNJZd0IT6bWWYr/DYQ170eWC.jM2h.PLf11uPF2rkxO8KKMdIzOpW"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Voluptate et ut ipsam. Maxime cumque culpa ex."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Quia omnis quas sunt ratione sapiente alias. Nam expedita officia accusamus repellendus."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allene@vandervort.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Greta Abshire"], ["email", "allene@vandervort.io"], ["password_digest", "$2a$04$8lelQdePKVIU8vvIFF6elui/9hqqKZEZ1VXZHuKpD5qIMswnYKo7m"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Nihil necessitatibus excepturi ratione asperiores iusto fuga quo. Aliquid est blanditiis ipsam. Non et aut aut voluptas dolor vel."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Unde consectetur consequatur omnis sint. Vel corrupti neque ratione ut sit dolor."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kirsten@lockmanwilliamson.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Juliana Nitzsche"], ["email", "kirsten@lockmanwilliamson.co"], ["password_digest", "$2a$04$9dYNM7fUZYrKqPkhDQexUuP5khae2RP1Lu.jsgNlrtYLTXH3xTuCS"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Repudiandae asperiores quidem voluptates saepe eos. Nesciunt est quae ratione et quas aspernatur."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Exercitationem sequi nemo dolor quibusdam. Quaerat sunt doloremque. Sed quod dolore adipisci eum omnis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "forest_macgyver@bauch.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brielle Littel"], ["email", "forest_macgyver@bauch.com"], ["password_digest", "$2a$04$MPZ628WREfW3hcmjzkmIROgupW2Y.RQAn5zp1Sdig6orzsN1rfjgO"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Aliquam similique earum voluptatum facilis praesentium quibusdam. Inventore deserunt aut est itaque voluptatem rerum. Hic neque cumque commodi ipsum qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "At est autem dolor vitae porro sint et."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raymond_marks@farrell.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johan Hills V"], ["email", "raymond_marks@farrell.io"], ["password_digest", "$2a$04$TRraj5/CFL4K777a4CwXP.GiGELLvE1YzTHqdEZPqC22NH6JTgmlu"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Perferendis odit et laboriosam assumenda quod tenetur. Numquam rerum aut sit voluptatem ea in."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Vero exercitationem sint minus. Eos vel ut est nihil aliquid expedita voluptas. Est molestiae qui assumenda officiis voluptatibus ut itaque."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "linda_miller@will.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tremayne Schulist"], ["email", "linda_miller@will.biz"], ["password_digest", "$2a$04$jQbhPndp7OlW9UWVqSSIA.393DVCQ788eJRGCu9iizSybGo.zybpW"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Alias et ipsa fugit expedita ut. Pariatur corrupti dolor ut. Eligendi qui eos quo non est. Praesentium sit nobis nam facere saepe laudantium quod."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Nihil omnis pariatur numquam."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eveline.bergstrom@pacocha.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Agustina Hagenes"], ["email", "eveline.bergstrom@pacocha.org"], ["password_digest", "$2a$04$Nnn3yn7dIvBbLQJtzeNCyeyVIAREQmBq9HSX4uVE/FuJpoauuW5um"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Dolore sit repellat. Rerum exercitationem repudiandae et voluptatem."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Consequuntur asperiores et et pariatur vel blanditiis eligendi."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roman.kertzmann@gleason.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Eleanore Gulgowski"], ["email", "roman.kertzmann@gleason.com"], ["password_digest", "$2a$04$KafYbTcysTJcPaNqbURbH.NYAFvLHFP3hnPzFBDgqhhF0IfxdyymS"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Unde adipisci vel et quo dolorum reprehenderit. Veniam ullam delectus dicta eligendi qui."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Nihil quia est aut qui. Ea perferendis nisi."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christelle.boehm@luettgenschmidt.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Randy Wunsch"], ["email", "christelle.boehm@luettgenschmidt.info"], ["password_digest", "$2a$04$ZRaPO/DRSaMv0uOEaiHVZu.MMRM2wm70iKCMSL47lZMVudTsE6jWW"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Qui accusantium assumenda est dignissimos doloribus. Aliquam quia occaecati quia non maiores molestias. Non aperiam voluptatem. Deleniti similique commodi provident nesciunt dolores."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Et maiores corrupti consequuntur."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aiyana@boehm.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kristopher Botsford"], ["email", "aiyana@boehm.io"], ["password_digest", "$2a$04$TaadNPbRQF6CZf.YVrqYZ.DIy7/P6OjQs7cP3671Wm4dQe0evFLrm"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (19.2ms) Completed 200 OK in 345ms (Views: 342.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aiyana@boehm.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "aiyana@boehm.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zVft/7drMJF36fjVYKAGJeHa/WmJ/nurEGIiILdCstPOKsYoakwVa"], ["updated_at", 2016-05-17 22:20:18 UTC], ["id", 74]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.4ms) Completed 200 OK in 39ms (Views: 30.5ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "andreanne@luettgenrau.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trevion Bernier"], ["email", "andreanne@luettgenrau.io"], ["password_digest", "$2a$04$LARsQgZwn3tCVYcFjedJoecfxcYW0kyT8iuAbVN/cg/h0gyWkX9mq"], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Aut doloribus ut facere excepturi. Sed vitae sed. Fugiat ea est et dolorem nulla dolorem. Voluptas accusamus possimus quia quidem."], ["created_at", 2016-05-17 22:20:18 UTC], ["updated_at", 2016-05-17 22:20:18 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Quo quo rerum odio omnis assumenda. Repellendus ut qui assumenda."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (51.0ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "veda@schulist.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brandt Crist DDS"], ["email", "veda@schulist.net"], ["password_digest", "$2a$04$nbirxWMcr5A8PeUi.FvseOQ.2Vvv8qV0UVQNExvCv4UWPb.izb1Hq"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 14ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"veda@schulist.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "veda@schulist.net"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rxfYBDD24vH5zh/GkflNWe6j.DupcLI670MN4GCNcFJVl0pt5tx1y"], ["updated_at", 2016-05-17 22:20:19 UTC], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 25ms (Views: 19.7ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scotty_wehner@greenholtlittel.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Daren Jacobs"], ["email", "scotty_wehner@greenholtlittel.biz"], ["password_digest", "$2a$04$Gas9acxiis.B6DAUNBZNPeXGhKGvT.70mKILsGl8Qo9csxpEaWJIC"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Qui repudiandae quia officia ut quod. Fuga quo aut rem omnis numquam est cupiditate. Qui dolor voluptatem accusamus corporis est optio."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Doloribus sapiente enim qui temporibus est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sedrick@batz.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hattie Mitchell"], ["email", "sedrick@batz.name"], ["password_digest", "$2a$04$fB.5dneEQDrQpQqj2n9QNeO0BIo0FizxeNseK8GhQafvwbviB7uHa"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Ea tempore ipsum ut inventore. Sint natus maiores vero aut est. Veritatis fuga quia dolor architecto."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Aut occaecati sequi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mariana_gleason@runolfsdottirmoriette.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jesus Roberts"], ["email", "mariana_gleason@runolfsdottirmoriette.biz"], ["password_digest", "$2a$04$Y0PiGRNWhFZx5AinX9RsZetOL/AfhaC7XrikYOa/9CT8bk9cTvqqu"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Mollitia iure expedita sit consequatur. Odit veniam ullam sed tempore aut et. Et est voluptas totam. Saepe consequatur error dolor voluptatem et."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Sunt optio qui exercitationem autem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chanel.stroman@reichel.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jammie Bins"], ["email", "chanel.stroman@reichel.info"], ["password_digest", "$2a$04$5ncs64Ct1aqHUSwFaer1DuqKtvzQMzvvsBhW9Vl8PGRjPixJChipa"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Qui nihil ipsa quaerat. Voluptates possimus cupiditate doloribus quis esse sequi."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Aut rem et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rashawn.schultz@wisozk.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Buddy Dickens"], ["email", "rashawn.schultz@wisozk.name"], ["password_digest", "$2a$04$jMG2ipAl81ew9SexBCDat.I584NCHuoHuHyCCtuwdZo8hlb4x6/R6"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Deleniti et qui corporis provident. Perspiciatis sunt expedita autem reiciendis perferendis iste."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Quia autem omnis facere qui. Expedita sint recusandae quibusdam porro ducimus. Suscipit distinctio culpa officiis quasi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aiyana_walker@mueller.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Eileen Ernser"], ["email", "aiyana_walker@mueller.org"], ["password_digest", "$2a$04$xaRvMF9GcwIlJId6andkj.2m.w6OvqOPQkNamoZ6o04yOZd1Cj8z."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Eos atque aut hic. Error voluptatem vero aut eos necessitatibus qui."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "At architecto delectus consequatur fugit quasi est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isadore@larkin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dedric Dicki MD"], ["email", "isadore@larkin.name"], ["password_digest", "$2a$04$otxGHRQMsPvWLO3.7GFR7u4WOLYbLosEOjPhMXzTV6VdeG4Xc.cGS"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Quis quos aut. Et maxime aspernatur voluptates et ab quisquam dolores. Incidunt laboriosam inventore quia quo eum. Voluptas debitis et explicabo exercitationem suscipit aliquid."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Beatae ut quia minima accusantium enim consequatur rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandra@stehr.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garry Fay"], ["email", "alexandra@stehr.io"], ["password_digest", "$2a$04$VgG6IUID3karIwoCmbqjheAFk71Teh0i09SuwJC6w65p7SKHuO8.S"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Nulla quo nihil incidunt praesentium quam totam eos. Ab possimus provident. Voluptatem ipsum tempora repellendus culpa quos provident labore."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Tempora numquam quos et qui vel. Tempora inventore est sint reprehenderit. Aperiam impedit tempore alias quidem eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ayla_mclaughlin@mayer.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raina Carroll"], ["email", "ayla_mclaughlin@mayer.com"], ["password_digest", "$2a$04$8kTygPkxOinFLiHKqY10reixLkC2NiKGrBexWjwmDmAzd1pXOjl36"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Est aut et atque dolores blanditiis. Quaerat fuga enim. Quo sequi fuga."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Explicabo tempora aut eum aliquam vel dolorem ipsum. Minima delectus doloribus qui quidem repellat itaque. Nesciunt amet laborum cum earum est quod expedita."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carlie.gislason@nitzschehowell.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Herminia Kuphal"], ["email", "carlie.gislason@nitzschehowell.co"], ["password_digest", "$2a$04$u5nhEcXmv.PlbbaCY4ro1u922lEMxG3PHSEp.j2NGgUXemhJnmyvq"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Dolorem illo et modi aut consequatur quia. Corrupti qui id quaerat omnis ut ipsa. Enim nisi magni rerum ducimus. Et ratione aut voluptatem."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Non ea quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fae@stehr.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeffery Ruecker I"], ["email", "fae@stehr.org"], ["password_digest", "$2a$04$C0G.QxnAJZUnLMag.TDmquk54/DexpiIGCk/2a0LOyQJt4PadM1Aq"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Et numquam reprehenderit officiis. Sit mollitia et voluptates molestiae. Corrupti natus dicta qui esse doloribus non aliquam."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Soluta qui placeat. Ab tempore beatae qui. Rerum sunt autem dignissimos dolore commodi asperiores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "letitia_wintheiser@pollich.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Audra Runte PhD"], ["email", "letitia_wintheiser@pollich.biz"], ["password_digest", "$2a$04$bCqONQjFdiwLETPpWRlRk.UxoDtVMeroLYv3PYpX7rzr2voCHSEMS"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Deserunt iste modi tempora nihil repellendus officiis. Vel rerum autem optio assumenda accusantium voluptate."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Ut et excepturi sint. Voluptas libero voluptate id nisi consequatur enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "houston@quitzonmurray.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clementine Emmerich"], ["email", "houston@quitzonmurray.io"], ["password_digest", "$2a$04$LjPeZk2GeGr6HogwcPogrevLceUXE7g5LPiD.6iS/qJ6rsfIAZmrK"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Corporis ad iste accusamus non libero sed. Non maiores quod dolorem. Iusto laudantium odio consectetur voluptatem ut enim aliquam. Voluptas quo autem."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Facilis pariatur eos iure ratione id necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lesley_kuhlman@fritsch.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edwin Lueilwitz"], ["email", "lesley_kuhlman@fritsch.org"], ["password_digest", "$2a$04$ur7en/nkX4nEyB9Aj.m4sehxktO47bgb5EiWsg9MOTK4dA8QqP6zy"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Et alias iusto. Placeat iusto occaecati."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Molestias sequi quos molestiae commodi eius pariatur repellat. Accusantium et quisquam quo. Maiores vel aspernatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "estelle@emmerich.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hellen Cronin"], ["email", "estelle@emmerich.org"], ["password_digest", "$2a$04$EFd8nc9qBI19Dntj9gFpCeGCCYWzjwe38IEmbBqhsmOn77Zil4d2K"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Quia repellendus repudiandae aspernatur cumque unde ut. Eius harum aliquid. Consequatur sapiente ex qui odio."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Perferendis consectetur sit voluptate veniam libero qui. Nihil inventore similique modi sapiente maiores distinctio rerum."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kenyon@huelsmccullough.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Theodora Boehm"], ["email", "kenyon@huelsmccullough.org"], ["password_digest", "$2a$04$d5CzTgUOR.JdCfoIvCwEDOXT4Y7AcQxeWKylDwoQoCXgw4H1Iq3zK"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Velit sunt et deserunt alias dolorum. Et voluptas est et. Reprehenderit autem ullam quibusdam totam est."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Ipsa aut libero laboriosam sed soluta beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "muriel.roberts@marvinmaggio.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donnie Kshlerin"], ["email", "muriel.roberts@marvinmaggio.info"], ["password_digest", "$2a$04$0CAATDdfn1DgdqFM5z4IGeM/9R.Z5IGWChWTBn4gOqSMcRqXPNCCq"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Consequuntur laudantium quia rerum repellendus dolores sed. Illo qui aut quibusdam."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Consequatur accusamus perspiciatis cum et odit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "davin.grady@friesen.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joshuah Hettinger"], ["email", "davin.grady@friesen.info"], ["password_digest", "$2a$04$Skrk921Kt.XvkV0sW1UM1OogJJpRzMWe60eR7b19pYLN.y1dUiJEO"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Quia dolor repellat eveniet laboriosam sunt blanditiis. Ut molestias modi dolor quae quaerat cumque dolore. Molestiae dolore alias inventore aut dicta nesciunt ullam. Fuga sit earum ab repellendus itaque non quos."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Doloribus explicabo quos corporis vel ut. Eligendi occaecati consectetur quos maiores. Voluptatem dolor voluptatem dolor qui omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taylor.parisian@osinski.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keagan Gottlieb V"], ["email", "taylor.parisian@osinski.biz"], ["password_digest", "$2a$04$NQb7k/Vj4OOTnst.a4biRuSrtDoFzX8EZcrb6bqD/z60SIAG3zW.."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Reiciendis atque sit eum. Aut nobis libero laboriosam. Quae quibusdam nisi laborum cupiditate. Eligendi maiores inventore dolores."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Aut doloribus consectetur et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meaghan.watsica@rutherford.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fleta Frami"], ["email", "meaghan.watsica@rutherford.name"], ["password_digest", "$2a$04$USeitOnKgUTQovg7AjRya.b0xTpwjgX6.Ad/ULYmVy0w18TXgTYyO"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Pariatur quae dolores nihil dolorem est aut. Fugiat nisi perferendis. Sed voluptatibus non."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Dolor consectetur ut voluptas. Unde et dolor quia quis facilis. Ut aut molestiae sint quod."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sean_lockman@hanemclaughlin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lauren Eichmann III"], ["email", "sean_lockman@hanemclaughlin.info"], ["password_digest", "$2a$04$wo2RU.wrvzzyURXtJMr90.MRDg8PiBwjGzG9/mx4CJMMlbk5m0U3q"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Suscipit qui libero illo atque harum tempora. Molestiae consequatur voluptas voluptatibus sunt et pariatur. Iure consequatur non ut. Quam repellat voluptas vero."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Deserunt quia dolor. Tenetur repellat quos laboriosam sunt asperiores. Vel accusamus minus quidem quos consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juwan@connstroman.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcel Beer"], ["email", "juwan@connstroman.net"], ["password_digest", "$2a$04$s/jFwM/4vweMlvSW4NJCA.EQy3n51t.49m9Pc5BFeTAzuu.umH6Mm"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Voluptas tempora quis facilis. Asperiores est dolor ipsa id."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Asperiores adipisci est dolor quos id modi. Laboriosam deserunt maiores aut excepturi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lou_legros@parkermckenzie.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carol Huel"], ["email", "lou_legros@parkermckenzie.com"], ["password_digest", "$2a$04$toV3AXTaDPS6HspzI0DZQeUsplhEH1D8YjfGAFf04Ol6DxZVdMVF6"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Ut vero omnis et doloremque neque deserunt. Qui omnis nostrum nam."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Sit omnis officia eos sequi. Ut fuga delectus voluptatum et ut et laudantium. Et quibusdam et consequatur officiis ut sunt voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chauncey@kiehn.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emerson Emmerich DDS"], ["email", "chauncey@kiehn.com"], ["password_digest", "$2a$04$cFv9OvVJO1CK5zocAGah7OVEeAqCcUpWpXRwTw1V94nF4q0giVV9."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Et dicta dignissimos aut atque. Voluptatem amet aut eligendi illum dicta pariatur. Omnis tenetur dolor unde quae quia eos."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Pariatur iure fugiat alias aut repudiandae laborum. Consequatur perferendis similique quo optio officia voluptatem. Quaerat vitae aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anais@von.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Lavon Trantow"], ["email", "anais@von.co"], ["password_digest", "$2a$04$4T0PGPnOwDh5Vngb6rssRuvzCoBDanNEbi6jW4HbM9wZWuy12Sxyq"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Nesciunt cupiditate ut consequatur earum enim distinctio aut. Nemo eius qui ipsum est ea architecto."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Deleniti sunt ratione doloribus soluta blanditiis molestias. Et iure cupiditate cum. Vero et perferendis magni qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aurore@klocko.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lilliana Hauck"], ["email", "aurore@klocko.co"], ["password_digest", "$2a$04$.8BBuSAoyH9DqOzMhP45We2hGnHBRK8gGqRo6UFNtubP1HBDv8g5e"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Quo eius eos sit vel sunt. Cupiditate tempore ut sit quia. Molestias quisquam nisi rem itaque. A consequatur sit."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Dolorem aut non consequatur amet laudantium. Consequuntur est et esse adipisci."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.4ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aurore.kaulke@jerde.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Felicita Greenfelder PhD"], ["email", "aurore.kaulke@jerde.name"], ["password_digest", "$2a$04$X8Qs1HYCA.bA3u6Aco6wn.ASWOPUbPcAqxSpahPvWJ/veuwtlBiYu"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.8ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.5ms) Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aurore.kaulke@jerde.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "aurore.kaulke@jerde.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$RORvxJyFLrMt757FdESv5uDidoJMG12a8EmMsbHlXi.lFag/JZ0/S"], ["updated_at", 2016-05-17 22:20:19 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.0ms) Completed 200 OK in 34ms (Views: 27.1ms | ActiveRecord: 1.7ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaeden@mayerhowe.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Patricia Torp IV"], ["email", "jaeden@mayerhowe.co"], ["password_digest", "$2a$04$MialGoz4JCUnIAsGeAprsua8Duz8LDI3pa8uk5GNFEcfSvJHWd6hG"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Asperiores sunt dolorem sapiente. Fugit labore totam. Quia eum est non vitae et perferendis molestiae."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Rerum perspiciatis maiores laboriosam sed dolorem libero. Voluptas nam ad temporibus. Dolorem praesentium illum expedita non repellat ullam quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delia_bogan@schmelerernser.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Skye Rolfson MD"], ["email", "delia_bogan@schmelerernser.info"], ["password_digest", "$2a$04$12awyXNwaJQI.4PQh13ITeGdfiOylOHOoTbUf8ZfCE7/DNYChymz6"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Sed sunt ipsam earum. Dolor eos facere iusto suscipit soluta nihil est. Id ipsam velit tempora distinctio exercitationem eum iste."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Excepturi fuga eaque. Commodi voluptatem reiciendis quaerat sint. Ducimus dolorum quae omnis accusantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennie@jast.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Henri Jacobs DVM"], ["email", "bennie@jast.io"], ["password_digest", "$2a$04$HnJC6021DF.KxudLt6mI1eZohG4TeNyuGE83wHrZ0vlJ6JpnPBoYW"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Necessitatibus et rem ipsum. Fuga possimus nulla similique earum. Voluptatem dolores aperiam et. Dolor sunt qui ut quisquam."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Sit consectetur est ut mollitia cupiditate. Doloremque possimus quasi ea corrupti veniam et enim. Eum qui exercitationem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ramiro_hills@kirlin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eileen Huel"], ["email", "ramiro_hills@kirlin.info"], ["password_digest", "$2a$04$Oaj.8CXepEiiZ7aFAQg43uLcD7bKSlIpSe.lPgXRSIbZQJz9cYbJe"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Sed id molestiae vitae aut dolores dolore. In itaque non et ut. Facilis blanditiis iure culpa. Voluptas est et ut et consequuntur et."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Voluptatem eos et a explicabo impedit. Numquam voluptatem accusamus incidunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lucy.schowalter@king.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Danielle Bailey"], ["email", "lucy.schowalter@king.name"], ["password_digest", "$2a$04$WVVOklhyujisnhqFnRPrh.dWcInVhXV5ph0AxwGuNVH7ghtvD5vPe"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Sunt ut amet aut unde inventore. Illum odit molestiae doloremque qui. Sint officiis modi repudiandae reprehenderit tempora non at."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Culpa in modi aspernatur occaecati. Consequatur facere enim repudiandae eligendi placeat iusto. Nobis eligendi repudiandae praesentium quasi ullam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerard@kohlerborer.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Liza McKenzie"], ["email", "gerard@kohlerborer.name"], ["password_digest", "$2a$04$3grjGK8rVhnrWL7tdeUzP.uQ85EPUHVo5mG0cWPPXHOFHXQY1TgFy"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Aut aut dolores. Cumque ex illo illum est."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Vel eius qui recusandae qui ducimus in aut. Velit doloribus illum iusto. Eum et cumque et praesentium cum illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gus_breitenberg@harvey.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Thelma Thiel"], ["email", "gus_breitenberg@harvey.name"], ["password_digest", "$2a$04$GLC2ac6PrwV09ctIq7oYJeLQGYCkUJA1VzQgdZl7eB.8RCs8.xIJy"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Molestias qui et consectetur distinctio magnam itaque ut. Praesentium corporis in. Doloremque sed est commodi distinctio dicta eum voluptate. Debitis doloremque velit."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Consequatur explicabo autem eaque ut. Rerum consequuntur officia facilis dolorum quo."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melya_schmeler@runolfsdottir.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Werner Dickens"], ["email", "melya_schmeler@runolfsdottir.co"], ["password_digest", "$2a$04$MZKjtDy38CZzrmcZo4wkf.IxFAm3Iv/Pj81y6ZahPollFTInX3mCa"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Est et error repudiandae et nulla dignissimos blanditiis. Tempora tempore natus facere qui pariatur ut. Non eos eligendi aliquid minus."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Nemo ducimus sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elliot@lemke.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madge Walter"], ["email", "elliot@lemke.name"], ["password_digest", "$2a$04$QJYrl7wfcppAazGG0ylFZuV1Rm3RuHtdnE.kKCGUNG1VO5fitzOT2"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Aliquid molestiae doloribus harum minima enim et. Omnis possimus laboriosam est."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Sint inventore libero. Ut provident hic ut ducimus non itaque aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorothy@watsica.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Betty Hermann"], ["email", "dorothy@watsica.net"], ["password_digest", "$2a$04$s8JEKNJ1cG5u.Azz56pGie2qrZm0NrjzgX9e523zRuwkADpO8PX5u"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Dolorem minus quidem sapiente a consectetur expedita accusantium. Beatae et et omnis excepturi voluptas sint laudantium."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Eos in sapiente ea in delectus quo voluptatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jey_moriette@mohr.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willa Funk"], ["email", "jey_moriette@mohr.info"], ["password_digest", "$2a$04$qm1PAjtMU.ZyTPuKttxdoO2e49h/5gmAfzWO3fqu5c1gYpFa5uiZe"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Ut molestiae delectus molestiae. Aliquid repudiandae delectus maiores ea dolor magni."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Impedit occaecati distinctio. Est ipsam corrupti consequuntur amet eligendi alias. Fugiat ut est minima cumque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ricky.cummerata@gusikowski.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clare Dach"], ["email", "ricky.cummerata@gusikowski.biz"], ["password_digest", "$2a$04$B24e8ePNPOCYIFETzMZzx.Br0d.WhhvcO89PnCyALPpxuxytqqspy"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Molestias eos sed suscipit nobis excepturi et est. Nulla quasi ullam ducimus distinctio. Id ea voluptas sunt nihil quidem."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Neque impedit doloribus doloremque omnis quibusdam. Nulla recusandae commodi id dolores et. Modi laboriosam non corrupti animi non sunt qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "annie.toy@cronin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lempi Mohr"], ["email", "annie.toy@cronin.io"], ["password_digest", "$2a$04$.keGxVur1LbO8aXHzKvZbu81.w4SxZ89APcLcQDJM5Z.Wo.Oe0hi."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Autem voluptatibus dolores enim sapiente ut. Sequi eveniet iste quasi nulla numquam non et. Officia ullam non iusto commodi nesciunt optio."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Inventore dolorum voluptas harum optio. Et atque dolorem dicta voluptas et unde. Ea soluta ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ubaldo_bernhard@beer.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dianna Wunsch II"], ["email", "ubaldo_bernhard@beer.org"], ["password_digest", "$2a$04$hxuDQOuiUmnvCCADAX9dreC7Z5KmZvCmHVrLbJuZmSj0.5aQUkXTS"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Sint a ducimus aut et perferendis consequuntur. Molestiae sit sed. Ex architecto maxime enim odit qui. Voluptas veniam placeat quam autem."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Voluptatibus quaerat eius quisquam necessitatibus. Impedit eius repellendus vel."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "richard@schummrunolfon.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Modesto Boyer"], ["email", "richard@schummrunolfon.io"], ["password_digest", "$2a$04$.sf5QdBC9L9.Zd65B2TRY.LshbJXFNwdU6cuF11ENqgXQNC8wil1K"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Suscipit aspernatur quaerat. Est porro dolores qui unde fuga suscipit delectus. Consequatur iusto ut veniam et omnis."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Ipsam quisquam minima sunt fugit. Vel vitae modi sit suscipit ut libero. Nam illo corporis aliquid qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maude@boganpouros.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Clarissa Murray"], ["email", "maude@boganpouros.biz"], ["password_digest", "$2a$04$kHZx4Z5UlJRBAbYdHAAXr.V1RobHBS9OnZjSmGaAvwsL0kjuoGJQK"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Illo enim est natus ab. Ad illum aut. Dolorum neque error atque iusto minima qui."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Sit voluptas commodi omnis. Ut maiores placeat est amet iste libero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kasandra@dubuque.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Calista Stiedemann"], ["email", "kasandra@dubuque.info"], ["password_digest", "$2a$04$BOA2ofH3IU0H6ZHvdO9KPuP8pcQBUVVKQT6bf2RJKIRMKVYwjYuJm"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Voluptate amet qui id quisquam labore. Omnis esse praesentium sunt rerum quae. Voluptatem quo nesciunt recusandae repellendus incidunt perferendis nihil. Nobis soluta ut cumque maxime possimus."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Id perspiciatis consectetur asperiores. Consectetur beatae in doloremque dicta itaque quis. Et accusamus dolor tempore iure."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dayne@parkergrimes.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Florencio Ratke V"], ["email", "dayne@parkergrimes.info"], ["password_digest", "$2a$04$HJYiYo0TaMYiRhGJnmJJ3e6VLbjueP.A46CffVUtLylynBk8hIZZm"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Nostrum doloremque ad aliquid. Dolor cum quia omnis magni quos."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Aut unde explicabo vel enim dolore."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berenice.conroy@carroll.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adaline Ledner"], ["email", "berenice.conroy@carroll.io"], ["password_digest", "$2a$04$N0tKcPzg5vPpjaGur0ZiiucUslHsZku/dGbeE0/R4efgBKNaKJ.o2"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Nulla et modi temporibus perspiciatis omnis magni ad. Est itaque ipsa consequatur voluptate eos nam. Quod illum ipsam fugit."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Autem sed optio. Reprehenderit consequatur fuga molestiae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fay.rogahn@sawayn.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maritza Stanton MD"], ["email", "fay.rogahn@sawayn.co"], ["password_digest", "$2a$04$xZQh2M5uj4CFLU3J.asxgeUUgqpa7tAzb/QTbX.7V.aACVzqf8Cq2"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Aut dignissimos est enim. Qui eligendi aut omnis eum et odio. Qui quisquam cupiditate expedita magnam animi mollitia et. Corrupti laudantium dolor quasi enim."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Expedita saepe dolores minus doloribus voluptas. Ut sit molestias nihil perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delphia@stoltenberg.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bertrand Schumm"], ["email", "delphia@stoltenberg.name"], ["password_digest", "$2a$04$Crkzb.uSlsmSBITYl8nVc.ihNm1KyN0kUU.rjOV8iEKiCbvdGLWIu"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "A eum rerum odio aliquid et. Consequatur quod voluptatibus repellat. Odit perferendis veritatis saepe accusamus reprehenderit sed."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Voluptate repudiandae accusamus aliquam."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shanny_osinski@rodriguez.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stephanie Keeling"], ["email", "shanny_osinski@rodriguez.io"], ["password_digest", "$2a$04$AVswfs3qB8XulRFG4lmBW.zs8Kw7KMTkSo/.yN1EiMz3ZjPy3pUgW"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Omnis ut qui officia libero. Aut nihil explicabo. Quis inventore repellendus et."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Aut eligendi itaque. Odio eos aliquam nihil voluptas quos. Vel aut nisi impedit id nemo culpa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "geoffrey_johns@hansenterry.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ceasar Russel"], ["email", "geoffrey_johns@hansenterry.biz"], ["password_digest", "$2a$04$oJDzYia2ET/Acouy8amOdufCCbdYfkZBkqJNzhhWIpLm6PihqZAoe"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Ut autem quas beatae eligendi quo occaecati. Velit et et. Ut nobis hic corrupti sed. Nihil et tempora voluptas."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Non enim expedita a non earum hic culpa. Non quasi officiis. Quod rem a nulla quia animi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonel_ziemann@macejkovic.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Domenic Marks"], ["email", "leonel_ziemann@macejkovic.io"], ["password_digest", "$2a$04$vg6HMeBdYgjfJdWSEyzrD.5HgOHH880C9hwPkjm2dXAw/0nXEHxyK"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Voluptatem qui illum fugiat eligendi et officiis saepe. Sit aut optio enim minus cum voluptatum dolor. Impedit quo sunt et asperiores enim. Quia et qui sit."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Et incidunt eius eum voluptate. Sequi molestiae provident. Dolorem atque maxime."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "logan_cronin@vandervort.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carolyn McGlynn"], ["email", "logan_cronin@vandervort.biz"], ["password_digest", "$2a$04$jIrqkBc3jTuefxpo/UPqi.ibHX/kAwHPdnZIx0GC1RC/CvWBbqsw."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Voluptas dolorem sequi. Sed soluta dolores. Reprehenderit ut vero."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Quisquam repellat dolorem quo omnis adipisci. Quia sequi ipsum atque. Sit et nihil eum sint officia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chadrick.moriette@witting.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Torey Veum"], ["email", "chadrick.moriette@witting.io"], ["password_digest", "$2a$04$97jPpONoXQPPwrbPjOaeiun0wtc0m7LlG6R8TMV3uRlN0pI3EBLv."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Cum accusamus in esse deserunt. Error nam similique. Nemo ut ipsum cum voluptatum porro animi commodi. Saepe aut sunt illo."], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Commodi magnam distinctio architecto. Voluptatem atque praesentium. Iusto veniam repudiandae sit ab."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.4ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dahlia_mckenzie@bodesimonis.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "dahlia_mckenzie@bodesimonis.info"], ["password_digest", "$2a$04$NSz/3ICNxfcHPYZdcCZNHea7um2DQpqOCXIqGUvzxXlPInbHr693e"], ["created_at", 2016-05-17 22:20:19 UTC], ["updated_at", 2016-05-17 22:20:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"dahlia_mckenzie@bodesimonis.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "dahlia_mckenzie@bodesimonis.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$TChe7GqXztXoERPu3nUFn.OlhbVWmYcqofySGAVNAWkwZTX9nq4zq"], ["updated_at", 2016-05-17 22:20:20 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 24ms (Views: 19.2ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adonis.kemmer@boganlesch.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "adonis.kemmer@boganlesch.biz"], ["password_digest", "$2a$04$8gMh5VCPLueNHXC6bzoTE.hDJ/Tv7o7136bb57C2kAv9lmS9KSAiu"], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reanna@ward.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hank Rice IV"], ["email", "reanna@ward.info"], ["password_digest", "$2a$04$vL9iOYOYBKFbXOXgwUTNv.EERLJJTwCVe6Orly4cTUPRR919x418y"], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Sed sed voluptatem. Quos odio aut aperiam veniam sint magnam necessitatibus."], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Odit et distinctio velit id. Enim non cupiditate. Ex illo necessitatibus occaecati facere."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.8ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (1.0ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (25.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.4ms) Completed 200 OK in 47ms (Views: 39.9ms | ActiveRecord: 2.8ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-05-17 00:00:00 UTC], ["updated_at", 2016-05-17 22:20:20 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 6.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.1ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dayton@pfannerstill.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "dayton@pfannerstill.net"], ["password_digest", "$2a$04$63ZGFAEmsszj/VbrNQgDmO/5KyIilyOZlqTpmd.ep2smuQ5PGkUCy"], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 17ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"dayton@pfannerstill.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "dayton@pfannerstill.net"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$IXGuyv49CU24I8My9Rji/..eZbErHaYbgCeDAhEHk9ObbEUkWhYv2"], ["updated_at", 2016-05-17 22:20:20 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 24ms (Views: 16.2ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ruth_larkin@dubuquewalker.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "ruth_larkin@dubuquewalker.biz"], ["password_digest", "$2a$04$cji/xaLLFH7OFcWmdIgdHeKIOCeLLZFrWMI/b8GofTlbl8AP0RI/i"], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.2ms) Completed 200 OK in 26ms (Views: 21.4ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 20ms (ActiveRecord: 5.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.7ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kristofer@schmidt.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hobart Streich"], ["email", "kristofer@schmidt.io"], ["password_digest", "$2a$04$I1mX8dFVlbDfNxVHqMjnxeMThhTIG3DywU.9i.JJjRoa/s78iC3l."], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kristofer@schmidt.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kristofer@schmidt.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$GHg35RIhRd97PQ0infqvYOzH7acrcJ9eYkCO3Mowkt7arn2b4a/Sy"], ["updated_at", 2016-05-17 22:20:20 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 24ms (Views: 18.7ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.3ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (17.9ms) Completed 200 OK in 29ms (Views: 23.5ms | ActiveRecord: 1.7ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.4ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (15.4ms) Completed 200 OK in 36ms (Views: 24.7ms | ActiveRecord: 3.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 15ms (Views: 11.6ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$ZuU4WIEBIOie5jZBifhPou22yKyq3pVx.r7JtOkxx5oHPcJTec7ei"], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Sc9jYSqrzII1A0A4AMLsheqKcS3.2VMhJWzIh.6nnZPsE9QBKWzUe"], ["updated_at", 2016-05-17 22:20:20 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.2ms) Completed 200 OK in 26ms (Views: 20.1ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$BdlDQFfcAJCxwk.PfDchyupgDc4wEu85P0OCAcVYUKgjIExvA0mQ2"], ["created_at", 2016-05-17 22:20:20 UTC], ["updated_at", 2016-05-17 22:20:20 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:24 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.4ms) Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-05-17 18:20:24 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-05-17 18:20:24 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:25 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$3bB0J6a0uMJFgCthTIkQrenwMbFUsK7.4cZHny4ebfliu60TdrjHK"], ["updated_at", 2016-05-17 22:20:25 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:64412/admin/posts Completed 302 Found in 15ms (ActiveRecord: 4.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:25 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.6ms) Completed 200 OK in 36ms (Views: 27.0ms | ActiveRecord: 3.3ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-05-17 18:20:25 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:64412/ Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-05-17 18:20:25 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (16.4ms) Completed 200 OK in 45ms (Views: 38.9ms | ActiveRecord: 1.9ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-05-17 18:20:25 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-05-17 18:20:25 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 18ms (Views: 14.6ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (18.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lysanne.hyatt@beervon.info"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Garnett Bednar"], ["email", "lysanne.hyatt@beervon.info"], ["password_digest", "$2a$04$.toAQ9kSAEYWhz98doCKB.T3g5Yh6217gYPUlSL/pYIFKBhmytzQO"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lysanne.hyatt@beervon.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lysanne.hyatt@beervon.info"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$vPLpbe4JPUOqExesWzfMQucUNCYvcG2gPy38SeKU7wxx5Flj0WKW2"], ["updated_at", 2016-05-17 22:20:26 UTC], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.0ms) Completed 200 OK in 36ms (Views: 27.4ms | ActiveRecord: 2.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:20:26 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (15.7ms) Completed 200 OK in 36ms (Views: 28.3ms | ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adelia@friesen.name"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hertha Grant"], ["email", "adelia@friesen.name"], ["password_digest", "$2a$04$8I9kaEVhcpAKhn/wQZ/vNO4ibZXJcixz4wZHogem/DQw8dBS9nLpi"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.8ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"adelia@friesen.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "adelia@friesen.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$0UmaSVI4zqh7ozhVDybai.wtuhAMUiHqEIdyma9/JONiMjXZaI4Ii"], ["updated_at", 2016-05-17 22:20:26 UTC], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (1.0ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.0ms) Completed 200 OK in 29ms (Views: 20.5ms | ActiveRecord: 3.3ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-05-17 22:20:26 UTC], ["updated_at", 2016-05-17 22:20:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (28.8ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sarai.hettinger@dicki.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Furman Rohan"], ["email", "sarai.hettinger@dicki.name"], ["password_digest", "$2a$04$.aNypeXj6Y/gou6TREpROeKwF9fisS5chmnLB3mgjhuBskKKkEszS"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.5ms) Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sarai.hettinger@dicki.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "sarai.hettinger@dicki.name"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wU/RP1Zz7LLYyzyMM6gbRuO37XU57onLkYNyqJLxtF.0W44C.xFlO"], ["updated_at", 2016-05-17 22:20:27 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.3ms) Completed 200 OK in 33ms (Views: 25.9ms | ActiveRecord: 2.1ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 25ms (Views: 19.5ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.2ms) Completed 200 OK in 29ms (Views: 22.0ms | ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxie@west.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Virginie Swift"], ["email", "maxie@west.io"], ["password_digest", "$2a$04$Hmql9uxojaGvV1cJNzyd9.Gk27jo/fbxI5MIAaA099f6wJdVfyQDi"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"maxie@west.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "maxie@west.io"], ["LIMIT", 1]]  (0.7ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$vXSynrWmu70hFCfTW354IevTxm0mbzMBUdrREVVDCJKf.60nVcrtO"], ["updated_at", 2016-05-17 22:20:27 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 29ms (Views: 22.7ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (9.1ms) Completed 200 OK in 25ms (Views: 18.5ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-05-17 22:20:27 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.7ms) Completed 200 OK in 28ms (Views: 21.6ms | ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "icie@kertzmannlarkin.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isom Prosacco"], ["email", "icie@kertzmannlarkin.co"], ["password_digest", "$2a$04$9pj5mKPUWVwLNIboAXDWH.cPqN/2iLvHAaVTp4KTGurUP4/qQ5NcK"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"icie@kertzmannlarkin.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "icie@kertzmannlarkin.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$GE3c9Pne8M/fKo/nk1zT/.pMlRhpwwdSRNdsm42S0IwQ/24/lCOwO"], ["updated_at", 2016-05-17 22:20:27 UTC], ["id", 5]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.2ms) Completed 200 OK in 22ms (Views: 16.4ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.7ms) Completed 200 OK in 24ms (Views: 18.3ms | ActiveRecord: 2.0ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 1.4ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stevie@keler.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Webster Smitham"], ["email", "stevie@keler.name"], ["password_digest", "$2a$04$ea03BhrQE43RpJPfuy3yyOi07MkKUyMzjpA6Lw7XQaEJIlU0/v9ty"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Cumque quam consequatur id laudantium sint. Animi quibusdam aut ut corporis quasi ex voluptatem. Nostrum est ea harum totam facere molestiae deleniti."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Rerum nulla iusto quia. Eum repellendus aliquam deserunt nam earum laudantium temporibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barbara.jerde@hammeslangworth.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leora Gleichner Sr."], ["email", "barbara.jerde@hammeslangworth.io"], ["password_digest", "$2a$04$0XQ70q0qY0dkvXP5XikSQOJNJzyyv1yr3Fh1eCyeuG7vu1GHRG71m"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Id repudiandae fuga nihil. Et minus sunt rerum laboriosam mollitia voluptatum."], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Ut non qui animi rerum consectetur impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (13.1ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (25.5ms) Completed 200 OK in 39ms (Views: 33.1ms | ActiveRecord: 2.8ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (8.8ms) Completed 200 OK in 21ms (Views: 16.7ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maximillian@hudson.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donald Emmerich"], ["email", "maximillian@hudson.net"], ["password_digest", "$2a$04$W5mZMKF/ANXZ0VihlpDsHeVJFkSemL.JKTpvuVljxZe19Zdd91/3e"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Et possimus natus omnis velit aperiam sint ut. Ut ea quas vel. Repellendus itaque reprehenderit consequuntur blanditiis sed aut. Quam dolorem autem ut et aut consequatur iure."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Voluptatem et repellat nostrum. Necessitatibus officia commodi dolor consequuntur quidem voluptatem. In ut doloribus non corrupti culpa."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonardo@adams.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kolby Gutkowski"], ["email", "leonardo@adams.info"], ["password_digest", "$2a$04$weNxXeeQhHzYxPNf5BF42ufvrTwO7IJ0SSiJ8A09nIjlCsJi/SCfm"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Architecto laboriosam animi sit repudiandae. Officiis consequatur consequuntur quasi quae voluptas. Aliquam est qui qui et debitis aperiam. Eos dolor molestiae."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Molestiae cupiditate expedita sunt et. Nam sequi dolor excepturi necessitatibus mollitia reiciendis nemo. Labore id ad quos impedit omnis et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casimer.hartmann@dickinson.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andy Rowe"], ["email", "casimer.hartmann@dickinson.com"], ["password_digest", "$2a$04$LybJNpfz60f7HKbJi8i9teVgvflrTuppnPPApiKYuSRa.kcw7eEsC"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Voluptatem beatae quo veniam aspernatur qui cum. Architecto iste accusamus molestiae aut autem."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Similique sequi et numquam consequuntur omnis est. Doloribus iste dolores nihil sit est qui error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arjun_fadel@kuphal.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kade Baumbach"], ["email", "arjun_fadel@kuphal.com"], ["password_digest", "$2a$04$BR.Jt9feRhLaBZ.EGysyXe6pA6euDf4C8UM76uT8yykGvhPkGC7fe"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Inventore quam quia rem. Aperiam hic dicta. Sit repudiandae quo eligendi ducimus inventore sed totam."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Dolor corporis et minima repellendus rerum quos. Perferendis aut repellendus voluptatem rerum. Eligendi voluptatem dolore quia vitae voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethelyn@prohaska.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vivien Ziemann"], ["email", "ethelyn@prohaska.org"], ["password_digest", "$2a$04$V3mtomlEEg20Tmbu5waeyuXPszxztE8zC6DpukKLsDSIWwUREgRi6"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Nihil adipisci id qui cumque voluptatem rem iusto. Omnis quasi vero molestiae accusamus veritatis labore assumenda."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Tenetur labore voluptatem autem. Molestias tempore dicta quia est quos. Ipsa nisi amet itaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eleanora.simonis@padberg.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Holden O'Kon"], ["email", "eleanora.simonis@padberg.name"], ["password_digest", "$2a$04$TPKwpRgV.c3Y2MvwLbd95eVtFbDACJVbh4XlGgMyTrG7oJ/rKpVcy"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Est occaecati placeat et. Non soluta consequatur eveniet autem eum facere consequatur. Magnam porro assumenda optio exercitationem quidem doloremque. Consequatur veritatis quas necessitatibus omnis soluta omnis nihil."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Voluptatem incidunt dolore rem sit. Est magnam et. Nihil qui modi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fritz@murray.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maxwell Kihn"], ["email", "fritz@murray.biz"], ["password_digest", "$2a$04$.1tDy4I76XI//ArzJLvTH.30LvloVgiEm5L7oMmwXTenVLyX6uDVi"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Magni est minus non repellat reiciendis nulla et. Ex ad error."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Aliquam nihil officiis maiores nulla. Porro quas consequuntur sapiente commodi dolorem doloremque est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mylene@cummerata.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelsie Nolan"], ["email", "mylene@cummerata.name"], ["password_digest", "$2a$04$0gh9EE7SwTYGRr5TxOJm7eTL0rUfVUJIYo2AFehYlkE3pMXSY3j9G"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Unde soluta explicabo assumenda reprehenderit non. Inventore repudiandae est."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Eum sunt voluptas beatae sapiente. Aut nostrum tempora porro. Aliquid blanditiis perferendis rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sheridan.beatty@hills.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Owen Kertzmann"], ["email", "sheridan.beatty@hills.info"], ["password_digest", "$2a$04$UVCoKQFn1UbT4SdsN5lOFubtDivNhr/t678eYOiXhyAC.9PNKw42e"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Placeat labore praesentium repellendus minima voluptas. Voluptatibus perspiciatis numquam aspernatur id dolorum architecto enim. Deleniti ipsa est dolores et eos quia rerum."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Repellat quasi qui. Fugiat assumenda beatae laborum dolore eveniet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mollie@eichmann.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelsi Hyatt III"], ["email", "mollie@eichmann.com"], ["password_digest", "$2a$04$3lZOY5Y3wKBb3lV17vz8M.rH9UCA7LDPIY/0OaoN4.FVP2x1v8Jmi"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Hic optio illo voluptas autem est excepturi et. Incidunt sunt nemo illum eum maxime. Voluptatem ut ducimus quae molestias sequi."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Quia et officiis ut beatae. Rerum expedita ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allan@collinsbailey.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garfield Corkery"], ["email", "allan@collinsbailey.com"], ["password_digest", "$2a$04$9VsjSWlGnXOJGbSBqtth5u5ECLNFEX/9kbP04SPzYIpEt/vfSK2WC"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Et aperiam repellendus ut atque dolores. Ut eligendi est suscipit."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Accusamus voluptatem maiores blanditiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.0ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (49.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (71.0ms) Completed 500 Internal Server Error in 79ms (ActiveRecord: 10.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clotilde_runolfon@schoen.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mollie Huel Sr."], ["email", "clotilde_runolfon@schoen.co"], ["password_digest", "$2a$04$kQbuVwvndcS3hWJ2IRqH4.zXNeWvYR9mUMEC/KL/jj0fNpOZ5fcNC"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Et exercitationem sed fugit corrupti. Est expedita delectus sed molestiae. Nostrum quas sit architecto deleniti. Iure odio voluptates quia laudantium."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Doloribus aperiam quis aliquam quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (15.9ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (29.5ms) Completed 200 OK in 44ms (Views: 38.1ms | ActiveRecord: 2.7ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.2ms) Completed 200 OK in 22ms (Views: 16.7ms | ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madie.ryan@walsh.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Princess Deckow"], ["email", "madie.ryan@walsh.name"], ["password_digest", "$2a$04$kd4s8rqWiV7oa6eKCqmKlO72ZLulomLYKC3HzU7CcbIm3W7z8WdTq"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Nulla eius excepturi. Sunt facilis nobis explicabo repellat et. Numquam aut excepturi sint architecto consequatur voluptate qui. Doloribus et tempora."], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Expedita quas quia. A consectetur sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-05-17 18:20:27 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-05-17 22:20:27 UTC], ["updated_at", 2016-05-17 22:20:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jody_ebert@baileyfadel.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Era Johnston"], ["email", "jody_ebert@baileyfadel.org"], ["password_digest", "$2a$04$2LjRry94hFhriXUJS7Tnluv2KA3.A/WuErYX0U9TwdqfK6BCYLVde"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Est ipsum impedit sed blanditiis distinctio et. Blanditiis iusto ratione eum eveniet consequuntur reiciendis id. Qui autem dolorem. Numquam voluptatem distinctio officia laborum et voluptate."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Dolor eos suscipit."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mark_lakin@bauchfadel.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Tremaine Rutherford"], ["email", "mark_lakin@bauchfadel.net"], ["password_digest", "$2a$04$PbQXn6n7GWYPozOXDc3xVuIb49szy4fUSizjzhRXTTMf/vHK3SgDC"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Iure ducimus doloribus expedita. Voluptatum assumenda sed dolores cupiditate eos illum quo. Facilis dolorem molestiae illo officiis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Facilis quia praesentium earum. Ut et vel aliquid veritatis et mollitia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-17 18:20:28 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.1ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (20.6ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (35.9ms) Completed 200 OK in 50ms (Views: 40.9ms | ActiveRecord: 5.9ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-05-17 18:20:28 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (19.4ms) Completed 200 OK in 38ms (Views: 27.8ms | ActiveRecord: 4.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$anoRsRrQSrZGnJg8a3Xgm.zlOHGZEaUnihOMlidHgdFrk/qrnpeum"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$Tzl2No6NJN6R0DpXSVH36ep1EM1wSTUcOFp1jc3hf9QaXPkGU8ix6"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zGE0a3j8q0HMc.3hpiVNIefVhTUcxgWyKfehK/9pOZ4SqGrDJsQly"], ["updated_at", 2016-05-17 22:20:28 UTC], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "westley@blick.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cortez Cronin"], ["email", "westley@blick.net"], ["password_digest", "$2a$04$LiUOJ079tiIXh5LRg9OZ6.wy2Sm1ZNwXZgbMPGjz3xUGj1dcSuL5e"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lon@pfeffer.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emiliano Dooley"], ["email", "lon@pfeffer.biz"], ["password_digest", "$2a$04$E5StpfbQq9wRaXaNiEgbju3FPB9cHWovsTYhGPoBNo8DqHMAg7tTS"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bettye@bode.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Talia Ritchie"], ["email", "bettye@bode.net"], ["password_digest", "$2a$04$MsNdfvNrR9rBmjILot0ovenDO5Hctk29CJnGL83jsYNJp/QX9UfWG"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Ut qui commodi velit dolorum eligendi nulla. Voluptatibus in amet facere. Sunt laudantium aperiam dolorem maxime sit odit eum."], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Iure odit qui nam aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ferne@bradtke.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaleel Berge"], ["email", "ferne@bradtke.co"], ["password_digest", "$2a$04$1ze8PWKEOmjrqNgNrV71TO0QgHgwG55kqu7H/xWeQrNdCq88nNwue"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Aut nostrum reiciendis vel quia aut sint. Ullam qui nobis et voluptate mollitia."], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Dicta ut enim dolorum velit occaecati optio commodi. Et provident vero saepe."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elisa_feeney@breitenberg.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abigail Becker MD"], ["email", "elisa_feeney@breitenberg.info"], ["password_digest", "$2a$04$ycQs.FHuZ3DSuR06Jcpn..03rzvp8d0cCOwbK7wj2zelWknoH3yxm"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dayna@lesch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Camilla Dooley"], ["email", "dayna@lesch.biz"], ["password_digest", "$2a$04$6NjBK84wIN.uWubrQiHcTOnDoaylxBj1AqnhtnodQkuXoNrQn.L7y"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roosevelt_marquardt@heidenreichkoelpin.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fredy Koss"], ["email", "roosevelt_marquardt@heidenreichkoelpin.co"], ["password_digest", "$2a$04$ikn1xR.Dl3QnuH.UAEMWDeiGx.23L/LVOkWuNcRKUhmUVgM4LDcEm"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haley@mayerttromp.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Darryl Hauck"], ["email", "haley@mayerttromp.co"], ["password_digest", "$2a$04$0p/GLrP94mgJPjKAVYxPheSPiT1BwYu/KQeXhAmhwJ.hOyLEoqaH6"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Dolorum est vero aspernatur velit dolores. Molestiae occaecati minima laboriosam sed. Quo aspernatur magnam. Recusandae qui non quo omnis est earum."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Odio pariatur soluta saepe ut dolorem vel laborum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yadira@barrows.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raleigh Marvin"], ["email", "yadira@barrows.io"], ["password_digest", "$2a$04$EPASHDYesU1YKxscA1EvfOg6YqsqsIY/U1nYfIT.i5QEjBJb9PDp2"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Pariatur autem tempore quidem laudantium. Et voluptate neque. Qui tempore dolorum non incidunt sed dolor."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Quod atque maiores ducimus provident veritatis deserunt iusto. Omnis illum praesentium nihil corrupti modi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-17 20:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["id", 21]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ottilie.boyle@damore.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Giovanny Kessler"], ["email", "ottilie.boyle@damore.co"], ["password_digest", "$2a$04$56Yo3WFTtsDse3DAd/Z1yOFnamDuo17XF1iEAlDZVDi8/pObxMTdW"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Placeat veniam nemo atque tenetur. Quasi perspiciatis qui blanditiis."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Saepe sunt voluptas officiis. Quo ea repellendus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joaquin@uptonbrakus.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maurice Kovacek III"], ["email", "joaquin@uptonbrakus.org"], ["password_digest", "$2a$04$ve9rBoLUdt4kgNk9uf.wtOST6iS5l9V0xn7HW3XC3OK55n8j6bFXS"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Aut ut quo necessitatibus et nemo. Eligendi minima autem molestias et. Reiciendis quis vitae."], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Quia nemo iusto pariatur voluptatem libero fugiat rem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kenyon@rice.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Drew Fritsch"], ["email", "kenyon@rice.name"], ["password_digest", "$2a$04$agyMEJdk13iix6aW7aVKzePfYN1MIgcyeW807o0E8TH.znHf8qJG6"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rudolph.collier@marvin.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Candice Larson"], ["email", "rudolph.collier@marvin.name"], ["password_digest", "$2a$04$b02DJ60p2vBZmvEZjph94OsAz4CHZuoRNc7dhjNLeaUhRmIW19ACm"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Laborum rem consequatur aut dolor quaerat ab aliquid. Qui nam cumque ut et sed provident ducimus."], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Ut aliquam facilis labore nihil dignissimos eum minima."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sister@mosciskihowe.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Damian Daniel"], ["email", "sister@mosciskihowe.net"], ["password_digest", "$2a$04$9eprXv4Mwt69LHFK9lUo4ekoPJjgNP8fWw4QJzPjQOy24mPQ43rve"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Aut repudiandae fuga non doloribus sed aliquid architecto. Minus consequatur et voluptas."], ["published", true], ["published_at", 2016-05-17 00:00:00 UTC], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Ea natus doloremque quis. Blanditiis impedit est accusamus sint recusandae sapiente. Et et excepturi libero aut molestias dolor itaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-16 00:00:00 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.5ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "derek.stracke@ledner.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Buster Bartell"], ["email", "derek.stracke@ledner.name"], ["password_digest", "$2a$04$LC3c6LV2N.nX2apmbfaZEeOt41vnnikChTGPcXy7QAIbUEazQ9PDS"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.5ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$OYe/jr5ctrYIHqoX7Y7AjOGYqFwqOdHjxwoE9bToApzkIjGiIb2J6"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$i0c/Ss3WsV9KOASVSxMHyuPXR2j87NSPqPG1ba98pZa9ZBgZVElgO"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clifford_waelchi@wisokyabernathy.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fredrick Okuneva"], ["email", "clifford_waelchi@wisokyabernathy.io"], ["password_digest", "$2a$04$CAFxNfEGmF0tQ3RMGinnJ.eHztUMEY1e0YdNw3cxIQVMJaVvTm9pW"], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Iusto fuga laudantium sequi ut atque et nulla. Odit porro accusantium sed. Omnis consequatur eligendi sunt eos expedita nihil quae. Aliquid ut repellendus ex expedita."], ["created_at", 2016-05-17 22:20:28 UTC], ["updated_at", 2016-05-17 22:20:28 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (33.6ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (3.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.8ms) BEGIN  (6.4ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (6.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (38.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (1.2ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lisa@crist.info"], ["LIMIT", 1]] SQL (3.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ellis Oberbrunner II"], ["email", "lisa@crist.info"], ["password_digest", "$2a$04$ZtCDof1gTzl67KOQ0zgPO.3GnkfgFqDXhjKAFqHkQX8gJHBaan/gC"], ["created_at", 2016-05-18 14:50:29 UTC], ["updated_at", 2016-05-18 14:50:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:50:29 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (32.8ms) Completed 200 OK in 390ms (Views: 386.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:50:30 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lisa@crist.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lisa@crist.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$BtQLwyifmM43fIAHYbt9ouI1d1Io9gElo1SsVobawlz15bLiWfTei"], ["updated_at", 2016-05-18 14:50:30 UTC], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 4.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:50:30 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.1ms) Completed 200 OK in 40ms (Views: 25.0ms | ActiveRecord: 5.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "john_fritsch@goldner.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johan Senger"], ["email", "john_fritsch@goldner.biz"], ["password_digest", "$2a$04$X46j1NLsjEL16mSlTDklF.8vTldraGDDkPxgCGMwOsiqPZquqQqBe"], ["created_at", 2016-05-18 14:50:30 UTC], ["updated_at", 2016-05-18 14:50:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Consequatur praesentium voluptas et totam sed et. Animi et assumenda ea. Numquam illum voluptatem voluptas qui eum est explicabo."], ["created_at", 2016-05-18 14:50:30 UTC], ["updated_at", 2016-05-18 14:50:30 UTC], ["author_id", 2], ["slug", "title1"], ["summary", "Voluptatem nostrum debitis voluptatem. Nisi vero veritatis qui modi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:50:30 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (48.1ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 7.8ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (34.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arely.schiller@wehner.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Catharine Auer"], ["email", "arely.schiller@wehner.name"], ["password_digest", "$2a$04$SU3P.oeBp7Zf9.CHxFoS4uFttclU2NtfbNuBy/leNwEZk/6fkWicW"], ["created_at", 2016-05-18 14:55:51 UTC], ["updated_at", 2016-05-18 14:55:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:55:51 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (31.9ms) Completed 200 OK in 389ms (Views: 385.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:55:51 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"arely.schiller@wehner.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "arely.schiller@wehner.name"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mvlDyJkc1b0d/.9rBXzLkOSTO6/iijpjl5l4z23aAwZi9Em.oqxsa"], ["updated_at", 2016-05-18 14:55:51 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:55:51 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.5ms) Completed 200 OK in 38ms (Views: 26.1ms | ActiveRecord: 4.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaycee@hickleruel.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kameron Marquardt"], ["email", "jaycee@hickleruel.biz"], ["password_digest", "$2a$04$GhJOv5i1k0JYVPN3fQMJPOVOUchvkaMNBIAyIbypeRA/O4pKqc2OG"], ["created_at", 2016-05-18 14:55:51 UTC], ["updated_at", 2016-05-18 14:55:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Perspiciatis ut sunt ullam illo ea commodi. Et suscipit iste eligendi eveniet velit qui sed. Eos id facilis sed odio recusandae ut iste."], ["created_at", 2016-05-18 14:55:52 UTC], ["updated_at", 2016-05-18 14:55:52 UTC], ["author_id", 2], ["slug", "title1"], ["summary", "Nemo dolorem natus perspiciatis ut ad cupiditate."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:55:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Categorical::Tag Load (1.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (46.6ms) Completed 200 OK in 57ms (Views: 43.9ms | ActiveRecord: 9.4ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$BCBLHwQUouuzyvR6EOq8ze1YnZfm3tkU7QeNGvpUfejm2ItlSnEOa"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$4kpBsFBueVJM4jYmhA52L.WaVbGSb0BcxeaLAcXYlkBh8Uxv.oZ0i"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ncbjFalL354QpJTrjGHyOOqfcp7ATOYoHXWTJmXxtmNCjK2SQmrOy"], ["updated_at", 2016-05-18 14:56:03 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elvera@kemmer.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aracely Nitzsche"], ["email", "elvera@kemmer.name"], ["password_digest", "$2a$04$vRx2s9tByKWItIJnRyXmJepOrgzP6syJa4q/e932AYee4Zs1gB5y6"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Nulla aut vitae et et eligendi pariatur repellendus. Excepturi in non est nihil et ut. Provident voluptatem id sit nulla quam necessitatibus ut."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Iusto cumque et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 21ms (Views: 15.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hermina_hills@mohr.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ophelia Cassin"], ["email", "hermina_hills@mohr.org"], ["password_digest", "$2a$04$cLsXZncgoCYcntPUORrjf.3btVD4WDbNOXZyUgKXfa3tvgc3EhTw2"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Earum placeat sint rerum quod consequatur. Nesciunt quod ut accusantium quaerat corporis ut voluptas. Eveniet labore ad maxime nihil aut sint."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Possimus modi quia amet quibusdam blanditiis inventore cumque. Ex ipsum eius et est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyshawn@schultz.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kiara Turcotte"], ["email", "tyshawn@schultz.io"], ["password_digest", "$2a$04$sgLoKUCN5OutRgwEDF3l2u/CQLPHp.vQeF8T2nqOiOEvpYmq5Hwwe"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Amet ratione quia ex quae. Veritatis reiciendis nesciunt eos sunt facilis qui est. Eaque et ratione ut perspiciatis ex quia."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Et tenetur iusto accusamus enim dolores molestiae eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sonya_jacobi@hane.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kale Frami"], ["email", "sonya_jacobi@hane.io"], ["password_digest", "$2a$04$56F9ekR9IWPjvrriJBz/aex2FtEioznG/P1j2I95xhKaSPoKhsT9u"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Suscipit quo veritatis tempore. Quidem beatae nobis voluptatem. Debitis aut natus doloremque tempora voluptate et reprehenderit."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Neque voluptatem quo nulla rerum consequuntur. Cupiditate laborum fugiat delectus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoila@jonescasper.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orpha Schaefer"], ["email", "zoila@jonescasper.com"], ["password_digest", "$2a$04$rG5znV0ab0w39TtOagVU2eay5/mxUbhvC9RpPUcw2.K1h4oWsvKoG"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Ut et molestiae quo nihil. Et rerum nam numquam."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Id placeat non ipsum sint eveniet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leland@stiedemann.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Demarco Hoppe"], ["email", "leland@stiedemann.name"], ["password_digest", "$2a$04$TtbQUYUydg2Ywu9t/5LhDuaY4rtV0Endx/zPq266g0Mw3d6Fzllri"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Tenetur asperiores atque et vero quo. Nesciunt cupiditate officia deserunt cum exercitationem repellendus culpa. Nihil molestiae vel. Eaque blanditiis recusandae aut quo aut commodi."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Aliquid neque expedita."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clark@considine.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Greyson Weber MD"], ["email", "clark@considine.io"], ["password_digest", "$2a$04$UFGi40DAynOqzEyzl.Q3rei.C2BZA7hTx5By3gzBos1eY1wt9y6gO"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Autem nulla velit dolore non. Dolor totam dolorum nemo maxime facere tempore eius. Totam enim et qui deleniti iste."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Eum voluptas enim et dicta at voluptas recusandae. Quis molestias illo placeat omnis. Alias quod delectus sit modi laboriosam labore veniam."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryann@quigley.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daryl Toy"], ["email", "ryann@quigley.info"], ["password_digest", "$2a$04$XnaL0V03K/MjGVnkAoPQTOvcjZZWSkQD.a2715XsVoCHtIBFq58/q"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Atque illo velit fugiat voluptatem veritatis id maxime. Qui sapiente sunt dolorem repellat. Dolore repudiandae ipsum vero. Doloribus sit explicabo."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Placeat saepe dicta qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "billie@predovic.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kellie Daugherty"], ["email", "billie@predovic.net"], ["password_digest", "$2a$04$WW62ucXmaW1nYQWRgUCkKufTpp5bxownj/W8VPtcxj85Nt2wbUHY."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ea sit voluptas. Delectus provident suscipit totam culpa."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Et ipsam omnis porro qui dolores. Fuga corrupti necessitatibus non odio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "micheal@weimann.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaden Bernhard"], ["email", "micheal@weimann.info"], ["password_digest", "$2a$04$V0SS6y/AIh6emOU3eWfjGe45chQgT6YWpiYY99L9.pw4WEjSLzUDG"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Aut sequi rem. Occaecati facere quia aperiam eum aut."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Rerum officia omnis rerum et. Repellendus eos officia corporis omnis aut porro nostrum. Dolorem dolores maiores ea at soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rico@gaylordkovacek.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kayla Heathcote"], ["email", "rico@gaylordkovacek.info"], ["password_digest", "$2a$04$kfw3o.M4dcQCk3t/gK5iVO7PYWxVrCwTd6yE77obYmZFU.LBaeLLK"], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Fugit amet qui ut esse iste commodi vel. Iusto reprehenderit fuga voluptatum."], ["created_at", 2016-05-18 14:56:03 UTC], ["updated_at", 2016-05-18 14:56:03 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Eius enim et laborum consequatur itaque deserunt eveniet. Rem deserunt et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leie_gaylord@stiedemannhauck.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maybelle Osinski"], ["email", "leie_gaylord@stiedemannhauck.io"], ["password_digest", "$2a$04$EBu7Sl76fMoIOqb21N8yQuxxr/DTq5hypkBgwXBeDBZr2W1aaKIoi"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Dolore quia nam sit sequi occaecati. Delectus est sint nulla. Occaecati reiciendis et libero cum sit. Aperiam distinctio sequi suscipit deserunt et repellat."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Earum rem ipsum enim temporibus placeat provident. Tenetur vel cumque et. Eligendi magni aut nesciunt accusamus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grady.nolan@flatley.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Claire Boyer"], ["email", "grady.nolan@flatley.com"], ["password_digest", "$2a$04$Mw687VDwDTPVL0ZNk5U84uJgL7NTV7xgPaMh41UId4m9fR6lJIFpG"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Ea necessitatibus qui sed ipsa omnis ut laudantium. Eius sint ut possimus sequi. Vel ullam recusandae. Libero beatae repudiandae cum."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Est et delectus quos. Repudiandae nostrum quas nobis ut fugiat ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "coralie.shanahan@abshirewuckert.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lorena Hessel"], ["email", "coralie.shanahan@abshirewuckert.name"], ["password_digest", "$2a$04$fZ6Fcv.F9znfjsmxI2PR/ujRtW.Qj/WnISgyF9SNQOKLeaqd8BER6"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Est iure et quam. Dolores eum molestiae quibusdam soluta."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Sapiente aut quasi officia temporibus enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rafaela@vonrueden.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Braeden Veum"], ["email", "rafaela@vonrueden.org"], ["password_digest", "$2a$04$kYmqabXKq.MBqblBxkNjvOcLai8y3U1duQLtAr6OQLOAAoZigsQTe"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Repudiandae veniam corrupti sunt est. Voluptatem cumque eaque non nihil. Perspiciatis sed architecto. Aliquam neque sed consequatur enim consectetur."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Id quaerat minima. Aspernatur aut ad aut beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "freda_rodriguez@morar.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Nathen Wilderman"], ["email", "freda_rodriguez@morar.com"], ["password_digest", "$2a$04$G6LlKxucG2.d9BnrHWeQS.O33y0bqpK41TnasU5sCN7pHCEg7aNKS"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Voluptas sunt est. Voluptatem porro accusamus enim exercitationem molestiae expedita. Dicta quibusdam consequatur et fugiat in dolores quaerat."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Est eius iure quo molestiae. Harum natus quo nam quia ipsum omnis deserunt. Culpa non tempora et ab."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fern.cummerata@gaylordshields.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Viva Witting"], ["email", "fern.cummerata@gaylordshields.io"], ["password_digest", "$2a$04$I0ChRP/APhC.rbkTtIrIjOiLA7NdRy.H868HrIqDDn22Ij3.0WaSW"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Ut perferendis unde est quis rem. Iste aut adipisci ducimus temporibus animi a."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Ex officia maxime est ad et est. Doloremque quia quibusdam numquam voluptatem deleniti ipsa tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeramie.weimann@lockman.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dedric Douglas"], ["email", "jeramie.weimann@lockman.com"], ["password_digest", "$2a$04$CBeQ6aaHt83Q3sZIff3.UOQnKi1PaF8UfoIIlc/YKJb3yH5amQaWK"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Quas quis sint dolores eaque. Esse ullam et magni."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Beatae soluta eius nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raleigh@schroederbecker.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chad Wilderman"], ["email", "raleigh@schroederbecker.name"], ["password_digest", "$2a$04$NQIkmfqlSemMuWarOU9QUuvl5zjtP5UtpNPM2YI9GyGPNVGQ3m4nu"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Eos sunt et. Qui blanditiis doloremque dolorem rem minus quibusdam enim."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Error optio quia aut explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delores.parisian@kulas.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dedrick Schoen"], ["email", "delores.parisian@kulas.net"], ["password_digest", "$2a$04$duEkTFtc8DHL4t6FN40sNOd6u0ZsCUNI1aBiUra7h1JhO/UH5phNy"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Autem assumenda quis molestiae sit iste excepturi. Ut omnis illo dolor nam delectus. Eos illum eum quibusdam sit est. Illo vero nobis."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Saepe assumenda aut at accusamus eligendi iusto minima. Nulla unde ut. Dolorum odio sed dolor aliquid est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "phyllis_bashirian@schimmelcremin.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rowland Rodriguez"], ["email", "phyllis_bashirian@schimmelcremin.biz"], ["password_digest", "$2a$04$TDg11FOmj0TiDKKUfyoeI.XFgj43rqNl2.8QPWUDTkfmXJh0iyWrG"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Ut voluptas neque repellendus dolores. Qui odio in officiis quia nam. Sed aut natus sint. Consequatur nesciunt eum."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Voluptatum deleniti delectus incidunt repellendus. Quia natus officia. Quasi dolores fugit autem magni."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daryl@ritchie.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christina Lehner IV"], ["email", "daryl@ritchie.info"], ["password_digest", "$2a$04$87XTc8MhNDKVQGeW26lQgu5b1FvnMo8I3v7QUyuisZAK9Z0rotcwi"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Possimus consectetur et voluptas nesciunt aperiam. Quas dolorum qui qui et. Molestias necessitatibus nam hic veniam sapiente vel."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Maxime quas cumque magnam illo provident. Et dolorum exercitationem doloribus et facilis cum. Dolorem eveniet ipsam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tiara.bechtelar@kris.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cathy Blick"], ["email", "tiara.bechtelar@kris.name"], ["password_digest", "$2a$04$MX6gDK9NIQsbJXpuO2KK/OqmBo5OwkTFj9W0F./mwyqYzJRK080my"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Quia laboriosam vitae quia non. Corrupti ipsam et error aut laudantium. Fugiat exercitationem quisquam at. Alias reprehenderit doloribus numquam assumenda tenetur non."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Exercitationem totam maiores omnis iste aspernatur ullam. Fugiat quas voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otis.waters@lindgren.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Freeman Schultz"], ["email", "otis.waters@lindgren.org"], ["password_digest", "$2a$04$nKiRdL92YoG5mFkXVsra1eDIKAzwt0yiyhsKv6r0qaO5/v0DGVwjC"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Aut dolores consequatur aut illo. Aut ipsa ea molestias voluptatem aspernatur. Asperiores nam quod quasi minus est inventore. Ullam et consequatur sunt deleniti eos."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Vero dolores labore ea veritatis exercitationem. Ea dolorem ex quibusdam. Rerum aut quam sapiente et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederick@dietrich.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anika Haag"], ["email", "frederick@dietrich.com"], ["password_digest", "$2a$04$XcqcpBCvd3xBTpUp8J4WgO4pzrd9M2mlwBBx6J//KeXEbkR763nRe"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Soluta odio iste. Architecto deserunt reprehenderit qui sed. Molestiae provident quis nihil magni voluptatem quis."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Modi voluptas iusto omnis in sed adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethel@framihaley.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yasmeen Shields"], ["email", "ethel@framihaley.io"], ["password_digest", "$2a$04$NxpZNTz6sbfQ9csIdBsZa.KZedQCPT13sFhtQ6SJPhEfsRy/5orra"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Nisi perspiciatis et ut et repellat. Et quod voluptatem aperiam. Eos ea est in ut consequatur vitae."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Recusandae quia quidem explicabo. Natus ullam id tempore. Est quo in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "michale@glovernienow.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jazlyn Bashirian"], ["email", "michale@glovernienow.org"], ["password_digest", "$2a$04$UhEMOW7VqUjm66l1W18qLOIffHsOYGvg/LCBk8qh/R/N3dvXb5mPO"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Maxime quis quaerat reprehenderit eligendi sapiente ut qui. Ipsa neque ut non sed ut."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Aliquam ea quod porro voluptatem. Debitis vitae provident quibusdam. Voluptas quidem dolorem at qui ex consequatur debitis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (2.0ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laron@champlinoconner.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cheyenne Kutch V"], ["email", "laron@champlinoconner.biz"], ["password_digest", "$2a$04$0bJHEJCCCw/Fhr/AlGmmu.waRGbXGzM6p.8uZENp0ugj7eX2ZU/B2"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stephanie@lockman.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rogelio Howell"], ["email", "stephanie@lockman.io"], ["password_digest", "$2a$04$I5OOL9x/yRfvJrLhB4..1ugRRZQ.6xeIkOrCZDWcLYJpibM3Q5VRm"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Quo aut omnis quidem vitae rerum. Iure excepturi non sit quasi ut.", "summary"=>"Asperiores possimus quia consequatur esse tempora. Quas dolores deserunt tempore error.", "title"=>"Title29"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (1.0ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 2.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Fugit dolorem omnis incidunt quas enim labore et. Sit aliquid dolorem at qui ut omnis quibusdam.", "summary"=>"Fugiat dolore est consequatur ut. Incidunt et sed et ab iusto eius.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilfrid_zboncak@bergnaum.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Moises Hegmann"], ["email", "wilfrid_zboncak@bergnaum.co"], ["password_digest", "$2a$04$qFC/koDbz29tHZu3JHevAO3Db18E7k69P/.J5IgsYZOMrfqcPrq8G"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Nisi animi eius laboriosam deserunt amet quasi. Debitis hic magni expedita reprehenderit laboriosam illo ex. Exercitationem et dolores nobis consequatur voluptatum.", "title"=>"Title"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Nisi animi eius laboriosam deserunt amet quasi. Debitis hic magni expedita reprehenderit laboriosam illo ex. Exercitationem et dolores nobis consequatur voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.1ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"A excepturi voluptatem eos molestiae. Harum minus adipisci ullam.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 1.2ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kacie@moriette.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Michele Greenholt"], ["email", "kacie@moriette.co"], ["password_digest", "$2a$04$m8eDhazFasAp6OzTRYfPr.VwIPMBGA.YucJW29GGfnB7mYiemQ/cC"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Eos fuga ut. Soluta aperiam amet. Sunt aut hic. Consequatur earum sunt vitae."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Libero rem tempore placeat sed enim eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "troy.brown@abbott.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donnell Gislason"], ["email", "troy.brown@abbott.net"], ["password_digest", "$2a$04$u0ZuYHpd4zoK0Brh.dMsge1j0v07aA0Brc1r.cgbOUlBj5x62SY3m"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Pariatur veritatis ullam. Ipsam sapiente voluptatem. Dolor occaecati laudantium. Qui sint sequi."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Odit non aut saepe. Velit quam vel in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.5ms) Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users"  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casimer.littel@goldnerbeahan.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daphnee Kunde"], ["email", "casimer.littel@goldnerbeahan.com"], ["password_digest", "$2a$04$brHa72NMz8SRa64jzdwhf.4TmkIf4b1SVhLqs81pkjzw4pJjuXL4C"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Omnis necessitatibus hic suscipit. Quos perferendis error aut aut ullam."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Voluptate vitae est quia qui corrupti veniam laboriosam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elisha@bernhardwiegand.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Nikki Beer"], ["email", "elisha@bernhardwiegand.name"], ["password_digest", "$2a$04$rSSQyhz1PeiPFxVFRVxf3.ZhmoWzwziwJJ/aaoqUA8YOIPsi36BUm"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Autem eius eos non ut minima autem. Omnis recusandae eius tempore laboriosam consequuntur."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Sit tempore magni veniam dolorum voluptates unde voluptas. Qui enim aut minus. Quaerat enim accusantium consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-18 14:56:04 UTC], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 3.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eloy.brekke@bode.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eusebio Heathcote"], ["email", "eloy.brekke@bode.org"], ["password_digest", "$2a$04$7EgiWaxS6oF8YhqPRX4hyuJYKUKDzMg7x16Wom/zRRAwHyszDU8C2"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Ut est quas. Optio et consectetur dolore aut. A repudiandae non id ullam dicta."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Repudiandae amet provident numquam sunt assumenda exercitationem. Cumque sint tenetur eveniet. Facilis dolorem cum ab iste repellendus illum eveniet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (1.2ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-18 14:56:04 UTC], ["id", 33]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 41ms (ActiveRecord: 4.3ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "else@connellyjohnston.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dianna Welch"], ["email", "else@connellyjohnston.biz"], ["password_digest", "$2a$04$9/Yn7kzXVY64QG6b3BxJLewaNIhklZ8IikITOLe6SxF0qlqDO/h86"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fae@pacochabogan.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ettie Leuschke"], ["email", "fae@pacochabogan.co"], ["password_digest", "$2a$04$hliC8R7J2CLWuaeOucDeUeZKSw7J5aY5zoAo3SFrg9Cu4CzNG.4rS"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Eum veritatis ex animi dicta quos debitis. Perferendis odit ipsa voluptatem est quia qui est."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Itaque velit fugit voluptatem consequatur quasi. Id et sapiente."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-05-18 14:56:04 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.6ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arianna@littlesporer.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adelbert Wisoky I"], ["email", "arianna@littlesporer.biz"], ["password_digest", "$2a$04$a5MWe7bOW4ZOLZAeDghq..vXsG0BFV3ZfaxK6TEi6JeuiyrwjJ8Se"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Numquam aut laudantium. Aut aliquam ea suscipit at alias nesciunt."], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Natus laudantium earum dolor. Totam in sapiente illum fugiat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-18 14:56:04 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.3ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 9ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Ryann Langworth"], ["email", "user@user.com"], ["password_digest", "$2a$04$skB61GtN0eDA8S.76YHttuSTcFR.lEAWCkyREqUudAzKE5j8wrKBu"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (1.0ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ardith@kunde.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Blanca Denesik"], ["email", "ardith@kunde.org"], ["password_digest", "$2a$04$NsX/eeRpcaOL4DOAbllcKeFiAE6YFUrlVc0xdqvVisX68jByfvpee"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-05-18 14:56:04 UTC], ["updated_at", 2016-05-18 14:56:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.5ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 9ms (Views: 1.7ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-18 14:56:05 UTC], ["id", 34]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 3.9ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (1.2ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-18 14:56:05 UTC], ["id", 35]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 3.6ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 2.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.9ms) Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juanita@stokes.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Van Moen"], ["email", "juanita@stokes.com"], ["password_digest", "$2a$04$Bqfka8eBIQ.UDWSFFaIA6.5Orpuz8iKFakSbEF5NEemd0OPLR0f5e"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Quisquam nobis pariatur ut accusantium qui hic consequatur. Illum omnis voluptas rerum eos. Quasi velit fugiat ducimus non iusto."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Non rerum suscipit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "max@blick.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adriana Kessler"], ["email", "max@blick.io"], ["password_digest", "$2a$04$pRFUIuVJBczuIp8/F4QFKu7YzrLONPwB0HRiVLrleyrY/f8qzYCd6"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Sequi blanditiis nostrum est eius sapiente architecto perferendis. Minus cupiditate quo tempora. Molestiae quod dolor architecto velit eaque voluptatibus quasi. Qui harum at."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Consequuntur enim culpa beatae alias aspernatur non."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "camden_bernhard@mcglynn.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ellie Stehr DVM"], ["email", "camden_bernhard@mcglynn.org"], ["password_digest", "$2a$04$EiPQM4Ld6iFuMGrd5meUQObAAs/JDa9TjDWkQouq8jGeAzoSajheq"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Similique quis esse. Consequuntur iste sed molestiae quisquam quasi. Ut ullam vero qui."], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "In aut enim non tenetur ab quidem. Et enim quam laboriosam provident quod."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-17 00:00:00 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 16ms (Views: 11.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lenny@mann.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Dagmar Russel"], ["email", "lenny@mann.biz"], ["password_digest", "$2a$04$oAglMzQ9Mu.19aRBgjwNYODXjUSMnRzzOOkI3QkESF3tBykMwvrcS"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Odio recusandae vero quas. Consequatur doloremque in."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "At voluptatem tempora consequatur et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blanche@terry.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Colten Barrows"], ["email", "blanche@terry.org"], ["password_digest", "$2a$04$wwoO8OTrVoR04hIBs9URSO07BpVt1zhuBXU7hcss0ZJ04RTxbMfTK"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Sed numquam aut ratione repudiandae exercitationem laudantium suscipit. Ut voluptates consectetur nihil delectus minus rerum. Ut sit nisi. Et neque voluptates molestias quasi in."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Aut libero asperiores dolorem quia qui quas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederic@little.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rocky Murray"], ["email", "frederic@little.io"], ["password_digest", "$2a$04$S3gDg.QWi98mk1OVsSsyc.4K/24.QKRGl2tBb8lCKWBl2UrS4N0Ca"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Eveniet aut laudantium ipsa suscipit et aut quasi. Repudiandae delectus expedita iusto voluptatem saepe. Quisquam et voluptate ut maxime quibusdam dolorem quidem. Maiores vel ea in quia qui eos."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Quam dolores ipsam dolor. Accusantium harum ipsum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kira@durganstroman.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hailie Howell"], ["email", "kira@durganstroman.org"], ["password_digest", "$2a$04$S8fXJB.AgH6fEulDCzerD.fq12SbLl5IsG4AxLDnJqwJ5BNuUyVaW"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Omnis quo qui. Sapiente quae vel quia qui."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Quia et harum occaecati maxime labore nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rico_monahan@little.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garret Bartell"], ["email", "rico_monahan@little.co"], ["password_digest", "$2a$04$uKiTRoGUwicccdSxrfIF4.AiygbwCYr3Qudfb8p3fkYmaX9MgpDuy"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Qui ab quibusdam ipsam et quos. Ut dolores ipsa rerum."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Error labore sapiente numquam pariatur sit odio. Error pariatur omnis vitae occaecati voluptatem. Dignissimos magnam maiores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauryn@swift.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Maxwell Will"], ["email", "lauryn@swift.biz"], ["password_digest", "$2a$04$XEC1LX0iIeW7hXNvNY7nI.lyS3DeeMzOrsXSLpgYglnTIGIuCLjE."], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Eius quibusdam ab harum. Eaque et labore non nulla."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Impedit ea tempore consectetur iure. Provident omnis magni fuga autem. Sequi eum eaque quia earum vel hic."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joyce_bernier@hickle.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carley Wilkinson"], ["email", "joyce_bernier@hickle.com"], ["password_digest", "$2a$04$1AptMEQgubR1eUQQL7QQquQVtaZj7VgWszF7vlzJJsyIT3fMD37J2"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Voluptatem quisquam est. Vero delectus ut. Atque sed natus ipsum sed incidunt et quia."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Ipsam voluptate provident nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexis_abbott@fritsch.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yasmine Orn"], ["email", "alexis_abbott@fritsch.org"], ["password_digest", "$2a$04$n3Az3HNlwWQN6q2qMjnX4O3gFJ0msWWKZrG9gac2e4tYpcmmNtRi2"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Ab officiis iste aut. Dignissimos velit rerum. Voluptatibus explicabo sint odit."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Ut voluptas sunt consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnnie@monahanhudson.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deborah Bogisich"], ["email", "johnnie@monahanhudson.org"], ["password_digest", "$2a$04$TnDcl7TiGRD1G1lriy6nP.zUVkHr8cKBRRxHlePwApReVrQLt7n7S"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Ipsam expedita repudiandae iure aut. Eligendi rerum voluptatem architecto illum quia odit nesciunt. Et ut ratione nisi illum exercitationem ipsa. Sequi quo consequuntur atque."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Qui in dicta cupiditate."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaquelin.kihn@berge.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andreane Romaguera"], ["email", "jaquelin.kihn@berge.co"], ["password_digest", "$2a$04$N66NwZhwThlFNUeEoUNeyuE7X5jdYHvsBAMsh04r2.AScTHBqetmm"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Vero non ducimus ut illum repudiandae non. Nisi sit eligendi est sint itaque esse."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Magnam rerum omnis neque consequatur sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maia@schultz.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eleonore Blick"], ["email", "maia@schultz.name"], ["password_digest", "$2a$04$ZpysTUUFdl5BXd0MJJ874ui8IZ12KuM6efLF2It9S5WDxiWsO/OWe"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Error occaecati aspernatur similique odit quis saepe sed. Velit odit praesentium id aut."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Quia voluptatem mollitia animi voluptatum et nemo dolor. Ea facere molestias ex facilis architecto a sed. Quia ut vitae reprehenderit consequatur pariatur cumque nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judah@graham.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Terrell Ward"], ["email", "judah@graham.io"], ["password_digest", "$2a$04$dBQjQ.s7Rjjuo1CwpKplKenRVQLQtjbfIp3aS1.CkCSU/3qzHqkVm"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Qui asperiores nemo cupiditate quia rem. Possimus enim aut quisquam magnam."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Laudantium cupiditate rerum aut omnis. Voluptates neque nisi quis. Sed ut dolor consectetur in ullam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kylee.west@padberg.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ali Cassin V"], ["email", "kylee.west@padberg.net"], ["password_digest", "$2a$04$HkuejyKhkCZkwGEAAM71K.zOPV4bJpzdeEXZKVgXDVEKXFCPOJArC"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Rerum corrupti soluta libero fuga placeat sequi delectus. Est nemo distinctio magnam voluptates. Quas aspernatur fugiat rem eos."], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "In voluptatem enim tempore. Et inventore repudiandae maiores quis et tempora harum. Odit et vel aperiam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 48ms (Views: 13.0ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "linnie@corwin.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hildegard Gorczany"], ["email", "linnie@corwin.org"], ["password_digest", "$2a$04$kJ8bYL1plYu9zt2L88ODIeNAsAcZeIsoMhs437/PAOtR4vjeTAzYG"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Reprehenderit sit mollitia quia sequi quos dicta id. Consequatur itaque minus harum porro magni est."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Possimus sit laboriosam et rerum explicabo et sequi."]] SQL (1.0ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "terry@wittingeichmann.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marianna Koss"], ["email", "terry@wittingeichmann.info"], ["password_digest", "$2a$04$RgRW0j5GBrEcSMPgvSH05.y.Nh17.UdSO4RZh1AgAsw9BGNXVc9j2"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Dolorem sint consequatur est sapiente incidunt. Voluptatum ut quam dolores. Ex ducimus molestias qui id. Rem facilis impedit occaecati est sunt ratione et."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Exercitationem non rem laboriosam. Et quia impedit culpa qui dignissimos unde omnis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sandrine_shields@rolfson.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mac Purdy"], ["email", "sandrine_shields@rolfson.info"], ["password_digest", "$2a$04$EH0xp6YnVqayvfGTEHKl6./hEfS63wUCXTLQfs40txs82/ggfF5a2"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Rerum maxime quidem quod id iusto. Nulla ut in non sunt sunt maxime. Voluptatum et eum et voluptatem."], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Laboriosam deserunt omnis omnis. Voluptas vitae magnam."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aron_mueller@terry.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Viola Homenick"], ["email", "aron_mueller@terry.net"], ["password_digest", "$2a$04$UMp/y8BZ7YNdCeVz7NHo7eyp.jUW3sNkhJNgH5A.gNOG8BB2uhwc."], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Ipsum ut voluptatem consequatur id in qui. Amet aliquam odit asperiores vel voluptates. Assumenda repudiandae totam pariatur."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Nam laborum et. Dolorum quis laborum harum voluptas occaecati voluptas expedita. Pariatur quia expedita consequuntur in doloribus voluptatem deserunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-16 00:00:00 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.1ms) Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deborah.weber@stoltenbergrempel.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antone Purdy"], ["email", "deborah.weber@stoltenbergrempel.name"], ["password_digest", "$2a$04$URIpCztEJBMp/h.JxjwfNO6UP2xHqeBlm3.5C2lDZm6EwstBFrhNO"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Quidem dolorem provident. Maxime distinctio officiis eius tempora delectus. Deleniti dolores non."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Consequuntur ex esse minus. Odit labore velit ut placeat aspernatur dolores quos. Qui corrupti consequatur."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arlo@lueilwitzbraun.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kayley Nader"], ["email", "arlo@lueilwitzbraun.biz"], ["password_digest", "$2a$04$aGwMD9k6lmcHXf8.hKKOyuSy2uKrfcBir0ZOpurPgj7wcVwB1gmSa"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Dolore aut et molestiae aut sint omnis voluptatem. Officiis et explicabo dicta temporibus ut eveniet eius. Natus sed excepturi nesciunt cumque iusto."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Ut sunt sit facilis et."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noemy.gerlach@stammcollins.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brian Larkin"], ["email", "noemy.gerlach@stammcollins.com"], ["password_digest", "$2a$04$iFEPQmHOEuoXe/shBVBl4O40aY0eeA3pfbPr5Qbeb1BEsFGykr2vS"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Labore mollitia rerum. Dolorem saepe non. Et corporis et velit quis sit dolor. Officia eos ab expedita magnam quia."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Ipsa libero debitis quo est sed ea."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bethel@spinka.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sharon Kerluke"], ["email", "bethel@spinka.net"], ["password_digest", "$2a$04$UiReoU.pInTP2rWs2GEhNuM3xpBByWe7d1RwKC.2eO30jPOeU0NeC"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Esse voluptatem est. Officia sit ad accusantium consectetur et aliquid eos. Enim ea fugit illo et et aut nisi."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Praesentium dolor voluptatem tenetur error vel veniam porro. Eos assumenda ratione et. Veritatis provident quibusdam possimus ullam est porro."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karianne@stehremard.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jean Robel Sr."], ["email", "karianne@stehremard.biz"], ["password_digest", "$2a$04$IL1KCJWE2cFpx0xcFVM3YeSOChwOjkXn0orLpnxuf//7YIlI42596"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Incidunt numquam et ex et. Quia maxime sunt sint commodi."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Suscipit ut repudiandae nulla."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luis.nader@bartonpurdy.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Myriam Kertzmann"], ["email", "luis.nader@bartonpurdy.com"], ["password_digest", "$2a$04$m/WHao9MYL1JTPmQMUgyAu.5uq9nqUJTEpZwK9L/fLPRA3BJo6j2i"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Rerum aut facere. Sint autem qui quas dicta similique eligendi."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Error et laboriosam doloribus voluptate."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gwendolyn@hoppewest.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sherman Aufderhar MD"], ["email", "gwendolyn@hoppewest.net"], ["password_digest", "$2a$04$DH9urkeqp/PrDSD7hUofvuw/sYy.WuwawYuBG0NdEu2kXtiq539K6"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Expedita vel cumque rerum quaerat id voluptatem. Amet nisi maiores. Nobis esse qui."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Et occaecati voluptatem eveniet. Qui qui omnis maiores ipsa consequatur quia. Porro et corrupti neque."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arianna@hirthe.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kenyon Thiel"], ["email", "arianna@hirthe.biz"], ["password_digest", "$2a$04$PhzqLME.KfaLtLg0phKH0eGYvIbpV.7US/8lYSgmVHWsTLTpQgW42"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Non labore excepturi libero nam. Ipsa officiis ut consequuntur. Aspernatur consectetur et quis."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Nulla quas tempore architecto soluta fugit."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cordelia.heidenreich@ziemannmoen.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lewis Shields"], ["email", "cordelia.heidenreich@ziemannmoen.org"], ["password_digest", "$2a$04$TT7W9oO90g3yO7P3gVsZeuujsxHvuX87o4SAUApb7RL9e/dg34/Wa"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Quam velit explicabo placeat autem quod accusamus aperiam. Laborum sequi velit cumque aut fugit. Molestiae optio sed."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Ut illo et. Expedita iusto vel explicabo. Eaque at doloribus."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reynold_schaefer@williamson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fannie Botsford"], ["email", "reynold_schaefer@williamson.io"], ["password_digest", "$2a$04$JkDyoaB8cPr4.beZMWYyD.zKuXfe7Xn7Fvjs/NPmR6.oW2LlPxlqK"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Et recusandae blanditiis dolores ut dolores rerum. Et eius aut laudantium. Qui iure sapiente. Fugit animi officia et."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Vero tempore dolorum in. Qui nulla in exercitationem a quam dignissimos."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jovanny_schneider@wiegand.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yvonne Spencer"], ["email", "jovanny_schneider@wiegand.info"], ["password_digest", "$2a$04$VZ/isuUVhs630AH2NJxVSuMwP7M3vio7LOOIgykVM..sN9oGSioYW"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Animi maiores libero velit minus tenetur. Cumque nihil eum officia alias quo nisi."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Vel et inventore. Dicta quas commodi temporibus qui."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blake@christiansendaugherty.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Yasmine Gislason"], ["email", "blake@christiansendaugherty.name"], ["password_digest", "$2a$04$8PJKbxodEa8p3o6SofQq7uhnyHG.MbmWcT61MltHgXGfK.SzrOrzy"], ["created_at", 2016-05-18 14:56:05 UTC], ["updated_at", 2016-05-18 14:56:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:05 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (20.1ms) Completed 200 OK in 329ms (Views: 327.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"blake@christiansendaugherty.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "blake@christiansendaugherty.name"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$eRZpWH5NZJIfR3ueUgqODuTl6oonMzhl7K6KriFAsnXVOi2gkrmJi"], ["updated_at", 2016-05-18 14:56:06 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.5ms) Completed 200 OK in 24ms (Views: 19.1ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mervin@marquardt.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erica Kub"], ["email", "mervin@marquardt.name"], ["password_digest", "$2a$04$5HpySVAoyzuck88EmBvWD.RIjtf3XqzpIqfzbve1uPM3SgsrrwwPa"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Laboriosam pariatur harum excepturi velit. Voluptatem harum qui vitae impedit. Ut architecto qui in. Impedit ducimus in eum ad laboriosam."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Nesciunt consequatur earum recusandae natus illum. Animi iste nihil quae saepe adipisci commodi optio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (47.2ms) Completed 200 OK in 58ms (Views: 52.5ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aylin.luettgen@bartellprohaska.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wilhelm Bruen"], ["email", "aylin.luettgen@bartellprohaska.co"], ["password_digest", "$2a$04$uhPU91Df9xnxsmav.W2i6uTcBvhhN2kX7AbwK587Gmmd1248BSlRq"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aylin.luettgen@bartellprohaska.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "aylin.luettgen@bartellprohaska.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$J4u5MyOLgcJym3wNB7I4KuW8s2.P6ccALMo2CTOHOUucTzZf3pmpu"], ["updated_at", 2016-05-18 14:56:06 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 27ms (Views: 18.3ms | ActiveRecord: 1.8ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kirstin@bruen.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorthy Kertzmann"], ["email", "kirstin@bruen.com"], ["password_digest", "$2a$04$M0IY8Yr5/UO3BsZ3sOQb/O3LFfizuUxQ7FyRM2o8BzcNvgEGTCdz6"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Officia ad labore inventore repellendus. Fugit voluptatem quasi. Veniam cumque hic tenetur labore debitis. Aliquam est nisi."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Consequatur voluptatem iure a voluptatum quia hic. Dolorem nemo accusantium aspernatur est placeat. Iusto laborum voluptas voluptatum earum quas tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aliya.sauer@jacobson.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zella Kshlerin"], ["email", "aliya.sauer@jacobson.info"], ["password_digest", "$2a$04$AqokxQNrm8KgjfHS3xG6Nen1Qs7KpUJzaEHTtYu0ksoEdMRT42l/S"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Mollitia temporibus maxime. Fugiat nihil ad aut quo nobis. Ad hic consequuntur animi perspiciatis quae consequatur. Et enim quis."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Blanditiis totam officia cum repellendus iusto maiores. Porro accusantium repellendus et aut eum eos dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ena_boyer@gaylordbraun.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nils Pfeffer Jr."], ["email", "ena_boyer@gaylordbraun.io"], ["password_digest", "$2a$04$49n7R6ukXQjXSbYm4k3idONBPMKHxHviT3ZW8hgllaPZAuNBLZgLC"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Nemo maxime voluptatem. Cum earum omnis sed enim dolor quisquam quam. Mollitia qui est libero et quam veritatis et. Doloremque natus sint et ut."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Corporis fugiat repellat id tempore voluptatem et. Excepturi nemo quis aliquid quod."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monroe@skiles.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gustave Abernathy DVM"], ["email", "monroe@skiles.com"], ["password_digest", "$2a$04$kmmhhowI6Oxw/b19EkLIu.wwmvTMDtEqu6C//9Tfz5Z6OpCgBg/4."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Quidem ut officiis sapiente blanditiis. Sunt omnis sed."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Unde voluptatibus porro corrupti facere. Enim consectetur nulla rerum eaque vel sit eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madonna@skiles.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Blake O'Reilly"], ["email", "madonna@skiles.org"], ["password_digest", "$2a$04$1HdaBDyjTghHrU5VCqcwE.7FWmBqpGmZzJxPXYwrE4roOvvrNNb.."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Porro est aut enim amet eum. Perspiciatis beatae voluptas ducimus consequatur voluptas voluptatem corrupti."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Et consectetur molestiae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "estelle.balistreri@runolfon.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyra McDermott"], ["email", "estelle.balistreri@runolfon.io"], ["password_digest", "$2a$04$sy/e1Iu6WYaWW0M0eBerVOsCc4L3rPw/IOY8xG9xXQyuOzAmhiukW"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Voluptatem ipsum molestiae corporis possimus culpa assumenda. Nesciunt doloribus hic rerum eos magnam odit. Nihil in quibusdam consequatur. Eligendi ducimus esse possimus."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Sit dignissimos repellendus minus. Illo nemo sapiente molestiae recusandae cum est. Praesentium vitae qui est mollitia excepturi quo quidem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pauline@johns.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Earline Fahey"], ["email", "pauline@johns.co"], ["password_digest", "$2a$04$XJa1OWcAqrtKmPdCOzxWIeYaMfwe7kbNjP4vBs/9Lixq62zYSbMf."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Incidunt ipsa saepe nisi. Voluptate non similique laboriosam possimus et iure."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Ut voluptas occaecati nulla quisquam quidem sint. Ipsum suscipit necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lizeth@beer.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emerson Little"], ["email", "lizeth@beer.co"], ["password_digest", "$2a$04$.IgoeXRhoAyWcV69pouabupKtaSTUNB/xUMBERH9SevpUAFoevT86"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Asperiores perferendis neque qui delectus. Et illum ullam ut at non. Temporibus cupiditate odit delectus qui neque numquam voluptatem. Similique architecto est quidem."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Et nihil voluptatem est quaerat facere quia iste. Ab aut iusto voluptas consequatur dolorem. Voluptatum et qui quisquam sequi neque hic."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marjolaine.kuvalis@wardwalker.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Henderson Jones"], ["email", "marjolaine.kuvalis@wardwalker.co"], ["password_digest", "$2a$04$rspX.29RmR355qOr6xTN3O7VW.F2cQzmEX1o54PpIat3p6aMGgSx6"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Quae corrupti enim praesentium. Quasi consequatur qui dolorum. Dolorem earum dolorem. Commodi assumenda eos ducimus."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Ea omnis autem ipsum velit id. Ut quos in omnis et. Sint et quia corrupti perferendis vitae quae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mike.zboncak@cormierdenesik.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamal Hoppe"], ["email", "mike.zboncak@cormierdenesik.biz"], ["password_digest", "$2a$04$4oHQPIzxxvPJpm.AiqPeYed2EJX68hFKMyR.ktOYlqJn8Ly2t1nQG"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Sit et veniam autem fugit labore dolorem. Veniam mollitia eaque doloremque ipsa cum occaecati. Aut culpa consequatur."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Perferendis voluptate mollitia. Voluptate eveniet non et voluptatibus vitae ut sed. Corrupti nobis vel debitis voluptas sunt in dignissimos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ali@mayerkoch.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adolphus Crooks"], ["email", "ali@mayerkoch.info"], ["password_digest", "$2a$04$XuPtX67oYUWn575vux8S0OgXoZa3WaGpEeYI.vL4YXZf43yf7QF4S"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Sunt quo occaecati culpa dolores ad consequatur. Ratione quae numquam molestiae distinctio ab pariatur ipsam. Quis repellat laboriosam nihil perferendis aut."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Omnis dicta quo. Quos ut quo fugiat aut autem voluptatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "riley.weinat@ohara.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lysanne Torphy III"], ["email", "riley.weinat@ohara.info"], ["password_digest", "$2a$04$TI1mlg.SGYDIE0B6DKdsBOiG7WnERae5V40z7tDaZAOihr7/4jZqi"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Consectetur odit voluptas. Rerum illo quod reprehenderit."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Iure quibusdam qui iusto voluptas qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ruthe@koepp.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sydnie Price"], ["email", "ruthe@koepp.biz"], ["password_digest", "$2a$04$PtQ3rRSDXmyfKX2JEJkVfOxhsQ8xlOL4MQUMslV1A0SPy4FjU/ky6"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Officiis animi consequatur maxime sed dignissimos doloremque. Totam doloribus rem tempore quis molestiae ab minus. Error sed similique. Quia dolor voluptas labore."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Doloribus autem et. Molestiae dolore omnis. Laborum suscipit adipisci reprehenderit vel."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jared@jaskolski.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Deja Schmeler"], ["email", "jared@jaskolski.co"], ["password_digest", "$2a$04$uBGVsebkc8g/fnaGQa00puXhwLcDOb7uunPsuDK6ZEn2zVInBC9WO"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Vel exercitationem natus accusantium possimus veniam. Et et molestias et magni nam maiores. Non vel consequatur labore modi."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Fugiat omnis facilis eligendi. Natus porro id quo ut veniam eligendi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "breana@emard.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Patricia Rogahn"], ["email", "breana@emard.info"], ["password_digest", "$2a$04$HDXantyGqW.zq1zGWFGBkexOmnqfqwmXueGwcYbeIUjBs6UAydvVO"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Vel non et quae quia iure similique beatae. Est iste ut quidem quas quo ad in. Quae id vel et quam ad ex."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Est iure necessitatibus animi neque non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashton@rolfson.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Yvonne Lebsack"], ["email", "ashton@rolfson.co"], ["password_digest", "$2a$04$yQVdyH8V706s0vjwHApn9eFuYcjWHqA7EXEvPWhZ5QPrh7GL52Kee"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Voluptatibus recusandae debitis qui quis et a. Illum et sunt. Dolores ullam cupiditate accusamus ut."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Modi voluptatem sint rerum cupiditate quia nobis. Eaque incidunt laboriosam. Temporibus similique animi itaque qui quidem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charlene_hermiston@herman.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lorine Pfannerstill"], ["email", "charlene_hermiston@herman.com"], ["password_digest", "$2a$04$XwIt3BPXg8WnHZExkzKOLe0.uR0Riv3kUJfQ8XbamGkBFiXvjJph6"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Quaerat sint non occaecati asperiores. Officiis rerum voluptatem deleniti perspiciatis debitis. Doloribus nemo amet ut illo. Iure vero dolor."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Ea odio eos vel id minus eum praesentium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "favian_powlowski@leffler.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Leopoldo Rau"], ["email", "favian_powlowski@leffler.com"], ["password_digest", "$2a$04$DPAvqTp.PcOJvfdJ./rr1OtGmhT77ldANqWg0ArrNmZWizG10lFKC"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Sed fuga est natus blanditiis qui consectetur. Esse sunt fugiat fugit et quisquam. Vitae earum neque occaecati. Ut doloribus consequatur ipsum dolores saepe nemo."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Dolores quo suscipit saepe delectus sed ipsa ipsam. Ea voluptate veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alf.nienow@stehr.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Natalie Lesch"], ["email", "alf.nienow@stehr.io"], ["password_digest", "$2a$04$yE/AwHkzbzmi4MllynviHOmwzA7K5t.4GrLnWDXKL/fnbYJPpeW2e"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Aut perferendis quam sed fuga ut fugiat. Qui amet ipsam ut est nulla ut. Dolorem id est iusto ea numquam. Cum consequuntur rem quasi ullam voluptatem voluptatem."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Voluptatem voluptas quis et quos ex nobis suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delmer@mayert.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Blaze Mills"], ["email", "delmer@mayert.biz"], ["password_digest", "$2a$04$QquKSMNd/WQqhOxoiJCH.ekhBfPLpIm/.VR9f6S.llyTJtIrwT3Yq"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Veritatis cupiditate officia aspernatur sint autem. Corporis in doloremque architecto. Repudiandae deserunt dolor. Qui ipsa non tempore ipsum quasi."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Non sit assumenda. Non cumque rem blanditiis dignissimos repellendus amet tenetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taurean.sporer@ritchie.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ubaldo Schmitt I"], ["email", "taurean.sporer@ritchie.name"], ["password_digest", "$2a$04$HPtfA0C2ZaeDbAcFkc39QO5vB09XMOHoQg5u/ga5wsKE66VXc.EEC"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Et aut perferendis libero rem amet. Harum et ipsa inventore unde delectus architecto. Aspernatur et autem."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Consequatur perferendis quis. Omnis eos voluptas sequi. Commodi architecto occaecati doloribus et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nova@romaguera.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sandra Ward"], ["email", "nova@romaguera.name"], ["password_digest", "$2a$04$Tzi1H76QSRBtuuRLO0.G5OPlD12E./dxI4ak/Z39PdQXK6WsAz43K"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Sed iusto error consequatur molestias consequuntur quis fuga. Porro suscipit sapiente consequatur reprehenderit. Omnis id similique doloribus occaecati et."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Assumenda facilis qui laboriosam et id fugiat sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sarai.cummings@kertzmann.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Violette Haag"], ["email", "sarai.cummings@kertzmann.co"], ["password_digest", "$2a$04$kQ/cWv4bjLcyd07JgfxnM.S2rl1ktxSE0ftEea04CXhX.pOLQFW6O"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Velit animi non dolorum facilis harum aut. Ut excepturi saepe quia minima maiores id totam. Aliquam commodi ducimus quam adipisci accusamus. Error qui porro incidunt et ut rem dolorem."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Laudantium quia dicta facere sint rerum libero. Quia excepturi deleniti optio totam. Quis perferendis fugiat sit omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "florence_bashirian@purdy.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ransom Kuphal"], ["email", "florence_bashirian@purdy.com"], ["password_digest", "$2a$04$lF4b0GyZlcooW5.tgHLPkeW9/fagt2ekTPvdUXphV1ij2S1qNjz.a"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Quo eaque molestias pariatur ex ipsam. Dolor minus omnis dolor error minima mollitia. Velit veritatis eum id voluptates quis quos distinctio. Necessitatibus earum repellat qui."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Impedit dignissimos in velit quo. Debitis voluptatem qui et nam facere dolore non. Occaecati nihil dolores iusto ipsam amet facilis dolorem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adonis.bogan@block.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alden Strosin"], ["email", "adonis.bogan@block.com"], ["password_digest", "$2a$04$Km2/kC6.mfDBrQ.nlFbxFeETBsintxF4Sn/6lKR/wMlCZcakWPex6"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Accusamus et dolores reprehenderit. Eveniet earum eos quod ipsam. Veritatis ab est numquam sint est. Aut accusamus laborum autem et eligendi vitae velit."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Assumenda nisi sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hanna.osinski@corwinbashirian.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jayne Rempel"], ["email", "hanna.osinski@corwinbashirian.name"], ["password_digest", "$2a$04$cvB8kVcdNtcaav1ycoeY3OF1vDBtUv0dypxyMoXhyi7.egUrL8rvC"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Perspiciatis deleniti accusantium. Eveniet et officiis. Reprehenderit et molestias quod quaerat atque a."], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Optio corporis minima et maiores eum. Iste laudantium natus exercitationem fugit perspiciatis quod."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (1.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (177.3ms) Completed 500 Internal Server Error in 185ms (ActiveRecord: 22.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ebony@connschaden.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jayden Tromp"], ["email", "ebony@connschaden.biz"], ["password_digest", "$2a$04$/9IN.J3/TD.yNJL2K1ujRezudOheBLi3AYjbkRZXEWh1KxRZyOWfu"], ["created_at", 2016-05-18 14:56:06 UTC], ["updated_at", 2016-05-18 14:56:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.3ms) Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ebony@connschaden.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ebony@connschaden.biz"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8j/8q7wrMKvXbxCz1iHvIuvcyJKRf9un0jSR3ITO9RttCZRKHi9ri"], ["updated_at", 2016-05-18 14:56:06 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:06 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 28ms (Views: 20.2ms | ActiveRecord: 1.5ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kenna.oconnell@oreilly.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geraldine Gottlieb"], ["email", "kenna.oconnell@oreilly.com"], ["password_digest", "$2a$04$fpgvdKSSJ6lahCRQjA5Hi.GQvo/wWkqY6jGW5XPqWSyKvMijyA/pC"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Aspernatur quaerat sint quod doloremque. Ea id corporis eos fugit ducimus sunt officiis."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Rerum rerum maxime voluptas quia est quia. Necessitatibus odit sed. Et excepturi aut dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "susan@walterwillms.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Michaela Boyle"], ["email", "susan@walterwillms.org"], ["password_digest", "$2a$04$3BhACRZKjxnzlmVBtfD4MeLyQYxKEssVWsVl2GDa0zBb5g/i6waMW"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Voluptas a mollitia ipsa voluptates accusamus et natus. Et laborum omnis est qui ea tempora. Sit quia quae pariatur qui. Corporis aliquam voluptas earum sunt."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Sapiente accusantium voluptatem officiis voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "itzel.dare@osinski.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Taya Wehner"], ["email", "itzel.dare@osinski.com"], ["password_digest", "$2a$04$iAHU6Jh1n6etOuVqqB1OeeDtk1BRhFka/Imm6m6.15dzJ3Smfio0C"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Quod molestias soluta vitae magnam. In molestiae autem et sapiente et."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Inventore cum numquam aut. Id aut consequuntur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maritza.labadie@keeling.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathan Spinka V"], ["email", "maritza.labadie@keeling.org"], ["password_digest", "$2a$04$uie1XmJmMnns.KDVYZlIHuqM3WcX0xvs3XqdbDVWrrV6.HW35dYle"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Aliquam sed autem nisi. Voluptatem tenetur quae et deserunt eius aperiam."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Quasi sed esse reiciendis repudiandae omnis. Quos non qui mollitia odio. Perferendis sed autem consequatur numquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoie@gleichnerkshlerin.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ardella Marks"], ["email", "zoie@gleichnerkshlerin.co"], ["password_digest", "$2a$04$U9FtLD19rt0Kj3lrTUSStO90fy7KCaND52gOi/q0/XkgFNkut/8g6"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Omnis dolores voluptatem est deserunt voluptas est perspiciatis. Enim impedit quibusdam assumenda consectetur voluptas. Rerum accusamus vitae minus tempore amet. Pariatur eum sunt id cum temporibus qui."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Nostrum placeat nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elinor@okunevarosenbaum.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leif Stracke"], ["email", "elinor@okunevarosenbaum.name"], ["password_digest", "$2a$04$woDkmIgPkBzcrAYsJJahAuod/E9tlJG3/pHB8ukLcQNkHu2lRi2pW"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Quasi quam quae animi dolorem molestiae quod. Quidem natus voluptates accusamus illum nemo quia. Optio vel amet fuga eius impedit possimus."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Ratione et voluptate aspernatur architecto impedit sint."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "magnolia_lockman@herman.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Julio Kassulke"], ["email", "magnolia_lockman@herman.biz"], ["password_digest", "$2a$04$F37MezEJPHAyP30MK/ZNYOzh77/C/2MyI2k4cpVv1X7DJJDmWtDba"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Saepe beatae labore et in et velit. Harum velit autem odio quae. Doloribus eveniet quia velit vel ad."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Fuga soluta voluptas eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lora@pacochadickinson.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamil Grady"], ["email", "lora@pacochadickinson.info"], ["password_digest", "$2a$04$v5whHCHV5RoaHWD9Riy2.eH5VWvy/0.tG8aOLRwvFle.lecJ5wAC."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Rem labore numquam libero non omnis. Veritatis nihil vitae vero."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Rem voluptatem rerum ullam nostrum optio quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lesley.ryan@langoshschroeder.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Izabella Cassin"], ["email", "lesley.ryan@langoshschroeder.info"], ["password_digest", "$2a$04$4pTPFd5FGLYIQrnbYaLVfeQipBm3.Dt8XzIaOvNifiIQIB4TBLgo6"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Vitae et quibusdam qui. Aut occaecati dolores eum. Quam et officiis ut molestias quidem."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Eligendi odio aut voluptas quia beatae autem recusandae. Est sed laudantium ab. Non pariatur magnam et natus placeat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "malika@emard.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernie Bode"], ["email", "malika@emard.co"], ["password_digest", "$2a$04$tGO8aBbyJ0fufsi1AzOti.fdbCIwiR6BlkC4TdnAMNCVGnntAVI62"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Molestiae at aut qui. Adipisci porro necessitatibus."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Ea ullam et explicabo laborum molestiae quae. Voluptatibus quam quidem ut. Quisquam harum aut dolore sunt necessitatibus non error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vivien_corkery@rippin.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Diana Bednar Sr."], ["email", "vivien_corkery@rippin.io"], ["password_digest", "$2a$04$.94cAptICwFqmUlVXwngQuOw9KKySuU0avgeUsHuwhGKyx95Rk4Ry"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Cupiditate debitis occaecati in. Voluptas sint enim qui nemo exercitationem est et. Voluptatem voluptatibus tenetur sequi numquam. Sed sequi tempora voluptatum eum sint."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Perspiciatis repudiandae et excepturi. Adipisci suscipit corporis. Distinctio est magnam quis perferendis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evelyn.ziemann@kiehn.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katlynn Gulgowski"], ["email", "evelyn.ziemann@kiehn.net"], ["password_digest", "$2a$04$SftjGTVQ1EkTNoFJMvBQZOZImW9.KnPyHgl5dd2rdHCz6R/CcWTEe"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Quia libero eos doloribus dicta fuga. Officia et animi voluptatibus eius amet sunt ut."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Repellendus accusamus ipsa voluptas sit unde."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ebony.wisozk@hintz.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Rogelio Bechtelar"], ["email", "ebony.wisozk@hintz.io"], ["password_digest", "$2a$04$/YuQXYpDqdhYKUziXJWZPO/PM2UJ8WrB14eIA0sUM/vjkRDRIOoCe"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Enim quaerat tempore et consequatur voluptatibus quisquam nihil. Voluptatem assumenda veritatis recusandae."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Deserunt eos ipsam sed explicabo saepe est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "filiberto@hoeger.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sallie Jenkins"], ["email", "filiberto@hoeger.org"], ["password_digest", "$2a$04$nKnG6r5KL2kr757gFm3SReGeVUqkRBhGovPnNXw/V9no3DANzeaVi"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Nesciunt at reiciendis quidem. Iusto accusantium sint eius."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Libero eum reprehenderit. Minima ab ratione esse. Sed omnis veritatis ullam nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xander_rippin@gislason.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Helena Hagenes"], ["email", "xander_rippin@gislason.com"], ["password_digest", "$2a$04$zMPJW8kJ5wLEHJW2sh1jAOxXtmnV1dJZvMmYDmAGy4BgbZ1TLl.JK"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Minima ad qui eos neque et in. Aut aut eaque sint. Cumque autem cupiditate necessitatibus veritatis odio."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Autem magni alias quis accusantium eveniet. Similique impedit porro."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "camilla@anderson.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jailyn Harris"], ["email", "camilla@anderson.co"], ["password_digest", "$2a$04$Bifwz3srRns/zHSZV7dkp.lEoYSF0UyPJUQs23nRCg4yN65iThefu"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Non placeat facilis omnis quis. Autem dolores voluptatum in non occaecati et molestias."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Repellendus suscipit itaque ipsum molestiae nam modi dolorum. Voluptate officiis voluptates non tempore error. Esse modi vel nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "etha_renner@kozeymedhurst.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ardith Jast"], ["email", "etha_renner@kozeymedhurst.co"], ["password_digest", "$2a$04$zJ2Ekh8YTkIMoUuf32rSHORJxwvsocTR18nT1Hav6uVdZxR9SHccK"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Quia sint quasi qui. Porro quasi esse iusto eum voluptatem quis eos."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Voluptas cum porro. Provident distinctio sed iste ab. Omnis laudantium amet quia occaecati."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aditya_jacobson@hane.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Alfonso Fay"], ["email", "aditya_jacobson@hane.org"], ["password_digest", "$2a$04$2mLh/bv.j6wuxYUuUuF6R.M1rTXodNJThDONcudpE6l3.2Vh42oQm"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Eum optio saepe rerum distinctio est voluptatibus. Praesentium nemo enim ex. Officia quis dolorum qui."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Officia illo ut et. Qui ex doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "winston@weber.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Wayne Johnson"], ["email", "winston@weber.io"], ["password_digest", "$2a$04$ZGWpmrzDLuLsbmB4P9sCYedhFFhhlOqzziZiJ1leEQuNU0KcR8uay"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Laborum et temporibus doloribus qui. Fugiat accusantium quis id occaecati voluptas provident. Similique aliquid nam blanditiis amet vero vitae. Voluptatibus velit cumque similique excepturi perspiciatis corrupti veritatis."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Ipsa sunt saepe ullam quia corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laury_weber@turcotte.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pat Mertz"], ["email", "laury_weber@turcotte.com"], ["password_digest", "$2a$04$22y7yJBTn.D3vhmknxypTO.hTzwlAViLuVwHY5xAdqFM4nz7Ffg0O"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Odio excepturi aliquid rem in amet qui omnis. Fuga eaque atque. Velit ipsam maiores quo minima necessitatibus dolor qui. Sit quod ducimus non perferendis maxime earum qui."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Tenetur accusamus autem labore. Explicabo magnam excepturi. Eaque qui itaque distinctio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "andy@veum.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Al Kuhlman"], ["email", "andy@veum.biz"], ["password_digest", "$2a$04$v3UG8EgCRjYqc8OB/9k0geb.Mvfs4/ZGjoXbQkGBcNwAGXs18zTSC"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Expedita et quia ipsam. Velit id quod illo vitae officia."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Asperiores voluptatem ut iure. Earum voluptatem ea dolores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ezequiel.schmitt@breitenberg.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jonathon Simonis"], ["email", "ezequiel.schmitt@breitenberg.biz"], ["password_digest", "$2a$04$AU0qcZzoRJg.rCSXOGIU0eQNmSZOe3OOBOFfust9OroYRnLYkQypS"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Explicabo cupiditate est quis ipsam alias. Enim at alias rem deserunt amet. Eum et id magni sed. Fuga nihil quas quaerat aut."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Officiis maxime laboriosam consequatur. Aut sed et. Omnis est quo recusandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rickie@dibbert.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estevan Eichmann"], ["email", "rickie@dibbert.net"], ["password_digest", "$2a$04$VuvFwrw2Wt.Gwq4uzfsuquZVJpSiaSag39IYqiolX8hwtTvJ6SK8S"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Voluptas autem incidunt reiciendis labore. Eius sapiente quia beatae nobis odio aliquam. Molestiae fugit praesentium. Sapiente vero et velit similique ut voluptatum tempora."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Autem consequatur voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juana@hodkiewicz.co"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Brayan Gerlach"], ["email", "juana@hodkiewicz.co"], ["password_digest", "$2a$04$yfRuBcObdR8XJm9cHWtIFeXMCiRplz0MThi3Nccnd5lmAbQutEjHe"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Cumque aliquid hic et soluta in velit dolores. Voluptate est possimus ut. Dolores et repellat deleniti. Animi ea saepe nam sapiente sint ut."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Error magni non impedit reprehenderit omnis. Nihil tempore nobis et cupiditate non consequatur. Debitis magnam voluptates sunt officia et placeat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norene@shieldsgorczany.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reymundo Kuvalis"], ["email", "norene@shieldsgorczany.net"], ["password_digest", "$2a$04$cX563YGSb/ydiXM9GrMxueDAkN3Vjh8fi5YbMPVKZAl.bkOSbWlWi"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Eius fugiat officiis assumenda neque occaecati autem. Neque enim quaerat nulla consequuntur magni harum. Aut omnis quis voluptatem."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Commodi magni iusto quia. Eum blanditiis voluptate nostrum cum neque ad reiciendis. Placeat ad et reprehenderit sed ratione iste."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elta@hilll.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mariane Dicki"], ["email", "elta@hilll.io"], ["password_digest", "$2a$04$yRcITbNITN/pha6pZa7T4.w0eflGtF1EkH9ahNngaCGVKf7CjKe/."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Hic sit est aut doloremque ut sit laborum. Facilis qui quia. Aut quasi quia totam omnis. Deserunt dolore quas autem."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Assumenda illo ad esse rerum nemo omnis ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (100.0ms) Completed 500 Internal Server Error in 107ms (ActiveRecord: 17.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lexi@prosaccoboyer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "lexi@prosaccoboyer.biz"], ["password_digest", "$2a$04$EqJSXFWtadv1wnS6gWnoXu0nsGX5CA8PcHsDRascDaTVF7sRHU3nK"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lexi@prosaccoboyer.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lexi@prosaccoboyer.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$BzfAsNuYCE7rjzLmdxjq5u06GawGeNt20LsSVtq8eZQFhlvzaFoIC"], ["updated_at", 2016-05-18 14:56:07 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 24ms (Views: 17.7ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mylene@jakubowski.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "mylene@jakubowski.net"], ["password_digest", "$2a$04$9q9C5PoBeoxU0ZEBqS/CN.KHvZ/HbLmdZs5rJGF97GZG1sJTbkTZ2"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arne@greenfelderbraun.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Odell Nader"], ["email", "arne@greenfelderbraun.biz"], ["password_digest", "$2a$04$1z.RDLFLHd7KvR9fXqdXpO8A0CC/lm2S4O6gvDicu0kQNGiOk6eQy"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Velit dignissimos quo consequatur totam officiis aspernatur. In sed maiores asperiores. Earum placeat id pariatur eum consequatur repudiandae repellendus. Earum temporibus sed nulla non quia voluptatem."], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Beatae sint molestiae."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (27.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (36.9ms) Completed 200 OK in 49ms (Views: 41.5ms | ActiveRecord: 2.7ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-05-18 00:00:00 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.5ms) Completed 200 OK in 26ms (Views: 19.6ms | ActiveRecord: 2.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerad.ernser@champlin.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "jerad.ernser@champlin.biz"], ["password_digest", "$2a$04$Umw5fVGIOlG8c3/fTds.oewwc3QUYxga1.x62.SJvTHOl8beEKt2m"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jerad.ernser@champlin.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jerad.ernser@champlin.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$60ZU6oMd3jVNdgdBiuRk1exFo9dumZNLxEOiTQI2yerO5c3GfqGdG"], ["updated_at", 2016-05-18 14:56:07 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.2ms) Completed 200 OK in 24ms (Views: 18.6ms | ActiveRecord: 1.4ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macy_okeefe@connparker.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "macy_okeefe@connparker.com"], ["password_digest", "$2a$04$fdz0JW6MD1kBQAezzt9SJu0V5ZmZR6YAVUH9qxpWCuHZfcaQRk55i"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (15.6ms) Completed 200 OK in 26ms (Views: 20.9ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.8ms) Completed 200 OK in 28ms (Views: 21.6ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "walton.bartell@towne.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ronaldo Corwin"], ["email", "walton.bartell@towne.name"], ["password_digest", "$2a$04$MkOkMes.HkR/G0rkFX/gXeaHWcabVN.svyUrKHzYs9dCbbvV9EMZ2"], ["created_at", 2016-05-18 14:56:07 UTC], ["updated_at", 2016-05-18 14:56:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"walton.bartell@towne.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "walton.bartell@towne.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wnPmnRqNYutTPeLxwtWXgendiYOMIw9fvhCIf0h2vVfhdDd6DJzRW"], ["updated_at", 2016-05-18 14:56:07 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 23ms (Views: 17.9ms | ActiveRecord: 1.4ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.5ms) Completed 200 OK in 29ms (Views: 24.1ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (15.1ms) Completed 200 OK in 32ms (Views: 22.8ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:07 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:08 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$UvCBVT02JnEcITYSXBEpP.GZXkPyfZ7ds3TwYWowP3FI4x/nZbaLK"], ["created_at", 2016-05-18 14:56:08 UTC], ["updated_at", 2016-05-18 14:56:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:08 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:08 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.aRfyzLT5VXQiQTIOmAFZenS7bWbLxyIh62Wkb8DrmiXhFJVOe9AC"], ["updated_at", 2016-05-18 14:56:08 UTC], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:08 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.2ms) Completed 200 OK in 24ms (Views: 18.7ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$RdCvXYgXi2U5pypZtCS/nOBxGZhhQm7zPpOMEN5EsiN2y/uGY1WyG"], ["created_at", 2016-05-18 14:56:08 UTC], ["updated_at", 2016-05-18 14:56:08 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:13 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.9ms) Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-05-18 10:56:13 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-05-18 10:56:13 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:13 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$JZ3XiV7kL.xbb.f4.ghVb.37n67gvM.qaBflIrgqxfN/QHAkA1ftm"], ["updated_at", 2016-05-18 14:56:13 UTC], ["id", 137]]  (0.8ms) COMMIT Redirected to http://127.0.0.1:65494/admin/posts Completed 302 Found in 15ms (ActiveRecord: 4.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:13 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.5ms) Completed 200 OK in 27ms (Views: 18.9ms | ActiveRecord: 2.7ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-05-18 10:56:14 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:65494/ Completed 302 Found in 3ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2016-05-18 10:56:14 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.3ms) Completed 200 OK in 31ms (Views: 24.9ms | ActiveRecord: 1.9ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-05-18 10:56:14 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-05-18 10:56:14 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:14 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 23ms (Views: 17.4ms | ActiveRecord: 0.0ms)  (0.5ms) BEGIN  (0.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (17.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.6ms) BEGIN  (1.2ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lisandro.conn@padberg.co"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verner Kovacek"], ["email", "lisandro.conn@padberg.co"], ["password_digest", "$2a$04$BCDE6dRncIy6hJgXND5Jfewo9/HTga9EIdfmpnGc.51nqZrA575Zm"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.6ms) Completed 200 OK in 28ms (Views: 21.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lisandro.conn@padberg.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lisandro.conn@padberg.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$BpsuwmEItbj8OSERu7PvD.jqWQLdjIMAHy.nEzXptPPJZITjXArhm"], ["updated_at", 2016-05-18 14:56:15 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.3ms) Completed 200 OK in 45ms (Views: 32.2ms | ActiveRecord: 3.0ms)  (0.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (1.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (26.7ms) Completed 200 OK in 50ms (Views: 36.7ms | ActiveRecord: 3.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "einar.erdman@douglas.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alvera Koss"], ["email", "einar.erdman@douglas.biz"], ["password_digest", "$2a$04$QyaUPOCejoi9Y12wwyTXi.uuWxoXfrzFMXPs.law59j7bcfCIV5uq"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 18ms (Views: 14.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"einar.erdman@douglas.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "einar.erdman@douglas.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PrhPPOnb9aBdtLsAyhLsVOy3oj575YflMDXT95WH6ZV0DUtevdv.u"], ["updated_at", 2016-05-18 14:56:15 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.6ms) Completed 200 OK in 27ms (Views: 21.0ms | ActiveRecord: 2.3ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (23.8ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joanny_boyle@kerluke.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ryleigh Hamill"], ["email", "joanny_boyle@kerluke.biz"], ["password_digest", "$2a$04$Doo8Fi1bllCfcGUqDVdOI.C9fl8jDcVS20CTQEqA1j8xeIET0iBNm"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"joanny_boyle@kerluke.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "joanny_boyle@kerluke.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8cn5Bww.yJqYfyL7.sK4vuZaieMmQ4gVosLhQR19hAlr14TNAsE8S"], ["updated_at", 2016-05-18 14:56:15 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.3ms) Completed 200 OK in 26ms (Views: 19.3ms | ActiveRecord: 1.6ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 24ms (Views: 19.2ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 23ms (Views: 17.3ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoe@windler.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gabe Botsford IV"], ["email", "zoe@windler.co"], ["password_digest", "$2a$04$lITyg4gAK2mPHinfq5hZ..hB9Y5TGo4O3rbS3mAXxsESHfiS82HV2"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (8.9ms) Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"zoe@windler.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "zoe@windler.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$7dnjxgOlgpdvrx2THkskaOuJ9wP7w0GSIzbsnCDSiqryMpnvxk8.y"], ["updated_at", 2016-05-18 14:56:15 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 25ms (Views: 18.7ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-05-18 14:56:15 UTC], ["updated_at", 2016-05-18 14:56:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-05-18 10:56:15 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (7.9ms) Completed 200 OK in 23ms (Views: 16.4ms | ActiveRecord: 0.8ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-05-18 14:56:16 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 20ms (Views: 15.2ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "braden.hudson@west.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Samanta McCullough"], ["email", "braden.hudson@west.com"], ["password_digest", "$2a$04$AwCLtgYKUmYVnmF96PBVVutTkB18rzAagC1wXxHfJJ9IuHooPX3Uu"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 16ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"braden.hudson@west.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "braden.hudson@west.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$cKW7yZnGOhFqxKeNxcLi4uJUauNooCFj00u1JpaWu4ZG9FZBih3vu"], ["updated_at", 2016-05-18 14:56:16 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.0ms) Completed 200 OK in 27ms (Views: 21.4ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 24ms (Views: 19.1ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.6ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "june@doyle.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mallory Bode"], ["email", "june@doyle.biz"], ["password_digest", "$2a$04$xBPJ6YDKydJD8boQbrIoJuv3bVfImdCrJe.5gnsz2A4b/Qll/FN92"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Nisi qui dolor vero qui. Et ducimus et ut magni quo beatae non. Id aliquid nihil. Iusto quis aut autem qui sunt."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Omnis rerum asperiores unde quos et qui eius. Aliquam est ipsa minus labore ut doloremque. Quaerat id vitae voluptatibus et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garland_howe@dooley.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mabel Marks"], ["email", "garland_howe@dooley.biz"], ["password_digest", "$2a$04$HIp/9kVQk0.iFJXhqdC35.BW/Npr21K7w9JgNY13wiV5UFksSKhcK"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Saepe voluptatem animi voluptatem. Eligendi et sunt omnis minima sint rerum. Deleniti impedit sint dolorum vel."], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Maxime reprehenderit cumque architecto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.8ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (15.9ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (30.7ms) Completed 200 OK in 44ms (Views: 38.1ms | ActiveRecord: 3.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.1ms) Completed 200 OK in 21ms (Views: 17.6ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darion@homenick.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Loy Spencer"], ["email", "darion@homenick.info"], ["password_digest", "$2a$04$5pN5apwqMTOuaUV8t4grUOD/BWiPTSJLWOD7pPUKq.qxPuj8seOJO"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Qui illum laboriosam dolor repellat ullam. Voluptatem praesentium error est aliquam reiciendis ex. Nam molestias doloremque voluptates explicabo."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Vero cupiditate illum nam minima consectetur quibusdam doloremque. Doloremque quia consequatur repellendus ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cristopher@abernathyupton.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ashleigh Smitham"], ["email", "cristopher@abernathyupton.com"], ["password_digest", "$2a$04$ASPX1pAThmUlS3ADZcRNJuhV1wzxgkRIlOnyKzjArk.r.i./ZQhey"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Qui in deleniti provident eos omnis eum. Omnis et aperiam ea officia corrupti et in. A nihil nihil nemo voluptas consequatur quod. Est vitae iusto sed dolores accusamus ab."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Et unde voluptates quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yasmeen@okunevawilkinson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orie Champlin"], ["email", "yasmeen@okunevawilkinson.io"], ["password_digest", "$2a$04$tMF6wtdGWxQXAGZ43A9g.OIwFrCRbydZ6rIDHXeFgQ7O7vEYozrIy"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Ut voluptatem voluptatem enim expedita officiis. Maiores repellat aut dolor eveniet nam repudiandae fuga."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Saepe voluptatem fuga iure quia suscipit fugit aliquam. Delectus quaerat deleniti qui quae nesciunt nihil blanditiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karina@bernier.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lexus Prohaska"], ["email", "karina@bernier.name"], ["password_digest", "$2a$04$.hi64KDcEosO2WCZmTH9LeVSmYfYCb3nB.YaVll/gxrMF1jKvpp4y"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Reiciendis distinctio ipsa omnis similique quisquam accusantium molestiae. Accusamus ut quia blanditiis consequatur sunt quae. Autem tempore harum non."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Vel asperiores sit ducimus beatae aliquid et. Magnam est qui ut quae ipsa adipisci sapiente."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kailee@windlerhilll.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Hildegard Reichel"], ["email", "kailee@windlerhilll.info"], ["password_digest", "$2a$04$wDuq4yOdvMv.5PKCqXAJoOCLwUWmPzudS2.ZnqcE9byRUeS5g6wmm"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Quo repellat commodi quas voluptas molestiae modi et. Est repudiandae hic ea et quia odio."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Fugiat qui suscipit et ad incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amie@goldner.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mae Bins V"], ["email", "amie@goldner.org"], ["password_digest", "$2a$04$EMJGZRSTdTTw7CEyYdXPbuF3VEVEBiZseLmQwhB4rGFv6dYlexdV2"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Autem molestiae ullam. Accusantium omnis necessitatibus quia nemo."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Incidunt error culpa tenetur aperiam. Consequuntur nihil aut velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mitchell.brown@marks.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Abel Bayer"], ["email", "mitchell.brown@marks.io"], ["password_digest", "$2a$04$PqzsXfc8mIupH8O.kuqTB.3kBbsA2gZL1s9m85HHjGjXQX7fX.jUe"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Nobis ut inventore illum. Magnam praesentium qui aut."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Impedit sit cum eveniet consequuntur iste repellendus labore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dannie@spinka.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Henriette Cormier"], ["email", "dannie@spinka.io"], ["password_digest", "$2a$04$5uDgFjjgE/LWaHwTdwRDK.MEJHm8/GONH2UfyV4aRqvhDRFou7AkG"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Harum voluptates maxime eos. Non in et itaque quaerat."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Qui qui ut aspernatur aut autem voluptas doloremque. Occaecati itaque voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicolas@moore.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yoshiko Kirlin"], ["email", "nicolas@moore.com"], ["password_digest", "$2a$04$UHTqevm9PT1YG2QblynER.ceo1RCgdUmV3wOo9W08TpQEU3TyZ/4W"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Temporibus ut nostrum voluptate reprehenderit eaque et. Est deleniti rerum nobis. Earum mollitia dolorem quia enim quis modi. Sit sed mollitia."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Animi aliquam mollitia est pariatur optio corrupti est. Est itaque ad quam dolor odio est. Aut deserunt sapiente culpa labore deleniti nostrum explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ronny@loweweinat.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marisol Grimes IV"], ["email", "ronny@loweweinat.org"], ["password_digest", "$2a$04$m8PCQ27tERP3IdnzeE7e2ue4aUiRK/EQxWQnSmy7koIbMeLmbqrLG"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Beatae at laboriosam sed. Itaque magnam qui. A autem quibusdam veniam dolorem non consequatur."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Ut qui temporibus illo. Facilis perferendis voluptates dolores laudantium quisquam tempore sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fleta_schmeler@hauckcrona.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ariel Gleason"], ["email", "fleta_schmeler@hauckcrona.com"], ["password_digest", "$2a$04$9SpxHp3vI4fkPMGG7otjCOnJVZ80vPLlonLyA3krwXMEbhd98VRA6"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Commodi cum non autem possimus sed. Nihil quibusdam totam eum est temporibus."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Et occaecati inventore eius non ut quaerat recusandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (43.8ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (117.6ms) Completed 500 Internal Server Error in 126ms (ActiveRecord: 9.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adriel@rosenbaum.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edmund Hermiston"], ["email", "adriel@rosenbaum.io"], ["password_digest", "$2a$04$p2zxKAqwZJXT9oqwehK8VeP/37bHDZmoOGCK8fBYpK2qNKE8pbQSe"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Ut et ut corrupti. Non ea neque est laboriosam eligendi."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Eius vel modi distinctio vitae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.5ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (24.7ms) Completed 200 OK in 53ms (Views: 47.7ms | ActiveRecord: 2.9ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.7ms) Completed 200 OK in 17ms (Views: 12.4ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arden@bahringer.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Luella Harber"], ["email", "arden@bahringer.name"], ["password_digest", "$2a$04$i6X8ZRm2OcnavJpp7fmFtu3PcY1RiTAzWVcBclcj.zMSPyObcksOK"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Ut velit autem fugiat aut molestias sed ipsam. Deleniti veniam atque quo eos."], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Est enim quis inventore doloremque et. Autem ipsum quo molestiae ipsa incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brenna@sauer.org"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kieran Collier DDS"], ["email", "brenna@sauer.org"], ["password_digest", "$2a$04$J8bl0mRarmLBFyfUOyHKqu80NsMNmAaN2dw1KkEOMjJT77GCHseRW"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Numquam necessitatibus et totam beatae ut eligendi. Quia omnis ut natus. Odio at eos suscipit voluptatem. Laboriosam vel quia in."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Dignissimos cupiditate est est earum aut aliquam."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arne.abbott@maggio.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Lenora Abbott"], ["email", "arne.abbott@maggio.name"], ["password_digest", "$2a$04$0EWUeivlU6XLu8WeOggesOX7xb3DYLqxKfCPJeRS1PkTN.07o0LCG"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Molestiae et sint quia eum odit nesciunt. Consequatur non omnis doloribus commodi rerum possimus. Aut qui itaque exercitationem et quos non. Ut nemo voluptas."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Ab reiciendis voluptatum. Aut iste inventore."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.8ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (17.0ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (31.4ms) Completed 200 OK in 43ms (Views: 35.7ms | ActiveRecord: 5.1ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-05-18 10:56:16 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (20.1ms) Completed 200 OK in 39ms (Views: 27.8ms | ActiveRecord: 4.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$8FxKjabZJg0tgniOA.SsUutN7/66sTlvF7SBZqziWW45E0/EQjGDW"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$ADKtqcNTe.qAtZyhy9FGvuKVkvRF3/pPWSQ7SyLzU2CLuV95rF1QC"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rwUiCd/MLD3gkLhf2xsiLuC5kOniYmkjFxx.yxkGRaRs6pQoNIdL."], ["updated_at", 2016-05-18 14:56:16 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "magnus@sauer.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reyna Legros"], ["email", "magnus@sauer.name"], ["password_digest", "$2a$04$WOI9XK057.Y8YncEjf3e9OFo9nPlSKDYmx8BvzyYJhpC1vbgwEk8W"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ola.zieme@gerholdhomenick.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jose Hoppe"], ["email", "ola.zieme@gerholdhomenick.biz"], ["password_digest", "$2a$04$6Pz5W/vF8m7iumSmEEmME..h56EBqjxZI9HTOyLotZmeB12EzkJ6O"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "weston.parker@gibson.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eladio Herzog"], ["email", "weston.parker@gibson.biz"], ["password_digest", "$2a$04$hYUF2/gBkncFe3QGpX/O5.FlSS4f1SSNZ8Gb6Wvn0zjwJzr53kbqC"], ["created_at", 2016-05-18 14:56:16 UTC], ["updated_at", 2016-05-18 14:56:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Officiis doloremque est. Corrupti vero facilis."], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Quisquam quidem perferendis consequatur fugit doloremque. Tenetur autem quia quod quibusdam quia quis. Laboriosam qui in quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taylor_konopelski@kihn.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Freeda Swaniawski I"], ["email", "taylor_konopelski@kihn.info"], ["password_digest", "$2a$04$i8mtaW9Y4HHpyCwLlgbcQOp9wENFEI7oOf1T/UGBBdil3Gttvp42K"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Quidem harum suscipit cum saepe. Blanditiis quia et explicabo nostrum omnis unde assumenda. Consequatur quo laudantium facilis quidem in aut. Et impedit illo ducimus eaque veritatis."], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Earum mollitia perspiciatis ad cumque quia suscipit reiciendis. Consequatur quis suscipit temporibus laboriosam. Eligendi quia fuga ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jonatan_haag@glover.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chasity Sanford"], ["email", "jonatan_haag@glover.com"], ["password_digest", "$2a$04$sMfKBDVSmhHEhZrqCI0f5.Dnz.TzRCTEft28gg..oCoa6ckk09rk6"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ezequiel_keeling@corkerydavis.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jabari Jenkins MD"], ["email", "ezequiel_keeling@corkerydavis.com"], ["password_digest", "$2a$04$yNKSo4croewTbxA5kDy60OOuhVLTvXCptjKIGuETBGasVghyRWhtO"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adelia.wisozk@funkrath.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alejandrin Labadie"], ["email", "adelia.wisozk@funkrath.co"], ["password_digest", "$2a$04$.RGHqwneckM861h5JwnQtu1hVutDKaOWq83mZBvXjf1ADnHh2JF.m"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melba@swift.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Linda Braun"], ["email", "melba@swift.info"], ["password_digest", "$2a$04$CiuIEXx4lONUJTmskuqIReQAf8XX7zNFtT38yY168hYEKQurv/VaK"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Nam ut qui blanditiis praesentium. Dolor magni reprehenderit ad nihil ipsa et. Minima sit aperiam omnis doloremque consequatur. Commodi omnis at."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Iusto eaque occaecati est repellat sed dolores incidunt. Quasi repudiandae iste tempora itaque. Necessitatibus accusamus architecto et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brandi@kreiger.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Norene White"], ["email", "brandi@kreiger.biz"], ["password_digest", "$2a$04$wqdpVeTLX5w8xKJ4nJNcwOdYb4XDwJ55yx6omvvv.8xd3Q5.NHHK6"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Aspernatur error tenetur. Architecto aliquam minus. Consequatur molestiae iste accusantium excepturi."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Qui quam voluptatum. Nisi a commodi similique quam. Perspiciatis ex ea et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-18 12:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiley@prohaska.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ardith Ward"], ["email", "kiley@prohaska.name"], ["password_digest", "$2a$04$Fpta1PTaLHGAxx8rvDoy1uh4v6ie79dl/fkYipo407IUa72QOQKB6"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Sunt officia et esse distinctio. Optio aperiam pariatur sit quo eligendi sed sit. Repellat est aliquam iste voluptatem."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Facere sit vero ipsa autem excepturi. Illo voluptatibus nisi amet mollitia sapiente animi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "benton.bode@yundt.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joesph Crooks DDS"], ["email", "benton.bode@yundt.biz"], ["password_digest", "$2a$04$hl1AehN868c0TIWuUqpqieC568g.1mHkzApvCNt.rLoJ1xHGei6GG"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Quis suscipit illo maxime nihil est quibusdam nostrum. Pariatur id sequi perspiciatis eligendi non sed aliquam. Repellendus beatae sunt rerum laudantium. Incidunt suscipit minima libero totam quae laboriosam numquam."], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "In facere totam voluptate dolorum delectus placeat iste. Qui laudantium aut ea fugit cumque. Qui corporis aut occaecati eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keith@ritchie.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stone Reilly"], ["email", "keith@ritchie.org"], ["password_digest", "$2a$04$y4/qOPoO8NWtBJShw1Jiuu0wGecPdVplM32Yc6lp5HaiDoncQFKbG"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lilla_nader@huelsjohns.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ahmed Hilll II"], ["email", "lilla_nader@huelsjohns.name"], ["password_digest", "$2a$04$QPJtgALpFR.kP/zh7/jcoupKoDTWsuMEWP2drc0NZ6oLHOK1lu1Wm"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Saepe molestiae fuga. Debitis facere dicta veniam et non. Unde debitis sit quia repellat temporibus minus. Et ut quis saepe et nesciunt et delectus."], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Neque quas ipsam qui saepe sapiente ad expedita. Impedit qui necessitatibus itaque nostrum. Fugiat nesciunt quisquam autem laudantium non error."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexzander@schowalter.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Norbert Schulist Jr."], ["email", "alexzander@schowalter.co"], ["password_digest", "$2a$04$Naj3DjCW.luQkPVB9TWz0.NMbEBJDR8bAHjf8.ieTX8es6xcmz/L."], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Error delectus esse reprehenderit ut reiciendis. Explicabo necessitatibus et doloremque ut architecto harum quo. Perferendis ex nulla vel."], ["published", true], ["published_at", 2016-05-18 00:00:00 UTC], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "In molestias soluta cupiditate ab repellat aut. Aliquam est ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-17 00:00:00 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacky.morar@effertzgoodwin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mafalda Hudson II"], ["email", "jacky.morar@effertzgoodwin.name"], ["password_digest", "$2a$04$gw45hD4ZZLJEshHlj4rGyuhY6JHkiSZOoy.sxtNcLHSSJ09h.LbPG"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (2.1ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$6CUlMp3A4fd2F2ShetOZdOTs93vbl3aJVnznrNxiUvOA5UPAJzlKe"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$HIkOznR1hnF10Nqmg/BVSu57zAQnn0x5HGNlekMq8W0Fti0aekawa"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grayson_steuber@huels.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Israel Durgan"], ["email", "grayson_steuber@huels.co"], ["password_digest", "$2a$04$tQQAtOP94/u.URvOx7tkQ.2pi7OwKdu7ur.gwvRS62iaOp49AUOQm"], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Non aut eum nobis qui consequuntur. Ipsam quo atque voluptatum enim in voluptates."], ["created_at", 2016-05-18 14:56:17 UTC], ["updated_at", 2016-05-18 14:56:17 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (14.1ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (47.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.1ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lucius@hane.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stacy Harber"], ["email", "lucius@hane.io"], ["password_digest", "$2a$04$mvIQCz6dDCTskrpG5oC1NeINXnrrGdUXgcch41g7DyvylcwV5INXq"], ["created_at", 2016-05-18 14:58:58 UTC], ["updated_at", 2016-05-18 14:58:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-18 10:58:58 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (29.6ms) Completed 200 OK in 390ms (Views: 386.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-18 10:58:59 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lucius@hane.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lucius@hane.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$I40efMhDp91BRjkSSzolnOiMXgaDc.La3DGS0DZR8YfTZ4IqXmjFe"], ["updated_at", 2016-05-18 14:58:59 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 19ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:58:59 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.9ms) Completed 200 OK in 35ms (Views: 24.5ms | ActiveRecord: 4.9ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aaliyah@donnelly.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Barney Sipes"], ["email", "aaliyah@donnelly.name"], ["password_digest", "$2a$04$GI.KRzN4.uq2ZMoZVJSuF.Ed9LO1t8mcbDywu1gmeVPAYdg8v45dG"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Nisi adipisci fugit quia rem. Quam quae reprehenderit excepturi. Itaque earum maxime culpa sunt ullam eum amet."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 2], ["slug", "title1"], ["summary", "Necessitatibus aliquam sint et quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helene@roob.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elsa Miller"], ["email", "helene@roob.info"], ["password_digest", "$2a$04$.rx89ncg2KA1hJOs9CCosOl09O2KccgY9ftC6OcAVzkhMAQD9ooQe"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Voluptate odit ipsam consequatur eos ipsum. In eaque sunt sit minima ipsam repellendus. In et quas dolores ab."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 3], ["slug", "title2"], ["summary", "Necessitatibus dolorum explicabo vel ut a non accusamus. Natus expedita architecto aut omnis inventore adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ari_halvorson@rennerdooley.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aleen Murphy"], ["email", "ari_halvorson@rennerdooley.net"], ["password_digest", "$2a$04$J1y25ZLzcU6.aGrgfusLTuJDW8661qTN0S3kPkA6SfwzyKswTiA/W"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Facere optio eum. Repellat non autem voluptas architecto sapiente. Accusamus consectetur omnis ipsum iste facilis commodi. Aut esse nihil."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 4], ["slug", "title3"], ["summary", "Facilis quis accusamus beatae. Aut est repellendus officia sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elfrieda@kuvalismurazik.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Betsy Dicki"], ["email", "elfrieda@kuvalismurazik.net"], ["password_digest", "$2a$04$FVMlxCfEEeXTtlw2zI32u.iTVhA2Mqp8Snzxe0zTngBZfDj6nw0/O"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Eligendi eos quos beatae. Dicta maiores corrupti rerum et."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 5], ["slug", "title4"], ["summary", "Aut consequatur ex. Omnis voluptatibus fuga."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sharon@gulgowski.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Cindy Kunde"], ["email", "sharon@gulgowski.biz"], ["password_digest", "$2a$04$vDqIuQhabGEG.FakbYEr8OQq.zYES6WDKKhHYQpBrCBktn/Z8wWeG"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Fugiat voluptatem sunt. Tempora odio debitis expedita nobis corporis necessitatibus."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 6], ["slug", "title5"], ["summary", "Dolorem reprehenderit culpa. Culpa delectus ut dolore sint voluptate. Illum commodi accusantium eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "olga@rath.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cydney Feeney"], ["email", "olga@rath.io"], ["password_digest", "$2a$04$ktI1TJMDT4lPpMgjGaDS3uBI5/1W2.N8TCrqjOUfhgQSzI/eAswF."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Consequatur rerum voluptatem hic distinctio molestiae ut. Vel quo ducimus velit est earum. Sunt eos nulla magni doloremque nobis."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 7], ["slug", "title6"], ["summary", "Consequatur corrupti explicabo occaecati ipsum. Sapiente et architecto voluptates et est laudantium porro. Inventore laborum voluptatem rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stan@borerlarson.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Athena Witting"], ["email", "stan@borerlarson.com"], ["password_digest", "$2a$04$ZBGK8vKBRFqxkj3Zqm4KIOLFz/H5/AP/aFRKF5/eE0M1k/eUhIerq"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Quis voluptatum atque. Veniam sit perspiciatis autem. Quia assumenda ullam rerum."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 8], ["slug", "title7"], ["summary", "Doloribus sed exercitationem doloremque et placeat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kole_dubuque@christiansenpouros.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Janie Nader"], ["email", "kole_dubuque@christiansenpouros.org"], ["password_digest", "$2a$04$0YGIPpYzJ6wIRqMloFZt9uv7Nai5pNE0/9G6KglD.HgVkkT/gAxKu"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Sunt autem a. Molestias et sed ut ipsa omnis nihil molestiae. Labore minima impedit a excepturi voluptatem ut non."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 9], ["slug", "title8"], ["summary", "Nam enim aut. Quia consectetur vel et voluptate explicabo quae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "giovanni_schmitt@cartersenger.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Damien Beer DVM"], ["email", "giovanni_schmitt@cartersenger.biz"], ["password_digest", "$2a$04$2SRHxCYMVfa2wncE7SgW9epDiR.6s/rEjRMrtXhj6z2CsP70ZJQh2"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Non odio blanditiis consequatur est in eveniet. Debitis sed possimus placeat sunt non sint quibusdam."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 10], ["slug", "title9"], ["summary", "Quis fuga aliquam. Assumenda corporis voluptatum dolores dicta quia nulla amet. Quis dolor rerum veritatis excepturi odio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordane@hartmann.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaida Hagenes Jr."], ["email", "jordane@hartmann.biz"], ["password_digest", "$2a$04$bxKEqwQGqmUdGUMdgM74j.gc6d8zhG3.VAGU5DoGQvwQvDNK7cZ6i"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Minus soluta alias. Nisi sint sint est voluptatem."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 11], ["slug", "title10"], ["summary", "Dolorem illum in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "geovany_kuvalis@vandervort.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anya Dietrich"], ["email", "geovany_kuvalis@vandervort.com"], ["password_digest", "$2a$04$0TiK4osq0Gpdd0QqzClq3ujqDz8y9.0eCytGnC6ykQKEN9/w6gpqC"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "A excepturi laborum et. Consequuntur rem qui quam ducimus distinctio quae velit."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 12], ["slug", "title11"], ["summary", "Ut rerum consequatur suscipit qui tenetur sed. Tenetur omnis quas asperiores unde. Quasi possimus amet est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "newell@yundt.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mae Thompson"], ["email", "newell@yundt.io"], ["password_digest", "$2a$04$sZxCHTx3zO5qoBa9ejwGM.xEtlEErzNqNxHOduL9a/CQmTslmwKge"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Dolore tempora voluptatem quod incidunt aspernatur fugit qui. Dolorum reiciendis nihil iure. Et non qui voluptatem reprehenderit adipisci labore. Aperiam rerum dolores quam nisi accusantium sit."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 13], ["slug", "title12"], ["summary", "Commodi praesentium aspernatur et doloribus qui error. Culpa eum sequi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jesus_harris@champlinfeest.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krystina Koelpin"], ["email", "jesus_harris@champlinfeest.org"], ["password_digest", "$2a$04$1oeF5bcGeYZpIrAGe0radeDHKqhwZrKsfocO6RKKNRcESrR6h5K2q"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Eum quos ut quia cupiditate reprehenderit voluptas inventore. Tempora excepturi architecto eligendi facilis officiis voluptate voluptas. Quod dicta repellat debitis alias voluptate error exercitationem."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 14], ["slug", "title13"], ["summary", "Ducimus quas rem veniam officiis perferendis aperiam. Minima sed possimus sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vida_leuschke@hilll.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Easton Tremblay"], ["email", "vida_leuschke@hilll.io"], ["password_digest", "$2a$04$e9d8CjrvMCUMzje0jJP5h.GzDeoKYkAuEcbAsiNftxCvzquysRn3m"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Perferendis ea consequatur minima et necessitatibus. Sit non qui. Voluptatem numquam quisquam sed."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 15], ["slug", "title14"], ["summary", "Qui quod deleniti molestiae temporibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madyson.bogisich@wisozkryan.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jordy Zemlak"], ["email", "madyson.bogisich@wisozkryan.co"], ["password_digest", "$2a$04$Kfexdi33wrpMsleyQTGon.1erwRK0nucEX85qBsEdpap6JqHA3h.6"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Recusandae voluptate qui. Non et et facere debitis id. Quia labore nihil omnis alias. Qui architecto sed dolore quod eos."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 16], ["slug", "title15"], ["summary", "Libero aspernatur magni laboriosam rerum cupiditate culpa. Aliquam fugiat pariatur aut et sit saepe sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fiona_schmidt@kuhnkertzmann.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shawn Collier"], ["email", "fiona_schmidt@kuhnkertzmann.co"], ["password_digest", "$2a$04$Txvc3VSNve1CV99LxVAmOerVTrh0PqfyFrfTu9XZOAolLD.6tqZDy"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Id molestias molestiae aliquid ducimus consectetur. Delectus hic necessitatibus asperiores esse est quam nam. Sint molestiae sint. Autem asperiores ea."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 17], ["slug", "title16"], ["summary", "Quibusdam qui dolorum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josefa.hahn@ruel.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Malcolm Thiel"], ["email", "josefa.hahn@ruel.io"], ["password_digest", "$2a$04$xjk.Jb/j5lG/51tVZVno1ewjb826q/Y5R4Fyja1RA38b2mx2ARHJ2"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Quidem praesentium repudiandae esse. Ea veniam aut commodi. Animi eum modi totam occaecati dolor voluptates hic. Nobis commodi rem distinctio nulla."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 18], ["slug", "title17"], ["summary", "Maiores soluta quasi ea a. Recusandae quaerat est nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ro@konopelskithiel.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Terrence Cruickshank"], ["email", "ro@konopelskithiel.com"], ["password_digest", "$2a$04$zhTMQIqvo3.wR9CER6rtUu7V02l6H8.7xVs4b/Zto6LTOsIruMpya"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Eius aut consequatur. Unde voluptatem doloremque delectus. Assumenda repudiandae quo ratione. Dolor quo voluptatibus quos voluptatem ea quis."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 19], ["slug", "title18"], ["summary", "Qui cupiditate placeat nihil est voluptatem. Nihil animi vitae dolor magnam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "benton_green@wehnermacejkovic.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noble Fay"], ["email", "benton_green@wehnermacejkovic.org"], ["password_digest", "$2a$04$bVzQwuHsxhDvsGsG4kKEYuf8J99Rt32D47zTBcNYMxkCu6laa2Cuq"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Repellendus sed quo sunt quod sit temporibus. At et voluptatum. Laudantium et quia ut. Eos architecto sequi vitae quis ducimus possimus adipisci."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 20], ["slug", "title19"], ["summary", "Consequuntur ut quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sallie@haley.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Destiney Senger"], ["email", "sallie@haley.org"], ["password_digest", "$2a$04$.YA/DJP8/.fk0yNfjWfRluIdltm2zBLHZQJ2QMMINwAF3uPXTmY9C"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Aut beatae voluptas. Natus amet corrupti eum dolor."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 21], ["slug", "title20"], ["summary", "In sapiente aut necessitatibus rerum recusandae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brooks_corwin@trompwalker.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Kirstin Tromp"], ["email", "brooks_corwin@trompwalker.org"], ["password_digest", "$2a$04$jln.YkNuGHTw82R5dx2eQuLDotC9BLnl/inIHAaeihXxX6tLZex4y"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Nulla velit sapiente sit et a ea. Incidunt quibusdam qui dolore nesciunt voluptatibus quasi. Earum aliquam sunt ut dolores et."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 22], ["slug", "title21"], ["summary", "Explicabo natus ut ut ipsa laborum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernhard_hudson@erdman.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chaim Russel I"], ["email", "bernhard_hudson@erdman.biz"], ["password_digest", "$2a$04$UDDH.ArcGl9OhV4aVyZS6OpfpIV3kKAWyC6tdAT1INZ6g/KINtQ36"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Placeat asperiores aliquid eligendi odio voluptate facilis. Ut sit odio natus numquam cum corrupti quis."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 23], ["slug", "title22"], ["summary", "Sed eligendi rem ullam recusandae voluptas suscipit tenetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kylee.jenkins@davis.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frank Schumm IV"], ["email", "kylee.jenkins@davis.co"], ["password_digest", "$2a$04$IpArADUS6gkV7t1RJUTtU.JCSdpuc.q9gIdOMmF3zNDZlAfD8EDC2"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Quod et consequatur et eveniet. Nulla et rerum ipsa et."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 24], ["slug", "title23"], ["summary", "Quod maxime impedit reiciendis blanditiis fuga minus odio. Cupiditate dicta sit reprehenderit molestiae et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ed.luettgen@gaylordraynor.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Morton Metz"], ["email", "ed.luettgen@gaylordraynor.org"], ["password_digest", "$2a$04$GmPfuxuALZ1IC1JxhGyJ8e.3OsP7s55jhf2V6eYob7Tt6Eehg68mC"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Harum et ad. Et voluptates itaque laudantium et quis id incidunt. Aut accusamus eligendi nisi praesentium."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 25], ["slug", "title24"], ["summary", "Ea dolorem tenetur. Cumque id suscipit numquam similique doloremque laborum. Nobis ea accusantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "timmothy@wunschluettgen.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Stanford Sipes"], ["email", "timmothy@wunschluettgen.info"], ["password_digest", "$2a$04$bgmztwJ0Po2noy6mo8oMrejWuz5GFr0qXZnpfezTYMM7XH3OlUr2S"], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Architecto cupiditate aliquam aperiam illum quidem dolor. Soluta et iure est sit qui incidunt consequatur. Id iusto ratione."], ["created_at", 2016-05-18 14:58:59 UTC], ["updated_at", 2016-05-18 14:58:59 UTC], ["author_id", 26], ["slug", "title25"], ["summary", "Quam quis recusandae non quas omnis facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "forest_larkin@wintheisergibson.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pamela Crist"], ["email", "forest_larkin@wintheisergibson.biz"], ["password_digest", "$2a$04$lsnDTzDvZeqVDO8cElhtwuXD.CerNSFdobp.GcTPEOBvw8BY7bNBy"], ["created_at", 2016-05-18 14:59:00 UTC], ["updated_at", 2016-05-18 14:59:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Ut tempora unde non odio sed optio autem. Id officiis velit molestiae cumque dolorum nobis."], ["created_at", 2016-05-18 14:59:00 UTC], ["updated_at", 2016-05-18 14:59:00 UTC], ["author_id", 27], ["slug", "title26"], ["summary", "Qui hic et maxime nulla et. Soluta hic placeat cum neque eos adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-18 10:59:00 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 9], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 13], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 15], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 17], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 18], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 19], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 20], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 21], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 22], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 26], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (132.5ms) Completed 500 Internal Server Error in 142ms (ActiveRecord: 24.4ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (4.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.6ms) BEGIN  (5.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (5.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (39.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rusty@harris.name"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Violette Stoltenberg"], ["email", "rusty@harris.name"], ["password_digest", "$2a$04$xcE4V6qqoLmbz87clwYDeu9Ix1fWUVhrxNZUi5aOdVWsXyBDHhIne"], ["created_at", 2016-05-20 00:10:51 UTC], ["updated_at", 2016-05-20 00:10:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-19 20:10:51 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (29.2ms) Completed 200 OK in 408ms (Views: 404.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-19 20:10:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"rusty@harris.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "rusty@harris.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ly2yL.EdYqL4uszlaXGAieHUlOwLX5oGubjlvNa6MPVecPt1Cg/Ra"], ["updated_at", 2016-05-20 00:10:52 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 2.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-19 20:10:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.9ms) Completed 200 OK in 40ms (Views: 25.1ms | ActiveRecord: 5.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josiane@champlinprice.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Soledad Conn"], ["email", "josiane@champlinprice.biz"], ["password_digest", "$2a$04$ghaaA2T/unmwX.7ouK2MsOZcnTwtSnJ0FnGQgV4Ih.4V8DilLuWNG"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Voluptas voluptatum possimus nihil dolores et ut. Consequatur ab nihil. Sed sapiente corrupti est."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 2], ["slug", "title1"], ["summary", "At culpa dignissimos quisquam occaecati distinctio dolorem. Eos temporibus sunt. Tempora qui optio magni deleniti voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kane@block.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sister Sauer"], ["email", "kane@block.io"], ["password_digest", "$2a$04$oyTnxQUbOo0yBJy1XMeIr.Zll4or6bJXFEThtH5q0fPsFrTGgNp.u"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Pariatur et dolorem et porro. Et aliquam voluptatibus fuga impedit eaque facere rem. Sit nihil tenetur in fugiat aut et. Consequatur ut consequatur ea numquam."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 3], ["slug", "title2"], ["summary", "Non nemo ut quia error tempore tempora ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "porter@mayert.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Junius Borer"], ["email", "porter@mayert.com"], ["password_digest", "$2a$04$o7/gnJaERS3SQ9iQccDS5eSn2kcjH.HIecqQIGM5A2/RKZms6ZWj6"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Neque in culpa sed aut pariatur dolores ipsum. Dolorum reiciendis quia ut accusantium molestiae magnam ut. Sint saepe tempora vel minus placeat assumenda aut. Ut nobis velit."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 4], ["slug", "title3"], ["summary", "Sit rerum temporibus rerum occaecati aut aut. Eum tempora atque sunt eos deleniti corrupti. Eaque natus voluptatem ex aliquid mollitia consectetur quaerat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "prince@smithamlegros.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Will Hoppe"], ["email", "prince@smithamlegros.net"], ["password_digest", "$2a$04$272CglwqHTbOOuWd92IOqOl.F8kR/HJfOqO4BY.AtI6VU6PF7t.ZC"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 [35m (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Suscipit eveniet iusto animi consequatur temporibus tempora dolor. Molestiae laborum officia eos eum ducimus. Facere rerum voluptatibus earum natus. Non ut corrupti dolores eos optio voluptas officia."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 5], ["slug", "title4"], ["summary", "Voluptas alias veritatis. Error consequuntur quidem dolores velit reprehenderit corrupti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stacey@kozey.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Clotilde Balistreri"], ["email", "stacey@kozey.org"], ["password_digest", "$2a$04$nWL94G.vthMfLkkuwcAyn.vDoU/ExiwwXbHFTDEtJw5P.UsQX1cAa"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Commodi itaque voluptatem est. Aspernatur expedita ex aut quo quasi sint. Est eum eveniet culpa."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 6], ["slug", "title5"], ["summary", "Eius dolorem officia enim in esse temporibus rerum. Facilis neque voluptas molestias et. Est et dolor minima."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosalia_padberg@cruickshank.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yazmin Beahan PhD"], ["email", "rosalia_padberg@cruickshank.net"], ["password_digest", "$2a$04$y96p5wZP0U/au5FqJKtiCuHXmbzHqXz6piDCHPaxW1QOxdxFzSt26"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Impedit rerum facilis inventore. Aut qui error fugiat quis velit. Et magnam nam et sed repudiandae."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 7], ["slug", "title6"], ["summary", "Asperiores repudiandae sed quo et. Animi sunt nobis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nathanael@langoshharris.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alan Lesch"], ["email", "nathanael@langoshharris.biz"], ["password_digest", "$2a$04$bPCs2y08olapC.Lcy5ZR2.bNsROhO6fMTl.0Vy.YSwwV.BW528gX6"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Architecto recusandae rem facere maiores. Quis mollitia vitae doloribus. Et sunt consequuntur quod id laborum."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 8], ["slug", "title7"], ["summary", "Voluptate nesciunt quo illo repellendus vel et. Laborum id qui sed saepe eos consequatur neque. Quis enim eveniet alias sed modi et possimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maureen.hermann@klein.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Damon Nienow"], ["email", "maureen.hermann@klein.co"], ["password_digest", "$2a$04$uaGhazs.amUgg25FzJMO4.iDd1xhgOHxvBd3EcRKZcTZvB6XJYF3S"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Temporibus suscipit placeat voluptatibus perferendis recusandae ex totam. Voluptatem dignissimos velit a."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 9], ["slug", "title8"], ["summary", "Vel repellat necessitatibus. Officiis officia est quod consequuntur sed quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katelynn@keebler.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maryjane Cassin"], ["email", "katelynn@keebler.com"], ["password_digest", "$2a$04$pxOzD3NCo4QL5E08jYbXtuAcUtzn32x0pWwp/.1xV0JiDPZdxKS3G"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Veniam rerum velit aperiam quam dolore laudantium in. Maxime quo adipisci est voluptas facere et. Sit eligendi aliquid sit exercitationem ab facere."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 10], ["slug", "title9"], ["summary", "Pariatur et autem dolores ut corrupti nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scot.gusikowski@donnelly.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cydney Murazik Sr."], ["email", "scot.gusikowski@donnelly.biz"], ["password_digest", "$2a$04$URI84RYBFUPiLDm8Wzug6.eN50imKnc94hlzPIL8VjyAImrhCZpM2"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Temporibus blanditiis et suscipit quia qui pariatur. Et possimus amet perspiciatis laboriosam aut. Qui necessitatibus dolorem saepe optio sapiente. Quia earum quia veniam commodi cupiditate illum."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 11], ["slug", "title10"], ["summary", "Qui aut quam id voluptatem temporibus quia. Dolore error aspernatur. Ut hic qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerry@quigley.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brett Ankunding"], ["email", "gerry@quigley.name"], ["password_digest", "$2a$04$T/qfysrchjEnhLYUpofHI.TVaFJH6J.MKP5l1TgmTXNkcVf7bLCWW"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Debitis esse voluptate non aut praesentium dolor. Voluptatum fuga ut. In ut tempore at facilis. Aut libero illo omnis."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 12], ["slug", "title11"], ["summary", "Molestias aut et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexander@beatty.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Osvaldo Wisozk IV"], ["email", "alexander@beatty.org"], ["password_digest", "$2a$04$0I5W5WhbzOxIpCtJYAXCm.vefcOjT5D4ZI.lXozdCegfJphIaL/Uy"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Doloribus ut quibusdam. Deleniti error optio."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 13], ["slug", "title12"], ["summary", "Ea aspernatur rerum quia reprehenderit neque. Laboriosam aut nihil similique minima alias. Id nihil eius corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelo@dickinson.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kenyatta White"], ["email", "marcelo@dickinson.org"], ["password_digest", "$2a$04$oyvRA3IdrKM4kxAGMSaegOKkSB5hP53iJGduQVJQo3dBwijqaihuS"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Ut commodi ad nesciunt dolorem sunt. Ratione nesciunt ut quia animi. Voluptatem ea saepe magnam cum totam sed. Delectus enim voluptates vitae."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 14], ["slug", "title13"], ["summary", "Quisquam voluptas eos beatae. Eum harum nemo nobis eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordi@bode.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnaldo Berge DVM"], ["email", "jordi@bode.org"], ["password_digest", "$2a$04$rSM87FAAwL26XJdVp9CnX.UKsamqVNTpwCIHXd3zU7XoheFyDZnPG"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Sit ut corporis. Possimus cupiditate aut consequatur ipsa voluptatem. Animi officia quia magnam consequatur a. Cumque necessitatibus consectetur qui."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 15], ["slug", "title14"], ["summary", "Nostrum sed mollitia quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hunter_rippin@farrell.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcelle Witting"], ["email", "hunter_rippin@farrell.info"], ["password_digest", "$2a$04$j2REz0deAa4SY3OmqeOy.uxn.Nuwof7PQbuTo3UwgMUVavtEq7Sxe"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Mollitia et quia beatae. Rerum et fuga sed quo dolorem. Incidunt repudiandae aut libero."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 16], ["slug", "title15"], ["summary", "Quod soluta excepturi ipsa nisi. Fuga pariatur sit ea qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katharina.mohr@macejkovic.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mario Wuckert"], ["email", "katharina.mohr@macejkovic.org"], ["password_digest", "$2a$04$450ZtZQkHyXkssoa7soWG.aOixhxoVe5Lpj3.QrnnDi/P2iCqU6N2"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Rem veritatis cupiditate repudiandae eum placeat. Ut maiores quaerat."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 17], ["slug", "title16"], ["summary", "Fugit quaerat mollitia voluptates est et. Est harum rerum ullam explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josie_koepp@green.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lukas Yost"], ["email", "josie_koepp@green.co"], ["password_digest", "$2a$04$vTpqLCFSnt5GqV9LPiRCFOekqdLaGJWacy.UAYpO811wccqN0viPG"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Sed vero quibusdam. Expedita culpa ipsam asperiores ratione. Culpa aut est sapiente sit voluptatum aut. Ut similique ea nulla maxime et aut dicta."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 18], ["slug", "title17"], ["summary", "Magnam animi ex quia ipsa deleniti ratione accusamus. Et eos quia qui ut. Dolores fugiat id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otis@shields.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rudy Kuhn"], ["email", "otis@shields.info"], ["password_digest", "$2a$04$mb7gZ424vvuLs1FMv/1d7OkmBLBJNBKbQJ5wcbIjZVbtUeRXuvAQ6"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Amet voluptas deleniti. Aut omnis quia quisquam incidunt nostrum aut consequatur. Quod tempore laudantium asperiores est est sapiente. Doloremque et est repudiandae error."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 19], ["slug", "title18"], ["summary", "Amet incidunt facilis et. Doloremque similique sed deserunt sed blanditiis animi consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordan.ohara@okon.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caleb Brakus"], ["email", "jordan.ohara@okon.name"], ["password_digest", "$2a$04$7HnblqvjjzK57oTRigU9UuVnZP2l0KdRf9NLeTpAw5zblgmbHFYCe"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Numquam ipsa optio culpa odit reiciendis iste quis. Et provident ratione et qui et voluptates veritatis. Aut hic possimus et corporis earum ad."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 20], ["slug", "title19"], ["summary", "Quis quisquam id fugiat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norberto@pfeffer.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Kenyatta Purdy"], ["email", "norberto@pfeffer.info"], ["password_digest", "$2a$04$/enHD92Y/wOX.1DKKgvu5ujAkZCJYXcFh14MnmMxaRgm61Yp/7076"], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Praesentium dolorum dolore. Unde totam atque molestiae eveniet et."], ["created_at", 2016-05-20 00:10:52 UTC], ["updated_at", 2016-05-20 00:10:52 UTC], ["author_id", 21], ["slug", "title20"], ["summary", "Est doloribus blanditiis. Eius dolore impedit voluptatibus. Et praesentium qui voluptatum totam sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ella@robertsbartell.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chester Boyle DVM"], ["email", "ella@robertsbartell.com"], ["password_digest", "$2a$04$Q9ewEAdCceW5asgrlH4kweOhu/8sCOAHrZ3M95bZjjxQFyJ9f/MG."], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Unde laborum nostrum minus praesentium. Distinctio accusantium ullam impedit autem."], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC], ["author_id", 22], ["slug", "title21"], ["summary", "Harum id recusandae. Veritatis incidunt sint qui facere dolorem error."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berniece@osinskigerhold.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sharon Gulgowski"], ["email", "berniece@osinskigerhold.biz"], ["password_digest", "$2a$04$/1cW0IBy1L/.aETasaTg/et.2hHfPeNvRDU3M3mzKIxJ.MirWv8pC"], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Mollitia est sunt et est maiores culpa iure. Laudantium vel sunt aut quis optio. Et quis facere repellat. Sapiente voluptatem laudantium molestiae similique earum voluptatem."], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC], ["author_id", 23], ["slug", "title22"], ["summary", "Est quam voluptatem vel dolorem expedita."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cecilia@rice.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chandler Runolfsson"], ["email", "cecilia@rice.org"], ["password_digest", "$2a$04$gVeknbs8.sjzPpbvYMSHeOBMf8Ciq4d8W5jqPxe2amLzfMfCWYcfm"], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Aliquam voluptatem ut sit. Quibusdam non asperiores est consequuntur sequi."], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC], ["author_id", 24], ["slug", "title23"], ["summary", "Voluptas maiores qui et est ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brandyn@jerde.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mariana McCullough"], ["email", "brandyn@jerde.com"], ["password_digest", "$2a$04$WlCVj.NikF9nNZ4o9/GvL.hBPvLgaMqjya4OG5V2klHPRfddKym6u"], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Et et sit minima ut. Sed ex aliquid."], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC], ["author_id", 25], ["slug", "title24"], ["summary", "Exercitationem soluta velit aut incidunt qui sapiente. Officiis ex iure repellendus quam et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helmer@wisokyokeefe.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Monserrate Jacobi"], ["email", "helmer@wisokyokeefe.io"], ["password_digest", "$2a$04$R5dtiGWwsqqMfJWmdb0SMewoTWGR.H9IfK7fZcdaCaFbwRAVhQUiO"], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Maxime delectus explicabo labore magnam. Magnam dolorem inventore nulla perferendis id voluptas. Ullam voluptatem nesciunt autem provident eius facere ea."], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC], ["author_id", 26], ["slug", "title25"], ["summary", "Quas maxime ut iste voluptate. Labore nemo nesciunt est. Et accusamus quae sed dolor est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dell@bruenbraun.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Theresia Orn"], ["email", "dell@bruenbraun.org"], ["password_digest", "$2a$04$VTjMF2zAvbTFfB.014qcUONGbt8ypzxwyGMyrkCvt5vFK1WO7UVlq"], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Dolore dolores odio expedita eos ea. Sapiente vel voluptate ad. Laudantium aliquam dolore quisquam odio earum qui."], ["created_at", 2016-05-20 00:10:53 UTC], ["updated_at", 2016-05-20 00:10:53 UTC], ["author_id", 27], ["slug", "title26"], ["summary", "Accusamus sit ea nisi tempora maiores officiis mollitia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-19 20:10:53 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 9], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 13], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 15], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 17], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 18], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 19], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 20], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 21], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 22], ["LIMIT", 1]] Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 26], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (156.3ms) Completed 500 Internal Server Error in 163ms (ActiveRecord: 27.5ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (2.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.7ms) BEGIN  (5.5ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.5ms) COMMIT  (8.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (6.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (47.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (2.0ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (2.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$vYqBNtoDG6W1HDyn8MSpeeIeI3uPNIJbz0l8YPRl.cf4JN2guy76."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.5ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$sNbciaVSEydooxqLlgL34el3Z91pPi1wG1gcR73MEKyXgSdV20H7O"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$23lE/yqjh7rHkPmJO2kEZeVruQlBVSX99ovKce4yBUW77A2UnaIk2"], ["updated_at", 2016-05-20 16:42:20 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "florian.beahan@dibbert.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christopher Labadie"], ["email", "florian.beahan@dibbert.co"], ["password_digest", "$2a$04$ug3xNh5yuBkt3qIffZmslea7wwbLUjEPyQhBBB0idQ5yYrAceKc8S"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Quia error corrupti commodi fuga ad voluptatibus occaecati. Dolor repellendus dolor nihil doloremque est. Aperiam excepturi modi dolores dolorem totam omnis."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Aut beatae velit ut vero officiis reprehenderit qui. Odio ea possimus ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 24ms (Views: 18.0ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ali_nicolas@grant.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emie Marquardt"], ["email", "ali_nicolas@grant.co"], ["password_digest", "$2a$04$PTquQxhp7j.Xs9nK5XjYguoYIyJzXF/W9vlAqXFnaUo6jqsy5Uopm"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Sapiente dolore et voluptatum quia beatae neque. Vitae quidem vero numquam consequatur ea eum. Consequuntur dolor ipsam est aut. Ex aut quos veritatis perferendis."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Libero ipsam velit quos similique explicabo. Vel qui quisquam et ad qui. Totam voluptatibus ipsum vel."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hank.heel@kulas.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Justyn Goyette"], ["email", "hank.heel@kulas.org"], ["password_digest", "$2a$04$NXi2.rocDcRB8d2K57Ab4usZOfOyXEy7Ay7EeXkmejDEu1tA3jtOS"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Rerum magnam excepturi placeat error molestiae non rerum. Voluptates est tempora vel vel ut consequatur. At id quibusdam est ducimus dicta repellat. Voluptas et omnis voluptates."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Quia eum ut autem cum nobis. Voluptatem ipsum ut nisi dolores accusantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jocelyn.kilback@conn.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Gerald Russel"], ["email", "jocelyn.kilback@conn.info"], ["password_digest", "$2a$04$uag7azAr2Qc9DS0FBbBc5OswfF4EzEKXX5j9ipQ.YV/LMzHQEJDeO"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Labore numquam libero. Autem exercitationem quia."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Ullam doloremque est et quisquam facere aut delectus. Et doloremque repellat doloribus. Dolore eveniet dolorum tempora sunt."]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lindsay@hilpert.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jan Gerlach"], ["email", "lindsay@hilpert.io"], ["password_digest", "$2a$04$5ikP5MsDVCMDMpEBeIRoS.oyYHRCleUkZY8xUdcVjCYu2pBV2XL3C"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Odio distinctio totam. Voluptatem ducimus et voluptatibus molestiae fugiat. Et odit quod sint temporibus maiores. Quia molestias esse officia error perspiciatis."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Aliquam assumenda rem voluptatem. Earum magnam incidunt quae placeat eligendi id perspiciatis. Sunt nostrum sit soluta qui sed architecto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joesph@wisozk.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Richie Weimann"], ["email", "joesph@wisozk.com"], ["password_digest", "$2a$04$07b8w4iNDiLFn5tDrbpBduZPoPjQ9qyU/nuBdcqfWfDPv2KhMfYlm"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Voluptate quaerat et eligendi. Tenetur eum voluptatem dolor. Dicta doloribus fugit aut voluptatem. Veritatis sit quae voluptatem aut."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Qui non est autem neque culpa eligendi error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "freida.nolan@hyattconroy.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Everette Yundt"], ["email", "freida.nolan@hyattconroy.biz"], ["password_digest", "$2a$04$teu6ZlifiS4OVZ2favjTluyVsCRUF0AnhQpGoJ9S/P5Ipkx8esT9e"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Rem nihil repudiandae. Nihil vel reiciendis deserunt blanditiis corporis corrupti quasi. Voluptatum numquam odit necessitatibus. Itaque quia eos qui animi sapiente."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Nemo impedit in commodi saepe accusantium molestias. Delectus qui natus nobis qui unde ipsa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dasia.stark@reynolds.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alanna Tillman"], ["email", "dasia.stark@reynolds.biz"], ["password_digest", "$2a$04$5/nXVrsiQm3Q5pLmzSCFq.lpufPmVlvgF9bcTNOcQt62/q2ng0pVm"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Veniam hic aperiam velit. Rerum odio nihil nihil. Itaque consectetur rerum asperiores aut. Excepturi qui aut nesciunt rerum autem."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Quia quia quas eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lulu.daugherty@klocko.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darlene Jacobson"], ["email", "lulu.daugherty@klocko.net"], ["password_digest", "$2a$04$c1Fc7vUjwWSNUc3SWq.00ekVg8P2jJietT/.WC997aZkJ4cfThivC"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Pariatur velit eaque fuga quis tempora. Dicta repudiandae facilis est quos. Eum ratione nostrum dignissimos rerum totam enim architecto. Ullam suscipit illum voluptates."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "A quia tempore sint perspiciatis non aut itaque. Quis dicta necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lawson@lowe.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Janis Boehm"], ["email", "lawson@lowe.org"], ["password_digest", "$2a$04$eEmBgU9Otfx66/GPnHwpkeBFiKSwLbltQKT6Td6dMqQUVRKSdXeFG"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Impedit quia illo modi ab quae voluptatem. Culpa aut non. Velit ex veritatis ullam aut temporibus. Est cum numquam sint in totam sint reiciendis."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Et voluptatem similique et est sint ullam itaque. Eaque possimus omnis aperiam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "damian@hellerdicki.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lila Gerhold"], ["email", "damian@hellerdicki.info"], ["password_digest", "$2a$04$xU/YCd/Jti0VYKdg2ZVTWeZsRGPwvFW8oxOYp7ytj67GRn1fzRFe6"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Id molestiae et maiores unde. Quo a quasi laborum et. Et ullam eligendi incidunt velit eius sapiente animi. Doloribus facilis atque ea omnis voluptatem laboriosam est."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Similique fugit ea molestias fugiat dolore. Molestiae assumenda quo quas id commodi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isidro.fisher@toy.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jovani Wuckert"], ["email", "isidro.fisher@toy.net"], ["password_digest", "$2a$04$.ldm901ya24rf8Wu8eeVV.XFHSbVQTMJaP24tK2IAi5oQOFkOvM52"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Modi harum dolorem facilis nobis numquam nostrum quam. Enim sapiente minima possimus dignissimos. Ipsum sapiente deserunt delectus officia."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Aut sapiente quod rerum impedit eligendi amet quaerat. Esse et quo quisquam aut dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "prince_cain@kuphal.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maritza Considine"], ["email", "prince_cain@kuphal.info"], ["password_digest", "$2a$04$M/B.YcYBUGWIzur5E6qxmuJ5SLxNktLJpENOSIHF0D01ofh4XjeSG"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Odit sapiente totam et labore commodi deserunt et. Voluptatibus ducimus deleniti fuga nobis autem. Optio in totam quam maiores et."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "In enim explicabo id quis. Eum voluptas itaque sint iusto voluptates tempore. Veniam eos possimus modi ipsum sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guillermo_stracke@olsonjones.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ruby Satterfield"], ["email", "guillermo_stracke@olsonjones.name"], ["password_digest", "$2a$04$62RGbMXYGHieRatXeLBsLuuFR477BS9ANEtGudiReIFEmEsdKMI1m"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Repellat et doloribus non ratione. Et quos corporis ex aut eaque nesciunt voluptatem. Aut aut soluta."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Enim possimus deserunt iusto provident earum veritatis. Laboriosam quibusdam sed consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carlotta_lehner@lindgren.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pietro Price"], ["email", "carlotta_lehner@lindgren.co"], ["password_digest", "$2a$04$7ip5SShvuSB7LCiazjftceJ0sXRQJfEN71mVnptd26DC0/PjN/dWe"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Velit qui ea repellat vitae. Rem culpa delectus voluptas voluptas ex."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Nesciunt incidunt rerum. Reiciendis qui unde dolorum laudantium soluta est ipsum. Nam vitae sunt est iusto ducimus unde."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christophe_schaefer@rath.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Felipe Konopelski"], ["email", "christophe_schaefer@rath.co"], ["password_digest", "$2a$04$1o8zKN1dZu5E81Do3KLl1.jCyW8Srl51gHdo.A/KPeuh9cG7Ug15a"], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Aliquid ipsam ut repellendus rerum. Velit labore voluptas voluptatem voluptatibus. Saepe eum numquam omnis ut aperiam non voluptas. Sit temporibus sunt voluptas quis."], ["created_at", 2016-05-20 16:42:20 UTC], ["updated_at", 2016-05-20 16:42:20 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Itaque eum dignissimos molestias. Molestiae ex aut nihil dicta dolor odio. Voluptatem qui ut minus quisquam odit ad."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leda_dibbert@goldner.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anthony Jerde"], ["email", "leda_dibbert@goldner.name"], ["password_digest", "$2a$04$FVHAqMVf8RuYLLh30b24HuATgULECOtSAmMCXyS9Hng1bp0bzZK8K"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Fuga fugiat molestias. Et earum molestiae enim eius doloribus. Consequatur quisquam et. Possimus placeat ea consequatur provident enim."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Odit incidunt ratione ab voluptatem recusandae et sint. Incidunt aliquid vitae laborum ratione sed corrupti quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vilma.daugherty@howellvandervort.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Fiona Satterfield"], ["email", "vilma.daugherty@howellvandervort.io"], ["password_digest", "$2a$04$9o.BpxEIqyl7kTO6a2a0k.EQGqN5mijMETMv3/ohnOoo5FS3Uew7S"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Dolore sunt error accusamus. Omnis quasi assumenda iure voluptas accusantium."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Ut enim modi quo exercitationem deserunt omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claud@lueilwitzheathcote.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tamia Schmidt"], ["email", "claud@lueilwitzheathcote.org"], ["password_digest", "$2a$04$n0.6zI23CUa.VhMbIxF1DOOsTWw9HL3GwRySmdflmp4dwCJhXLBjW"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Molestias quis et laborum exercitationem. Voluptate quisquam temporibus. Iure nemo quaerat necessitatibus nesciunt accusamus. Minus voluptate eum rerum."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Animi occaecati voluptas possimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathleen_lemke@starkhudson.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brock Upton"], ["email", "kathleen_lemke@starkhudson.info"], ["password_digest", "$2a$04$MQX/4hqYbaZB7cTYJ5NPQOQiWIh6DBbTdFG1IPFQ9rltXhKS0bRre"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Praesentium quibusdam eaque debitis ipsa quo sint deserunt. Molestias sit et minima qui dolor omnis."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Officia ut adipisci repellat iusto necessitatibus sequi. Ut eum sit illum esse impedit. Inventore quia ut sequi quaerat neque numquam unde."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clara@herzog.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosalyn Crona"], ["email", "clara@herzog.org"], ["password_digest", "$2a$04$KXeWNh9vFHF7THu.cqDjJeMyZQgcfWh9wXF8KwCcUXQ1rcWSl5WpK"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Tenetur dolor ex rerum qui. Vero exercitationem ut nulla beatae. Ut sunt qui quo sequi magni. Cumque laborum et blanditiis facilis hic."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Dolor dolorem ullam natus consequatur amet et nihil. Et est sed ut aliquid eum quod et. Facere enim a sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elna.mayer@stroman.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lazaro Berge"], ["email", "elna.mayer@stroman.biz"], ["password_digest", "$2a$04$pmLaTpr8Y4Ug/vEJyI59O.Wenc0DIF1qsgXQ52yjXT/XmskVQz97C"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Eos sunt quia ipsam et reiciendis beatae. Molestias totam sit tempora. Odio deleniti quia."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Est quasi impedit dolorem nisi voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shaniya@haagmurazik.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Herta Harvey"], ["email", "shaniya@haagmurazik.name"], ["password_digest", "$2a$04$I4RSj1rLe.0C5grktxVNp.ggr11V/b0c6aDYbDb8i.8zjMqMdx.a2"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Dolores iste et autem. Et deserunt pariatur itaque dolores cupiditate. Excepturi omnis ratione."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Libero corrupti est ut delectus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raul.ernser@wardhackett.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Renee Labadie"], ["email", "raul.ernser@wardhackett.biz"], ["password_digest", "$2a$04$lh5x7plokaU8Pz0BRgMsGeVWHYi8pdlZBF9YXG7oDKKdEDYGiON.O"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Dignissimos sed eveniet voluptas aliquam nesciunt ipsa recusandae. Blanditiis dolorem accusamus animi. In rem quae."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Animi delectus eligendi. Voluptatem quaerat consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garrick_will@kozey.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Toy Rolfson"], ["email", "garrick_will@kozey.name"], ["password_digest", "$2a$04$oFCvJGZkEI5LQysQXvx8duye6cUuaRRzWnqxaJOqMOoXbVaEHH4ry"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Necessitatibus placeat corporis ratione asperiores nam similique. Quasi corrupti qui perspiciatis."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Qui et sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maritza@mertzmarquardt.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Billie Glover"], ["email", "maritza@mertzmarquardt.info"], ["password_digest", "$2a$04$Ynz8Oh.QsNF9a.Gre0IB2.zXpgN4ineaOvL2G8CJBCSnuCrmPOkdC"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Adipisci fuga minus omnis eligendi cum. Molestiae id et sit voluptatum voluptas. Soluta impedit aut provident corrupti id."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Autem et non eius voluptas sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madeline_wintheiser@kuhic.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Maryjane Turner"], ["email", "madeline_wintheiser@kuhic.co"], ["password_digest", "$2a$04$.ThBEg9XGybl6kvKk77F9OoI3KuGA.d.gHN85ehBr0/jICVS5KeTG"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Saepe quidem libero quo provident. Eos excepturi laboriosam voluptas. Quas omnis voluptatem aut. Necessitatibus dolorum sit suscipit illo neque excepturi nihil."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Atque molestiae quo fuga sit omnis. Doloremque dignissimos voluptas quae rerum est."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.6ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adonis@herzog.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hilario Abshire"], ["email", "adonis@herzog.name"], ["password_digest", "$2a$04$ic2WSadHs2QCsr0kw72.9Om7kjTh15XmyVJyHcx.LuJgm0/.8eFcm"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mary_stracke@kuhic.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sienna Pacocha"], ["email", "mary_stracke@kuhic.io"], ["password_digest", "$2a$04$zyFyZYTWdCPcxVyl1anJduS1uiR.wo/SQcxiuGhrubkv.PpP.nYma"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Eius non ipsum. Exercitationem aut ex voluptatem magni. Beatae est eaque id a adipisci et quo. Et sed veritatis explicabo quia at consectetur.", "summary"=>"Autem id quod officiis ratione. Molestiae excepturi eaque corporis eveniet odio veritatis autem.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.2ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Consequatur quasi corrupti maiores. Adipisci non aperiam qui temporibus vel. Deleniti quidem voluptatem dolorem quia est. Aliquid eos minus.", "summary"=>"Voluptates magnam est.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 1.8ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sophie@lindgren.io"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Janie Braun"], ["email", "sophie@lindgren.io"], ["password_digest", "$2a$04$1GUiKLu3G3AEs0f03bdG2edAiE4EezlDiLrWCuosryHuPy2wnNys2"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Dignissimos ut quo blanditiis qui sed rem.", "title"=>"Title"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Dignissimos ut quo blanditiis qui sed rem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.1ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Distinctio quasi et at. Distinctio est qui explicabo. Quae odit quaerat dolores accusamus consequatur voluptatem.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leslie_rosenbaum@sipewift.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rodolfo Crooks"], ["email", "leslie_rosenbaum@sipewift.org"], ["password_digest", "$2a$04$BKGvBcUGrhXUVRBkqGU6buAEF8sFimJof2M6tyZLnF7LdGm0VM7uS"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Esse expedita quas quasi. Animi ex debitis et sit dignissimos. Voluptatem nemo amet qui ut."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Odit explicabo aut at quis error qui eveniet."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marjory@greensimonis.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elliot Wilderman IV"], ["email", "marjory@greensimonis.com"], ["password_digest", "$2a$04$mKRA7uhrr2xKQCHXjPvBm.HGI7.8FTRrajcw2/nht1hbvLppem0W6"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Quia id odio rerum culpa perferendis recusandae sed. Totam et ipsam fuga. Quia debitis natus dolores maiores ut vel. Aut qui fugit ut."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Consequatur ut odio eos et dolorem nihil repellat. Illum blanditiis doloremque maiores corrupti recusandae aut. Voluptas sint praesentium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.5ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "henderson.rath@pollich.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hans Wunsch"], ["email", "henderson.rath@pollich.name"], ["password_digest", "$2a$04$eZEAYZNajiicb90VX0rpcOJZ/iJQX3dN4vKyLz7qmJW0sOdkNaXFC"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Quo et sit accusantium. Sint impedit nihil ipsam autem perferendis nulla corrupti. Asperiores et in eum aut voluptates natus."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Qui omnis deleniti nesciunt ex quidem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 5ms (Views: 1.7ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "manuela.kertzmann@blanda.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Travis Schaefer"], ["email", "manuela.kertzmann@blanda.info"], ["password_digest", "$2a$04$6rHT.oCMwolsZd1ueu5gvOSuiHbqOf.o2Ls2JiA4EWrzgJlPITvie"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Architecto dolorem quae et. Modi voluptatum molestiae eligendi dolorem cum blanditiis est."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Corporis officia maxime cupiditate eum. Et aliquam animi voluptas voluptatem aut odit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-20 16:42:21 UTC], ["id", 32]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.7ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katarina_goldner@stehrbahringer.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dovie Ward"], ["email", "katarina_goldner@stehrbahringer.info"], ["password_digest", "$2a$04$LGvTcGk10GO1LcD7FGLyL.E4tc609yMLTZVs6XYJTiV7MytOLLr6e"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Minima porro possimus quo et voluptas. Eveniet quo reiciendis ut aut minima voluptatem."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Porro minus qui deleniti aut. Praesentium nam alias omnis illo recusandae nisi natus. Molestias occaecati labore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-20 16:42:21 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 3.5ms) Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users"  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "electa@hoeger.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isabelle Balistreri"], ["email", "electa@hoeger.co"], ["password_digest", "$2a$04$xZmSh6fDIQO4/XX0VBQFnezj0gw/871dDHryPH3AcvW/eJ2W/Zy72"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "creola.murphy@deckow.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joshuah Jenkins DVM"], ["email", "creola.murphy@deckow.org"], ["password_digest", "$2a$04$bOBMqp7vt7sc68XDdS8lNuE3LH5Vik6vE/pOAFwPJ06g5LIy7emtS"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Molestiae necessitatibus voluptatibus minima quo architecto dolor. Animi magni ducimus."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Rerum voluptatem vero. Blanditiis nihil perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (1.0ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-05-20 16:42:21 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 3.4ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matilde.stiedemann@bartoletti.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Cade Feeney"], ["email", "matilde.stiedemann@bartoletti.biz"], ["password_digest", "$2a$04$bz4y32rH8kGeiny7N1rp1O8Ne3ZdawgTUyxdz3WcbcMMlVKCV91ri"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Rerum explicabo alias eum deserunt velit corrupti. Repudiandae porro et quo nobis. Asperiores consequuntur doloremque. Et et nostrum."], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Voluptas omnis autem animi in facilis non. Voluptatem rerum qui et. Voluptas occaecati placeat et mollitia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (1.2ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-20 16:42:21 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 17ms (ActiveRecord: 3.8ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kyle Zieme"], ["email", "user@user.com"], ["password_digest", "$2a$04$simPODu/zaW9Wx7eioK5fuemU43W345ccXOBFXFZLA7C4GUszh/au"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (152.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-05-20 16:42:21 UTC], ["updated_at", 2016-05-20 16:42:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilhelm_cartwright@keler.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eleonore Dare"], ["email", "wilhelm_cartwright@keler.io"], ["password_digest", "$2a$04$IWtytr.lMHvR/LkdXKx0HepHugH/WeD.K7WEq2j8Wr5msExo6Jga2"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 2.3ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (1.1ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-20 16:42:22 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 3.7ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-20 16:42:22 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.4ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "griffin.pouros@kleinmurazik.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ella Wiza"], ["email", "griffin.pouros@kleinmurazik.info"], ["password_digest", "$2a$04$xDVosOaaNAAjaKnuX6Ffk.ghsBe86KWTZdCbCIMg.HM95ZP6Oy/wK"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Aspernatur excepturi dolorum reiciendis magni vel odit. Necessitatibus sit possimus maxime nihil et impedit. Blanditiis quia et tempore laborum qui."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Unde qui consequatur magni aliquam vitae velit. Consectetur fugit ea vero ad."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glenda.schamberger@trantowwitting.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Constance Olson"], ["email", "glenda.schamberger@trantowwitting.co"], ["password_digest", "$2a$04$vv9eH2Iuh4lizH8vP.h9Tu6JefRM6k/yxL4pHJVAbIf2MV6jC9QIe"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Id architecto voluptatem saepe minima ipsum. Sapiente alias consequatur deserunt non. Aspernatur recusandae ea est non nisi."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Inventore pariatur in repudiandae cupiditate quo dolor. Rerum a saepe ipsum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xzavier@reillygoodwin.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rigoberto Zieme"], ["email", "xzavier@reillygoodwin.co"], ["password_digest", "$2a$04$kOjCUFvfwpxaKT5UJ9pz8uOF3Ide4aNTUK4X6a1PU4lPq1HKlQ0yO"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Sequi sit et corporis vitae consequatur qui. Dolor officiis saepe. Recusandae commodi ullam veritatis autem."], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Nisi debitis ratione sed quis repudiandae consequatur. Vel et blanditiis placeat praesentium ipsum non magni. Consequatur aut quod nostrum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-19 00:00:00 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 20ms (Views: 15.2ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilmer@zboncak.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kristian Koelpin"], ["email", "wilmer@zboncak.org"], ["password_digest", "$2a$04$0cCV6PwB3pafB7TCQ.YseuIwDaT/NaM9vBX5IpLLgdwPBykbJzSr6"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Ipsam impedit corrupti et eum aliquid. Consequatur ipsa qui. Mollitia cum qui sit magnam necessitatibus. Sint eaque repellendus eveniet beatae qui."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Veritatis velit fugit assumenda quia aperiam provident. Vel illo vel nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barry.roob@hamill.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Robbie Schaefer IV"], ["email", "barry.roob@hamill.org"], ["password_digest", "$2a$04$lyWvPBMrsEnAEcLQ9GCgjeitDCrT.L8bRZMwvXs.0uBJ0UQnxA3nO"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Eaque odit aut. Fugit repudiandae ad omnis possimus nostrum labore. Nisi exercitationem aut nihil rerum cumque."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Ea ullam voluptatem sit. Exercitationem nihil cupiditate et fuga in placeat dolores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xander@keebleremmerich.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jerry Stanton MD"], ["email", "xander@keebleremmerich.io"], ["password_digest", "$2a$04$0UdzLkppXMpYng6ImTEl0OpMnPIopdYt9pGtVbiKIUu9bNG4isKbu"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Rerum alias tempora dicta natus consequuntur corrupti. Aut doloremque voluptatum aut exercitationem et qui. Accusantium sit asperiores maiores. Aperiam ut libero velit."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Vel eveniet dignissimos delectus eos suscipit. Et dolorum et debitis neque tempora fugiat facere."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ludie@bailey.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emiliano Simonis"], ["email", "ludie@bailey.org"], ["password_digest", "$2a$04$Tt9xKBw/8foAU9j2NkvDAuN8ofBw98VpcXFakKj9ucpE9W9cli9VG"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Voluptatem qui et minus. Ipsum quia ratione."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Iure quia possimus. Ab incidunt aut ipsum quo. Vel eveniet illum necessitatibus dicta maxime cumque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emelie@hartmann.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marty Wyman"], ["email", "emelie@hartmann.org"], ["password_digest", "$2a$04$6R6GpdGT2RaD4jEWVfcRiuqx8kSehuMoSyBlMVrvDc5mbAGcP6L7K"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Non qui rem sapiente unde sit beatae minima. Voluptatem distinctio velit. Similique aut aliquid repellat ex sit. Totam voluptate qui."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Possimus ipsa molestiae sunt quo voluptatem odio omnis. Ducimus labore quo necessitatibus ut culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julia.hoppe@wintheiser.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jewell Hagenes"], ["email", "julia.hoppe@wintheiser.org"], ["password_digest", "$2a$04$3mf00M8m0T69fNzE1dkhv.oyrnytG4F2wDWGXEwLmP9V1HWx54Flm"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Non eos velit quo id saepe rerum eum. Et consectetur magnam assumenda molestiae officia architecto."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Corrupti aliquam doloribus et alias nam. Rerum earum ab quaerat. Consectetur unde est iure dicta esse accusamus sequi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marielle@wyman.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Felicia Boehm"], ["email", "marielle@wyman.info"], ["password_digest", "$2a$04$CLx08RcEyMkKl/FxOPozEum9KZPp1115BKvrqH2ACOj8uxb3EzKuq"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Officiis numquam laborum dignissimos. Qui est accusantium ea quaerat explicabo nesciunt."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Cupiditate quia amet asperiores voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sunny_hilll@feest.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Tia Anderson"], ["email", "sunny_hilll@feest.name"], ["password_digest", "$2a$04$0BNNxriGefdTfwi.YCpx..6QfNgdci.Q6V5zRRIgcgvUW1.XJC0u6"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Aut id reiciendis dignissimos deleniti iusto cum. Quo amet perferendis. Quos tempora facilis harum alias consectetur."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Sint sit a consequatur sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "collin@klein.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Larissa Hodkiewicz"], ["email", "collin@klein.co"], ["password_digest", "$2a$04$IBcuADdMD00hk13PEqXMbuS0kdY1f7VkRbpY5FvoCuTuY9O/e1rj6"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Eveniet et illo sunt. Qui vel rerum id. Ut est in reiciendis cumque velit est a."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Aut tenetur consequatur voluptas doloremque quia provident. Distinctio culpa eveniet enim sunt sapiente harum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "harold@heel.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zackary Little"], ["email", "harold@heel.io"], ["password_digest", "$2a$04$0j7NCWjZgiWVX/rKJVZclugLgEM59w372yQH4I5b8bZykJE9Hs6da"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Sit quos sed. Labore nam molestiae dolor. Recusandae perferendis molestiae. Debitis dolor harum."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Ipsam libero et quas optio. Animi omnis nihil ad repellendus aut cum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adela_little@leuschke.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alda King"], ["email", "adela_little@leuschke.io"], ["password_digest", "$2a$04$jTtyPhlxdab6L5xZXtdjH.QrM4VIEfjYcwKmGP5ctQcynQju7kgga"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Qui veritatis deserunt eos amet eum impedit vel. Omnis sint quas sit."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Quae maxime et eveniet dolorem non est. Molestiae fuga nisi velit nihil ipsa in voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emerald_johnson@jast.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roslyn Medhurst II"], ["email", "emerald_johnson@jast.com"], ["password_digest", "$2a$04$ZIzVAJ7O3RUyK84/urV75OLsJ5efRywso.FQA7U7K2Hp7Jtu49HpK"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Quis voluptatibus aspernatur eaque est. Voluptas et sint ducimus. Ipsa ad quo assumenda cum aliquid."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Expedita eveniet explicabo. Numquam et velit dolorem provident placeat. Voluptatem eum et pariatur error facere."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robin@hermiston.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Merl Funk"], ["email", "robin@hermiston.info"], ["password_digest", "$2a$04$k5ix6aj.mWy27TGKGYa40uxnFV22lLenG1ByZq.rJwQiPK/OroZWC"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Aut aperiam voluptas id. Dignissimos quod suscipit iusto eius in autem."], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Aut minima eveniet beatae ut qui. In et cupiditate aliquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 41ms (Views: 12.0ms | ActiveRecord: 4.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vincent.hahn@schinnerschowalter.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Ozzie Robel"], ["email", "vincent.hahn@schinnerschowalter.co"], ["password_digest", "$2a$04$ZaMVViDUcPJn6SaXRagNGu3N7laHuP.hVPu8lOM3uEhn1GUgkFM8C"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Non eligendi sed cupiditate. Qui et ut vel ut qui. Sapiente iste nihil inventore sunt neque excepturi dolore. Eos eum id et quo quisquam explicabo."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Et illo commodi unde est voluptatem esse. Ipsam quis molestiae numquam et rerum et."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilma.ledner@kunde.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arch Haley"], ["email", "hilma.ledner@kunde.com"], ["password_digest", "$2a$04$uSzJcz9jumqFMlZMSDxAK.1fNrCsX1OASgyKhk7dOyuGHjGRWA7zG"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Consequatur est minima. Id consequatur nostrum officia quis esse cupiditate laudantium."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Ut labore aut. Cum voluptatem iusto. Dolor cupiditate natus laborum vitae cum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arnaldo@stehr.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maddison Cruickshank"], ["email", "arnaldo@stehr.name"], ["password_digest", "$2a$04$hnqgC37AZrB.Nb000rJlW.Pno1Db6DAPNrwhkSgx5VNuDrFwzJBom"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Velit voluptas eligendi cum molestiae sint. Dicta qui vitae nam quos enim."], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Pariatur consequatur sint."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "friedrich_kunze@cronabauch.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zelma Walter"], ["email", "friedrich_kunze@cronabauch.net"], ["password_digest", "$2a$04$VXI.xGCYxpWvFybodeiJvO.G/STHImvNDppdKkQBbai80ddBosBkC"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Quos tempora ut corrupti. Maxime consequuntur quia. Alias quaerat omnis. In porro doloribus."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Omnis consectetur saepe maxime amet adipisci sit officia. Ut corrupti ullam quae quia sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-18 00:00:00 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.9ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "israel.paucek@zboncakschmitt.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rod Kassulke"], ["email", "israel.paucek@zboncakschmitt.org"], ["password_digest", "$2a$04$I6FuVB7Rv3Pp8mmHaLVjSOAs3lRkbxaucbfgHcikwalzMJsV8WIpK"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Ducimus quod repellat. Tenetur incidunt dolorem dolorem sit vitae error."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Qui aut et qui quod sit in."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmanuelle_adams@framispencer.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Luis Conroy"], ["email", "emmanuelle_adams@framispencer.name"], ["password_digest", "$2a$04$YwlWlJA2i.q3fXBQE3T22uGMeFEcEIr4r6Bb68uKlaEMRoJUri8EO"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Temporibus placeat eos fuga amet quos eaque numquam. Quia qui dolore laborum. Nisi quam aut nostrum. Dolores nostrum cumque sint est dolorem dolor."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Eum rerum accusantium dolores a aliquid ex nihil."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leone@volkman.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ellie Murphy"], ["email", "leone@volkman.info"], ["password_digest", "$2a$04$.6QQcXpnlOBIkPuY8NPpheewp1MwljRGaCxZjyyHI/EgMtL3O6fEi"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Qui accusamus odit nesciunt. Exercitationem et doloribus dolorum facilis necessitatibus asperiores. Quasi cum dignissimos ea numquam iure exercitationem. Totam ipsa tempora perspiciatis."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Nulla commodi exercitationem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mckenna@shields.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kory Lynch"], ["email", "mckenna@shields.net"], ["password_digest", "$2a$04$5pC7Whb7PUdi851Q8BCJveCUa6s/cCg97SEr089Hg2C.7xgncQSVu"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Tempora ratione sunt. Quos quia temporibus cupiditate."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Qui libero voluptas iste fuga. Laudantium officiis labore quos facilis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dawn@mohr.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helmer Brown"], ["email", "dawn@mohr.net"], ["password_digest", "$2a$04$tOiuU.6C/WE0b.YmfJ7Y1eF49o7E3qOhoWfwfbjO/dLdokWbzZZWa"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Incidunt distinctio quos. Molestias rerum amet laudantium impedit inventore est repellat. Omnis dicta quaerat voluptatem quisquam ipsum quae iure."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Odit placeat dolor assumenda dolores minus. Quia voluptate assumenda qui et eos voluptatem modi. Non dolor eos consequatur."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pinkie.graham@prohaskayundt.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Newton Schamberger"], ["email", "pinkie.graham@prohaskayundt.net"], ["password_digest", "$2a$04$Nl11d9wN5ASB6LaiOYKBKe.gGpx1LdPp2S/riZG7dnUvguPMMVp1S"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Ut optio est culpa ducimus labore dolorem similique. Sapiente sit labore repellendus necessitatibus impedit quo."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Vero harum ex doloribus saepe est. Eaque sapiente et est perspiciatis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "buford@yundt.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edd Pouros"], ["email", "buford@yundt.co"], ["password_digest", "$2a$04$ZaTKjMCg7823dkgbRyG0Oe5wKGqcWRPQ35FNn3j9WkCxVqP89SW3u"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Porro dolorem amet voluptate esse enim nihil. Provident nulla non. Unde id deserunt quo dolores a accusamus. Rerum magni sit sint est autem tempore qui."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Quod reprehenderit ullam deleniti et perspiciatis. Optio similique non perferendis veniam. Velit sapiente repellat."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laisha@lowedamore.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jermey Ruecker"], ["email", "laisha@lowedamore.io"], ["password_digest", "$2a$04$/Zh/3fJDVR1oGuG6BJHZ1.qS1jYbqKCRyCHzdT3vB2Tjy3c/AlUK6"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Dicta vel aut expedita qui. Vero repellat omnis deserunt incidunt."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Corrupti sint dolorem. A dolores vitae voluptas libero eum ipsam. Dolores sit ea culpa."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johan@roob.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brannon McGlynn"], ["email", "johan@roob.name"], ["password_digest", "$2a$04$8YDFXCOeeCO.1BuooSYSteYP2kL9Q/vU.l5xTb4pi7pvC1mAg3YJ2"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Aliquam id praesentium in itaque voluptatem aut voluptatem. Deleniti voluptatem tempora accusamus nostrum quisquam porro quidem. Aut voluptatibus nisi est minima voluptatem."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Exercitationem sapiente et explicabo soluta."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarrell_connelly@lynch.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gilberto Hahn"], ["email", "jarrell_connelly@lynch.biz"], ["password_digest", "$2a$04$YMmrjYzhTL1./dHJE5RdJe1.AXFrzemfiGLop3ZxV18kkX.wmQFja"], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Aut et assumenda est. Ea nostrum id minus quasi. Adipisci id rem aut eum ratione reprehenderit autem. Ut distinctio rerum."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:22 UTC], ["updated_at", 2016-05-20 16:42:22 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Esse tempora voluptate vel laboriosam. Nostrum nam assumenda delectus recusandae ut quae harum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sam@dare.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Matt Upton"], ["email", "sam@dare.net"], ["password_digest", "$2a$04$XFjKxA7Jw7d2utkzksUFpOFFOitWRYSqYY5eVIH5DilAHNyT0sl2W"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Molestiae fuga perferendis ab. Exercitationem quis optio iste et nisi. Suscipit expedita cupiditate nobis ipsa vitae. Praesentium optio rerum expedita accusamus quis."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Soluta ut dolores sed hic qui rerum quasi. Nemo molestiae fuga. Ducimus illum commodi reprehenderit occaecati dolore laboriosam."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.1ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "royce@schinner.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ervin Beatty"], ["email", "royce@schinner.name"], ["password_digest", "$2a$04$YJfQWuhBAiPCawvOalmPd.0ldRwA7qh3GUAq5MuIqhwo/t6Qxxx1G"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:23 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (19.4ms) Completed 200 OK in 361ms (Views: 358.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:23 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"royce@schinner.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "royce@schinner.name"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$FNmtRxf7YeHP2TwJ2Xl46ugMnjU7eJsW4jz6BZCb9ao6MwTw9RJN6"], ["updated_at", 2016-05-20 16:42:23 UTC], ["id", 74]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:23 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.7ms) Completed 200 OK in 35ms (Views: 24.4ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lori_ruel@gorczany.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lola Harvey"], ["email", "lori_ruel@gorczany.io"], ["password_digest", "$2a$04$2K7vtY9UOUenpt7.cvsbK.seFfrPiKaqMhefwuD3x2Joy0bVqf1Ja"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Et aperiam blanditiis aliquid. Est est voluptatum rerum consequatur atque. Corrupti sed maiores harum autem. Culpa rem nam."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Voluptatibus ea voluptas consequatur ex non natus nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:23 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.6ms) Completed 200 OK in 60ms (Views: 53.2ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jillian@trantowkling.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Percy Runolfsdottir"], ["email", "jillian@trantowkling.name"], ["password_digest", "$2a$04$4b1A.y6KkbPUrwOJR9PQf.w2Mv8ENSRSxRImB63Ds.g5jzW98p.pe"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:23 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:23 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jillian@trantowkling.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jillian@trantowkling.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rmBKfT82rbmKc2COeh6HquebDFED7b2wcC3WvDL81fSbsF5JEoyhu"], ["updated_at", 2016-05-20 16:42:23 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:23 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 28ms (Views: 21.1ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "miguel@spencer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Diana Huels"], ["email", "miguel@spencer.org"], ["password_digest", "$2a$04$FnTaKPH/z7HawI8lfcPlJ.vXbRnB9IxDfCfrjaH/X8/A3CagUWjJ."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Consequatur ut culpa aut nihil vel repellendus. Amet veniam rerum dolorem."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Et dolor eum cupiditate est iste dolor assumenda."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sadie_pfeffer@mclaughlinfisher.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arturo Lind"], ["email", "sadie_pfeffer@mclaughlinfisher.com"], ["password_digest", "$2a$04$wGNVPMr.8pCOuab20oEWMuzEKKAJizYubMjF3Pxc1kaN4pE9nEcRe"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Ut quas veritatis inventore possimus consequatur non dolorem. Eveniet blanditiis et accusantium quasi delectus. Omnis ut quis velit ipsum."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Placeat eveniet doloremque velit impedit velit. Est quasi quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hallie@daugherty.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucas Mann"], ["email", "hallie@daugherty.name"], ["password_digest", "$2a$04$MTMvbku0mzf86ze5RMF0u.zG4Pi8pgtuk1Ptbgin3iD19VwqY2hSS"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Quisquam officia quos fuga illum ratione a unde. Sed architecto ullam at illum eveniet. Voluptatem eos qui. A maxime exercitationem corrupti ad."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Labore quia consequatur et eum perspiciatis. Veritatis quia ut nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monica_mclaughlin@zulauf.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cheyenne McDermott"], ["email", "monica_mclaughlin@zulauf.net"], ["password_digest", "$2a$04$y.padlDidFbNP0xjbbjdCeEz8u.VTNMvmpZzjiGP4BVfqcuoMj38S"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Ea fugit numquam quasi. Qui et fugiat corrupti odit repellendus vel."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Qui fugiat reiciendis molestiae deleniti vero aliquid ducimus. Et et expedita deserunt sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiara@gerhold.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Moses Jacobson"], ["email", "kiara@gerhold.biz"], ["password_digest", "$2a$04$5mnvVaLnNSRKvZJtgqvPkO5Ide.nuCS.dTLR7UVWeOC8YBuSgCg1C"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Rerum alias accusantium dolores suscipit quae nobis. Sed natus nam quisquam assumenda sed fugiat. Quasi eveniet laborum at laboriosam ea doloremque. Sit veniam quia dicta quam quidem corporis laboriosam."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Ut quaerat ea architecto hic. Maxime odio exercitationem atque neque ad id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fredrick@kris.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Danyka Wiegand"], ["email", "fredrick@kris.net"], ["password_digest", "$2a$04$wcMdjcaXRWN3cTVIZrWk6ODOtiVK5OlgMyaPh75B52w.8NZwtB6Wm"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Illo aut ullam quaerat ut voluptas distinctio. Quia aspernatur totam maiores non in dicta velit. Et sequi illum harum laborum ipsa qui."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Quasi amet quia sunt omnis labore. Sint autem eius itaque quaerat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fletcher@linddaugherty.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brandi Johnston"], ["email", "fletcher@linddaugherty.info"], ["password_digest", "$2a$04$g5p.JviXkk2/RujUIdRmvOlhMaZ0ihLXykwcLgwZkzQnyWnUtddzW"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Voluptatem delectus sit. A consequatur sint ex fugiat est. Magni facere est quasi culpa ut."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Quam molestiae voluptatem fugit rerum aut. Et aliquam cumque et ipsum necessitatibus non sint. Libero enim minima in rerum ullam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "imogene@strosin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dagmar Donnelly"], ["email", "imogene@strosin.io"], ["password_digest", "$2a$04$j9orQsCUNtTUSM5WPkXgWubNo1LiUgCeVvyfMalJwESrd2VJyiRyu"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Aperiam ad odit. Porro nisi cumque cupiditate suscipit. Et atque possimus illum nobis excepturi."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Culpa aut illum. Deleniti provident culpa pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "freeda_mayert@nader.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Iliana Kuhlman"], ["email", "freeda_mayert@nader.com"], ["password_digest", "$2a$04$q6BKdconobJGiZzGT08UReo5ZiBp17/B2xEBGZmwOyjde31onUuye"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Minus quasi soluta officiis sapiente. Consequatur quasi architecto."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Expedita eos eum necessitatibus sequi rerum voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hallie.ruel@schiller.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karley Metz"], ["email", "hallie.ruel@schiller.name"], ["password_digest", "$2a$04$GItOAxqHW4OEMnYwQW/vR.4ZqCegqCBrnMZ24DokH3fKJtOmGt0fK"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Quia voluptatem accusamus repellendus explicabo impedit voluptatum. Non doloremque quaerat nihil in quia."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Vel et est libero quia unde. Doloribus hic laudantium expedita mollitia incidunt amet nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zaria@champlinkeeling.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clare Brown Jr."], ["email", "zaria@champlinkeeling.io"], ["password_digest", "$2a$04$aHgUMyW2G3sT92cXHSDKKOkfCxgfXSqCQEIfdzZsBSeitPMIHHc6m"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Omnis corporis asperiores perspiciatis. Laboriosam omnis porro ab quia labore voluptas deserunt. Occaecati natus ut error sit dolorem aut odit. Et atque sed quo."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Ipsam consequatur sit temporibus magni et qui reiciendis. Tenetur iure aliquid pariatur. Id soluta excepturi nemo consequatur est deleniti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilbert@kovacek.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geraldine Pfannerstill"], ["email", "wilbert@kovacek.co"], ["password_digest", "$2a$04$I0bRdeN.LnRZtqa95JsiRuIf3i2UpEd.Ojq.VOIOnApqeRamyd9X2"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Quisquam eaque aut odit. Ut facere eius."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Voluptatem nesciunt rerum incidunt et adipisci. Nemo est eius rerum non sed est quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "annabel_hoppe@conroy.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brenna Carter IV"], ["email", "annabel_hoppe@conroy.info"], ["password_digest", "$2a$04$q/bbzREfUA9Vf4T8mRaYqezr6r2woUpMDLbTvjDXpL9/IlSnEIM32"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Nulla facilis itaque alias numquam. Quisquam suscipit et voluptatem. Dicta dolorem dolorum id distinctio quas a perferendis."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Sit possimus non sed voluptas dicta. Aliquid illo sed fugit necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "catherine.abernathy@lehner.com"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elaina Russel"], ["email", "catherine.abernathy@lehner.com"], ["password_digest", "$2a$04$b/MQpfh682vUQshJSukfO.2bT1E2Cqj4pLGsbv/IHOArl9T4dqD92"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Ut neque deserunt nam qui adipisci. Ratione perspiciatis voluptatem ab. Accusamus ex eum officia."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Ut aut impedit. Architecto blanditiis et rerum suscipit ea reprehenderit. Provident voluptatibus deleniti nulla voluptatem placeat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "liza_batz@littel.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rylee Mueller"], ["email", "liza_batz@littel.co"], ["password_digest", "$2a$04$DJW53xNGv/hudNlMikiuIugxQLaVkLGFSB6uapOyBdem1nzzNFlta"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Deleniti eveniet aut facilis qui. Laudantium id et eaque suscipit est numquam. Quo rerum et nisi sapiente iure."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Iure natus aut deleniti enim corrupti cum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcella_reilly@corkery.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kirstin Schimmel"], ["email", "marcella_reilly@corkery.io"], ["password_digest", "$2a$04$DhF2dH0zPmxUfVfC4r.Y2ux2SiZ5iigwzAuQPDzrbhXGCQEQ8K3Dm"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Perspiciatis quia nihil aliquid sequi magni natus reprehenderit. Aut facilis cum molestiae recusandae facere ipsum veniam. Dolor error quaerat consequuntur. Eligendi facere rerum dolor architecto sit quae corrupti."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Officiis voluptatibus illum beatae ipsum porro natus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aliza@adamslubowitz.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edmond Kilback"], ["email", "aliza@adamslubowitz.org"], ["password_digest", "$2a$04$sHlUNSMq/2NDMnu8w3K8Puo5gNfpWur6zj3dF.pvZZ0DgCrubUXu."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Aspernatur soluta rerum blanditiis sequi. Tenetur sapiente culpa. Illum repellat quia laudantium optio."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Pariatur eaque aperiam doloribus tenetur. Fugiat qui tempore voluptatem occaecati laborum eum. Consectetur quos voluptas officia perferendis quibusdam laudantium voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "samson@nicolas.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Julio Littel"], ["email", "samson@nicolas.info"], ["password_digest", "$2a$04$1QucUtE8eozPAVGeOrVae.GLEJmBhP5Cqh4/.m8Yg9BWHJefDKsZy"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Eum ut non perspiciatis. Quis cumque soluta. In labore eveniet libero ducimus. Quo laborum repellendus eos fugiat."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Nobis aut rerum. Deserunt quo atque saepe nihil nemo. Illo quod ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jadyn@gusikowskischultz.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Haven Cronin V"], ["email", "jadyn@gusikowskischultz.name"], ["password_digest", "$2a$04$zijuuED/3kZDsKL5lhW/B.BdgmIPCjrr1wfBS.t0c4tjABbdD8BMa"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Sit id temporibus ipsam. Recusandae perferendis dolorem et quisquam numquam voluptatem."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Voluptate minus dolorum velit. Repudiandae explicabo officia libero. Error facere placeat animi non et aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "markus@powlowskiernser.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vincenzo Bailey"], ["email", "markus@powlowskiernser.org"], ["password_digest", "$2a$04$xoTHgsr2b8CajXkjvOHSLOPvnJ03Rdfl6llcl6Bn.7l2JQPM/9pDK"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Sunt quaerat sapiente eum ipsum impedit. Porro maxime quia quia vitae aliquid rerum et."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Facilis eligendi et eum id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ramiro@champlindare.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hilario Zboncak V"], ["email", "ramiro@champlindare.biz"], ["password_digest", "$2a$04$9PsZR.bHT3a4oylEIbEJDuqxfykm77QcTmxorjIEwI8ExTTjswfgq"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Illum hic enim accusantium optio aut dolorem. Excepturi sed ducimus et ut. Exercitationem repellat officiis tempora."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Ut amet consequatur numquam optio cupiditate aliquam. Soluta voluptate ea. Dolor et nisi eaque quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juana@schinner.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ova Koelpin II"], ["email", "juana@schinner.net"], ["password_digest", "$2a$04$eC2Ev4Azqp2JWng2CUexseGMjjt/po3g27LmXCZr8XXtDqintVfZO"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Dignissimos accusantium voluptatem occaecati. Fugiat veniam dignissimos. Aut libero consequatur iste quae."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Provident optio qui aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ellen_hegmann@cormier.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jade Turner"], ["email", "ellen_hegmann@cormier.co"], ["password_digest", "$2a$04$bQtMwE1MklRiPIpdTKIYWO4DXeo2ce2laBo5LdyWxxcx2K0T2nU5y"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Voluptate aut maiores nostrum. Quam molestiae officia qui. Illum optio eos."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Qui cupiditate unde et. Laboriosam nemo odio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "je.ryan@kaulkeebert.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Trenton King"], ["email", "je.ryan@kaulkeebert.biz"], ["password_digest", "$2a$04$yjXvJeH6vsA2jMyo2fXFzOt0G1Frcm1EcShUUSDep0KvrcwilJpMK"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Harum asperiores qui et. Assumenda corporis inventore exercitationem ut deserunt explicabo. Nihil recusandae dicta in tempora maiores voluptate laborum."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Quis recusandae sapiente ab fugit consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ruben.blick@osinskispinka.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kiana Jast"], ["email", "ruben.blick@osinskispinka.io"], ["password_digest", "$2a$04$1/8MDv14TgGJDD5HpOTYCu4o9.Twm5agqsSbkABT4wjZsWTFkeEQK"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Vero perspiciatis id aut officiis corrupti placeat. Saepe laudantium quis et sunt. Quia recusandae cumque est eos ad."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Quia aut aut aspernatur sit. Fugiat porro est sed aut. Minima sint soluta commodi facilis dignissimos assumenda."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chase.kulas@sanford.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Itzel Lynch"], ["email", "chase.kulas@sanford.biz"], ["password_digest", "$2a$04$wtyyC.KWtteRAfTYBV8pw.DuJBuaULxQuh7/MY.ZzCeuSH2B5/2ny"], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Illum adipisci doloremque et error natus fugiat voluptas. Esse nihil maxime perspiciatis ipsum. Earum error reiciendis ut blanditiis fugit. Distinctio nostrum quam necessitatibus quia rerum modi fugit."], ["created_at", 2016-05-20 16:42:23 UTC], ["updated_at", 2016-05-20 16:42:23 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Et velit nesciunt praesentium pariatur sapiente aut assumenda."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:23 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (192.6ms) Completed 500 Internal Server Error in 200ms (ActiveRecord: 21.1ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "unique@feest.info"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lorena Rohan"], ["email", "unique@feest.info"], ["password_digest", "$2a$04$AuM8IRG9xYJ8LfFKaBFdn.cBgOYJXgI4LMzMhyQT0UTtNG0HoZX8q"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.8ms) Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"unique@feest.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "unique@feest.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$cqAx6v4n6BKMKSM7eqKY8.AX5Y.4KCpS./9ZFFZofVz1WRMUENPrK"], ["updated_at", 2016-05-20 16:42:24 UTC], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.0ms) Completed 200 OK in 23ms (Views: 15.9ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeica.smitham@larson.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Easton Murazik"], ["email", "jeica.smitham@larson.biz"], ["password_digest", "$2a$04$QSuOSuO0okZzIRjSO4SLZOOCPsr0cbXxBeyrRHVw4b18agX8jt0K2"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Est voluptate quasi saepe quaerat numquam magni. Blanditiis recusandae omnis."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Numquam quod similique cumque. Laudantium nemo tenetur consequatur nihil cumque ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "florian.champlin@borer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavon Hoppe"], ["email", "florian.champlin@borer.biz"], ["password_digest", "$2a$04$m4RApnWgg3Y.yahpNd9RJ.hXIR.wQAWlCkitQghtqCHyhgjJnIvf2"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Aliquid beatae a saepe voluptas pariatur dolorem. Quia praesentium rem qui dolorem minima dolores est."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Et sunt velit itaque. Praesentium et quos. Eos qui molestias omnis rerum sit eum culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fabiola@gottlieb.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daisha Kautzer"], ["email", "fabiola@gottlieb.co"], ["password_digest", "$2a$04$DsspBidJVzOBm6cneoZBK.ZLd5uM/5iVMi4pdwMATPNi/SC354imK"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Harum nemo possimus laborum odit sit occaecati officia. Sint voluptatum dolorem odit ea."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Error veritatis quos et neque numquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dustin_goldner@mcglynnrodriguez.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margarita Ondricka IV"], ["email", "dustin_goldner@mcglynnrodriguez.info"], ["password_digest", "$2a$04$PWcSgOXFpCEGYiHYkcg5hukrLzD91ND4IGWdnlonLaaZ67r6OhlSm"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Iusto quam debitis dignissimos illum. Explicabo rerum sapiente facere."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Corporis aliquid nihil pariatur aut eligendi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicholaus_jacobs@spinka.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Annamae Durgan"], ["email", "nicholaus_jacobs@spinka.net"], ["password_digest", "$2a$04$DG6DlOFB/LaNt3xjedOxQump1.mtdmvKNRIWJTompiHXnxUBDrKM2"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Corporis dicta in sapiente. Qui autem itaque rem qui."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Reprehenderit quasi et. Itaque impedit sunt blanditiis aspernatur asperiores voluptates quia. Qui incidunt dicta perferendis amet laborum nostrum."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claudia@carrollmoriette.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Declan D'Amore III"], ["email", "claudia@carrollmoriette.com"], ["password_digest", "$2a$04$sGEMS6sBzqSWNqwQGCA5o.I4D8TToahMOqIOwyacGXNJ2dEDGJyIK"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Velit et quia repellendus repellat laboriosam quibusdam. Illum hic rerum ad enim. Tempora sed consequatur."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Dolore est id. Quo sunt nostrum. Nostrum eligendi eius esse adipisci maiores quidem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "floy@corwin.info"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Valerie Lynch"], ["email", "floy@corwin.info"], ["password_digest", "$2a$04$7dpGEVb5uqUL7eSubhP28uyErptBV/d0dM9BQb/Xllw0JqcTS./1K"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Officiis corporis iusto sint et hic et. Molestias suscipit quo sit sunt perferendis. Voluptas provident qui est delectus fuga sunt quisquam. Sit ad sit et nulla ipsa est non."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Exercitationem voluptatem sint repudiandae animi placeat cupiditate. A ipsam facere vel reprehenderit impedit consequatur cumque. Enim culpa nisi odit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trisha.flatley@lind.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. August Langosh"], ["email", "trisha.flatley@lind.com"], ["password_digest", "$2a$04$xsYp5baw.Y0ryuFprRo58etowpElhOKz0PCs8PF.swege8QuTYzBC"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Sed veritatis et. Cupiditate quae et. Minima ut eum maxime molestias nisi numquam laudantium. Nemo illo eligendi."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Necessitatibus dolorum sunt enim voluptatem vel recusandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ola@hartmanndicki.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ramona Sanford"], ["email", "ola@hartmanndicki.org"], ["password_digest", "$2a$04$KbUeYXih90H0F37Fx7d01uZcfrH1XzXkgL2Hd7BGShsvbmxidH31."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Ut libero voluptatibus vel. Quis minus ea error vel odit et quas. Et saepe qui ut beatae."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Rerum ipsam sint. Aut qui illo facere."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abe.hickle@roberts.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alana Osinski"], ["email", "abe.hickle@roberts.biz"], ["password_digest", "$2a$04$Hh4YdCclMoFfFUYJunzt4O1JYky1mE3lG0Uqwz.KSVqGlMWzI6cMy"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Deserunt qui deleniti. Voluptatem incidunt nihil molestiae inventore nam vitae dicta. Consequatur eum iusto voluptas eos nemo provident architecto."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Labore delectus eos blanditiis incidunt. Et a quis recusandae velit ex et et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "suzanne_reichert@kovacek.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keon Waters"], ["email", "suzanne_reichert@kovacek.co"], ["password_digest", "$2a$04$Y1Dp8z3zhtnMEc.lIkpth.qNipixt9SbZmna.v3syuDoSvs1s5qqq"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Qui qui unde voluptas in dolores. Itaque deserunt nemo eum libero quia dolores rerum."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Consequatur qui temporibus. At eligendi provident similique maxime. Explicabo voluptas nulla et sed voluptatum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shad@aufderharklein.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krista Gleichner"], ["email", "shad@aufderharklein.co"], ["password_digest", "$2a$04$Zd9OrpdH6EgBNjhUZwtg8OxWRZr/Rg2PFEfZFpzEbIwhkFMWht28i"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Soluta maiores earum expedita doloribus et vitae qui. Perspiciatis consequatur iusto voluptas."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Dicta magni et quis nobis. Quis sint omnis. Ut tempore aut dolorum sit adipisci ullam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glennie@cronin.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raheem Murphy PhD"], ["email", "glennie@cronin.net"], ["password_digest", "$2a$04$WioouBaqhI2CiLiLiy0KCO.ZHGPFX8T1ugwPU0Qqu1axb2edn0flS"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Quia illo architecto corporis aspernatur recusandae eum. Et deserunt voluptatem non est."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Minima consectetur eligendi adipisci at modi deleniti. Similique aut et consequatur facere voluptates dolores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brielle_moore@purdybashirian.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Camilla Feest"], ["email", "brielle_moore@purdybashirian.com"], ["password_digest", "$2a$04$v7DTmuUWnLkuOFyDunXTzuOR3FsIH7WrWKUSwe1ScWxTwlAxZk4Mu"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Commodi voluptatem fugiat dolores. Consequatur mollitia vel blanditiis enim iste. In esse eum. Odit modi amet."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Voluptas corrupti explicabo natus amet repellat voluptatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dejuan@balistreri.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Patience Windler"], ["email", "dejuan@balistreri.com"], ["password_digest", "$2a$04$j5LXT/7MELSLNBfhB1BamOyIk5ms4tLbEpGkm8nxzJ08NswAydwMi"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Et aliquid minus illo corrupti voluptate expedita. Quidem porro qui adipisci laboriosam animi omnis. Quibusdam vel libero modi consequatur rerum quaerat aliquam. Consequatur magni numquam fuga sit."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Omnis ut qui sit totam. Velit sit magnam vitae sint ut et aut. Ut illo quibusdam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "patricia@romaguerajast.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaiden Jacobson"], ["email", "patricia@romaguerajast.info"], ["password_digest", "$2a$04$bTAQU.2fDrP2GkyfUSfEz..JlnIxyDOuzs7n3HJOJ5.X6EV0XYvDe"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Rem illum in quis aliquid provident omnis et. Repellendus eligendi in alias rem voluptatem. Harum iure nostrum ipsa accusantium aut inventore."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Modi ad similique. Eius dicta voluptatum rerum voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marianne@kuhicbradtke.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maryjane Moore"], ["email", "marianne@kuhicbradtke.info"], ["password_digest", "$2a$04$iQUUJ807xrhKySbthXrOi./LxtppvQN7V/t3MtJxrknGrAfNHcicG"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Atque maxime incidunt aut assumenda. Perferendis ut dignissimos voluptatem placeat et. Eius labore quas delectus quia earum tenetur consectetur. Non labore quisquam officiis."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Excepturi recusandae ut quia ratione dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeffery@schuster.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lee Baumbach"], ["email", "jeffery@schuster.io"], ["password_digest", "$2a$04$Bp1hly4RqJ36iNCKlmjaK.8VPIbT6Td8vqq71UzIDAhcoq7Gw3QXi"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Est quia accusamus voluptas alias earum consequuntur praesentium. Dicta facilis velit iure similique est ex ut. Quia temporibus magni. Repudiandae dolor sunt velit dolores."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Impedit dicta praesentium laborum excepturi atque consectetur cum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "german.greenfelder@leannongrady.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosetta O'Hara IV"], ["email", "german.greenfelder@leannongrady.com"], ["password_digest", "$2a$04$SW8CMVsQvyaDQfyMucSfJuMkXsHzPa5PY739DAgs7g.mEerMN3KsO"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Ab repudiandae rerum et modi. Deleniti aspernatur neque praesentium sunt distinctio fuga. Eius dolores fugit eum et similique."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Quia eos ullam consequatur cum. Vitae ducimus quia quia animi est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcus@mcglynnbrekke.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bruce Hyatt"], ["email", "marcus@mcglynnbrekke.net"], ["password_digest", "$2a$04$hVGRQ5E31b/wQjaOSNSSNOZQnqrxRzDUdZs/eFanW9t7NscLDbypO"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Dolorem nihil nisi. Autem quas placeat odio. Aspernatur minus molestiae rerum et."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Dignissimos saepe ab. Adipisci non facere laborum atque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tatyana.cain@buckridge.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Santino Harber"], ["email", "tatyana.cain@buckridge.net"], ["password_digest", "$2a$04$EPI0UHoW7m84fs9/RElaK.H7Trs3.6rLLezs7yka8c7./Mao3TJsy"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Nobis tempora odit ut voluptatem ut. Asperiores aut impedit aliquid molestiae. Eos repudiandae nisi. Labore doloribus quia doloremque eaque."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Cum velit sunt soluta voluptatem ut. Accusantium repudiandae libero vitae et dolorum quia. Quaerat voluptate ea possimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clark@marvin.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Terry Bartoletti"], ["email", "clark@marvin.io"], ["password_digest", "$2a$04$oFfQYqdM.tKNxsD/LKtrZutFrUFcQ.DZjUn8e6CK07VINUy.wOcBm"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Voluptatem doloremque id beatae rem adipisci exercitationem animi. Debitis laborum quis eveniet est vitae. Modi harum eveniet eaque. Itaque nihil quia ratione cum doloribus."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Nemo neque distinctio atque rerum. Autem fuga autem magnam voluptatum. Beatae corporis hic."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "akeem.will@considine.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Winona Stokes II"], ["email", "akeem.will@considine.io"], ["password_digest", "$2a$04$f2PLQ0Kg./MX4tH3QErlHeyTZ2k5gDUlQ4UE6rkHCU3KVIGhYeuQe"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Quaerat quibusdam deleniti omnis et non consequuntur possimus. Ut id illum eum fugiat. Doloremque numquam vitae unde."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Inventore et nulla ullam hic velit consequatur qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brent_gerlach@balistreri.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Adaline Considine"], ["email", "brent_gerlach@balistreri.info"], ["password_digest", "$2a$04$zOzAccro3VLtbDNRVlE6suzc8k8amO.v39TtgXAjhYjZNXKL9nTqm"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Esse possimus voluptatem sed voluptatem. Eos qui dolorum sunt ducimus. Cum harum tempore."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Voluptatum officia ut omnis. Minima deleniti repellat quibusdam quam dicta. Maxime placeat corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "flavio.dooley@schimmelbashirian.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Ally Cartwright"], ["email", "flavio.dooley@schimmelbashirian.io"], ["password_digest", "$2a$04$My4O8r6OFXg8fs2BmbTOkOBrk9DI57eOWhPcKHfnB/XoqmC6qr12G"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Voluptas aut omnis cum. Ratione quos odio est et. Optio aut voluptas sit beatae."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Ex sit et. Omnis laudantium sequi expedita nisi et natus. Provident sapiente nihil cum similique."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jairo_weinat@handparisian.name"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeanette Wehner"], ["email", "jairo_weinat@handparisian.name"], ["password_digest", "$2a$04$DmH.RePWZXGiRV2xEv1..ORCFn8BZbrdGdYp6DlEFUUAPQyju/hYK"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Harum quod ut hic. Nesciunt est est quasi. Consequuntur impedit pariatur veniam ut fuga iure atque. Quia sit quia sit sequi id ut aut."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Iste facilis ut harum similique est enim. Sint aliquid eum corrupti veniam pariatur explicabo cupiditate."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (105.2ms) Completed 500 Internal Server Error in 112ms (ActiveRecord: 17.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarrod@nader.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "jarrod@nader.io"], ["password_digest", "$2a$04$/iPy9b7XBkkuVTSIyHcXleQrcDkjkw9Ze9vEDz4wCUrgQAr558biW"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 12ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jarrod@nader.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jarrod@nader.io"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$IonoJqA9KJpV25nu8iVi0.4QWx5Wg4beZGPqs7xx8vvgZ1xIBvBue"], ["updated_at", 2016-05-20 16:42:24 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 26ms (Views: 16.8ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aurelio_bednar@koelpin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "aurelio_bednar@koelpin.com"], ["password_digest", "$2a$04$b9zA6Veqh08kbjUGfpxs3.fL.0WQoS.UF/k63VcxRaX0nqY6JG7/S"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryleigh@ernser.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sarina Grant"], ["email", "ryleigh@ernser.org"], ["password_digest", "$2a$04$Gy1Mjq0iIzCn2JBzbzaQ6uPYatwvE.R.oLjf28BmfZsVZVFHCRGx6"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Necessitatibus perspiciatis esse. Quas dignissimos ratione. Repudiandae iusto aut."], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "In assumenda itaque reiciendis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (26.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (39.3ms) Completed 200 OK in 51ms (Views: 44.1ms | ActiveRecord: 2.9ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-05-20 00:00:00 UTC], ["updated_at", 2016-05-20 16:42:24 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.0ms) Completed 200 OK in 29ms (Views: 22.6ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "saige@shields.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "saige@shields.biz"], ["password_digest", "$2a$04$ANVj5ypATO5mfiTHfBbKr.zKV8f6feqv07kG269Iztxgdw2860iI6"], ["created_at", 2016-05-20 16:42:24 UTC], ["updated_at", 2016-05-20 16:42:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"saige@shields.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "saige@shields.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MNiiomYtmbJ1D3ukWrmbA.HIZMjsnmvKnsKecD/OjpxOQ4SMqANfa"], ["updated_at", 2016-05-20 16:42:24 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:24 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 25ms (Views: 18.8ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chanel@beerlangworth.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "chanel@beerlangworth.biz"], ["password_digest", "$2a$04$hYN2x9n4OCS239C1gAX5ouLHSrDctIqDuTFevlvcrvnBva9Sy61eC"], ["created_at", 2016-05-20 16:42:25 UTC], ["updated_at", 2016-05-20 16:42:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-20 16:42:25 UTC], ["updated_at", 2016-05-20 16:42:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (17.3ms) Completed 200 OK in 29ms (Views: 24.0ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:25 UTC], ["updated_at", 2016-05-20 16:42:25 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.0ms) Completed 200 OK in 28ms (Views: 21.8ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hardy@torpbrekke.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gretchen Rau I"], ["email", "hardy@torpbrekke.info"], ["password_digest", "$2a$04$B.wB7K5PJrHAvnCXawSR6e7uPIIDepEV11KO5nCWeYUR6y1f.8fY."], ["created_at", 2016-05-20 16:42:25 UTC], ["updated_at", 2016-05-20 16:42:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"hardy@torpbrekke.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "hardy@torpbrekke.info"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XWS2EZlOSlzzxTuEavsAs.n9qGYevEFYDIeSOPLiamGx5J.quo9CK"], ["updated_at", 2016-05-20 16:42:25 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.7ms) Completed 200 OK in 27ms (Views: 21.2ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (14.1ms) Completed 200 OK in 25ms (Views: 19.8ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (15.6ms) Completed 200 OK in 33ms (Views: 24.2ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.3ms) Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.9ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$Jxbc0DDIZdyj5O.SdAm2BuTE35bQ.5i/.9w3Yuqh3/XnGFz6IPQEK"], ["created_at", 2016-05-20 16:42:25 UTC], ["updated_at", 2016-05-20 16:42:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PEwX0BbTm74lnmRwhsyW.eefisVVOKpou38zxE7RAA0YUq9LF58qy"], ["updated_at", 2016-05-20 16:42:25 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:25 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.0ms) Completed 200 OK in 25ms (Views: 20.2ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$5GxXO9e1CNvAxhk9hi2bGu.B9zG5FzHbs6GiVMOD9L8xFVnKxSY7C"], ["created_at", 2016-05-20 16:42:25 UTC], ["updated_at", 2016-05-20 16:42:25 UTC]]  (0.6ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:30 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 34ms (Views: 28.0ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-05-20 12:42:30 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-05-20 12:42:30 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:31 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Rsxz/Dbmrk/WpitG2lJW0upaFDM/D.HhPgSC92tx8M74wSvi0mqS2"], ["updated_at", 2016-05-20 16:42:31 UTC], ["id", 137]]  (0.5ms) COMMIT Redirected to http://127.0.0.1:64169/admin/posts Completed 302 Found in 15ms (ActiveRecord: 4.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:31 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (2.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (39.9ms) Completed 200 OK in 81ms (Views: 67.3ms | ActiveRecord: 5.3ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-05-20 12:42:32 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:64169/ Completed 302 Found in 3ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-05-20 12:42:32 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (15.4ms) Completed 200 OK in 33ms (Views: 26.5ms | ActiveRecord: 1.8ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-05-20 12:42:32 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-05-20 12:42:32 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:32 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.2ms) Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 0.0ms)  (0.5ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (22.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.5ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vincenza@batz.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jettie Von V"], ["email", "vincenza@batz.info"], ["password_digest", "$2a$04$aTyDlA/eKBWEJ52CBr1DFeQbS2to.9kwExX5pvN.LsBblbI9h8fHm"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.3ms) Completed 200 OK in 25ms (Views: 21.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"vincenza@batz.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "vincenza@batz.info"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$0hrAG1xSE.m07MkbXC6eK.RiOZ0hiXNorGLrXcpzrkjA0p98181ta"], ["updated_at", 2016-05-20 16:42:33 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 19ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.5ms) Completed 200 OK in 43ms (Views: 32.2ms | ActiveRecord: 4.0ms)  (0.8ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (2.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 36ms (Views: 27.5ms | ActiveRecord: 2.3ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katarina@greenholt.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emiliano Bednar"], ["email", "katarina@greenholt.info"], ["password_digest", "$2a$04$PCErAa16f4VRfig.LN9yGu3FntBsPqboySzh5bEOoWrSPdnrfZjeS"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (1.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.7ms) Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"katarina@greenholt.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "katarina@greenholt.info"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$krWL5BXQ9.I7dOgUZXp5ou1x.EHQ0zT.DGLG9Kgjh3mDsBlkPl4Xa"], ["updated_at", 2016-05-20 16:42:33 UTC], ["id", 2]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.0ms) Completed 200 OK in 32ms (Views: 25.8ms | ActiveRecord: 1.8ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (45.6ms) Completed 500 Internal Server Error in 56ms (ActiveRecord: 1.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cade.koelpin@prohaska.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mariam Graham"], ["email", "cade.koelpin@prohaska.io"], ["password_digest", "$2a$04$46ATmkoyv7tx.jZ9pfY6RutpBcbanrON.IwM6X19oXt1Wh1d9fOgK"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.5ms) Completed 200 OK in 26ms (Views: 21.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cade.koelpin@prohaska.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "cade.koelpin@prohaska.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XoTUWu/2N.Fp3Nr6GlLYMeobztvw0KaZZ5aI1qNlz9j3ZI4sbRYcy"], ["updated_at", 2016-05-20 16:42:33 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.9ms) Completed 200 OK in 30ms (Views: 23.9ms | ActiveRecord: 1.8ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (4.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (16.3ms) Completed 200 OK in 40ms (Views: 32.7ms | ActiveRecord: 0.8ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 17ms (ActiveRecord: 5.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (20.1ms) Completed 200 OK in 37ms (Views: 31.4ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathlyn@ernser.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Raquel Hills"], ["email", "kathlyn@ernser.co"], ["password_digest", "$2a$04$4gbEsbI.BciWeoZJpZIjcujlW/YbAEZtfwEjn9r4teo5KpeGPuyRW"], ["created_at", 2016-05-20 16:42:33 UTC], ["updated_at", 2016-05-20 16:42:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kathlyn@ernser.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kathlyn@ernser.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$FaztceBJ0ID7fI6SohS7ruWO3C3S8Tz1ZpfER5AT0S3Fb5MIQaSrG"], ["updated_at", 2016-05-20 16:42:34 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.5ms) Completed 200 OK in 43ms (Views: 32.8ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (4.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (16.0ms) Completed 200 OK in 37ms (Views: 28.0ms | ActiveRecord: 1.2ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-05-20 16:42:34 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.8ms) Completed 200 OK in 32ms (Views: 26.6ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kailee@reichel.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adonis Volkman"], ["email", "kailee@reichel.io"], ["password_digest", "$2a$04$pJ1B2rwlKsGIu4u/z8RNxeplrAFw5HhLvhJVUbjBtbCMTvnPrCBuu"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.9ms) Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kailee@reichel.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kailee@reichel.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$IAXC/y5rYtKkeBY/n37/Ku41f8hiLT19dp5o6rx4.cinfl.EBo9ee"], ["updated_at", 2016-05-20 16:42:34 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.4ms) Completed 200 OK in 44ms (Views: 37.8ms | ActiveRecord: 1.9ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 22ms (Views: 15.2ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (8.5ms) Completed 200 OK in 19ms (Views: 14.0ms | ActiveRecord: 1.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emerson@cummings.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Conor Treutel"], ["email", "emerson@cummings.co"], ["password_digest", "$2a$04$lvRL/QPZ1KlRZsmZOzG1r.b0FVJ.E/ihoFcxS19mF0/nV3t5WbWhW"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Et deleniti error labore fugit et. Sed natus porro fugit voluptatibus ab. Dicta praesentium et ut maxime qui et. Recusandae ad harum nobis."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Ut enim consequatur perspiciatis aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "harrison@sanford.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aida Von"], ["email", "harrison@sanford.org"], ["password_digest", "$2a$04$epeS5EyG.DH9.Wz0mPoHh.6kNIkBud5h8D1jdL1l2VOrQJIztyoqC"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Ab molestiae minus architecto. Et officiis quis quam amet ducimus. Voluptatem tenetur molestiae quis velit mollitia id. Consequatur dolores consequatur quae nostrum accusamus voluptatibus reprehenderit."], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Iusto nihil est est delectus dignissimos ut quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (20.6ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (35.3ms) Completed 200 OK in 47ms (Views: 41.3ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.0ms) Completed 200 OK in 21ms (Views: 17.1ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bryana@pollich.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anthony Quitzon"], ["email", "bryana@pollich.info"], ["password_digest", "$2a$04$isURlSN1EjT31xPTk7sYMerALKPBaYp1GNBm6JquTr83RckMITLCC"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Sed aperiam beatae qui. Sapiente non omnis non qui eum. Neque et repellat hic possimus rerum."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Rerum consequatur necessitatibus aut consequuntur officiis debitis consequatur. Suscipit non dolorem earum veritatis possimus. Et voluptatum explicabo sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orrin.kuphal@frami.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ashlee Cummings MD"], ["email", "orrin.kuphal@frami.co"], ["password_digest", "$2a$04$LCQKaWtcDm21/VRS0Zq6k.YRsjcsCibZraAqlsfQdRfXJjK7ySCkO"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Nisi voluptas nostrum modi explicabo aut. Et dolor provident enim non. Quibusdam quis autem consequatur in vitae."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Autem dolore tempore fugiat consequatur dolorum consequuntur nobis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eliza@douglas.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daren Kiehn"], ["email", "eliza@douglas.io"], ["password_digest", "$2a$04$fyrbbRg2dNpveq1Ou.uz3OMSou8eezjzYM.63UPbagYmo5CkMGddS"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Animi eos soluta officiis suscipit eius exercitationem autem. Natus architecto odit facere."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Eligendi sapiente voluptatem rerum voluptas fugit aliquid adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vidal@oconner.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Godfrey Feil"], ["email", "vidal@oconner.info"], ["password_digest", "$2a$04$2F76PxE1tp0dLPDe2MYQYeQWAsA2mR4lQtfCwmKtixmYZz2JSamCC"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Earum fugiat at. Sunt aliquam vero vel ut et."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Ut repudiandae atque sit velit libero maxime. Sit facere quo sequi repellendus animi. Velit ducimus fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lelia_runolfon@lueilwitzcrooks.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Enos Ziemann"], ["email", "lelia_runolfon@lueilwitzcrooks.com"], ["password_digest", "$2a$04$x.mMcT.FQOFvUDGQENE4EuDC/pShhUtXEzDDts87rTI1hVdo./Dma"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Tenetur blanditiis alias. Repudiandae harum quidem eos accusamus a ut alias."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Autem eos saepe quisquam aut laboriosam vero."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laila_king@nicolascrooks.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Haven Champlin"], ["email", "laila_king@nicolascrooks.net"], ["password_digest", "$2a$04$XIQSmS8.rNYiWpPJmpmsXeQ09sHrB5O8p.GXH4.fNfTzK4P.C8lMy"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Et sint ea minima dolore. Qui qui sint. Modi fugiat quo. Alias maxime officiis natus delectus eum error."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Iusto ullam non ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keagan@cartwrightorn.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Josiah Schumm"], ["email", "keagan@cartwrightorn.name"], ["password_digest", "$2a$04$J30nD0D7D656J4gZIVk/xeurJkdcpudHRGHItbSnSugIT9nrJ/WSe"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Vitae sed veritatis magnam velit. Voluptas modi sit et officia."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Aliquid sed saepe repellat. Ut sequi ex debitis nulla deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alf_bode@herman.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Araceli Abernathy"], ["email", "alf_bode@herman.co"], ["password_digest", "$2a$04$aG4pY./utT9zVAxszWXqp.lzgsKlycWoNIW7Wfni5kgmOZtyH8gxy"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Dignissimos excepturi quam eum voluptatibus nisi a. Voluptas error et."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Aut nobis sint ex perspiciatis. Sit aperiam incidunt officiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonie@dickensfarrell.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isaias Mitchell"], ["email", "leonie@dickensfarrell.co"], ["password_digest", "$2a$04$crLRcShuTgiyiueyVvmuu./dsWNgXXeUbnij1mmfrlJkGgg9Ub5nC"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Aut sit distinctio dolorum. Qui molestiae harum. Perferendis est ut nostrum quia eius enim."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Voluptatum iusto temporibus voluptas pariatur accusamus facere. Quos cumque voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathryn.hills@roobtoy.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Domingo Schaden"], ["email", "kathryn.hills@roobtoy.net"], ["password_digest", "$2a$04$rPIYpziPN90fqNuTr8Nr5.mLmSv7ZHoNEIQ/wZ3P6KyfMXeasVec."], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Sed sint et. Eaque nisi sint molestiae sit. Sit qui et eius ex ut quos illum."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Ut asperiores qui officiis aut et. Illum sed eligendi dolor aperiam iure accusantium odio. Quia nam quo quae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "breanne_raynor@ryan.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mac Kiehn"], ["email", "breanne_raynor@ryan.net"], ["password_digest", "$2a$04$jKP12D8dlAS2sDGKl5WIP.kbAG2axAWCTu6G77KKoyuNnXTQbjGru"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Ut qui quos autem. Neque ipsa nihil perspiciatis veniam dolor quia molestiae. Quidem qui eaque quia vitae rem dolores. Eos adipisci autem doloremque optio accusantium autem."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Error voluptates iusto ut dicta."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (39.2ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (55.4ms) Completed 500 Internal Server Error in 64ms (ActiveRecord: 9.2ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ole_kutch@kunze.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ludwig Purdy"], ["email", "ole_kutch@kunze.co"], ["password_digest", "$2a$04$ey2sihQWr0z6v.CzixcHQuJq850/yKPRZSAxIq2B70G5zuvUPBTf6"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Ut totam quisquam a. Mollitia odio placeat impedit ut aut. Totam eos eos eum dolor alias voluptatem non."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Facilis voluptate fuga sit quia provident nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.5ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (26.5ms) Completed 200 OK in 42ms (Views: 36.3ms | ActiveRecord: 3.1ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.4ms) Completed 200 OK in 16ms (Views: 10.7ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aniyah@mertzwintheiser.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Imelda Johnston"], ["email", "aniyah@mertzwintheiser.org"], ["password_digest", "$2a$04$B4cEDX6ociwPBYGaCBvziOCQ/ENiNEpv56KmBopqSyfmt5FQ7yU.a"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Dolores est aliquam sed perspiciatis laboriosam pariatur. Voluptas voluptatem cum esse odio voluptas est placeat. Eos perferendis aspernatur incidunt cumque perspiciatis aliquid sit. Officiis veritatis quis vel et sunt."], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Nihil et velit nesciunt voluptates."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haie@hermann.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chelsey Skiles"], ["email", "haie@hermann.name"], ["password_digest", "$2a$04$3t7Ig3uAINSAsVqmdaq4veHmOA5IbGDcRaliQVGL1UoAFoymqbO2a"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Quis voluptatem iste consequatur odio quo. Totam voluptas qui quos atque non voluptatem quae. Officia iste aliquid."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Nam quibusdam fugit deleniti officia voluptatum quae. Cumque voluptatem aliquam consequuntur est sit."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ezequiel@ryanwunsch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Deven White"], ["email", "ezequiel@ryanwunsch.biz"], ["password_digest", "$2a$04$vcO1zuXehnF9Y2pEAntjBeCwLiQmWA8evKL9vkZwGHckb6MlUNdzG"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Officia earum esse est aut. Minus quis qui asperiores ea illum in."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Placeat in vero consequatur eum non consequatur. Ad et repellendus voluptatem sint officiis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.1ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (16.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (28.0ms) Completed 200 OK in 40ms (Views: 32.0ms | ActiveRecord: 4.9ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-05-20 12:42:34 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (18.5ms) Completed 200 OK in 37ms (Views: 27.4ms | ActiveRecord: 4.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$5e4rET5sb8u/ntUEwZS1guxGyRsvBXoMokDzGXk/Y9YnYPMlCfPI6"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$14zgyom9osslVXFAWD2P1OZM0dcd4t7tZkiBzFBax6K5XcqXuBX/y"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$R8SSDo8OdJzA7dfA5vqXJuwPYmdtx.M0jbJVckd5jl8Fw44aTq/pO"], ["updated_at", 2016-05-20 16:42:34 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-05-20 16:42:34 UTC], ["updated_at", 2016-05-20 16:42:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sylvan@spinkatrantow.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Timothy Wisozk"], ["email", "sylvan@spinkatrantow.co"], ["password_digest", "$2a$04$TMtFUE.vphnASGlUI9X68ODdyv/Kdj/EuWMmb.MQbi7NQxr2vQ./6"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "miller.rippin@whitekub.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Domenic Bergstrom Sr."], ["email", "miller.rippin@whitekub.org"], ["password_digest", "$2a$04$rsJWbFOqroWSETSS0lTqougtJ6N9MuemGWKZxqDph1RdM0smmA16S"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dahlia@yundt.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margret Hartmann"], ["email", "dahlia@yundt.com"], ["password_digest", "$2a$04$KXqDb.e93umR1s9zHHC13Ous49u/d0zNV919IR/Dh2DhbPWmE/m7u"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Sint tempora fuga aut. Tempora ut nihil."], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Temporibus sint dolorum soluta nemo accusantium. Officiis at nihil et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ambrose.lockman@pollich.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Cielo Altenwerth"], ["email", "ambrose.lockman@pollich.name"], ["password_digest", "$2a$04$3sRIRdJIrLgMeFldTz/t5OiPqzNABhD3b4kxmUBVBBPoe2PCd8gm."], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Explicabo architecto dolorem omnis vel. Et sed nihil porro enim occaecati tempore."], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Dolorem quia officiis. Similique est et nobis maxime. Cum repellat dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ricky@kochcollins.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pierce Rogahn"], ["email", "ricky@kochcollins.com"], ["password_digest", "$2a$04$3o7ZoXPwbCDvlRWFmURwOeMULHQzv3jnPvA.OxZwc2pA6TucKMVzm"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "name_brown@macgyverohara.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vickie D'Amore"], ["email", "name_brown@macgyverohara.biz"], ["password_digest", "$2a$04$yiw1gJjynlFCD5zdOnLDCuqOs5bh/Fjz4YMw2LLiSQ4m46MwTrlYe"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "doris.hamill@wuckert.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estell Willms"], ["email", "doris.hamill@wuckert.co"], ["password_digest", "$2a$04$93.90h7ERDTDwWNGEzonROXdTT07kR32xW4S2r5941jnlx7Uhbod6"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (1.1ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "asia.stark@heathcote.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Maria Muller"], ["email", "asia.stark@heathcote.name"], ["password_digest", "$2a$04$Yl72fOnEwMqNvFN7RtteYu2XNk3IGkjCsU8gcn3zIzxXouCpMG7y."], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Iusto optio soluta. Quos sequi molestias doloremque officia dolores. Atque ea dolorum illum. Enim maiores et et sit aut."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Commodi hic nobis. Est aliquid nam et quas voluptas et tempora."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamir@cormierlang.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Paige Larson"], ["email", "jamir@cormierlang.biz"], ["password_digest", "$2a$04$7z39mtHDn.mfCnod/oJKcedsWo3FYguHCi0ITpl8RBpQ1aeuni676"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Sint id qui. Provident ut incidunt. Vero error amet optio quia aspernatur."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Dicta tenetur maxime fugiat atque odio minus voluptatibus. Quibusdam aut aut. Ea doloribus iure tenetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-20 14:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "braeden.wilderman@veumflatley.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Janick Wunsch"], ["email", "braeden.wilderman@veumflatley.biz"], ["password_digest", "$2a$04$ThCnYsKxWMB9XwKpmAhRs.XzWuThFB5xzmSlmC6Rf407TZ4taxTYS"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Et et ducimus non. Et exercitationem aut quia. Dolorem sequi aut incidunt quisquam voluptate et. Dignissimos hic sunt ab fugit voluptatibus."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Et et id at."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caitlyn@carroll.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Moshe Brown"], ["email", "caitlyn@carroll.biz"], ["password_digest", "$2a$04$0NjU.VBnAi3/K9yL20G5BeMdI6SRcLYmr0NB5ILLg8LNZNBLG8Rwq"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Voluptatibus assumenda soluta sit quo. A reiciendis doloremque eveniet aut ratione velit exercitationem. Ut optio voluptates maiores est magni iusto. Alias autem vero tempore quae nemo fuga qui."], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Aut qui quae nihil eius veniam libero. Sit numquam animi id debitis in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "royal@rennerdietrich.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rafael O'Connell"], ["email", "royal@rennerdietrich.biz"], ["password_digest", "$2a$04$0WmaD0Ug4UzrA2.uw10rQOHZ2ZtThuWpqiZFa7Tf5Y/VAz9wte/1O"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clifford.metz@hammes.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosie Runolfsdottir PhD"], ["email", "clifford.metz@hammes.info"], ["password_digest", "$2a$04$a9ZY6ls7ctcO6fx.lqbfQ.CIzm1.9EqSZFH5K3AQuQ/6WM1RFWD5e"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Numquam est enim cupiditate. Magnam ipsa veritatis natus cupiditate."], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Amet in rerum sit quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macey_johnston@ryan.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geo Schaden"], ["email", "macey_johnston@ryan.name"], ["password_digest", "$2a$04$0xnIBnWBIayh104GJRfzoOT/UD4hihK7m/P7xOew9IOVmS.0X089q"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Distinctio et delectus voluptatibus non sequi animi nostrum. Optio laboriosam autem."], ["published", true], ["published_at", 2016-05-20 00:00:00 UTC], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Sit eligendi officia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-19 00:00:00 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerrell@barton.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eunice Bode"], ["email", "jerrell@barton.com"], ["password_digest", "$2a$04$IGfnaTbvJVIGnO7Mn656zuIGMGSZyDq3V9hAfScZA2h8I3fqDD3bS"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$IK/QJ9B/R5qLwiD9Eebe.ecUxQb7tawcb6C1HJv8sWYM/.59igHMy"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$J7ZgTGH8z6SFnaudO.nyHOGVdBu7/AEBgfbuwPgkeFIzi6mgg3NgG"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sherwood.bergnaum@rempel.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Queen Schaefer"], ["email", "sherwood.bergnaum@rempel.net"], ["password_digest", "$2a$04$UrMtc.XJgE2JcUDy4ZpjEur.woTwsUGdBqzCMVFXFAo6v6Qb1crbK"], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Sit at porro perspiciatis aut corporis a temporibus. Dignissimos laborum et. Consectetur nemo ut autem illo error id sunt. Neque rerum dicta consectetur earum blanditiis minima."], ["created_at", 2016-05-20 16:42:35 UTC], ["updated_at", 2016-05-20 16:42:35 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (15.0ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (26.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 23ms (Views: 14.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (2.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nannie Heller"], ["email", "user@user.com"], ["password_digest", "$2a$04$7fhFd/5Q.qlKMybXUhfn8ubez8KwGNul9YAHIvhdyJ..wVukEfrra"], ["created_at", 2016-05-20 16:43:19 UTC], ["updated_at", 2016-05-20 16:43:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Maymie Jaskolski"], ["email", "user@user.com"], ["password_digest", "$2a$04$FIzuQ998f.X4YKnKLzTySerQfTaomnM5Eu.yT4jVTeCxzXwCo4xma"], ["created_at", 2016-05-20 16:45:10 UTC], ["updated_at", 2016-05-20 16:45:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 249550ms (ActiveRecord: 0.0ms)  (1.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (7.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rubie Baumbach"], ["email", "user@user.com"], ["password_digest", "$2a$04$tKPrhbDD95rininbM65iRu63LvT2YRaFsS/viQ4/ShyTComU612K2"], ["created_at", 2016-05-20 16:49:28 UTC], ["updated_at", 2016-05-20 16:49:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 10257ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (8.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (26.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elsie Gerlach Jr."], ["email", "user@user.com"], ["password_digest", "$2a$04$BLk5eMFidA1tik5ZyRf65e2QwindnghXNEVjCyqk/f2vRL.GmgyAO"], ["created_at", 2016-05-20 16:51:46 UTC], ["updated_at", 2016-05-20 16:51:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.8ms) BEGIN  (1.3ms) COMMIT  (0.6ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amani Tremblay"], ["email", "user@user.com"], ["password_digest", "$2a$04$/s7ZkncvckAkWfWp8Z1NM.GaMgIADKqzRXAEgF01kvFU1VxlzmJqW"], ["created_at", 2016-05-20 16:52:09 UTC], ["updated_at", 2016-05-20 16:52:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 16084ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (103.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (2.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Faustino Streich"], ["email", "user@user.com"], ["password_digest", "$2a$04$gfT7ILXU01r15QrDHLHEvetPtBuDgKf44.6ddMRPXPVIesKUqrA2a"], ["created_at", 2016-05-20 16:53:56 UTC], ["updated_at", 2016-05-20 16:53:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 5888ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Camryn Boyle"], ["email", "user@user.com"], ["password_digest", "$2a$04$6.xyRO4RzMAQP7rEA7I1WOux/TJwyyxqLTA9FRe63jBgjFtvprRwq"], ["created_at", 2016-05-20 16:55:33 UTC], ["updated_at", 2016-05-20 16:55:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (5.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (24.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.4ms) BEGIN  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Finn Koch"], ["email", "user@user.com"], ["password_digest", "$2a$04$rD5TcQ5fhjW7kV3MTSbbtOv2a0tXwkoIpLrJA.JPooNZsPml9ZRVS"], ["created_at", 2016-05-20 16:57:01 UTC], ["updated_at", 2016-05-20 16:57:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 500 Internal Server Error in 24371ms (ActiveRecord: 0.0ms)  (1.0ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (2.3ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (4.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (29.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tod Lubowitz"], ["email", "user@user.com"], ["password_digest", "$2a$04$9chND3MQDbSCVtpH07fE0.99j3O.A6nGnVlh8NeS7pKJs6vMAYihe"], ["created_at", 2016-05-20 17:02:37 UTC], ["updated_at", 2016-05-20 17:02:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 400 Bad Request in 1ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (4.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.5ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bryon Johnston"], ["email", "user@user.com"], ["password_digest", "$2a$04$g9ZPdE/1R3GaksNQFRKpEuQtbslqyqkkbE2/ru1snxvo33OcWaWju"], ["created_at", 2016-05-20 17:03:02 UTC], ["updated_at", 2016-05-20 17:03:02 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 400 Bad Request in 0ms (ActiveRecord: 0.0ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) BEGIN  (6.2ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (6.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (39.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (4.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trevor Rolfson III"], ["email", "user@user.com"], ["password_digest", "$2a$04$AGPIgx3ArcqEuF5Fj1s8ZOmtZJurHZ/AP4yicx1Uc0ZGhCyGcV1vi"], ["created_at", 2016-05-20 17:43:30 UTC], ["updated_at", 2016-05-20 17:43:30 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Completed 400 Bad Request in 1ms (ActiveRecord: 0.0ms)  (0.8ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kay Spinka II"], ["email", "user@user.com"], ["password_digest", "$2a$04$WMH2qoSaS0PW089hOesnvORdtIFUhqR6AFOcf36c8Ge6AGTHuvc3y"], ["created_at", 2016-05-20 17:46:32 UTC], ["updated_at", 2016-05-20 17:46:32 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (33.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evangeline Watsica"], ["email", "user@user.com"], ["password_digest", "$2a$04$OH0Q5ZOjDfwET6dWAnqKKu/jnGfRwDvgyXdUUCao0.oagnJ9uTFDG"], ["created_at", 2016-05-20 17:49:19 UTC], ["updated_at", 2016-05-20 17:49:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (5.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oren O'Hara"], ["email", "user@user.com"], ["password_digest", "$2a$04$pLdPXJBtpukxl0vmoqiLoeK/NMpXzmwQBfQNOT8SbjOHz8FQH7jmy"], ["created_at", 2016-05-20 17:49:37 UTC], ["updated_at", 2016-05-20 17:49:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Completed 500 Internal Server Error in 18343ms (ActiveRecord: 0.0ms)  (0.9ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.3ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Burdette Farrell"], ["email", "user@user.com"], ["password_digest", "$2a$04$AAVbRGc7NsyrF4h5vExRvO5vYXnkCnlPrLdKEr1oQ4NnZIm7A/03u"], ["created_at", 2016-05-20 17:50:10 UTC], ["updated_at", 2016-05-20 17:50:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (2.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (2.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$IMjtU1.NcZLKdJXSB263mOutXZe4Tbh5WyJFvU5nLuzooEr38XTUW"], ["updated_at", 2016-05-20 17:50:10 UTC], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 47ms (ActiveRecord: 6.5ms)  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 25ms (Views: 16.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmitt Wyman"], ["email", "user@user.com"], ["password_digest", "$2a$04$fpTIgyqq1Q18aqlIssHlyOY7HFU9Zv4sd4v94dsoRNmVRRe0nP2I6"], ["created_at", 2016-05-20 17:50:36 UTC], ["updated_at", 2016-05-20 17:50:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$xe66kuv6on6pbYqPlgzUPOUVeYhFV8WESaq8qSky18PH6hhuWOsju"], ["updated_at", 2016-05-20 17:50:37 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 34ms (ActiveRecord: 2.7ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.4ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (2.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) BEGIN  (13.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.7ms) COMMIT  (8.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (43.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)  (1.0ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (21.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 11644ms (ActiveRecord: 0.0ms)  (0.8ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (6.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 2928ms (ActiveRecord: 0.0ms)  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (6.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 31005ms (ActiveRecord: 0.0ms)  (1.0ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.9ms) SAVEPOINT active_record_1 Exposition::User Exists (1.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (6.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$eK63n2I1g74ZY/0ZAAdkb.KG7A1utVkFX.DGaI7cCJ50RrfST.Obe"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (1.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$n/R.UhdQaFtGX23ZVj5qNOj.NTqCxhQ6rUKEIorlVHCD0mz2TR0rC"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Q3T7VgNw3fl6rb9E5CUibeBACglnJKYD1mA5CoitX3Fe9Sijv0Khm"], ["updated_at", 2016-05-22 22:18:38 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "andreanne@oberbrunner.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Taryn Williamson"], ["email", "andreanne@oberbrunner.org"], ["password_digest", "$2a$04$JeT8sDZ/U.38rsEUwYoTDuj3TSk9poiDmu5M85BDTqoHyIoCJg36y"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Consequatur est aspernatur. Et qui aliquam aut tempora molestias voluptatem id."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Possimus quis non dolore non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 21ms (Views: 14.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vito@beier.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Johnny Mueller"], ["email", "vito@beier.co"], ["password_digest", "$2a$04$8KK9FVO/YUcTsdySmvq5TeHGI/Mqv4O.ME4/2z4gO3NcEpbQHA7i."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Iusto quidem cumque dolor. Nihil nulla ipsam quibusdam non."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Consequatur necessitatibus quod quis et. Earum debitis deserunt beatae quod."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mae_ferry@mertzcrooks.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Devin Corwin"], ["email", "mae_ferry@mertzcrooks.name"], ["password_digest", "$2a$04$jhh6E3zbd/gQ1xo.1f8e1edsqYAYcKLpi76QEzgmc4lEy0cecTE0."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Esse culpa adipisci dolore. Voluptas nostrum et aspernatur aut. Ut enim id ipsam velit necessitatibus non quis."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Sed aut quia ex corrupti iste voluptate consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julien@wunsch.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Reymundo Price"], ["email", "julien@wunsch.com"], ["password_digest", "$2a$04$C82.eBkA/YzAqJybBCuesOmPD1adjMNO4yxwA7iyjkKeAEzCFXJ7m"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Blanditiis distinctio eveniet et quisquam nam nesciunt autem. Sed ut ducimus incidunt accusantium enim deserunt."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Aut voluptates molestias sunt doloremque nisi. Laboriosam nostrum sunt eius minus repellat. Non saepe fuga."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amy_moriette@hettingerabbott.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "David Rowe"], ["email", "amy_moriette@hettingerabbott.io"], ["password_digest", "$2a$04$dY7shBo5goMmQ89HQFMzI.jbwEtyIUNk39A3xYzQ5ieUBRnOyB/9K"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Sapiente placeat sit iusto et eaque. Voluptate itaque nemo numquam repellendus repudiandae qui temporibus."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Porro magnam exercitationem nihil asperiores occaecati et omnis. Et nulla blanditiis quaerat ipsum numquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madeline_hegmann@mante.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maud White"], ["email", "madeline_hegmann@mante.org"], ["password_digest", "$2a$04$Ah3CyB4NtI0qWMZRDY3OWeN7xI9fR/XVhN8KilD5p5j7ce/PlDRqy"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Adipisci enim atque non dignissimos voluptatem sit. Itaque consequatur aperiam fugit labore. Facilis deserunt qui minima."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Non aperiam quidem voluptatem dicta. Molestiae et et tempora et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tanya@gottlieb.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexandria Lubowitz"], ["email", "tanya@gottlieb.name"], ["password_digest", "$2a$04$40UAgSW/BqXY2RTcBoCJjuwS8gpBU0/lADU9X.zFvJY9gUndn/yAK"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Aut nostrum est quo aut iure eos voluptates. Voluptas quas et at impedit inventore aperiam in."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Ipsa ratione voluptatem provident. Libero incidunt aut qui voluptates tempore quia dolor. Rerum pariatur ullam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fausto_torphy@corkery.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willa Dooley"], ["email", "fausto_torphy@corkery.io"], ["password_digest", "$2a$04$EZ2gt/.T9j2eviRjJr6g/OQ5lmnVeaKDjCmWMZu68srh6kgU/cPIG"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Ut in aut sapiente voluptatibus dignissimos. Vitae occaecati ad cupiditate consectetur ipsam culpa."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Quia ratione magni illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garfield@king.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kendall Blick"], ["email", "garfield@king.info"], ["password_digest", "$2a$04$YXerMApTNzKIDILLq85gx.GkAkZErqDt.PzcNSrud1tfXG9BTKN7m"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Eum fuga debitis ipsum assumenda et sed. Nam aliquid quisquam cupiditate voluptate pariatur."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Sapiente aliquid voluptatem reprehenderit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ania.keebler@dickens.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zechariah Abernathy"], ["email", "ania.keebler@dickens.org"], ["password_digest", "$2a$04$TiVUUVChzI3r0nXmV2xzCekA8q8gtvwsd26.puI6QZNYe8xvBtkT."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Blanditiis iusto itaque officiis. Neque voluptas qui rerum. Est voluptatum nihil. Temporibus impedit eum quod."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Impedit odit voluptatem non voluptas corrupti. Voluptatem et porro exercitationem illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kristin.ruecker@monahan.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Floyd Weimann"], ["email", "kristin.ruecker@monahan.net"], ["password_digest", "$2a$04$zKq2CTRn47sGIrFF0RLds.ZVzotsh44SscSvSHx7ZJ4Wx4qFbvZey"], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Et beatae voluptatum. Aut et voluptatem odit."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Sed magni deleniti nobis temporibus praesentium ex delectus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isidro_stark@leuschke.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Connor Bradtke"], ["email", "isidro_stark@leuschke.net"], ["password_digest", "$2a$04$Qv5DOlSE6FFf6K.b1.CAAeeoPIPbPLiEnt7L5gfjau1A2kxpVG8l."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Quod alias enim assumenda laborum. Non quaerat laborum praesentium quia."], ["created_at", 2016-05-22 22:18:38 UTC], ["updated_at", 2016-05-22 22:18:38 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Beatae consectetur consequuntur voluptas voluptatem in ut magnam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randall.ankunding@bernhard.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ottis Howe"], ["email", "randall.ankunding@bernhard.name"], ["password_digest", "$2a$04$4mUT60zXdUn.LskQVwMLh.RT.g76b6E01OKaL2uRybtcWUWtkoR.2"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Repellendus ipsa quidem quam sunt modi delectus. Dicta alias quo et tempora aperiam qui. Veritatis est deleniti. Sit modi omnis."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Quod odit ipsa recusandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ona@kirlin.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rowan Reichel IV"], ["email", "ona@kirlin.biz"], ["password_digest", "$2a$04$BrLhEddA2cwZrotmLnK9OeSJZYim5mz9M.2YOdlF8upb47gBmCNmK"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Qui rem voluptatibus ea et ducimus. Earum unde est at aliquid officiis. Aut non voluptatum ut itaque dolorum."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Sunt facere reprehenderit molestiae et voluptatem quam. Reprehenderit impedit sint earum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hettie.corwin@rowekuphal.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaqueline Schiller"], ["email", "hettie.corwin@rowekuphal.com"], ["password_digest", "$2a$04$9aGJkjQPlLPQ3Nd9q1lUq.UJdt.oBAhj.rzjyTlMYCx9Vr5YQI9Ee"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Asperiores enim ex sed iusto error quis temporibus. Quo dicta nulla qui rerum qui. Autem reiciendis quasi perspiciatis voluptas deleniti fugiat dolorum. Qui error et praesentium aut."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Saepe non esse ullam. Eos qui non voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnnie_fisher@stiedemann.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh Schulist"], ["email", "johnnie_fisher@stiedemann.org"], ["password_digest", "$2a$04$Cz/lQe8L4Y5I6dgqtGNNHuQz8IEgJE.rniQ/tCnZtym7HNGoIpJSG"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Minima debitis dolorem consequatur aut aut et rerum. Eveniet cumque dolor."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Quas enim quos numquam. Facere excepturi corrupti. Nobis quae consequuntur dolorem delectus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nettie.jakubowski@murphy.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alize Purdy PhD"], ["email", "nettie.jakubowski@murphy.info"], ["password_digest", "$2a$04$yLZti/a2Yh7rc8pH.FUdd.XGkchRHQOpyQnX4RTB4DF87au0OtPAG"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Sed sit repellendus ut esse. Est illo expedita amet."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Est laboriosam adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scarlett@kshlerin.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deon Johnston"], ["email", "scarlett@kshlerin.info"], ["password_digest", "$2a$04$D7UCNvIo1cG/D5FY07S4kOTBed10/vkStNTAK5Qs.ldWYX6ppNgRi"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Ratione rerum dolor nam iusto blanditiis. Veritatis quod fugit incidunt ut."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Corporis suscipit et voluptatum ex nihil dignissimos. Et blanditiis voluptatem saepe. Atque ipsa impedit repellat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marco_barton@graham.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Moriah Schneider V"], ["email", "marco_barton@graham.io"], ["password_digest", "$2a$04$O1wPstCrBYUibSj8VD4EmuLG2TLokOi1OjricjKG1HIvXqy7ds7Fy"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Et sit harum. Nemo ipsam officia et qui. Dignissimos perspiciatis pariatur omnis sit. Dolor nisi quia."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Corrupti esse odio qui rem dolores nostrum. Aut ab voluptatum et ipsam quis est pariatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ladarius_beer@jacobs.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ambrose Upton"], ["email", "ladarius_beer@jacobs.info"], ["password_digest", "$2a$04$ukKlW3FNaD3.veblXkGMVeM.JdQWcR2qXCZyHLwIg1Sphj1BM3Si2"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Exercitationem enim ut dolore eaque. Et architecto tempore ullam molestiae illo ut et. Delectus sit iusto sapiente dolor itaque voluptatem."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Vel et eius. Omnis sit voluptates unde nemo ea. Ipsa et id ullam ut nostrum ipsam vel."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "virgie.von@hayetark.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Crystel Roob"], ["email", "virgie.von@hayetark.biz"], ["password_digest", "$2a$04$WgS7F28UddqSU3WbsBj99eo87URWmzPes149/2W642oA456Si5rxi"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Modi sit quidem doloremque. Et necessitatibus facilis officia voluptatibus ut et. Et eum molestiae consequuntur."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Iusto dolor voluptatem pariatur. Cumque optio exercitationem et. Sequi non quibusdam vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charley@feestsenger.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eladio Windler IV"], ["email", "charley@feestsenger.net"], ["password_digest", "$2a$04$sbplkottEbNP1JwkOcNUwuNqMJvczYO.0HXQsJV.bwhVnn6S9tjSO"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Minus dolorem qui voluptates aut nulla corrupti nam. Facilis vel sed possimus est maiores eum. Odit quos culpa sed dolores. Autem et rem nesciunt vel a quaerat ipsum."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Aliquid et vel. Est quidem quis quam mollitia earum unde aspernatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isaac_howell@thompson.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Russell Gottlieb"], ["email", "isaac_howell@thompson.co"], ["password_digest", "$2a$04$Z5BWK3nbToG/6Eh.RjHB1.5tILnMSz8JVOGR4GSKsufW/VrYWHq2m"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Minima ea dicta et. Voluptatum occaecati asperiores id aut repudiandae itaque qui. Id quibusdam ratione reprehenderit qui est facilis error. Nihil dolorum fuga veniam."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Ipsum voluptas labore velit ea. Ipsum dolorem quasi voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "estell@huelskrajcik.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Saul Stoltenberg"], ["email", "estell@huelskrajcik.co"], ["password_digest", "$2a$04$cxVk32QMrQlRmlOmAyWsdu3VB2lJpx/iYNSv3hxpUQEHcdskEpOhG"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Quod perspiciatis voluptate. Velit porro modi id sint omnis. Aliquid hic saepe est minima ab magnam."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Accusamus ullam debitis excepturi id consequatur ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennett.bins@croninkshlerin.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kasandra Parisian"], ["email", "bennett.bins@croninkshlerin.net"], ["password_digest", "$2a$04$arLk/EMccqHEo.7Y1F/R1eFamsBSFsUGwVLjVUkwDV1BfJCM3s4se"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Ut voluptates odit dolore quibusdam aut. Voluptatem modi sapiente tempore omnis id qui minus."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Voluptas veritatis eius quod consequatur odio at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zita.klein@gulgowskioreilly.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grace Weimann MD"], ["email", "zita.klein@gulgowskioreilly.net"], ["password_digest", "$2a$04$fVq7MzzTfqXHC75D2OWTXO0vkXc/U3kMjORRn93Qw4LaMk/TuRmIG"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Sint in laborum impedit. Et est odit voluptas nihil."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Commodi consectetur incidunt autem tempore repellendus numquam dolorum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "travon_prosacco@streich.name"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Gideon Monahan"], ["email", "travon_prosacco@streich.name"], ["password_digest", "$2a$04$W9vu5RaRpciKx0fyDsh/8OHLM3waMZgdHI7WYM3dgVCzh99ekJ/4i"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Enim et sunt earum sapiente enim ea pariatur. Non debitis saepe quam nihil. Molestiae itaque non."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Maxime beatae quam et quos architecto vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garth_prohaska@deckowbartoletti.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Cristal Heathcote"], ["email", "garth_prohaska@deckowbartoletti.org"], ["password_digest", "$2a$04$/0Ck1uGYhHg8iofwukTPB.NAMR0UUz53cEifQEPqug9HEcywoRb7O"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (2.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aliyah_eichmann@kreiger.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Alicia Stark"], ["email", "aliyah_eichmann@kreiger.io"], ["password_digest", "$2a$04$k4ALPmARhKZ6WR6nKbDp1O1J/eSRUIlcSHAgtqm2orLrxPjlFJH6W"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Eos iste sapiente dolores ipsa nobis unde. Explicabo quam qui quasi autem dolorem.", "summary"=>"Labore atque laboriosam beatae. Ducimus sit nihil repudiandae laborum dolor. Non eum sed enim quia blanditiis.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.7ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.7ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Pariatur quaerat doloribus ad. Unde pariatur optio perferendis sit ut qui porro. Aperiam officiis tenetur.", "summary"=>"Aperiam aut distinctio nisi enim neque ipsum. Enim animi consequatur et ea repellat nostrum. Reprehenderit omnis autem pariatur est qui occaecati.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 1.3ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dion@zboncak.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Euna Halvorson"], ["email", "dion@zboncak.name"], ["password_digest", "$2a$04$jgD32Ly5.vi3458XJKWL2OBaTvfoKbJ9B/4.eYJV8uvw6PZe57T6e"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Atque quasi voluptatibus alias est. Repellendus libero fuga.", "title"=>"Title"}}  (0.5ms) SAVEPOINT active_record_1 Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Atque quasi voluptatibus alias est. Repellendus libero fuga."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 20ms (ActiveRecord: 3.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Quia consectetur reiciendis ad quaerat quibusdam.", "title"=>""}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (1.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brandon.rice@wolff.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Janelle Block"], ["email", "brandon.rice@wolff.info"], ["password_digest", "$2a$04$9ouBzJTpGmjpjQzqhCCw0u9EOiXd1bHFp.o6/v2NmTyAKAIiM/0.O"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Velit blanditiis nulla. Rerum blanditiis nesciunt delectus ut quia a aut. Sit dolores suscipit doloremque. Ut in est voluptatem exercitationem."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Et sunt debitis ea. Molestias et delectus sapiente eum."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delphine@braunkovacek.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pete McClure"], ["email", "delphine@braunkovacek.com"], ["password_digest", "$2a$04$NB8G9urMTvwgTcp6lHoWw.qjonILzUZ6IdbOGbn8voggxd0rNnoUS"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Reiciendis dolor dolor et. Ab ut totam voluptas quia quam consequatur. Sint non corrupti et maxime temporibus. In rerum iusto reiciendis."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Debitis soluta impedit cumque dicta dignissimos consequatur eum. Eos molestiae et."]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.6ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chanelle@fisher.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jayde Wilderman"], ["email", "chanelle@fisher.org"], ["password_digest", "$2a$04$vmbeN72zGrsDWiRNmvFLl.dY5BOtbaebYBWQC5g1mA2SHfKo.4YW."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Deserunt et qui recusandae consequatur quos saepe explicabo. Necessitatibus nostrum illo commodi autem voluptas. Rerum qui asperiores unde. Officia excepturi illum corrupti sed ratione eos est."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Veniam earum tenetur aliquam autem. Voluptas facilis quam aut omnis ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ayana_ankunding@kuhicconsidine.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erika Marvin"], ["email", "ayana_ankunding@kuhicconsidine.co"], ["password_digest", "$2a$04$WzAFo2g.V3R1vZJciegjWeLWZJOg0A4pABsJaWEKcxrH8euMQrR22"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Pariatur commodi omnis incidunt voluptate. Quia quae et consequuntur aut assumenda atque consequatur. Et labore similique. Quia minima repudiandae."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Voluptate impedit et. Fugit perferendis voluptate. Nihil aut quis autem aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-22 22:18:39 UTC], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stefanie@homenick.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnaldo Predovic PhD"], ["email", "stefanie@homenick.org"], ["password_digest", "$2a$04$L7yQ3.5Xiqwm7x9Aj.aGRO9mjqJy1zIbsTh1/NM224nmWX5UkjNiO"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Repellendus autem repellat sed dolor tempora. Neque molestiae ut. Modi impedit atque facilis qui porro sunt molestiae."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Ratione est et provident mollitia adipisci. Adipisci sint ex quisquam provident voluptas saepe quasi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-22 22:18:39 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 52ms (ActiveRecord: 3.3ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orin_mcdermott@yundtwiegand.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emerson Hand"], ["email", "orin_mcdermott@yundtwiegand.biz"], ["password_digest", "$2a$04$CctDjVeyElMzd5c5nZPyxeuL03gt6ktm5UU4RDYYzUk7JFzR0xhm6"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilson@legros.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Koby Kling"], ["email", "wilson@legros.co"], ["password_digest", "$2a$04$W3jSkvyc1niCPeAa0NB.buqGlhF34o2o9qbzY8t8Hp2MmiThuFvBu"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Id quas nihil non hic omnis. Quos sequi sed accusantium. Aut reprehenderit modi quos at laborum. Blanditiis aut ex eos culpa est officia suscipit."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Laboriosam quam voluptates odio quaerat aliquam ut ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-05-22 22:18:39 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 3.1ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eloise_lubowitz@lemke.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noe Waelchi"], ["email", "eloise_lubowitz@lemke.name"], ["password_digest", "$2a$04$Abo3ouE5oo3PnNkRmJbGiuXoYRbW0f/fGrRY5GO0EXawWjgSvO9V6"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Ea excepturi a. Occaecati non consequatur sed dolorem."], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Sed perferendis ex amet autem rerum est. Et aut velit eligendi. Qui modi non provident."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-05-22 22:18:39 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 3.1ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.6ms) COMMIT  (0.5ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cecile Waters"], ["email", "user@user.com"], ["password_digest", "$2a$04$mwxcRliWuJutZtS0U223d.EkXc21jWqBg3j8IOs5aqzizY1G4iahi"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$uc7eQ4DKmc8l6.NONuZtHecu56IaX.8BQgRNsVl2x5/ySTgNG6FBm"], ["updated_at", 2016-05-22 22:18:39 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.4ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.4ms)  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 10ms (Views: 3.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-05-22 22:18:39 UTC], ["updated_at", 2016-05-22 22:18:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.0ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennett@vandervort.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Syble Gleason"], ["email", "bennett@vandervort.net"], ["password_digest", "$2a$04$GHujjVFRxRa9iMfeWehX4.ZvZUiExqAxaThHPIHaPFIWSeSMytPhK"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 12ms (Views: 1.6ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 15ms (Views: 1.5ms | ActiveRecord: 0.6ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.9ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-22 22:18:40 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 16ms (ActiveRecord: 3.7ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.5ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (1.2ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-05-22 22:18:40 UTC], ["id", 35]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 16ms (ActiveRecord: 4.0ms) Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 3.5ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "genevieve@kriskris.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaleigh Kemmer"], ["email", "genevieve@kriskris.net"], ["password_digest", "$2a$04$/V06Q1RfbHBTpxzwaSsWxO3ec738yxhDWKLlNb3GP0IaA8cYoWCjy"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Quia libero suscipit aut. Sunt inventore asperiores aspernatur corporis et labore eveniet."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Optio et inventore qui recusandae totam et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "santa.hackett@jenkinsconnelly.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pat Heaney"], ["email", "santa.hackett@jenkinsconnelly.co"], ["password_digest", "$2a$04$kZ2yY2u0rjHsv0dVeyowm.UENpE3z535PaEQX3cJlRVEM4lXHd4pG"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Est praesentium non dolores voluptas enim illum. Unde quo quisquam. Perferendis odio nam."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Laboriosam nihil exercitationem provident qui. Non aut in eum a."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gayle_daniel@dietrichstanton.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hyman Moen"], ["email", "gayle_daniel@dietrichstanton.org"], ["password_digest", "$2a$04$/aGIgBHu0/S18yxbm75r1.mMppA50aHHUGtctKaY0ubAy1R6GQn1q"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Repudiandae reiciendis dicta dolor maiores cupiditate rem. Quo ullam asperiores error qui est atque sint."], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Nesciunt veniam et consequatur. Quos provident sunt rem quaerat et ducimus in. Voluptate impedit eaque."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (1.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-21 00:00:00 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["id", 37]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 40ms (Views: 24.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (4.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayme@botsfordtremblay.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hoyt Zieme V"], ["email", "jayme@botsfordtremblay.biz"], ["password_digest", "$2a$04$jWKcOO8hEU0lQP6afxY0xuDwOVcH9AqW6EtEC6HXMhzxQGXAZtfJu"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Quia esse qui non distinctio blanditiis est. Excepturi quia quidem laudantium ut explicabo adipisci repellendus. Ut accusantium expedita quia omnis. Labore beatae quis ut repellat temporibus atque."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Molestias voluptatem facilis natus alias facere."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmelo_beer@bechtelarfadel.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hortense Parker"], ["email", "carmelo_beer@bechtelarfadel.info"], ["password_digest", "$2a$04$20xWazpVtLaIeTpOdQmC7usEcm0grt0soiGEhkimdvgiVEwh2Vuja"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Laudantium tempora cumque. Illum neque eligendi quaerat ipsam culpa voluptatem accusamus. Assumenda voluptas sit quasi."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Asperiores magnam ut et voluptate."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fernando.lueilwitz@simonisdicki.info"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heidi Smitham"], ["email", "fernando.lueilwitz@simonisdicki.info"], ["password_digest", "$2a$04$Na3p4D0.tQwA81Yhg7nqSeHjnwFtG0nQ.5qSlQK2Vnkce6u.rhwJG"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Aut molestias aut quis vitae. Odit minus tempore. Repellat voluptatibus vel sunt."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Sequi voluptatem et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karina.rath@cole.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eleanore White"], ["email", "karina.rath@cole.biz"], ["password_digest", "$2a$04$70p6nxtBDL/25OLJviJzf.WJqmkr2NFdYLnaH9.1OI/idXoU6uwXy"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Corporis consequatur sunt voluptas inventore distinctio eaque. Natus corrupti iure quas qui aliquid. Qui dolores ipsa. Hic soluta quia amet."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Repellat dignissimos doloribus quasi ea omnis sint eum. Eaque eum minima in laboriosam et ut blanditiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ward@schowalter.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tom Bechtelar"], ["email", "ward@schowalter.info"], ["password_digest", "$2a$04$.L/pDv6WAhIaAhv5QcxffOuKWGaETYAsyJ5u430ROV9ibj7zWXX6e"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Fugiat blanditiis et quibusdam dolores. Quos et occaecati et voluptas doloremque."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Atque laudantium omnis voluptas deserunt ipsum. Officiis aspernatur quo expedita. Repellendus rerum blanditiis repellat fugiat voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joany.daniel@davis.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adele Stamm MD"], ["email", "joany.daniel@davis.name"], ["password_digest", "$2a$04$YF9rHHXTR/roz.yZRSMMD.iM1GG3p4vynQCGyoInOaYYG4qzhHOK2"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Est exercitationem magni voluptas quis nostrum. Quia culpa voluptatem consequatur corrupti quo. Consequatur ipsam et quaerat sit labore. Voluptas minima eveniet commodi."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Corporis a ut. Quia quibusdam est architecto error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelica@conroy.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Martina Gusikowski V"], ["email", "angelica@conroy.org"], ["password_digest", "$2a$04$NYTKscMmGcNmWx0Z6RpO8ODRkGSdSXFNBvyt77Pdm0Igzgd.7ZXSO"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Eveniet sed maiores aut est quas consequatur. Laborum molestias sint."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Totam magnam molestiae non placeat sunt et laudantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bianka@wolff.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ashlynn Conroy"], ["email", "bianka@wolff.biz"], ["password_digest", "$2a$04$J5cNCnvFwXdwOtYPIOvNwe0FaJQL/lx5PgJHSDufcKpfSXejMvW7K"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Ullam commodi sit ut ipsam laudantium aperiam. Voluptatem dolorem quia. Qui quo beatae."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Quis et architecto laborum magni sunt ut. Necessitatibus aliquam assumenda libero. Tempora repellendus sint molestiae aspernatur est et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosario@prohaskaolson.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willard Grady"], ["email", "rosario@prohaskaolson.com"], ["password_digest", "$2a$04$sVB7CHZ80wsJscs/08z2h.LAZivQVS4t..GCpQVQ/G3xnUO0pXP/q"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Libero eos consectetur. Et ut nostrum dolor voluptatibus."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Et eaque itaque magni."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ozzie@flatley.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Geovany Dicki"], ["email", "ozzie@flatley.io"], ["password_digest", "$2a$04$jNF.EQ7Qjl405V0.eVP5neBUkQkh3dAI/mvU4dWPZegUnx8mVQjra"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Illum quam quis possimus ut et nulla incidunt. Earum adipisci sint facilis impedit est. Ad molestiae sunt quis ut."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Odio veritatis enim similique. Corrupti quis culpa. Inventore sunt sequi in nemo voluptate deserunt ipsa."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lexi@cartwright.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Angelica Jacobson DVM"], ["email", "lexi@cartwright.info"], ["password_digest", "$2a$04$K/rJx.VEXDuSE6meppvv/OydR.d0WI/sfsSoETwaennRSRXkyHP/S"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Unde assumenda iusto provident iste. Dolor quae deserunt."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Eligendi sit voluptatem voluptas temporibus. Et ex ad sapiente et natus quibusdam alias."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeramy_smith@murray.io"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Evie Hettinger"], ["email", "jeramy_smith@murray.io"], ["password_digest", "$2a$04$2OEouvlaslCgwZbZN76tPOncHydGW5onW96EjwWuOZq9exN.Ul.Ye"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Quis omnis accusantium et esse ratione sed praesentium. Cupiditate eius sit officia quis cumque sed. Eius ea qui repellat tempora ab sed."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Quisquam eum eaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mallory.denesik@smitham.co"], ["LIMIT", 1]] SQL (2.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cayla Kris Jr."], ["email", "mallory.denesik@smitham.co"], ["password_digest", "$2a$04$R/92ptV2dicFfy/rT7whkuTIliy9OHzS92Pt7Vb93Vy4glX7r84Jm"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Distinctio nihil dolor rerum et exercitationem sit. Veritatis numquam nihil maiores. Soluta iste molestiae eos."], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Inventore rerum ipsam incidunt. Officiis minima unde."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.9ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (1.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.6ms) Completed 200 OK in 58ms (Views: 18.2ms | ActiveRecord: 5.2ms)  (1.1ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juanita@kuhlman.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Unique Walter"], ["email", "juanita@kuhlman.io"], ["password_digest", "$2a$04$vxUQPShvodra1GhnsdDyF.Tzni5uiuUDdm9KRsnvbhTaoDa5VvKuu"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Quaerat quia optio sed. Facilis quae dolores aut ipsum in. Sint dolores consequatur nesciunt omnis voluptas. Ut officia quibusdam aliquam assumenda eos illum."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Tempore sed facere. Velit fugit sit."]] SQL (1.2ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ada@dooleyheathcote.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arlie Lockman"], ["email", "ada@dooleyheathcote.co"], ["password_digest", "$2a$04$m/c83GCQKjPUMzvrn/lmPeuvi7lxeSJXdSKiHBFCiNWLef2UttdWu"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Totam impedit soluta. Voluptatem doloremque iusto eum quos odit esse. Neque sed quam nemo."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Quos soluta rerum quaerat quas numquam esse."]] SQL (1.0ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "martina@koepp.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Telly Klein"], ["email", "martina@koepp.biz"], ["password_digest", "$2a$04$5hvBXWx5I4SQb8hTNYriQ.72e6.fKOeroQ9e8fguCHNZqqKmEta2S"], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Enim repellat mollitia suscipit deserunt nemo. Aspernatur natus laborum id."], ["created_at", 2016-05-22 22:18:40 UTC], ["updated_at", 2016-05-22 22:18:40 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Esse expedita aperiam repellat. Quasi voluptatum enim non laudantium est. Sed ut harum non ex."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arno_harvey@runte.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Turner Bruen"], ["email", "arno_harvey@runte.org"], ["password_digest", "$2a$04$lE5R0uG1FfwPbERCwYndaOe/dfqCRcnt00qUuOP1LGldkb.OBpXhm"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Est ex non. Repellendus velit veniam quaerat debitis enim. Autem nihil ex."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Cupiditate quis dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (1.0ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-20 00:00:00 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["id", 52]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 1.3ms) Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roma@mosciskischroeder.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garry Braun IV"], ["email", "roma@mosciskischroeder.net"], ["password_digest", "$2a$04$/VRe8O6kqd9DmrJ/sxVtGuybCjrqzmxXqazhaRoAm51G3xhR0pyzW"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Ex occaecati ipsum id maxime consequatur molestiae et. Eligendi voluptas fuga commodi aut voluptatem. Et illo molestiae."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Blanditiis quis aut quasi. Ipsa rem sunt laboriosam hic exercitationem magni eum. Delectus omnis aut aliquam sit nisi."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isabella_sawayn@emmerichmckenzie.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Prudence Parisian"], ["email", "isabella_sawayn@emmerichmckenzie.info"], ["password_digest", "$2a$04$MrySrU6VnaHldvCNMGWrVOh/PZ8YFMabC61g08x47bevmBMthve5a"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Harum placeat quidem occaecati libero eos. Porro fugiat soluta labore autem."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Voluptate cumque deleniti iusto dolorem error maiores ab. Fugit quasi et esse."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aunta@nienow.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Meaghan Green"], ["email", "aunta@nienow.net"], ["password_digest", "$2a$04$lKhQIzYEgcgDjnc44nt.G.JOimXtTBE3OmzXSIQZfaMpvLENMYnNi"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Consequatur eaque ipsum ab iusto aperiam dicta voluptate. Eveniet enim culpa porro et earum magnam. Possimus dignissimos excepturi temporibus incidunt ut neque. Beatae eligendi quaerat rerum accusantium voluptatibus."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Aut pariatur molestiae reprehenderit repellendus illum tempore voluptatem. Aut doloremque qui qui."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eugene@christiansen.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Newell Carter"], ["email", "eugene@christiansen.net"], ["password_digest", "$2a$04$KPhxeO7yoDUH/sOitP9BEeZBdMH7bN0dlF5RvKtV4epcdcnGrluZC"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Suscipit quibusdam et animi eum. In praesentium eum dolor est non et."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Molestiae reiciendis sunt dolor ut soluta in nesciunt."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "letitia@monahan.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavon Goyette DVM"], ["email", "letitia@monahan.co"], ["password_digest", "$2a$04$kYuX67dPfa9fR6NKCPxcNuyTP3OggbTcMzpn3kj/MiugWgBxLjZo."], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Adipisci laudantium voluptates qui. Voluptatem ullam vel eos quia."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Beatae error et. Placeat fugit dolor corporis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orin_toy@keelingcole.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Electa Durgan"], ["email", "orin_toy@keelingcole.name"], ["password_digest", "$2a$04$GaNMFUyf1sDP8IlxMhqRTeaEgu/DHOZNvEYkMPMMRqAAnW1Nqrha."], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Ipsum beatae praesentium minima qui et sit eos. Eligendi ex magnam tempora natus et et. Est modi neque iusto deserunt accusamus ipsa. Magni ipsum voluptas sed."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Vel enim dolorem unde optio omnis molestiae voluptatem. Atque voluptatum doloribus in."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brenna@glovergrady.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elroy Orn"], ["email", "brenna@glovergrady.net"], ["password_digest", "$2a$04$ikASfgrZFBcfv0moAVd7QuS4x8CbhifSl83FVfTAvuow9YGvaRhOS"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Id voluptatem velit sed quae debitis velit. Quae eligendi ipsum consequuntur ut. Magnam dolor fugit beatae esse omnis."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Voluptatem sed pariatur."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eliezer@grady.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosalia Leuschke"], ["email", "eliezer@grady.net"], ["password_digest", "$2a$04$XlGyHS71NFM3us3YGxMqU.2yVDwzuPO6qehvYjW2euB78iouuV/Y6"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Rerum rerum porro. Provident voluptatem et et nisi ea sed."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Fugit molestias quod dolorem aperiam animi. Enim ut necessitatibus cumque quaerat. Deserunt dolor atque."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kameron@hodkiewicz.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kathleen Heaney"], ["email", "kameron@hodkiewicz.net"], ["password_digest", "$2a$04$cHA7CIkPMLxpURDBRIRlyeP0PGB1/Iwir/zCLFx8btBZbJATUEBWu"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Et ab facere autem qui et sed. Voluptatum enim tempora eum excepturi quis."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Animi incidunt earum et ducimus consequuntur. Ipsa ut id perferendis aut nobis officia et. Dolores aut officia odit."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maybelle.marvin@windlerkirlin.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tomas Sauer"], ["email", "maybelle.marvin@windlerkirlin.biz"], ["password_digest", "$2a$04$JYrWsbDWMJeGZJS6RgXs.eEdL4zh2TY7.iiZNNgB5wOGw3daSp1oa"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Voluptatem error amet nobis esse eum dolorum velit. Ut dolorem recusandae. Totam consequatur iusto nulla est nostrum ut placeat. Consectetur cupiditate iusto."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Asperiores dolore animi eum aspernatur repellendus non consequatur. Aut laudantium a cum dignissimos est. Quia voluptatem similique tenetur ut sequi debitis."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "floie.stracke@swaniawskiwillms.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sally Mayer"], ["email", "floie.stracke@swaniawskiwillms.biz"], ["password_digest", "$2a$04$l13Ext3/GIW2ee9y7CP8PupKoJmnI4isjUNyQlGgXvvxW.SDNOc4a"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Enim fuga dolorem delectus provident. Quae impedit consectetur pariatur esse ex molestiae et."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "A repudiandae voluptate cumque ut quo dolorem."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "muhammad@hills.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roberta Swift"], ["email", "muhammad@hills.biz"], ["password_digest", "$2a$04$4Vvlo/fPjmW20q6NRL5Aqu.kktEkXRI20uZU.OwT1QgZNso6s2VBC"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:41 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (18.8ms) Completed 200 OK in 352ms (Views: 349.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:41 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"muhammad@hills.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "muhammad@hills.biz"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$AtCevEjnLoNjYrko11cPA.wBcI70fR50RGnVkjzLNE2k6TNrqXWXq"], ["updated_at", 2016-05-22 22:18:41 UTC], ["id", 74]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.6ms) Completed 200 OK in 42ms (Views: 33.5ms | ActiveRecord: 2.1ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chandler@schowalter.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Axel Stiedemann"], ["email", "chandler@schowalter.name"], ["password_digest", "$2a$04$rFbAEofGIFxC/Xk1m.aDLOoNtVlkAskYWUpgAf8ncMR4lFdzOw.om"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Vero dolores pariatur eveniet commodi ullam totam nobis. Odit doloribus quo repudiandae voluptas. Repudiandae dolores atque a perferendis."], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Maiores a voluptatibus eum suscipit tempore numquam harum. Perferendis ipsa ut. Vel est sint doloribus nam qui et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (28.9ms) Completed 200 OK in 49ms (Views: 38.1ms | ActiveRecord: 3.9ms)  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bobby.bogisich@lang.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leonard Franecki"], ["email", "bobby.bogisich@lang.net"], ["password_digest", "$2a$04$H/thRoPZ5gm72SjwuyWXfO1p0dreLAwkcyQytv.BsjR0uEM/shIjq"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:41 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:41 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"bobby.bogisich@lang.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "bobby.bogisich@lang.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ARXW7rr4yMr7d0eqnsAKEOJtAGXeeLUHp1utKUpYbrnvbOQu2v1JW"], ["updated_at", 2016-05-22 22:18:41 UTC], ["id", 76]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.5ms) Completed 200 OK in 26ms (Views: 20.8ms | ActiveRecord: 1.8ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "letitia@buckridgethiel.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassandra Stracke"], ["email", "letitia@buckridgethiel.co"], ["password_digest", "$2a$04$cHZqHRv2FNPbh419Zdi7puFZ7Gaf78ZFlLQCe4hAV3tZaqfrVWng2"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Et natus ut laudantium eaque at. Mollitia impedit non ratione dolores illum modi. Sint molestiae at cumque voluptatem. Numquam voluptatem cumque."], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Ducimus voluptatem qui odio eum id aut. Totam exercitationem illo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosalia@yundt.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ariel Rath"], ["email", "rosalia@yundt.name"], ["password_digest", "$2a$04$KnM//0gE6tbDfXSH25jPdOpl.dhuPo2bledts3vNWPG0VwvlTzJpi"], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "In ut sed voluptates quae. Autem omnis debitis inventore voluptas aliquid. Modi dolore esse unde. Sed et voluptatum nulla eos."], ["created_at", 2016-05-22 22:18:41 UTC], ["updated_at", 2016-05-22 22:18:41 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Non enim quia mollitia dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mollie.yundt@reynolds.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brendan Boehm"], ["email", "mollie.yundt@reynolds.io"], ["password_digest", "$2a$04$/jgQ3WQv3jGKdEPaC6GfsemgkYNleCph6omDcceQYAJT98tA2NvW2"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Dolores quis occaecati quia sint ipsam. Saepe ea facilis quasi. Voluptatem exercitationem occaecati."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Asperiores et totam dolores unde eum est. Incidunt reprehenderit itaque amet. Perspiciatis eveniet fuga magni vel autem ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cooper@ritchie.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Salvador Moen"], ["email", "cooper@ritchie.name"], ["password_digest", "$2a$04$KG.aqr0NGEvffV6FKFiqU.FYk7WTTnZmTd8f/UPTwB/sxPsgkbYGq"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Aperiam doloremque corporis est harum quis rerum porro. Aut nostrum et dolorem laborum dicta."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Quis blanditiis sapiente pariatur iste corporis sunt rem. Eum ut architecto. Quod at sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ocie.padberg@mrazfranecki.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Susan Nader"], ["email", "ocie.padberg@mrazfranecki.co"], ["password_digest", "$2a$04$HOlvjGwH5277S9j.p3/vGezqIfe4V9pN2BOHV.BSQfr2lermOwfKy"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Non ipsam doloremque quibusdam non et quaerat et. Qui maiores et voluptatem minus qui quia. Maiores mollitia possimus sit beatae sed eos fugit."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Earum ducimus velit sequi fugiat autem quidem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "velma@kris.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamel Rice"], ["email", "velma@kris.org"], ["password_digest", "$2a$04$4.bMpzk2yxD/Ivcmg3ZnGuN4pkbYQXKWuarlMK0mGQLNDqjHHp.a."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Aut ab exercitationem. Sequi assumenda quia. Sit cupiditate debitis. In eos adipisci asperiores et."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Atque dolorem necessitatibus est aliquam aut. Pariatur porro tempore amet optio voluptate odio. Officiis molestias omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonia@davisokeefe.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jabari Erdman"], ["email", "antonia@davisokeefe.biz"], ["password_digest", "$2a$04$rWvl5XeEsl1LBkm8b3rIve02HCfJaOAmy4WINWBx.8rqFAPpve0Jq"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Nobis aspernatur dolores atque quisquam nisi est. Non dolor ex quia. Non ea maxime dolorem."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Necessitatibus qui aut maxime unde. Hic nesciunt iusto amet aliquid et possimus enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ida@stanton.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mya Reynolds"], ["email", "ida@stanton.net"], ["password_digest", "$2a$04$yE.or5hTfrC58YplfmJSZ.0B9l0zXN1rsRsmgFDkfLagK1CAftuba"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Sed ipsa quia debitis ipsum. Quia iste nesciunt ut. Eum sunt et. Vitae consequatur modi."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Quaerat et fuga nam sequi voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "therese@hilll.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elyssa Grady"], ["email", "therese@hilll.info"], ["password_digest", "$2a$04$67j6EYLM4vkwXldUrU0vE.xlkcMn9oqSr94dE7ZDwHUmpydSRFlYW"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Velit sit aut asperiores rem optio praesentium incidunt. Unde omnis pariatur quia qui. Labore nisi ea expedita exercitationem. Iste error vero nihil aut ea."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Dignissimos occaecati velit amet optio odio totam quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zion@mayer.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meagan Reilly"], ["email", "zion@mayer.net"], ["password_digest", "$2a$04$DYBXZTNjlGQnjrUzcnmTU.9TiwJxx22MofT7iWhn7WUZ8iVp4qibW"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Necessitatibus nemo atque praesentium. Et quo commodi odit consequatur atque error cupiditate. Accusantium blanditiis suscipit voluptatum ea explicabo earum cupiditate."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Fuga consequatur ullam. Est dolorum neque beatae aliquam dolor enim rem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "floyd_blanda@bashirianjacobs.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gerson Reilly II"], ["email", "floyd_blanda@bashirianjacobs.com"], ["password_digest", "$2a$04$WybV0KP2/97JWVLPiucoI.7OxUMio50XaFtzxAYVOpLjs7XXGNWqi"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Ipsa rerum quisquam dolores amet aspernatur. Sed illo cum similique. Ut distinctio eum. Aut maxime corrupti corporis laboriosam commodi quam."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Veritatis sit labore eius adipisci. Voluptas et qui accusantium odit cumque in et. Ullam asperiores perspiciatis ex est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "buster.wiegand@nader.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Abby Powlowski"], ["email", "buster.wiegand@nader.info"], ["password_digest", "$2a$04$fuBJG3CJmlQzZdF5TRjxpu1slh9Ky3.3VeQJRqVhOjtNaOQTCPDXe"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Eum dolores voluptatem esse consequuntur. Et itaque mollitia deserunt modi odit."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Ipsa ducimus tenetur quasi rem iusto doloribus nihil. Vero aliquid nulla molestias. Culpa est deleniti at accusamus sequi facere occaecati."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ophelia_wisozk@schultz.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelton Kris"], ["email", "ophelia_wisozk@schultz.com"], ["password_digest", "$2a$04$7Gfhx5o/koYE3nuO2875qeGaUk.IoX5f54dSGk/XmhNPIU1F84TLi"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Voluptas delectus dolor incidunt eligendi excepturi. Qui et labore impedit. Aliquid rem veniam quisquam repellendus."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Dignissimos eum laboriosam blanditiis saepe aspernatur molestiae itaque. Nam dolores aut perspiciatis laudantium ut dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexzander@harriskertzmann.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Santos Runolfsson"], ["email", "alexzander@harriskertzmann.name"], ["password_digest", "$2a$04$ZpzXcU62..u9m4k1FRxrE.s6TvoLH2ikYi34PbgtXQ.W/PwEb6M/q"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Ut omnis voluptas quo et qui et. Eos labore optio hic."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Itaque dolorem consequatur magni."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "violet@huels.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Violette Padberg PhD"], ["email", "violet@huels.org"], ["password_digest", "$2a$04$LrsIrJbMnwxPwuBf.uEqKuwusmy4duL5q3qj888bTncvgT7vulANu"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Ratione praesentium non natus. Labore ipsam molestias nihil aut temporibus earum."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Voluptas fuga sunt et non ex. Eveniet porro sint exercitationem ducimus illum cum nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "athena_swift@langworthcummerata.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eudora Grimes"], ["email", "athena_swift@langworthcummerata.biz"], ["password_digest", "$2a$04$l.au5BObe9sVYoJW5ERVMe9cLEsz1LVhbgkvdnai9mKrIl56mowq2"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Voluptate quia necessitatibus placeat similique. Et est qui. Consectetur ea voluptas id nostrum harum."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Quos mollitia ullam corporis aperiam dicta vero rerum. Quia eos quas. Odio quaerat cum quia magni placeat laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lilian_hermann@kozey.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evie Bechtelar"], ["email", "lilian_hermann@kozey.info"], ["password_digest", "$2a$04$p4S1VHIhXGyCbFZigZBQA.wrDeWtZxH0WL7o86HWL9AplHbDbW4Q."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Aut voluptas blanditiis ut esse. Aliquid eligendi vitae error sint est quidem et. Rerum non mollitia. Alias velit nobis voluptatibus."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Eum error debitis. Ab minima dolorum aliquam qui et ipsam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lucile@marksdare.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margaret Kunde"], ["email", "lucile@marksdare.name"], ["password_digest", "$2a$04$uM15a.6T5kl65i2yyXHjOODdnm3XY6.MpxGI7d.bjEajlgEbTlzqK"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Qui debitis ut explicabo dolorem est ut. Quam quia dignissimos."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Qui natus minima."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johann_wuckert@emard.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shaylee Thompson"], ["email", "johann_wuckert@emard.net"], ["password_digest", "$2a$04$5/lf7NNe51pTHbS2EjyDkO6uMytuIg2ydmcFWMuvbOcJcYKwt1rLm"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Esse non nostrum minus. Est libero minus maxime et quia occaecati eum. Eum amet quia nihil et est."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Delectus qui consequatur incidunt. Natus officia sint dolorem nemo hic."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anahi.mcdermott@thompson.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Levi Armstrong"], ["email", "anahi.mcdermott@thompson.biz"], ["password_digest", "$2a$04$uAZRgg5iJsdVtvdsT1jiwexPYiTkcxE.6J4nQpOO571txCpo8XqQO"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "In sunt sed voluptatibus dolor. Quaerat rem perspiciatis. Voluptates et nam debitis minus aperiam illo optio. Optio voluptates sit harum consectetur."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Distinctio laborum voluptas voluptas eos minus expedita iste. Ea id quia tenetur nihil voluptatem laboriosam velit. Laudantium repudiandae eveniet dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bailee.fisher@douglas.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Paxton Johnson"], ["email", "bailee.fisher@douglas.com"], ["password_digest", "$2a$04$ZjRvntdWM/7a8frO./xL3eVMehTJP7XEHckHv4AIPb6smVi8fnD8q"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Ipsa atque eum voluptatem et molestiae. Laborum dicta excepturi quia sint laudantium. Incidunt ut ratione et accusamus quo."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Est eaque velit magnam corporis ea similique. Consequatur officiis quisquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeromy@gottlieb.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaleb Parisian"], ["email", "jeromy@gottlieb.org"], ["password_digest", "$2a$04$3Je0UiScW2mTxjzl27qZi.G8Clw2ecPET80Jv4LcSumWVKxBEOwmK"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Nihil voluptatem sit ipsa alias. Incidunt qui ullam ea. Rerum minima perspiciatis maxime."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Ullam at qui repellat enim aut rem earum. Sed quo illo et et et occaecati. Sapiente labore facilis quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evalyn@gutkowski.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pauline Bahringer"], ["email", "evalyn@gutkowski.net"], ["password_digest", "$2a$04$eVxZgC3qtiwDVDojk4ZkgueUG7ePmD.OetAfGlXzb7dbN27T63f7m"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Quam sint ut. Et odio dolorem. Culpa iusto voluptate quidem. Error enim dolor deleniti doloremque minima alias."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Et dolorem facilis velit voluptas. Illum sed cum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorian_moen@hartmann.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Seth Krajcik"], ["email", "dorian_moen@hartmann.net"], ["password_digest", "$2a$04$iC2VHuYReh38FzQZB7ZMVOpz7iHR3zZ3n3zFgX46Ww9wXf4PPAi06"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Et aut tempore consectetur fugit nulla. Error neque et. Ipsam amet dolorum officiis quas aut aspernatur."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Autem quia ducimus vel. Quia voluptatum eaque distinctio rerum. Et consequatur iusto est quasi aperiam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lloyd.blanda@prosacco.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Junior Haag"], ["email", "lloyd.blanda@prosacco.info"], ["password_digest", "$2a$04$jZMN2sOyIo2/UXfk.Tw7IuLppHyeiAI8eRtyYe24Fw9rix8WNN0Qu"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Illo asperiores ut nemo dolor. Voluptatem corrupti saepe dignissimos. Sint culpa quo ab et."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Officia harum aut incidunt. Repellendus quidem qui. Sint tempore vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caesar@breitenberg.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darwin Pfeffer"], ["email", "caesar@breitenberg.biz"], ["password_digest", "$2a$04$xeQTaMD7Cj1I0Y9R926wTO75rdzmMLTGSAOAQlI1xOUOWevTGSzIC"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Sunt totam cum consequuntur. Qui iusto voluptatem earum inventore tenetur rem. Repellendus ullam eveniet. Omnis ut possimus error est."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Non quo quaerat eius aliquam consequatur."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (180.5ms) Completed 500 Internal Server Error in 187ms (ActiveRecord: 23.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raven_buckridge@wiza.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carmela Hettinger DVM"], ["email", "raven_buckridge@wiza.com"], ["password_digest", "$2a$04$dfefvMgeTyvndA8zhXFDZOsV9AI3v7Z8kike3s9wVt7KMWTTPa07i"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.2ms) Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"raven_buckridge@wiza.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "raven_buckridge@wiza.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$dIwbuOnoj0/5QnnIoCoUYOQ2vfMqtqbHcuKB6BYqpKwdUm78EKYWG"], ["updated_at", 2016-05-22 22:18:42 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 20ms (Views: 14.3ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dino@paucek.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leland Spencer"], ["email", "dino@paucek.org"], ["password_digest", "$2a$04$K4/bn/P4MB9oLA8reWXAtOs6sBID6CtYmaNPBn2nrwYcbfRbr.Oy6"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Quasi rerum voluptatem voluptate et est. Quo vero voluptatem tempora. Est quia quam sunt expedita reiciendis quas. Quia earum distinctio dolor dolorum quasi tempore mollitia."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Ipsam occaecati modi exercitationem sit. Illum nostrum quia aut natus. Saepe aut numquam eos repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "granville.daugherty@homenickbernier.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trent Wolff"], ["email", "granville.daugherty@homenickbernier.net"], ["password_digest", "$2a$04$c9dWPo81YdFOLYnpWFIh9e5fRzV/50tGxB.LiS8VxxdqFYwgvC1r6"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Iste accusamus aut vero ipsa voluptatem porro id. Et nemo omnis ea. Aliquam ut veniam rerum quis repudiandae maiores reprehenderit. Cum quis qui ut."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Tenetur reprehenderit ipsa. Quia voluptatem fuga quasi id. Dolorum ea omnis voluptatibus corrupti numquam dicta nostrum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elsie.goodwin@ruel.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rossie Prosacco"], ["email", "elsie.goodwin@ruel.net"], ["password_digest", "$2a$04$IpdDdlEaMzLhIDWVY3NRO.eGR2tCjTe7kbxSVxLvlhSgZGReplx3u"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Inventore odio quas. Et placeat tempora rem omnis aliquid sed. Veritatis iusto debitis. Esse sequi perspiciatis et."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Enim vel aspernatur corporis. Laudantium qui sint repellendus odio dolorum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "felicity.herzog@bosconitzsche.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Scot Homenick PhD"], ["email", "felicity.herzog@bosconitzsche.name"], ["password_digest", "$2a$04$LmrWH4/PvwprpaNNn.CSkeZ2X/ITOrZE2g1fCTEFag.awuYJiR.sa"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Porro sit eius ab fugiat perspiciatis alias nobis. Omnis fugit enim voluptates aut veniam quaerat eos."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Aut voluptatem velit quis dolor nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abigale_leannon@terry.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edwardo Kris"], ["email", "abigale_leannon@terry.net"], ["password_digest", "$2a$04$PcBXznjIle0qzUE1Hh7Lk.3aqY2sRmbFOAazUyH4vpdMugBPRUCNu"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Fugit est doloremque voluptatem. Qui sequi nam voluptatum necessitatibus ex. Sunt beatae mollitia. Vero maiores quasi laborum sit nam."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Ipsum tempore qui molestias est libero magni. Eos tempora rerum dolorem debitis minus inventore. Voluptatum enim veniam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jakob@schulist.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ottis Weber"], ["email", "jakob@schulist.io"], ["password_digest", "$2a$04$/hnkYtk6dmiwKCqogvgcheYEdCL4ZD6tIE1Y4EQ372UXnytk3OeeC"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Distinctio cum explicabo voluptatem quis aliquid. Aut debitis consectetur."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Dolorum et ut sit est dolores. Iusto assumenda maiores. Qui alias vero."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deangelo@kilbackwest.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Waylon Price"], ["email", "deangelo@kilbackwest.name"], ["password_digest", "$2a$04$YgeJoT9OHvXzkHSdJ8.fbusOUaX3o1besQy0LOl2DDs59WM1HTzly"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Sit quisquam iure. Qui dicta est modi. Rerum et ut quis. Laboriosam sit blanditiis tenetur."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Laborum dignissimos ex dicta. Eveniet cum et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kyla_wolf@lebsack.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Rosalee Sauer"], ["email", "kyla_wolf@lebsack.biz"], ["password_digest", "$2a$04$zT4j7TJoFS4fHQBh/YfyEuE9CBcJFeXR8BFXxf1SnzAfL.4WQg8Z6"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Aut dolores est ratione consequatur unde nulla. Eos architecto aut nulla labore id similique reiciendis. Cumque eum numquam dolorum cupiditate dicta voluptas."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Molestias eum laudantium similique quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alycia_schaden@oberbrunnerpacocha.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rodrigo Vandervort I"], ["email", "alycia_schaden@oberbrunnerpacocha.net"], ["password_digest", "$2a$04$T0XLYz9.6GCpmxctBJYynu2P6o9liIRVYWPRft07C5IgDHgUZTmpm"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Et voluptatem sit quibusdam totam delectus sint labore. Sit rerum qui et similique dolor."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Veritatis voluptas est et quam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alena@kunde.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cyrus Padberg"], ["email", "alena@kunde.biz"], ["password_digest", "$2a$04$3zGpptMv1JqvXSTDvkTQgukQ8xgCB4Ifwwj/XKNkYlKr1YB/jfeVK"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Aperiam velit hic sed natus nihil. Voluptatem neque non debitis rerum quia. Dolores praesentium sit. Suscipit omnis quia eius laboriosam."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Molestiae rem mollitia. Reprehenderit natus impedit harum. Qui amet corrupti suscipit doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernadine@franeckirath.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Zaria Luettgen"], ["email", "bernadine@franeckirath.io"], ["password_digest", "$2a$04$gTqSYAZSyRIXVHMaddjzUOkWv96byKxQOu1Q8FvfhMg9TiwMmxa2m"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Ipsam id qui voluptas laudantium excepturi. Omnis laudantium natus culpa fuga animi. Tempore a qui. Sed neque cumque ut ipsum eaque qui aut."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Dolor quidem et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roma@hirthekihn.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Roy Barrows"], ["email", "roma@hirthekihn.net"], ["password_digest", "$2a$04$jDenSY3v3SQHdxCVrBxX3uB31nDSTkWkHpnaVhxa.IR/6Kgbv6F46"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Qui ad ipsum libero accusantium ab et. Beatae velit nostrum incidunt omnis facere deleniti. Minima deserunt corporis eum qui."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Fugiat perferendis quia porro esse. Sed qui molestias voluptatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorris.kirlin@waters.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lessie Sanford"], ["email", "dorris.kirlin@waters.name"], ["password_digest", "$2a$04$SsEtIyQAw9jZphkiKs85buBt90aI4yIZ6BduXG.nrh6Ig10i/cDra"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Veritatis amet doloribus eum accusamus qui. Magnam voluptatem itaque corrupti asperiores aut aut in. Delectus illum quaerat id eum."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Nulla voluptas sed necessitatibus omnis et corrupti adipisci. Illum qui numquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shany.bosco@brakus.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Camron Tromp I"], ["email", "shany.bosco@brakus.io"], ["password_digest", "$2a$04$s.nsWUluqYUL27CAgGU7pe.lLWNxasoZ8h3AiU6McF0mx/nRX3i3C"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Itaque aspernatur reiciendis corporis praesentium odio rem similique. Et aut vero assumenda neque. Reprehenderit sed ut."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Aut dolor provident quam iure. Ipsum non qui explicabo. Quia ipsa ipsum ut vero."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxine@kundeankunding.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Braden Willms"], ["email", "maxine@kundeankunding.biz"], ["password_digest", "$2a$04$D6Q12OYUkLnARdmRJanvauP2Tr0HQnCbKl8gmDmz0nQ8lxeFTa9ei"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Eligendi voluptatum dolore. Temporibus in magnam sit omnis exercitationem quo et. Nulla recusandae rerum enim est ex voluptatem sed. Officiis est sed sint."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Velit inventore quibusdam et qui architecto veritatis. Voluptate sit est tenetur earum consequatur. Quidem ut et placeat rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mabelle@marks.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hanna Willms MD"], ["email", "mabelle@marks.name"], ["password_digest", "$2a$04$RHmZu19P070tQCrV5N/voeEniZQvDr//9WLKG2jgIDsjR.IEIl62G"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Id dolorem culpa. Libero dolor illum quaerat enim laborum exercitationem. Ut est vero et dolorem dolores."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Quaerat autem ut maxime perspiciatis provident. Nihil doloremque reiciendis consequuntur voluptate. Voluptatem consequatur eius molestias beatae et totam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dane.bogan@turcotte.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rhea Schroeder MD"], ["email", "dane.bogan@turcotte.co"], ["password_digest", "$2a$04$ThojxLL4IpHV9x7fdgQREOBk.RDSr67BZ9AD7O9Yvuy8s5StDKCiW"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Vero et occaecati consequatur sed. Odio in autem culpa dolorum est explicabo deleniti."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Magni voluptatem commodi architecto et harum facilis voluptas. Earum et culpa sed totam. Enim aut delectus similique ratione debitis porro qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bradford@davisankunding.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Bell Bashirian"], ["email", "bradford@davisankunding.org"], ["password_digest", "$2a$04$7aW3t9XW2CZGqxzL.lc4x.rpaB2yRmaF1rQBmKKcVp7axY64ziYSq"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Dolorum nam placeat excepturi. Cumque quae reiciendis alias enim occaecati. Provident distinctio perferendis. Esse culpa id eaque impedit eum."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Molestias iusto debitis molestiae corporis autem sunt est. Vel magni eos unde voluptatem magnam. Inventore provident beatae est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "silas@beahanbrown.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vivianne Spencer"], ["email", "silas@beahanbrown.biz"], ["password_digest", "$2a$04$qU36eFC68Woox8sJmrNW4e/xc96OYdNRu6HGL4ysI4JpX1LxzdPNC"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Id quod quibusdam optio. Iusto quisquam sunt aspernatur qui."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Fugit nihil sunt iusto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "layne_huel@heelklocko.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Murray Ward"], ["email", "layne_huel@heelklocko.org"], ["password_digest", "$2a$04$j3GmQKD.3dIvmeURDxBy7.lSj1JzpruxSiZImBRj9lmkki5ttPd3W"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Dolor voluptate accusamus sed dolorem. Odio quibusdam quaerat. Libero omnis minus non laudantium rerum iste rem."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Assumenda natus autem a atque delectus. Delectus tempore rem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "howard.aufderhar@champlin.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kyle Labadie"], ["email", "howard.aufderhar@champlin.com"], ["password_digest", "$2a$04$uPnotpSbjqMcOwOyPM2k.uXRKACl16av/5tlh0T2D1DZXA8hTWHAy"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Sequi dolores temporibus voluptates sit dolorum qui. Eius quos debitis odit ut ratione et."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Non animi et culpa alias qui. Corporis repellat quia sapiente facere necessitatibus. Ratione at amet suscipit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeika@bergnaumvon.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeff Ondricka"], ["email", "jeika@bergnaumvon.io"], ["password_digest", "$2a$04$1iN4tlF5r51WALsmV5yLQe7oH4ZGcC258HYX0g4QxRMIWI5VSf2O."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Dignissimos odit aut aperiam voluptatum numquam. Provident impedit quo a id dolore sit labore. Ut qui ex. Nemo incidunt aut quia unde corporis quasi necessitatibus."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Quia laboriosam ipsum quas sed debitis tempora. At architecto illum explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leo_hudson@howell.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dylan Lubowitz"], ["email", "leo_hudson@howell.co"], ["password_digest", "$2a$04$KdwH0dEfOVNOidLmVbL8Keu0oE3zX50fs0Mgv88Q2NmL47n6rARqq"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Et est inventore illo et non dolor voluptas. Architecto optio neque. Autem veniam aut non."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Iusto omnis minus culpa aut. Amet accusamus modi quas asperiores autem."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thalia_anderson@welchzemlak.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Gregory King"], ["email", "thalia_anderson@welchzemlak.biz"], ["password_digest", "$2a$04$sscN1MXEfeqeTR2nuLTcj.lQN9q20zwPrVCurXhQ5twEdF4p2iqJK"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Neque magnam architecto explicabo ducimus et cupiditate. Nemo in illum est quam."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Consequatur et quos. Illo itaque aliquam unde. Et mollitia commodi vel dolores sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jena@koelpinprohaska.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Valerie Weissnat"], ["email", "jena@koelpinprohaska.info"], ["password_digest", "$2a$04$jm6Jbrafum9.gcArBCMNrOK9TTN1d5kW4NT/rn1lJsT3vEf397fz2"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Velit cum voluptates dolore consequatur temporibus. Eum consectetur tempore illo consequatur consequatur reiciendis. Omnis reiciendis et rerum sapiente perferendis accusamus enim. Reiciendis quidem eos unde odit ut et laborum."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Debitis quidem adipisci qui incidunt repellendus. Tempora minus quia similique molestiae. In aut ut ut minima."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "agustin_wilderman@kemmer.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delaney Baumbach"], ["email", "agustin_wilderman@kemmer.info"], ["password_digest", "$2a$04$.3HsKcmv80/jDAW4T/mYSO58ZHy3CLIFDhI71oSs2V2RR0vSZigka"], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Quod porro officiis in sequi voluptatibus. Eos officiis incidunt illo ut perspiciatis. Laboriosam impedit magni minima ipsum."], ["created_at", 2016-05-22 22:18:42 UTC], ["updated_at", 2016-05-22 22:18:42 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Molestias minima qui necessitatibus dolore. Perspiciatis vel illum perferendis saepe temporibus. Earum facilis ipsum enim provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (121.2ms) Completed 500 Internal Server Error in 130ms (ActiveRecord: 19.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarred_abshire@erdmanabernathy.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "jarred_abshire@erdmanabernathy.info"], ["password_digest", "$2a$04$jMdqVrVXNXFq49cq61XKsedOCZRBE9s7ySLxuoiAqmCfbka/CCIL2"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jarred_abshire@erdmanabernathy.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jarred_abshire@erdmanabernathy.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$q75Iu1TyKH2BbMRZsTPiNu8jmpq6HS2cyggh8o9ww5CVY51pZ/E6e"], ["updated_at", 2016-05-22 22:18:43 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.8ms) Completed 200 OK in 25ms (Views: 19.9ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kendall@emmerich.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "kendall@emmerich.biz"], ["password_digest", "$2a$04$xXPZWujHS7hDPn2vazRzieJtA8AVyX.f5xQwo9Xc6cWSLagx2gYmC"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordane.becker@colegaylord.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alvah Wisoky"], ["email", "jordane.becker@colegaylord.co"], ["password_digest", "$2a$04$XLOY/H19YH2LmAyxoabGpuNlKXBi7VOS747.W1WLQWXh90WYqMVyu"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Excepturi cumque possimus aliquid fugiat voluptas eveniet. Sint molestias maiores omnis dolore natus blanditiis quo."], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Ea ad temporibus nihil non. Qui ut facilis ab quia ut. Ab odit fugiat quo ipsam enim et iste."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.8ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (24.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (34.6ms) Completed 200 OK in 51ms (Views: 44.5ms | ActiveRecord: 2.5ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-05-22 00:00:00 UTC], ["updated_at", 2016-05-22 22:18:43 UTC], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 32ms (ActiveRecord: 7.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (1.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (31.5ms) Completed 200 OK in 49ms (Views: 39.5ms | ActiveRecord: 4.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eulalia.hansen@runolfsdottir.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "eulalia.hansen@runolfsdottir.com"], ["password_digest", "$2a$04$ZCgYl6c3LIUDYBeXlT5vQ.QkYBTd6MXzd1qPuakvKkLmQ6Y3Lu29i"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.5ms) Completed 200 OK in 21ms (Views: 16.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"eulalia.hansen@runolfsdottir.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "eulalia.hansen@runolfsdottir.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wRWOTNNhjuPCvVlgnJ4F/e.98db1g5owtUQ2Jg6LWf70.SoIMiQkW"], ["updated_at", 2016-05-22 22:18:43 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.2ms) Completed 200 OK in 36ms (Views: 25.0ms | ActiveRecord: 2.0ms)  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamar.schoen@hickleskiles.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "lamar.schoen@hickleskiles.info"], ["password_digest", "$2a$04$KyhKHjGLxehqauJg1ep/geng9IMmMo0fxBap15qzsuoE/DMP7kpbG"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.5ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (20.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (33.1ms) Completed 200 OK in 49ms (Views: 42.6ms | ActiveRecord: 1.8ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (3.3ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 38ms (ActiveRecord: 10.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.0ms) Completed 200 OK in 35ms (Views: 26.9ms | ActiveRecord: 3.1ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "krystel_franecki@brekke.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Augustus Turner I"], ["email", "krystel_franecki@brekke.info"], ["password_digest", "$2a$04$LdcoP0hlDFbaQZVKh7ZQyOUbvaiArZZNP0Z20TBOzZpTupzClGckS"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 16ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"krystel_franecki@brekke.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "krystel_franecki@brekke.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$BMbn47Cq51RwpocQBSYuEekbHeJu2Jjm.7eMQ.RXtIzI1NSMPVrIu"], ["updated_at", 2016-05-22 22:18:43 UTC], ["id", 135]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.5ms) Completed 200 OK in 37ms (Views: 28.7ms | ActiveRecord: 2.1ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (20.6ms) Completed 200 OK in 32ms (Views: 26.3ms | ActiveRecord: 1.7ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (3.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.3ms) Completed 200 OK in 38ms (Views: 28.5ms | ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 17ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.5ms) Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 18ms (Views: 13.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$XD0LuA37v/1yQcjI/rzBcuTxlIm4MWnZATF95uu4n3jsivaITSpOq"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.6ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XSSc3In4u46hPIbzsP8n0OdkrXZ6xDw74uE3Ku4e7zhLdwwm4iTZC"], ["updated_at", 2016-05-22 22:18:43 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.5ms) Completed 200 OK in 28ms (Views: 20.1ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$dVVgKvyvDRPjqlzIQh4jK.3hI5OPVyldDJEvKohEcutfDV6zEUdMG"], ["created_at", 2016-05-22 22:18:43 UTC], ["updated_at", 2016-05-22 22:18:43 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (8.5ms) Completed 200 OK in 29ms (Views: 24.9ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-05-22 18:18:49 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-05-22 18:18:49 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:50 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) BEGIN SQL (1.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$iF8y2z7Wx5h6kMwOIYcN9urscOlGhkoT3Ogxn2pam8io2vR8tKh4u"], ["updated_at", 2016-05-22 22:18:50 UTC], ["id", 137]]  (1.0ms) COMMIT Redirected to http://127.0.0.1:49635/admin/posts Completed 302 Found in 24ms (ActiveRecord: 4.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:50 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.6ms) Completed 200 OK in 34ms (Views: 24.2ms | ActiveRecord: 3.8ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-05-22 18:18:50 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:49635/ Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-05-22 18:18:50 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.7ms) Completed 200 OK in 34ms (Views: 27.1ms | ActiveRecord: 2.3ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-05-22 18:18:50 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-05-22 18:18:50 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.7ms) Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.0ms)  (0.7ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (21.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.5ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caandra@mcdermott.org"], ["LIMIT", 1]] SQL (2.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Carlotta Boyle"], ["email", "caandra@mcdermott.org"], ["password_digest", "$2a$04$UgIm5b3X5Ap1AFdW6t4wF.t0a5IaUwHtXHCFRnincj8vgz9/CQBQa"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.8ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"caandra@mcdermott.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "caandra@mcdermott.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$xMmGutKbSL0K2ZgK89UUrePc9CIR7fys4tCawDdH4wVqQCfModP4a"], ["updated_at", 2016-05-22 22:18:52 UTC], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 34ms (Views: 27.9ms | ActiveRecord: 1.8ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.7ms) Completed 200 OK in 32ms (Views: 20.8ms | ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bertha@koelpinmosciski.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Violet Howe"], ["email", "bertha@koelpinmosciski.name"], ["password_digest", "$2a$04$iG76agUwKn0UYiwAoad4I.DJOJJZ5BTD0iN0gkFBwAcRHNfjxHsQy"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 20ms (Views: 15.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"bertha@koelpinmosciski.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "bertha@koelpinmosciski.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XTx.Rv4lCesJmiEmMcB4zO06sfsYkFe/3f8NBjNHKw8N2tKrlhoyO"], ["updated_at", 2016-05-22 22:18:52 UTC], ["id", 2]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.9ms) Completed 200 OK in 36ms (Views: 28.5ms | ActiveRecord: 2.4ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-05-22 22:18:52 UTC], ["updated_at", 2016-05-22 22:18:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-22 18:18:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (28.9ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 2.1ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilburn_hand@osinskiemmerich.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Walter Kohler"], ["email", "wilburn_hand@osinskiemmerich.org"], ["password_digest", "$2a$04$PZX/0tQ/IjgYBMMlO1xBK.SXeqMC78pRdgmMhL61W..CS42Ydhht."], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"wilburn_hand@osinskiemmerich.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "wilburn_hand@osinskiemmerich.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U8fWalYNSGciywXTLNJwPOTOVSQknhWRYv/syXiyG4WsLBj8Lka/a"], ["updated_at", 2016-05-22 22:18:53 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.0ms) Completed 200 OK in 30ms (Views: 22.4ms | ActiveRecord: 2.4ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 22ms (Views: 17.6ms | ActiveRecord: 0.6ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.5ms) Completed 200 OK in 27ms (Views: 21.0ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "micaela_hickle@kozey.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jonathon Bauch"], ["email", "micaela_hickle@kozey.net"], ["password_digest", "$2a$04$pPz1G200TL9uTkmAcTdHoOzmENvP9ItHlTVN0dUCDNp43BU9XxECq"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"micaela_hickle@kozey.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "micaela_hickle@kozey.net"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$78p6paI3sOuYqw6jKLNLLO9wGBBC7xzvckVCOhCN5i/W/oEzYw0uO"], ["updated_at", 2016-05-22 22:18:53 UTC], ["id", 4]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.5ms) Completed 200 OK in 28ms (Views: 19.4ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (8.8ms) Completed 200 OK in 29ms (Views: 21.5ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-05-22 22:18:53 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 24ms (Views: 18.0ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lenny_mitchell@lakin.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jannie Zieme"], ["email", "lenny_mitchell@lakin.info"], ["password_digest", "$2a$04$XH2zWuBb4gDKIFyKK8tfPedfEVbsID1lCJ1Ev.7HBxg0Xz9/O10pq"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lenny_mitchell@lakin.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lenny_mitchell@lakin.info"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$bfSkOPAI/Enf9dfgeu3oTedbF.0/tVkNo5UOKQlOgJCrN8C.mMGBe"], ["updated_at", 2016-05-22 22:18:53 UTC], ["id", 5]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (1.1ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.0ms) Completed 200 OK in 31ms (Views: 23.4ms | ActiveRecord: 2.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 21ms (Views: 15.5ms | ActiveRecord: 1.3ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 23ms (Views: 18.3ms | ActiveRecord: 1.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scotty@huel.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johnson Mayer"], ["email", "scotty@huel.io"], ["password_digest", "$2a$04$4YAlTd5lgnz1uGun3UB/VuX5GjWa2y/OGdKVJct./mpP0S44KxS0a"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Quis aspernatur ut. Molestiae similique fugit temporibus. Veritatis quia impedit officia est tempora. Consequuntur qui eveniet."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Totam soluta minus et sit temporibus nihil. Et et qui dolores aut qui est. Sit quia et neque repellendus delectus eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brycen@wyman.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Grant Berge"], ["email", "brycen@wyman.org"], ["password_digest", "$2a$04$t294aCbhMeNoaz1N1JqoTu9Lf/tuFHkv1gw0BRIeR1oxmroQ2XnTG"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Fugiat sapiente culpa beatae sit optio vel rerum. Enim molestiae amet officiis. Minus expedita eos. Recusandae quo provident ut dolorem eum."], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Unde suscipit nobis molestiae ea. Libero aliquam minus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (20.5ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (40.6ms) Completed 200 OK in 57ms (Views: 50.3ms | ActiveRecord: 3.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.8ms) Completed 200 OK in 23ms (Views: 19.0ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judah@casper.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aiden Koss"], ["email", "judah@casper.com"], ["password_digest", "$2a$04$Age18pCQrlvr0hrG02vAd.261h0v.JWNDvfIr6wbQvJTRB9b/IgSC"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Velit quasi sequi aut beatae voluptas et. Recusandae officia cupiditate consequatur ratione tempora ut. Incidunt voluptatem vitae saepe aut. Dolorem laudantium quia et totam sapiente."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Et quaerat illum velit dolore natus rerum cupiditate. Ipsa aspernatur modi et libero doloremque. Aspernatur non dolores magni commodi."]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katlynn.pollich@kuphal.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eriberto Streich"], ["email", "katlynn.pollich@kuphal.info"], ["password_digest", "$2a$04$C2ZYsgaMifwb8BeAcVBzC.Wq9cMzygXn3FdUU4AiXFvx8Nz1Ajm0a"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Iure dolorum in nihil eaque. Minus non et distinctio tenetur esse ad rerum."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Repudiandae tempore eligendi nulla et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darius@rogahn.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leila Sipes"], ["email", "darius@rogahn.info"], ["password_digest", "$2a$04$taGFse3L.8asXD0Ajetcj.vXlE1QkyWJdiw3f3kCMJR/UeTtuWbwe"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Recusandae ex et nulla voluptatum excepturi. Commodi quia voluptas. Autem libero ad. Dolore sed officiis et."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Architecto numquam dolores. Est quas laboriosam aut fuga libero autem voluptas. Est qui voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dock@hyatt.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Sammy Heaney"], ["email", "dock@hyatt.io"], ["password_digest", "$2a$04$kDu7tZYTuCI0ugTINoLheOANBtD/dmeW7V/GAmpdOHMpTLcumoISO"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Rerum cumque quo et id. Dolores dolorum molestiae atque aut et in sint."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Corrupti repellat quia. Aspernatur sunt ratione commodi non. Sint quod amet enim laboriosam qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gina@lueilwitz.info"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Israel Brekke"], ["email", "gina@lueilwitz.info"], ["password_digest", "$2a$04$3LgeVe1Td3jMP2.PdSd6Vui47QqPrGrmeXAOmNoqUoYLu.Vw1.h42"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Placeat iusto vel sed molestiae. Soluta sapiente delectus voluptatem voluptatem rem neque reprehenderit. Voluptas aperiam sunt eum in molestias necessitatibus. Corrupti at qui enim molestiae aliquid placeat ipsa."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Id nemo qui asperiores sed est. In qui nemo corporis. Quisquam ut voluptatem totam ipsa molestiae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tremaine_walter@bruen.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Chase Legros"], ["email", "tremaine_walter@bruen.net"], ["password_digest", "$2a$04$Cp.IOa72QAgiA20IhQ3UUesL/8zH5i7P/Tncq/IcRipLmFozRlc8C"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Placeat eveniet odio cumque doloribus corrupti. Accusantium quo quo commodi error fugiat. Ut eaque dolorem."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Natus error cum a ut. Placeat reiciendis a. Id impedit dolorem aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "georgiana@stiedemann.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thelma Witting Sr."], ["email", "georgiana@stiedemann.com"], ["password_digest", "$2a$04$q4PMAiexkTT7JnSoY0J6wesNukiol1xShDxP3U53cdGh2IPayP/W6"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Sequi dolorem expedita officiis nesciunt aliquid eveniet qui. Earum unde quae aut voluptas consequatur. Ut earum corrupti."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Dolores quis officia. Rerum et dignissimos omnis nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "waino_rau@wehner.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madalyn Bogisich III"], ["email", "waino_rau@wehner.biz"], ["password_digest", "$2a$04$y.MS.u3I8JF1ODaRfZ5hCeHscvf5GVU0NI2ODnWYVvNVtPtg371ZO"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Est nesciunt accusantium natus beatae qui non. Aut natus ab tempora aliquid veritatis."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Ut quia veritatis laudantium. Qui pariatur a molestiae sed. Quia est consequuntur qui reprehenderit inventore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dominic@muller.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Celestino Stehr V"], ["email", "dominic@muller.info"], ["password_digest", "$2a$04$srkF0FKseA33puS2OBtLrOkDKOMn82uXVRv322.OKv8x75JLqT30K"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Laudantium exercitationem magnam dolor molestias ut quidem tenetur. Numquam possimus minima pariatur. Dolore harum commodi voluptas. Eius voluptas quasi quae assumenda commodi debitis delectus."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Voluptas ex et ipsum. Et quis repudiandae voluptas aperiam est. Maiores est aut et esse quis accusantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jermaine@nienow.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Virginia Hilll"], ["email", "jermaine@nienow.biz"], ["password_digest", "$2a$04$HLWoI9czGV8Kg7pWVixJjeoEqfg5Ok/xvIVUo.5vC7HTltJkwwCHe"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Assumenda expedita ut est. Quis autem reprehenderit."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Consequatur autem illum in rerum minima. Aut voluptatum cum dolorem aut eligendi. Sunt et nostrum nulla magnam et quaerat quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sigurd.bechtelar@huels.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daphney Weissnat"], ["email", "sigurd.bechtelar@huels.org"], ["password_digest", "$2a$04$5THuHVAnSobwRZeJzgXHq.CedDEvhzamnUZ9BSw8fr8Qx5jSZ2l4a"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Delectus dicta cum est vel. Nesciunt illum animi deleniti."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Ut saepe exercitationem autem error in vitae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.5ms) Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.5ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.0ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.4ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.2ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (57.8ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (96.8ms) Completed 500 Internal Server Error in 107ms (ActiveRecord: 11.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mariela@batz.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adelia Hamill"], ["email", "mariela@batz.biz"], ["password_digest", "$2a$04$7jt.KAEAZzuaNrQ0H1GMOeGw0L.ISP7f2t1aF69YqEvfydiAQvCUa"], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Quod qui doloribus pariatur. Quis aperiam omnis eveniet labore vero. Vel est aliquid ullam velit blanditiis consectetur minus. Necessitatibus animi est sit ut sit."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:53 UTC], ["updated_at", 2016-05-22 22:18:53 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Vero et ex. Cum eius non et quia. Aut aspernatur consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-22 18:18:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.6ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (32.6ms) Completed 200 OK in 50ms (Views: 41.9ms | ActiveRecord: 4.0ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-05-22 18:18:54 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.4ms) Completed 200 OK in 21ms (Views: 15.6ms | ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tianna_kris@rodriguez.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bryana Conn"], ["email", "tianna_kris@rodriguez.com"], ["password_digest", "$2a$04$A/kRLKBIHb4VCeg0h4JsneKOigAo6.53SrqY9h8pd0j/e4kat94x6"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Suscipit ducimus saepe. Facere sunt laborum praesentium ut error placeat eligendi. Aut suscipit consequuntur laudantium neque."], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Doloremque quae sint. Enim qui eius eos est corrupti recusandae nihil. Rerum magni labore doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-05-22 18:18:54 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josie@boehm.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elenor Grady"], ["email", "josie@boehm.com"], ["password_digest", "$2a$04$gxDkH/W5l6KRRAdjDN/7K.Jcdge5L8vpGpl4Ty794AfDkIABth21i"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Nihil dolorum earum. Quos ea sunt et recusandae quaerat nulla."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Debitis enim sit labore rem error. Magnam explicabo sed quam vero assumenda aperiam quas. Iste repellendus amet distinctio reprehenderit aut sit et."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "valerie.harvey@watsicadickens.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Margaret Simonis"], ["email", "valerie.harvey@watsicadickens.co"], ["password_digest", "$2a$04$8V2g7QuxnJ/gFObC05Tn/eDKrHwvoyTU5Y4GwFKBV.GTXF.fzovNi"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Veniam dicta qui magnam. Sit iste delectus ad. Ut est praesentium."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Alias illum fuga aut non nihil nostrum. Fugiat eligendi aut hic soluta."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-05-22 18:18:54 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.1ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.8ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (18.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (32.2ms) Completed 200 OK in 47ms (Views: 38.4ms | ActiveRecord: 5.0ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-05-22 18:18:54 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (19.1ms) Completed 200 OK in 42ms (Views: 27.8ms | ActiveRecord: 4.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$m5xIbzYr2YQQ/qfA2V3Pte/Ae9I/nUZLtMHWi6ToN6ZhnTnouc2pC"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$a.lNFPsMSw8ZXzuHyr7w6ekqGfbYj/O.za3NOxCKvNnHr9x1iTSte"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Yzbu.n7XnfdAQ32HybSfrO8IqdnRoKaraf0zGbMZKi7FMvKmqHtue"], ["updated_at", 2016-05-22 22:18:54 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "giovanny_bogan@kautzer.biz"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jewell Predovic"], ["email", "giovanny_bogan@kautzer.biz"], ["password_digest", "$2a$04$QcM2V2Q83WdjjWkYIJYqm.QafuzQL.En0tq9gX5vFBjUhzxQQsS4W"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anderson.flatley@stracke.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jennyfer Blick"], ["email", "anderson.flatley@stracke.io"], ["password_digest", "$2a$04$9UahS9uLrLwpWl1Lm4u0AOezxj.9ZZ.WISjdIKKSlai.WKyMPZmB6"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lottie@terrymuller.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Euna Reichert"], ["email", "lottie@terrymuller.co"], ["password_digest", "$2a$04$YrMD8yVZzKDM7g.LUAMGyePI2NR/Cy7IqhKmBpKM/GNipamb8FS.q"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Odio officia dolorum et. Ratione consequatur ut autem."], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Error rerum facilis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfred_skiles@lubowitzframi.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anna Bergnaum IV"], ["email", "alfred_skiles@lubowitzframi.name"], ["password_digest", "$2a$04$giMN6Hac9ZZfp3nVsYl56OHPAHF10Uc9RGhmwZsi7D.yrhqFpWRNu"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Mollitia et tenetur nihil commodi. Officia deleniti eos. Dolor sit odio."], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Molestiae ipsam optio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chris_prosacco@casper.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Genevieve Kemmer"], ["email", "chris_prosacco@casper.org"], ["password_digest", "$2a$04$LLjo1AQLrFwA0Js8mpwfFeZgvfmgyiBmQzvvJArYuPjta0yySTlvK"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lavon@kautzer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Giovani Thompson"], ["email", "lavon@kautzer.biz"], ["password_digest", "$2a$04$lmr9.SQAesCYqIIcT/CNOetK041Gkp9vRmV0.ZAPxaQGHpbODOf9q"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sydnee@ankunding.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Immanuel Shanahan"], ["email", "sydnee@ankunding.name"], ["password_digest", "$2a$04$lrriX2DKCAj3d09sklH/s.EgoduCRoTDF6PWzecUt/VUwNtcNHMvK"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marjory_grimes@green.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oliver Rolfson"], ["email", "marjory_grimes@green.info"], ["password_digest", "$2a$04$XVoGK8p6hF42zzSL3wRlPuVckrvDvrlObV161iJHfAMAmv09WGZLK"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Quod laudantium consectetur incidunt ab mollitia iusto et. Nostrum voluptatem rem possimus voluptatem est unde. Quibusdam aliquam qui non quasi."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Qui rerum in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "colin@zemlak.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathanael Dickens PhD"], ["email", "colin@zemlak.co"], ["password_digest", "$2a$04$kpMX1PBQXTDiYUE/camcK.5X/v7WqzqRt1ZywrYK5ZUO9PlFX605C"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Aut est distinctio repellendus. Modi ut voluptatum voluptatem aut."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Et ipsum aspernatur eum nam non."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-22 20:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["id", 21]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "birdie.goodwin@johnson.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maryam Ziemann III"], ["email", "birdie.goodwin@johnson.com"], ["password_digest", "$2a$04$JBH8hDLa8PUC4cM/Lr.WrOg7NkO8CmwCWFrakx1iK1LY647xRXAla"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Voluptatem aut atque doloribus sapiente dicta sint unde. Neque dignissimos consequatur. Ipsa dolores est nobis optio placeat voluptates."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Perferendis culpa quo itaque enim. Rerum consequuntur architecto enim qui eligendi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lyric.mayer@roberts.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thomas Cartwright DDS"], ["email", "lyric.mayer@roberts.biz"], ["password_digest", "$2a$04$IcEAI6b1ekqZQzQVa1tJy.PeA5JHtYzk0RUCvPZ24c.8.jkKI8h0a"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Facere quod illum. Nihil placeat fugit."], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Commodi illum et ut voluptates quia suscipit."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alisha@hamill.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Delpha Feil"], ["email", "alisha@hamill.info"], ["password_digest", "$2a$04$qfyFfD1QVtDm5SovJxpP9Ok4Lqxz4suGJug8fpDgy43PuD12nmd3G"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clarabelle_wiza@herman.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Austyn Jones"], ["email", "clarabelle_wiza@herman.info"], ["password_digest", "$2a$04$xM2D.TBaNP5PiLhUevOE8OIjCntpBEYo6BEudeN.eNuWyWxIGqsre"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Necessitatibus assumenda mollitia ipsum impedit. Voluptates eaque atque similique tempore."], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Nihil error corrupti rerum voluptatem aut quaerat. Qui numquam voluptate quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jared.christiansen@blanda.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Valentine Bahringer"], ["email", "jared.christiansen@blanda.co"], ["password_digest", "$2a$04$1LEHWtN20P0PXO39SEZ7o.Lo47wNR7/MI33X7BWQtyQ7bRG2e8VNK"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Porro accusantium est possimus et repellendus sit magnam. Quia dolores eum reprehenderit necessitatibus voluptates. Magnam aut voluptatem quo. Optio totam provident."], ["published", true], ["published_at", 2016-05-22 00:00:00 UTC], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Perspiciatis non quae voluptatem aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-05-21 00:00:00 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ofelia@romaguerabraun.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Harold Dicki"], ["email", "ofelia@romaguerabraun.io"], ["password_digest", "$2a$04$c1gD6dsi5ndYs14wSJwyTegNAfs5yq5r1DVgG3nw4EsMZl13zShE."], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$JEASuiA1asujYwnjY./y8eusoGG/gqcqTu.XLs1kDl07FWY046NWe"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$V0q5Ga7Vf7qhvaig8Fi1DeeT4sg0zrs.PmWfBT4xiCn2KBmNdfWz2"], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darian@purdy.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hollis Lockman"], ["email", "darian@purdy.io"], ["password_digest", "$2a$04$KQEGHCefYGBwAmBQUteaDeOwLCyZLVczWF1TC2ZHT/ykwT4saJQa."], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Sunt sed voluptates fugiat minus sint sit. Sequi excepturi nesciunt ducimus pariatur perferendis tenetur."], ["created_at", 2016-05-22 22:18:54 UTC], ["updated_at", 2016-05-22 22:18:54 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (11.5ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (5.0ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tatyana@dibberthaley.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brody Schuster V"], ["email", "tatyana@dibberthaley.net"], ["password_digest", "$2a$04$u7Y5Wc2WvHsclJCGlqYEVO99tzX9YQ0bliIDKjaw67uFjvb9jaLKy"], ["created_at", 2016-05-22 22:19:38 UTC], ["updated_at", 2016-05-22 22:19:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-05-22 18:19:38 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (28.2ms) Completed 200 OK in 501ms (Views: 497.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-05-22 18:19:38 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"tatyana@dibberthaley.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "tatyana@dibberthaley.net"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zEQkidjnxNTtkQz1OSFMteWtsP0obIw/A/B9c4nJgMrDfIrrJ3NWS"], ["updated_at", 2016-05-22 22:19:39 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 20ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:19:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.9ms) Completed 200 OK in 49ms (Views: 34.2ms | ActiveRecord: 5.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "george_schuppe@schamberger.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hettie Bauch"], ["email", "george_schuppe@schamberger.io"], ["password_digest", "$2a$04$Ormqy84IfUg/MCNHuUcwvOX2aufyCkk7YjPKTiQl05BUKYVOpgK7m"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Id quia minus a excepturi. Sit eveniet aliquid molestiae."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 2], ["slug", "title1"], ["summary", "Repudiandae placeat ut sapiente eaque temporibus est. Quis iure aut inventore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "urban@greenfeldercruickshank.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Mossie Mills"], ["email", "urban@greenfeldercruickshank.io"], ["password_digest", "$2a$04$jMI0fAO7uGJvJW9awJ8fY.O6u6m0dP6/AINuKkTFVqX8AFapzQTWK"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Blanditiis tempora voluptates nesciunt voluptatem aperiam repellendus. Nam ut autem cumque illum."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 3], ["slug", "title2"], ["summary", "Neque sunt ratione."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nova@feeney.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Blair Sauer"], ["email", "nova@feeney.org"], ["password_digest", "$2a$04$b.GvG8hf4j48ivkYeLjzkO75qWlsyKqqS5gFHaXdVmKmkjxHbtLGG"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Et libero sit et ex aut. Saepe aut sint."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 4], ["slug", "title3"], ["summary", "Eaque fugiat sed repellendus incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jefferey@franeckiroberts.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Belle Hackett"], ["email", "jefferey@franeckiroberts.net"], ["password_digest", "$2a$04$N9numt7XUWe1Zd7VbNkJC.JEdc8g2F8206CZhKR7Srel1oT./TuqS"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Quo iure reprehenderit et odio in. Corrupti cum repudiandae exercitationem."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 5], ["slug", "title4"], ["summary", "Eos deserunt sapiente repellat voluptas et quo amet. Voluptas modi dolorem ut consequuntur neque consequatur. Dicta provident quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "davonte.goodwin@deckow.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trinity Lind"], ["email", "davonte.goodwin@deckow.name"], ["password_digest", "$2a$04$lRD/GfQXA86O76V.lPFaxuESR4YRA7lnEGdBnhC5BoalkR3gzbune"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Commodi repudiandae a et neque illum repellat omnis. Impedit quam sunt omnis ut voluptas dolor. Non quibusdam soluta ipsa iste autem. Odio sed iste nesciunt."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 6], ["slug", "title5"], ["summary", "Minus neque dolor est dignissimos a labore repellat. Et accusamus aut ab. Est magni et autem eius molestias eveniet repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sabina@hayechamberger.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eladio Becker II"], ["email", "sabina@hayechamberger.info"], ["password_digest", "$2a$04$zOiZAPi/JS2PahJCve/F.eap/BdNcOa6icfzmXiP0nQEtyL9wlh9."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Porro et voluptates et ut ut. Aliquid est sunt esse quidem. Autem cupiditate blanditiis et laboriosam repudiandae voluptatem."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 7], ["slug", "title6"], ["summary", "Non quis voluptatem omnis doloremque tempore nulla quia. Et consequatur ut atque est doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "timmothy@jenkins.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jon Stamm"], ["email", "timmothy@jenkins.biz"], ["password_digest", "$2a$04$ihx05hcYolOFqWyAtr3bO.BGhRk4xvDO1xc52gsYrj2evz62su4bO"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "In fugit dolores tempore deleniti quidem amet aut. Culpa pariatur aut ut sint hic id. Qui amet asperiores est nesciunt nostrum labore numquam."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 8], ["slug", "title7"], ["summary", "Voluptas fugit libero mollitia debitis. Officia aut voluptatum eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evert@cruickshank.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alden Conn"], ["email", "evert@cruickshank.co"], ["password_digest", "$2a$04$UWtpbi2kSsrUeF4JJe3u2.gW3Z4/FRO7R/TTQtQ31e1TrcFz4a/vG"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Voluptatem et ab et voluptates. At dolorum aliquam et eos odit voluptas. Et rem molestiae dolorem blanditiis voluptatum esse occaecati."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 9], ["slug", "title8"], ["summary", "Corporis quos dolorum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmelo_moen@larson.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krystal Towne"], ["email", "carmelo_moen@larson.com"], ["password_digest", "$2a$04$nrr.s3rFaWa6RgHetT5vf.pqeBr2oWnYBKDM7u8.p208Zr83h2xf2"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Et iusto enim. Rerum id tenetur hic fugit."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 10], ["slug", "title9"], ["summary", "Et nam labore quo sed dicta sed qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emilie_nitzsche@bernier.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vincenzo Feil"], ["email", "emilie_nitzsche@bernier.info"], ["password_digest", "$2a$04$a1pcrKmWj9iZIIn2AU774u41VpP/ttWbzjK/2MKOzFJbx7yG2zkcC"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Corporis sit laborum voluptates cumque id. Quas fuga voluptate at voluptatem vel. Ut quis et dolorum ut et qui in."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 11], ["slug", "title10"], ["summary", "Modi ut ipsa dolorum qui voluptatem quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ricky_bayer@krajcik.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaycee Quitzon"], ["email", "ricky_bayer@krajcik.name"], ["password_digest", "$2a$04$BXCOz6aMbWQnvwUBMcxuQu8R5T4nGzUH4lHzfjsTIQ.5MlIRZZhhC"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Sed repudiandae qui ipsam id. Vero a consequatur ullam est. Beatae ut dicta ut. Omnis odio inventore a deleniti quidem."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 12], ["slug", "title11"], ["summary", "Nisi nobis consequuntur expedita dolores delectus. Quam voluptatem ducimus officia corporis dolorem commodi. Esse accusamus totam exercitationem pariatur autem sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "michelle@lemke.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Merlin Weber"], ["email", "michelle@lemke.info"], ["password_digest", "$2a$04$DuEiJPv/BU8nb0InMkBhnuE0XXtmawsFeqX.iwpfCR8DC/0ft1iT6"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Aut aspernatur dolores nobis. Ut blanditiis non quia impedit nulla."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 13], ["slug", "title12"], ["summary", "Ex nulla est cum. Dolor harum aut dolorem aut nesciunt ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alaina@johnson.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "River Blanda"], ["email", "alaina@johnson.org"], ["password_digest", "$2a$04$3af3deFxaVgqo48YWZxEIeddzfTr1JVq2GuVA50o1CAswGaoIiYom"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Quia dolores corrupti eos ratione provident quas. Voluptatibus odio distinctio ut. Voluptatibus dolorem a voluptas consequuntur non."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 14], ["slug", "title13"], ["summary", "Sed velit eos illo perferendis et consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shaun.stokes@wisokycollins.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcia Gleason"], ["email", "shaun.stokes@wisokycollins.org"], ["password_digest", "$2a$04$ATlMA/7LAzj5B31xgeEhD.VrP5hI46qHeJOQjvQe9Nc0TshcLs8O."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Distinctio et ut blanditiis aut commodi consectetur nihil. Hic ut mollitia et rem ut aut fugit. Est aliquam at et aliquid. Voluptates temporibus exercitationem veniam."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 15], ["slug", "title14"], ["summary", "Rerum et illum sint quisquam fuga. Hic quia deleniti earum et ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rocky_shields@morar.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madelyn Rohan"], ["email", "rocky_shields@morar.info"], ["password_digest", "$2a$04$5uGKSqmz5hQxvHciDX/JYujP5xYgX2hcH0XLQ6yaqnoqIiZsTXAZK"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Ratione sint voluptatum culpa. Dolorum velit molestias est similique corporis sint. Cupiditate est dolorem eum quae iure labore."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 16], ["slug", "title15"], ["summary", "Et et ipsum accusamus modi consequatur voluptatem. Hic temporibus iure nam perspiciatis fugiat aut dicta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alverta_hodkiewicz@kuhn.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Concepcion Swift"], ["email", "alverta_hodkiewicz@kuhn.org"], ["password_digest", "$2a$04$UdxPDZc6b0RZ0AbbO93Mue8DB.SsTh6PD8klM2YwqA0dueIyiOFjy"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Harum amet aspernatur. Autem quia veritatis laborum."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 17], ["slug", "title16"], ["summary", "Nisi recusandae consequatur sapiente quia. Nulla eligendi consequuntur fuga voluptatibus commodi magnam. Labore eum tempore autem perferendis magnam ipsa officiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kayli@blick.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Charley Hartmann V"], ["email", "kayli@blick.net"], ["password_digest", "$2a$04$bXbAqp.7/GePA6Ca2mppK.QABpxcW4ivweQPoeMFr2kP69wPDkpha"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Cumque dolorem veniam. Earum dolore illum et ea repellendus sequi."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 18], ["slug", "title17"], ["summary", "Cum quae sed totam. Quasi repudiandae delectus quia. Cum est tenetur assumenda perspiciatis quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "javon_sanford@mohr.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Viviane Thiel"], ["email", "javon_sanford@mohr.info"], ["password_digest", "$2a$04$zNOb2xVUOkHC0ncSUn5hwOLV0nrp1UWV3Aq37sUlaSRKI49hl8Uhi"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Totam necessitatibus commodi. Fugiat totam ad voluptatem qui blanditiis exercitationem. Fuga vel aut accusantium."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 19], ["slug", "title18"], ["summary", "Nobis dolorum ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hertha_moriette@cartwright.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hans Johnson MD"], ["email", "hertha_moriette@cartwright.net"], ["password_digest", "$2a$04$7dzFhIS0CvyfN1zRJaLjt.ZDClRpi9RbTlUWm4YgNUomEzY7A9NrO"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Assumenda aut tempora molestiae quas autem. Facilis quo enim illum quae ut adipisci et. Corrupti nihil qui culpa."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 20], ["slug", "title19"], ["summary", "Omnis non vitae in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "watson.haley@grimesruecker.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roger Walsh"], ["email", "watson.haley@grimesruecker.net"], ["password_digest", "$2a$04$AP3Dmbe1eo0Kr7qQNSFC1O4ydd27DaEWBZ9bzT/blKFevUEYqJ/JG"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Hic amet et rerum. Itaque quod dolor dolores aut consequatur."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 21], ["slug", "title20"], ["summary", "Quis natus sequi soluta aut eveniet excepturi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kasandra@nienownolan.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nicolas Wolf"], ["email", "kasandra@nienownolan.org"], ["password_digest", "$2a$04$91CdcXJb.2lNU2peTvX2YOjrzolDSl5ZhE6f8pyOKdgKjG49EMDEa"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Consequatur consequatur tempore ut minima rerum omnis. Saepe iure velit modi fuga ut autem ipsa. Expedita est magni quia. Itaque expedita impedit minima rerum et eligendi."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 22], ["slug", "title21"], ["summary", "Vero occaecati voluptatem et distinctio porro voluptatem dignissimos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stacey_cremin@weinat.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sarai Howe"], ["email", "stacey_cremin@weinat.co"], ["password_digest", "$2a$04$PBCaMgOv0IgtCBJcuxqBDOoEAQ7wNPhT3ul11kVkXDxtIxMWOdnly"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Accusamus optio aliquid qui possimus aut eius architecto. Voluptas et aut necessitatibus accusamus. Sapiente sed officia aut voluptatem cum vero doloribus."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 23], ["slug", "title22"], ["summary", "Necessitatibus animi et corporis. Illo consequatur non maxime amet. Aut commodi dolorem sed vitae rem magni."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "concepcion@pacocha.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gia Hartmann DDS"], ["email", "concepcion@pacocha.io"], ["password_digest", "$2a$04$QOvbxppjyORSr7HquXvVKeqSbmZZ98RqQLxHWD/isiv2HsPnWhjs."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Aut perspiciatis tempora voluptas ut. Sit deleniti et enim quidem. Consequatur neque beatae vel est."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 24], ["slug", "title23"], ["summary", "Animi et dolorum possimus architecto eum soluta aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joanny.runolfsdottir@pauceksteuber.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ola Satterfield DDS"], ["email", "joanny.runolfsdottir@pauceksteuber.co"], ["password_digest", "$2a$04$EUNjyI3500sWR2feWkHC5uqpb6OwrMgs2WIj8Ul6P3RnGlhzAN09q"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Sunt beatae nesciunt cumque sit. Et eius distinctio minima asperiores voluptas earum dolores. Cum vitae est inventore suscipit similique qui nostrum."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 25], ["slug", "title24"], ["summary", "Deserunt alias corporis sed temporibus. Doloribus vel doloremque voluptates facere voluptatem in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marta@dach.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Gregg Hoeger"], ["email", "marta@dach.name"], ["password_digest", "$2a$04$2jvSd2qde/3H7tk5bwH.l.i1t8yYLmpR/GnM91H4tuca28jHH8hqq"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Sit et quas omnis et sequi. Quod ut corrupti aut rem nihil. Ullam autem quas ipsum quis laboriosam quaerat et. Aliquid consequatur quis culpa molestias dolorum qui suscipit."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 26], ["slug", "title25"], ["summary", "Consequatur aspernatur id eveniet asperiores omnis assumenda. Illo vero ipsa ea cum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelica@gutmann.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zetta Rutherford MD"], ["email", "angelica@gutmann.net"], ["password_digest", "$2a$04$q2Vhj52hKUHR.XxfyiAWF.5fEMVmqvr.cXHV1ASjSzAn4L41hKbDa"], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Est voluptatem beatae provident. Rerum tenetur ut. Placeat modi animi."], ["created_at", 2016-05-22 22:19:39 UTC], ["updated_at", 2016-05-22 22:19:39 UTC], ["author_id", 27], ["slug", "title26"], ["summary", "Ratione enim sed omnis deleniti quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-05-22 18:19:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 9], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 13], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 15], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 17], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 18], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 19], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 20], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 21], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 22], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 26], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (156.9ms) Completed 500 Internal Server Error in 165ms (ActiveRecord: 27.0ms)  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (7.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (6.2ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (6.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (11.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (32.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (2.8ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$0vKd7.Ny5GMKS.MxvBHhHuoBgv3L0uvftoG/LulZXHPr59CFZOGIa"], ["created_at", 2016-06-10 14:20:25 UTC], ["updated_at", 2016-06-10 14:20:25 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.7ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$t20BPJhZrB2CUxQrcn18bu2Jlnh5zs2Kynp06ZfSFdl.1U5XER6U6"], ["created_at", 2016-06-10 14:20:34 UTC], ["updated_at", 2016-06-10 14:20:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (1.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$sQzsMQf/9XoXCtG5g/MoQedTZpWzLPETHdaT6Q4Ymps6J3vppP.rC"], ["created_at", 2016-06-10 14:20:34 UTC], ["updated_at", 2016-06-10 14:20:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$0nqX7Q6zmhkA53ZLwVLvvOVFSfiujwREiyYMmzCJ6nYrzi6vD5PMq"], ["updated_at", 2016-06-10 14:20:34 UTC], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bryon@weimann.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Pamela Rath"], ["email", "bryon@weimann.name"], ["password_digest", "$2a$04$QvFnJMcqPKc6ap4pxtcigObBTl3oQkHaX8I9CIiqL2z1mKlPKtOhe"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Quo suscipit qui voluptatum explicabo qui repudiandae. Exercitationem quo quia laboriosam fugiat."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Voluptatem nihil sit molestiae nesciunt corrupti dicta fuga. Explicabo tempore veritatis est beatae. Voluptatem corrupti neque odit doloremque aut et nobis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 24ms (Views: 15.2ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charlene.medhurst@botsfordwiegand.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Nils Casper"], ["email", "charlene.medhurst@botsfordwiegand.org"], ["password_digest", "$2a$04$0CpMYZ3OJM6C3kGT8TZbSur7ux4mKUo4.sy4GCRi3YHQiHVjZk5A."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Totam ducimus est quidem et sed quos. Enim totam porro. Sint beatae quis. Est omnis sunt."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Ut sit qui consequuntur et veritatis. Hic dolore nihil officia facilis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aniyah_little@lubowitz.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Florian Fay"], ["email", "aniyah_little@lubowitz.info"], ["password_digest", "$2a$04$Tp2MpOLXfxLuDVzSizYJ2OUVSpwNt0dnBCkvXLukL.K5mC/dXZz.a"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Eius necessitatibus dolores dolor veniam. Voluptatem incidunt at ullam minus voluptas deleniti."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Odio amet ullam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taurean@reichelglover.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frederic Thompson"], ["email", "taurean@reichelglover.org"], ["password_digest", "$2a$04$0X1izcCWqlT6rOUSOitYmOzJKNOtE2AF.p6Jxgez5VkGeL0DaGrLK"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Qui dolorum quo ad quod. Fugit dolor dolorem in nobis. Sunt quo repudiandae deserunt natus. Ex impedit et nemo quaerat iure."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Omnis ducimus occaecati. Id sunt qui cumque eum sint hic. Officia recusandae sed assumenda eligendi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiel_toy@auer.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ezra Wiegand"], ["email", "kiel_toy@auer.info"], ["password_digest", "$2a$04$cQZltHe9BGS.YijMadjvY.xsmOF7YgxAfZAJTeyQkir4/YIR7gpFG"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Maxime et rerum eum sed ducimus est laboriosam. Quia aut asperiores doloribus ipsum sunt. Placeat dolorem quae laborum numquam tempora blanditiis quisquam. Ut eaque non nam."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Corporis quo quo dolorem aliquam. Qui sunt rerum mollitia repudiandae quas. Veniam mollitia vitae eum repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "narciso@lefflerkirlin.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kellie Stracke"], ["email", "narciso@lefflerkirlin.net"], ["password_digest", "$2a$04$9LQfmmXF6h8zN3SoZup57eHbevrL3SABU9KreCE.LRX5aCQskUELK"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Est unde consequatur quod rem. Suscipit sed tempore."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Error rerum hic dolorum. Veritatis et sed quam. Dolore aut quibusdam expedita illum sed eaque voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kris.adams@gutmann.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucio Kris"], ["email", "kris.adams@gutmann.net"], ["password_digest", "$2a$04$CLDfkDiFHNOXYo7CO0bdhuf6OG1yY3yUi2lt6tWOlNQCJ7iatcq8q"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Cumque animi consectetur in autem impedit. Veniam enim natus neque. Cum autem fugiat ab aut. Commodi dolorem quam qui et natus qui."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Dignissimos quos voluptas vel autem at praesentium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nyasia_tillman@framibecker.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ollie Robel"], ["email", "nyasia_tillman@framibecker.io"], ["password_digest", "$2a$04$Qw6q/dvJ9Rjr5bckCS9X0.3JV4K/09QIsTQbB5oTVf29yvxcEBArS"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Et amet deleniti facilis quibusdam rerum ad architecto. Velit eaque expedita nulla ea eos dolorum delectus."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Sit quod occaecati ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wyman@ernser.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sterling Hammes"], ["email", "wyman@ernser.co"], ["password_digest", "$2a$04$ijrZAO9hN2JUEBatgtS4ZOD0BJgRzqY3Sn5PCwr.BKYeZKz8JYoMy"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Illum pariatur aut aspernatur amet. Fugit delectus quia."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Non exercitationem quaerat aperiam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaylen.ernser@streichankunding.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hudson Langosh"], ["email", "jaylen.ernser@streichankunding.co"], ["password_digest", "$2a$04$KQKDYmWCbp2Sq6Ci.8fusOsppyWicExOLsqPHhWud8NdUvpltZvee"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Dignissimos dolorum natus incidunt. Voluptatem sint consequuntur."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Laboriosam occaecati maiores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otha@roobkeeling.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jada Reinger"], ["email", "otha@roobkeeling.name"], ["password_digest", "$2a$04$4qVE2lUzdZawnqE6gfpI3.ITr.cew1d.A6uNcslXCSgnDO13Tgx9a"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Voluptatibus ratione dicta dignissimos. Voluptates maiores animi occaecati atque ut assumenda. Quae omnis nihil nemo. Numquam quae iusto qui rerum reiciendis."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Possimus culpa eius. Magnam sed odit sunt placeat et omnis. Maxime iure qui facere rerum laboriosam qui dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garett@zulauf.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Devonte Bosco"], ["email", "garett@zulauf.co"], ["password_digest", "$2a$04$r2MDyujc5ClNVRPhIy1lc.WTuUMz8vGCO50lh0.REp0h9v9GMV2Y."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Est dolores itaque impedit sapiente eos. Et velit tempore iure quas. Repellat aliquam non ducimus est ipsam. Aperiam accusamus saepe quis aliquid."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Omnis a expedita eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "therese.hyatt@skileslabadie.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orville Windler"], ["email", "therese.hyatt@skileslabadie.info"], ["password_digest", "$2a$04$4TH6HVACZ/iHAg/DBv58yurw00ii7OzkFiNCfHzXWcz1HIT.x86ru"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Voluptatem optio occaecati et. Fugiat laboriosam ea asperiores."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Suscipit est neque fugit consectetur quaerat cum. Ex sed tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jefferey@schinner.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Guy Heathcote"], ["email", "jefferey@schinner.com"], ["password_digest", "$2a$04$rxHbgEV1BWYwduQhvZVoXeirV5RA3dOcRCHOXg0AOCuza9j8MTe72"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Aspernatur voluptate voluptas quam et. Sit in et quos."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Quia quo velit qui deleniti ab. Rem at distinctio eveniet nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "agnes@lang.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lori Howell Sr."], ["email", "agnes@lang.name"], ["password_digest", "$2a$04$uK78iZSCcuBDm1Nhw5VrauKUP97cWiPal3eZim6rTB8VjXVKFcpQC"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Fugit odit molestias repellat tempora. Blanditiis qui neque facere voluptas reprehenderit. Doloremque aliquam porro ea velit libero mollitia molestiae. Qui repellat velit animi eius illum hic."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Et vitae quia est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zachary_beatty@schulist.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Justine Barrows"], ["email", "zachary_beatty@schulist.io"], ["password_digest", "$2a$04$i9hQF/3QZAWWZDSqdsWk0.9yI86epG20dbMI8XEtpQTw0SjVkB6h6"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Hic quaerat omnis occaecati reiciendis perferendis. Aspernatur et consequatur ut officiis sit voluptas quasi. Ducimus omnis repellendus voluptas enim atque sunt dignissimos."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Minima eos corporis ullam expedita. Iure libero assumenda molestiae voluptatibus sunt ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chase@abernathyschulist.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Kaylie O'Keefe"], ["email", "chase@abernathyschulist.biz"], ["password_digest", "$2a$04$.JSJOM47fM/YsGfYGp3XNOG.Z44bMtc2rVVzNNOMATdu3/6SKFFGK"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Ex exercitationem id nihil perspiciatis. Sunt quae voluptas est optio delectus est. Voluptatem molestiae rerum enim possimus incidunt voluptas."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Harum optio autem et ab."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alisa@johns.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willard Mante I"], ["email", "alisa@johns.net"], ["password_digest", "$2a$04$Q5OwuUAZuNQkpuUM7mrNGeYi0xF8MZ.7D8NN0h0xGo2iqTTGbTIiC"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Quasi debitis eaque in fugiat recusandae enim. Architecto quae perspiciatis facere amet est illo. Ut incidunt voluptatum adipisci."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Dolorem distinctio rerum sunt modi molestiae eos facere."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonardo.bergnaum@jakubowski.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sydney Lubowitz"], ["email", "leonardo.bergnaum@jakubowski.com"], ["password_digest", "$2a$04$NC3om1UdlhFZgaAeYKOeQ.J173PU664P6S.bCX9nN6NDHYoI96mcW"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Quia consequatur et doloremque. Cumque ullam et."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Omnis occaecati dolor. Quae et rerum tempora inventore laborum voluptatum delectus. Nemo iure quas consequuntur doloremque quod eos repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "phoebe@hansen.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reece Gislason"], ["email", "phoebe@hansen.net"], ["password_digest", "$2a$04$oBKEQH4k4kFHyEbRrL7KEu5DJIQhHUG4CoWWGC7P..gDC64b1XA9G"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Dolore sit dolores iste id saepe. Alias voluptas est ad. Quam quidem quibusdam consequuntur dolorem. Nihil et velit."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Dolores et ex vitae enim ea enim deleniti. Dignissimos dolorem assumenda occaecati et enim ut. Voluptas incidunt ut iusto et minus ipsam sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dallin@dibbertlind.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antwan Walter"], ["email", "dallin@dibbertlind.info"], ["password_digest", "$2a$04$PPom5.Q2wb1JvLfIIgygzedZ0SVUJzyPFlYNd8annGb9I6TLg/FpG"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Quo voluptas est aut numquam vel. Deserunt et vel natus mollitia saepe. Placeat facere occaecati aut ut. Rem et libero hic."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Magnam repudiandae eum doloremque culpa quia mollitia. Quia perspiciatis animi ut et. Non beatae perferendis similique aut dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stewart.lemke@mcdermott.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carmella McLaughlin"], ["email", "stewart.lemke@mcdermott.info"], ["password_digest", "$2a$04$aFn0dwws.7r.l8t3xFMcKOP61pGL5yqKolL8l9wfk44g3LfEHaTHa"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Rem accusamus soluta debitis. Voluptates voluptatem nesciunt animi voluptas."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Id rem voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aiden@dickinsongerlach.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcelle Schuppe"], ["email", "aiden@dickinsongerlach.info"], ["password_digest", "$2a$04$VCQlbzZx4fmK4gq3FFcZsOL0FHXAROKwgMTUatFptVcKlwtGetOLW"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Omnis similique voluptate. Molestiae velit magnam aspernatur illo non quia. Dicta iusto ab nihil."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Ullam tempora aut soluta nulla quas eum voluptate. Est aut voluptatum et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederik_oreilly@connelly.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaleel Macejkovic"], ["email", "frederik_oreilly@connelly.info"], ["password_digest", "$2a$04$ZOaYz9yNLbNtMpKJYR0wrOZPgBy5TF3VDJSuNsG08t20X5t4Za166"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Maxime excepturi voluptas corrupti placeat est asperiores. Commodi rerum nostrum quia. Qui vero illum quia."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Aut quod nisi nulla possimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicholas_hagenes@breitenberg.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jacquelyn Wilderman"], ["email", "nicholas_hagenes@breitenberg.com"], ["password_digest", "$2a$04$TpWuoJt4Jejzt5ShyEbws.DadyeENy0yqc6VYaQnItif0TIQZhEga"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Perferendis dolorem consequatur laudantium dolorum officia. Est et autem nemo dolorum. Atque amet temporibus corrupti voluptatem ut et velit."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Cupiditate quis iure earum occaecati facilis ut. Unde non sit vel in dolor quasi maxime. Et quos et deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathryne.swift@anderson.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christopher Krajcik"], ["email", "kathryne.swift@anderson.info"], ["password_digest", "$2a$04$1rwWZEIRldz3moKVmyvsfOCapcLGGhxM.ie.z.XrbiyFjmvQ/kEnq"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Accusantium minima et. Cumque ea magnam esse soluta ut iste inventore. Eius harum et sint architecto itaque. Consequatur ex omnis sed quaerat corporis perspiciatis unde."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Quia alias est. Atque voluptatem quia neque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lonnie@mcglynndamore.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noemi Schowalter DDS"], ["email", "lonnie@mcglynndamore.co"], ["password_digest", "$2a$04$o6cseVvKLV302zME86osl.f0gASRHs3QUQeAYJdNzCxtBFqOpIBGe"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Aut dolorem repellat natus aspernatur ea. Nobis laborum et magni doloribus ducimus recusandae. Eos omnis quia id repellat quidem."], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Voluptatibus quis odio delectus labore aliquam et non. Ad cupiditate non ipsam laborum culpa. Voluptatem provident quisquam qui ut nemo velit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fidel_marquardt@rempelweber.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aletha Dach"], ["email", "fidel_marquardt@rempelweber.co"], ["password_digest", "$2a$04$12jtbzCPzP6MpbYVrfWW3.CakEYBxuyyxEDsS5j94ionjho8R5UvK"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emerson@brekke.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fabian Hodkiewicz"], ["email", "emerson@brekke.io"], ["password_digest", "$2a$04$W5Z7ZF1D/M7xOh5Jf.pIcuYdATVJzz62IHOoOBQk3YVubkCGgry/a"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Ab dignissimos voluptatem minus. Natus veniam ut. Neque et voluptas rerum repellat natus odit illum. Laudantium repellendus est excepturi.", "summary"=>"Molestias voluptatibus et eius aperiam.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Recusandae nesciunt velit cum voluptate sed. Aperiam qui ad quos occaecati consequatur. Voluptas in soluta accusantium fuga rerum.", "summary"=>"Reprehenderit vel sapiente mollitia inventore nihil. Nostrum incidunt libero enim.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lisandro_reilly@mann.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Myron Balistreri"], ["email", "lisandro_reilly@mann.com"], ["password_digest", "$2a$04$fytLkx3mXU9g6GIpx.11P.jZYFUAYUeDl0bhGhs3/x0BtohRboHIy"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Omnis veritatis sunt at optio molestiae.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-10 14:20:35 UTC], ["updated_at", 2016-06-10 14:20:35 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Omnis veritatis sunt at optio molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Quia iusto neque eaque tempora debitis.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 1.2ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "talon@hintzwiza.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lon Gaylord"], ["email", "talon@hintzwiza.biz"], ["password_digest", "$2a$04$.U3NNHbsHIQ3TylGzxuNrutu9k3UrhWN1WgovoSzeQ1GAJWP4h0WS"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Debitis maxime suscipit voluptate in sint nulla. Quo nesciunt dolorem quibusdam."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Et dolorem illo ea laborum doloribus sint. Praesentium dolores consequuntur exercitationem dolorem. At voluptas ratione."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ebony.shields@stiedemann.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Uriah Ziemann"], ["email", "ebony.shields@stiedemann.org"], ["password_digest", "$2a$04$w2kGI2IeShQjfbhOBs4an.xgpyNAFnKf7my5JM/RXoY/D9WuLtj2."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Expedita in itaque quia quibusdam. Facere soluta voluptatem in id aspernatur sunt."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Beatae sit ab. Reiciendis libero nobis distinctio minima at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "micaela_bartell@kutch.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Walter Williamson"], ["email", "micaela_bartell@kutch.net"], ["password_digest", "$2a$04$Adrf6KYXFXQPUPN0qP.LZ.X4LEQ7XxEevsKmMlEnKFfZL0cMCFmU."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Quo dolorem et ducimus provident ut culpa quaerat. Repellat nemo iure architecto. Voluptatem voluptas provident sed. Non cupiditate dolores expedita itaque consequatur consequatur unde."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Et nisi quasi nihil aut itaque. Placeat impedit et exercitationem quia. Ut occaecati voluptas deserunt quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lacey@damore.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madelyn Douglas"], ["email", "lacey@damore.org"], ["password_digest", "$2a$04$uhKtLVVylDdmxZWbzHZ/J.wyaTUbMQs8CP1ZDVE/Q.BkrJ/Z529HG"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Quae ad est non soluta sunt autem reprehenderit. Dolor et blanditiis omnis. Sed sunt nam itaque error. Nisi veritatis adipisci."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Autem unde repudiandae est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:20:36 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 3.0ms)  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luna_mitchell@buckridge.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hayden Gutmann II"], ["email", "luna_mitchell@buckridge.info"], ["password_digest", "$2a$04$3yrWzAUnY465Of5KbxG8Ded4uomTrhLWr6vwbg166XohybKkadLIa"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Aperiam officia et dicta. Autem aut rerum. Sunt vero doloribus at quos consequuntur."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Expedita minima rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:20:36 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.9ms) Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judy_howell@jacobiwill.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bethany Ledner"], ["email", "judy_howell@jacobiwill.co"], ["password_digest", "$2a$04$C/D4r7.L7z9SYVzsQZAD0uoygySyJacYKmlv2K78SDGKwGzH14MuC"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thora.stroman@kerluke.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rozella Schmidt"], ["email", "thora.stroman@kerluke.biz"], ["password_digest", "$2a$04$at7nKar64uGNtLiTYBe5aei3Qz9GvCLPxFQ1zntbUtfEZ2lYP0y7e"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Nemo in ut delectus molestiae vitae. Eos vel laborum quae similique. Veritatis et eligendi."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Voluptatum voluptas qui ea nulla qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-10 14:20:36 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.5ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aiden@walsh.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximus Smith"], ["email", "aiden@walsh.info"], ["password_digest", "$2a$04$pjOO.tcz/6hunfH/r1241.LvOYVf4nrO4pq/2N6lWBLS/VR6OJqnu"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Qui est quo. Asperiores perspiciatis sint molestiae. Modi enim eos sed. Enim veritatis quia et odit autem officia."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Est blanditiis in atque dignissimos. Enim adipisci dolorum atque corporis eligendi ratione."]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:20:36 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.8ms) Completed 200 OK in 13ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Cortez Leuschke"], ["email", "user@user.com"], ["password_digest", "$2a$04$91amyIH6aTtZWf.FKnqN3uu.eXzh43t0x4rLT94GW6Xviz5tQX9Sa"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$fFckhndkLa29AKCaLqmZDuB9IZPfdS0J.45Jb1ZkeTMkVSKQbQNIi"], ["updated_at", 2016-06-10 14:20:36 UTC], ["id", 41]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.4ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vallie@mante.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Gisselle Moore"], ["email", "vallie@mante.io"], ["password_digest", "$2a$04$jJQk0tGD7VNZbHZTLGN/xe5ThIxOjhr1Ye4QKV3eLhvQGVxCM4dTq"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 14:20:36 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.4ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 14:20:36 UTC], ["id", 35]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (8.9ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 9.9ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rebecca.johnston@friesen.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arvid Koepp"], ["email", "rebecca.johnston@friesen.name"], ["password_digest", "$2a$04$/3IK8wnswv2lgrKV8TkKSuSRXlV2vfIXnYd8vu2VgoFUO8rDG21Se"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Doloremque quia a quam et sed. Illum ipsam iure fugit inventore saepe autem. Et saepe temporibus architecto dolores."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Deleniti velit eos dolorum vel. Expedita veritatis voluptatibus sed id non. Iste rem quidem iure."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candido.green@champlin.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marley Fahey"], ["email", "candido.green@champlin.info"], ["password_digest", "$2a$04$XaB0fCZeC2pZCFZDUiYbm.Y.su9GfYBLPW6AyGUvwoXRySI1pdNvG"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Quo ratione rerum aut id ut voluptatem. Quibusdam incidunt nulla. Earum unde alias et ex eum est et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Dignissimos possimus earum. Magni ipsam impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mertie@jast.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rhea Gulgowski MD"], ["email", "mertie@jast.name"], ["password_digest", "$2a$04$V3vh1QjcC02.G5fyhQ.CDO6yLomFefQd5sA1Az5JVCOttt0Pf691W"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Esse fuga ipsum autem vel. Autem vel enim doloribus molestiae perspiciatis itaque maxime."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Ducimus explicabo accusantium quia iure. Quia perferendis non cupiditate nobis. Saepe suscipit modi ut repellendus distinctio sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 21ms (Views: 16.1ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jefferey_marvin@abshire.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kitty Cartwright"], ["email", "jefferey_marvin@abshire.net"], ["password_digest", "$2a$04$ne5Qk91z5fnMZl97PKGiUOH/zGSuz9rYrtYH.OEU5Szyxmxfijmqm"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Cum sed iste vitae quidem exercitationem. In quasi earum ratione consequatur magni et. Vero qui quidem. Accusantium ut id iusto voluptatem ut est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Mollitia dolore error. Odio autem velit illo aut. Laboriosam aliquam exercitationem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karelle.leuschke@reinger.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grayce Keeling"], ["email", "karelle.leuschke@reinger.name"], ["password_digest", "$2a$04$Y.KRZTG4FGGlOjHLPhPtFesmsusJ4ITM6R0LaUIsWtmKAjm4Vijm."], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Id perspiciatis vel mollitia sit tempora et. Est eos eaque sunt officiis delectus saepe quae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Maiores autem consequatur aut ab ipsum. Consequatur cumque quae vel possimus autem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lorenz@pagacnikolaus.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lera Connelly"], ["email", "lorenz@pagacnikolaus.co"], ["password_digest", "$2a$04$ZfssdE1rwUtMOHhFCgeQF.lrivICksRgrcxzd7jIDUawTRDkIzQx6"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Quibusdam repudiandae voluptate. Eos voluptatibus recusandae enim cum quia neque animi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Deserunt tempora velit ut qui autem. Voluptatem in aut. Est quod ut quia culpa sed minus error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "webster@berge.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Sydnee Gusikowski"], ["email", "webster@berge.io"], ["password_digest", "$2a$04$8P2kt/3yAtK/Bp0ReqEWMucAaK5R7b86wUDuQmshIBJjyvAoDTRN6"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Autem voluptas suscipit quia aut. Est qui quaerat a. Quam omnis quae et minima architecto perspiciatis autem. Et nesciunt fugit quam earum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Dolores repudiandae consequatur accusantium qui inventore nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "silas@bode.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jacynthe Robel"], ["email", "silas@bode.info"], ["password_digest", "$2a$04$w05YKmNayPX4oISwgqjwI.72ZyRCKQYg6mcuk/Neo4zr9D7uuXUcW"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Dignissimos iste error excepturi fugiat architecto animi molestiae. Eum tempora sunt voluptas reiciendis eaque praesentium provident. Quidem atque officia. Velit distinctio dicta harum itaque aperiam aut reprehenderit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Explicabo dolor corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oswald@corkery.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeremy Gibson"], ["email", "oswald@corkery.biz"], ["password_digest", "$2a$04$7Y99TLImhLy7PR7pbpF5YeunLm5oh7kBGuet43fuUfMeeiB5H/3nK"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Aliquid exercitationem est. Et voluptatem quis similique ab et ut. Dolores impedit nulla maxime. Maxime ea praesentium autem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Velit ea quia tempora est architecto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joel@millhields.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Newton O'Conner"], ["email", "joel@millhields.io"], ["password_digest", "$2a$04$v8KJHMd1GSI0VLkthiMLa.FTVSArCoQG8fWHI0D6t7NRn7a8c9Gju"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Asperiores perferendis aut. Ullam optio delectus."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Qui quidem molestiae omnis consequatur qui ut. Dolor adipisci soluta."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josiah@graham.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Cicero Monahan"], ["email", "josiah@graham.io"], ["password_digest", "$2a$04$zcMZtJm9PAG8gD4F561CtuGJ1S/DiLCLiBNG6jn3EkFa9XUd99xru"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Maiores unde quisquam natus ea aut. Qui itaque molestiae ut quod. Aspernatur minus ratione enim non velit occaecati."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Ipsa ut a eligendi voluptas magni numquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amie@lesch.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Tremayne Frami"], ["email", "amie@lesch.org"], ["password_digest", "$2a$04$fFoSXMdlwykbdqHJYtfv9ejZz9FoWQUe/AbPcRsaleGm.Bsn5Zr9e"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Molestiae in voluptas. Perferendis aut eum quae repellat. Consequatur perspiciatis dolores nemo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Id fugiat enim voluptatem tenetur nemo et. Perspiciatis officia est sit delectus ducimus. Voluptas ab aperiam cupiditate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "americo@williamson.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dale Auer"], ["email", "americo@williamson.io"], ["password_digest", "$2a$04$Lq9R.dBUlOC4rXttc6X4L.aZ.qtcR9glstjVOAZIn4HjO4EAwHCRq"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Similique voluptate inventore molestiae. Voluptatem voluptatum dolor qui voluptas quis. Quod quo qui ut qui necessitatibus sit dolore. Dolores ut iusto."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Exercitationem magni ratione."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rocky@dachterry.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thomas Sauer"], ["email", "rocky@dachterry.name"], ["password_digest", "$2a$04$2YZh2qZ2Gsb/Cg0deGwqM.AKK4urhOcmDa2VEtBsDfImO08GVtjwy"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Earum sed qui nisi ullam. Quam eos labore. Commodi a sit error animi tenetur. Et quis et ipsam asperiores nulla at."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Aliquam ullam fuga provident pariatur iste odio aut. Beatae ut magnam eius animi deserunt. Odio soluta reprehenderit numquam voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mariah_casper@hauckwhite.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tatum Towne"], ["email", "mariah_casper@hauckwhite.biz"], ["password_digest", "$2a$04$2drWLZOKCX7Y9zsWwDonqOFalc/54Kbu9XiLlo0/N/RFkichQZOWu"], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Cupiditate mollitia amet enim et aut. Aut ducimus itaque sed. Soluta ut dolorum placeat. Molestias tempora est quas tempore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:36 UTC], ["updated_at", 2016-06-10 14:20:36 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Omnis voluptas facilis inventore illum quia excepturi ratione. Reiciendis aut aut quis odio. Ex sit pariatur hic voluptatum id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandre@green.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ethel Torphy"], ["email", "alexandre@green.com"], ["password_digest", "$2a$04$M0hI3RWowp32nOpdGwUccecWamgRpsOVSS5DYRkJX71K0nT1ORtHG"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Exercitationem iure omnis aspernatur quisquam voluptatem numquam ipsum. Reprehenderit pariatur et architecto sed fugit. Doloribus quia iusto voluptatum velit. Aperiam aut perferendis ipsum optio ut."], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Quam ipsa sapiente distinctio adipisci. In accusamus omnis. Vero autem iusto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 4ms (ActiveRecord: 0.7ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 34ms (Views: 8.0ms | ActiveRecord: 4.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "king@hyattbeier.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Olen Kozey"], ["email", "king@hyattbeier.net"], ["password_digest", "$2a$04$jAkE0H7UbiuzY6XepG6oSeqABD4i1nHx.W4MQakREdn15OQ9e4KBi"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Maiores eum deserunt molestiae illo nisi sunt libero. Eius eum quisquam odit ut odio et repellat. Vero occaecati ullam. Corrupti error exercitationem aperiam reprehenderit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Reiciendis quia alias aut. Voluptas recusandae est nisi est."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lowell_gusikowski@bradtke.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tiffany Abbott"], ["email", "lowell_gusikowski@bradtke.io"], ["password_digest", "$2a$04$DK/oIMhFjnYZgvZvPmOsT.3150QAU3PSXEQ/0UF3/oeIEnhJZeP7m"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Porro eaque eveniet repellat. Sunt rerum et eligendi corporis explicabo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Consequatur ut laudantium vel consequatur aut."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "valerie@parkerjerde.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Johnathon Wiegand"], ["email", "valerie@parkerjerde.io"], ["password_digest", "$2a$04$4FGZC5du2u/uoHXyRQWpHOtQY9UEo/9ffVN7S663n06kYncufzXYK"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Nobis unde dolore. Consequuntur minima tempore debitis aut sapiente."], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Sit sapiente similique eveniet est. Occaecati saepe delectus qui suscipit. Sunt tenetur vel."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilma@sawayn.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carlee Kerluke III"], ["email", "hilma@sawayn.io"], ["password_digest", "$2a$04$z.s1ZnfNuhw8vGh1JqqmROo9lHb0L2.zDupDDVLOc9g4GkZpzpeNW"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Numquam laborum incidunt. Temporibus magni nobis quae aut consequatur ut rem. Ut quas unde."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Aspernatur hic qui officia eum quo. Nulla quod dolore qui quaerat qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-08 00:00:00 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 1.1ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brenda_prohaska@bogisich.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karl Kihn"], ["email", "brenda_prohaska@bogisich.name"], ["password_digest", "$2a$04$hqJZmaxJLKl46TB3LrBUb.oxYK30WCEtRvopaphLONJ5n22wqjZT6"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Nostrum sunt et porro ut expedita. Explicabo itaque accusantium at nobis nihil doloribus."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Qui odit tenetur. Non amet consequuntur deleniti. Quam ut temporibus rerum accusamus dignissimos."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moshe.durgan@ruel.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cathrine Sanford"], ["email", "moshe.durgan@ruel.co"], ["password_digest", "$2a$04$sqbbz8t1X.SsIezPgPuGbuzy5MTPLq0PnypH8H6KgmFXOR44cZmuW"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Architecto voluptas tenetur. Velit enim culpa fuga laudantium voluptatum odit rem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Repudiandae quo harum quam veritatis atque architecto."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allan.brekke@raudickens.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joshuah Schroeder"], ["email", "allan.brekke@raudickens.biz"], ["password_digest", "$2a$04$npi8Gcc3FCd.tZPojVV1IeH0mu3df9phk5BcDGaqNgThy5UAB2RJS"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Tempora vel velit temporibus esse autem dolor. Repudiandae officiis et nulla laudantium sapiente est. Eum et ipsa commodi voluptas rem dolor. Ullam qui quam ut totam consequatur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Ut et recusandae consequuntur provident dolores."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xzavier@monahan.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Hiram Carter"], ["email", "xzavier@monahan.biz"], ["password_digest", "$2a$04$JNSx16562uPqRD5BSufCkefOTabR5TMp6TndH8At3NDHPz9FSBvGe"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Provident ad optio enim nulla reprehenderit. Facere placeat odio dicta assumenda veritatis quas."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Accusamus nihil officiis odit qui rerum quisquam nostrum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelton@halvorson.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elza Powlowski"], ["email", "kelton@halvorson.biz"], ["password_digest", "$2a$04$ip0WEb8nZ681YjoLgKIfPeCq.GBuKLE/YqlzcvAxbuMMbCYlNziKa"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Enim praesentium odit sint. Tempora est eius veritatis sint dolorem distinctio. Aliquam adipisci eos ipsam ut et cupiditate dolore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Et ut accusantium ut. Dignissimos unde rerum voluptates magni."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "osborne.kub@kemmer.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Owen Cruickshank"], ["email", "osborne.kub@kemmer.io"], ["password_digest", "$2a$04$YtMLW1X0wGwQbuy5ELgii.yhxVUsoNV7Zr5E9eS6QMqJPQ3EAZlIm"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Architecto impedit est molestias esse voluptatibus officiis. Suscipit impedit ut consequatur eius et. Quo sequi excepturi inventore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Optio asperiores pariatur quia cum. Atque reiciendis soluta fuga qui omnis voluptatum non."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thaddeus_moen@rippin.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Letitia Ryan"], ["email", "thaddeus_moen@rippin.org"], ["password_digest", "$2a$04$UjOvvUfG18LuESJV64OQBere2IlW/iIOlWJLDDHvAnZw9gj2EsUM2"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Sunt hic autem aut. Nobis eaque excepturi commodi est a."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Consequuntur est ratione quas doloribus et ut aut."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ariane_jacobson@goodwinstrosin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dereck Hirthe"], ["email", "ariane_jacobson@goodwinstrosin.io"], ["password_digest", "$2a$04$UUOrY1iD2AkZyh2docHueueNXKEcfx0tM/fXK5C..DN7tA5nYqFLy"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Voluptates doloremque totam non aliquam. Aliquid iste sapiente quaerat ea veritatis. Quae dolores ipsa."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Est at et perspiciatis. Fugiat quae qui sunt est quia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cortney_pagac@price.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Mariela Powlowski"], ["email", "cortney_pagac@price.org"], ["password_digest", "$2a$04$O1KTJLqYH30uFmxuQ9EureZTQqYcrkvM4b7OnDTFkeYthpv5U2Dvu"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Aut aut facilis et iusto incidunt id. Neque illum rem similique animi et exercitationem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Deleniti perspiciatis voluptatem unde maiores occaecati eos neque. Exercitationem officiis ipsa et praesentium eveniet. Tenetur fugiat adipisci libero quod esse."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "german.kirlin@skiles.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alberta Wintheiser"], ["email", "german.kirlin@skiles.biz"], ["password_digest", "$2a$04$/NhDZM27IyOrgy9FOvwtAOXwqP26Br2Rc9UpE3t0b1pAhtfq19kZa"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Autem doloribus rem. Architecto nihil et commodi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Eos numquam aliquam recusandae dolor consequuntur ipsum. Esse aut aperiam quia veniam quas ut. Explicabo aut incidunt consequatur nesciunt unde occaecati."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sydnie@shanahankilback.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jalon Hammes"], ["email", "sydnie@shanahankilback.io"], ["password_digest", "$2a$04$U/ulekOsPXW2Ld7O1wNZ8uAfK1qMw8RuPxK7y06OLRBdcNZIouVSy"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Et et ea omnis perspiciatis. Minima voluptatum quo nulla. Perspiciatis omnis dolorem quam vel. Consequatur enim non dignissimos."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Maiores quisquam eaque eum ab voluptatem corporis architecto."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 1.2ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cristian_von@jast.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hunter Davis Sr."], ["email", "cristian_von@jast.org"], ["password_digest", "$2a$04$WrHzMiHmYBqnoGc9pSzd/uxL9aBed5dQMKgPXr/1ceSkoxEXeczfC"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:37 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (20.9ms) Completed 200 OK in 343ms (Views: 339.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:37 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cristian_von@jast.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "cristian_von@jast.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$UR6Hey5HZ1GaUJONqOUbe.2O7fQ2cXj97GkJWUu.2nt03a/JJ5B9e"], ["updated_at", 2016-06-10 14:20:37 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:37 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.7ms) Completed 200 OK in 29ms (Views: 20.2ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alyson@hodkiewicz.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelly Fritsch"], ["email", "alyson@hodkiewicz.net"], ["password_digest", "$2a$04$wvy9cy5d7oJmwKt8SvGTpOdVPnyTOkIKmSl8KN2CVZgYm5FfpjPbK"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Rerum exercitationem et pariatur nobis veniam ipsa tenetur. Quia est consequatur numquam earum omnis dignissimos in."], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Aut laborum temporibus qui modi nostrum quae aut. Ea soluta repudiandae doloribus omnis cum et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:37 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.1ms) Completed 200 OK in 27ms (Views: 20.5ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jana@hyattbrakus.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Celestine Kihn"], ["email", "jana@hyattbrakus.com"], ["password_digest", "$2a$04$TFRzNlB7W3n1djmH/ixIcu/ePdBE.mcrEWCtt2HqL4JN3aarU7dTu"], ["created_at", 2016-06-10 14:20:37 UTC], ["updated_at", 2016-06-10 14:20:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:38 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:38 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jana@hyattbrakus.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jana@hyattbrakus.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$S1cGH83o0rB7aPBmkIXnO.gN6n70Kg4syASVc7P8ZeenOBPBkz.Me"], ["updated_at", 2016-06-10 14:20:38 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:38 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 22ms (Views: 16.5ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stefanie@kris.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verner O'Hara II"], ["email", "stefanie@kris.co"], ["password_digest", "$2a$04$xoQKcGFkPlpxLew3m409IOOKm7uYCMLrWzTUf6XM0/weVyHyA1qA6"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Ut reiciendis iusto ex repellat. Voluptatem facere repellendus perspiciatis in suscipit eligendi."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Rerum deserunt ipsam at nemo quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arianna@daniellynch.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Peyton Bayer"], ["email", "arianna@daniellynch.info"], ["password_digest", "$2a$04$IVGoNAOxghc8j/Te0jxtAOSoHvJmuESsO.0rbK4bM0iaGcDW7Fd3q"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Esse aut commodi eum. Voluptas maxime nihil sed. Voluptates a repellendus sequi et vitae sunt eum. Nihil occaecati velit ipsa alias culpa odit rem."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Sed quia deserunt aspernatur consectetur. Rerum doloribus illo ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyrell@botsfordrodriguez.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stefan Roob"], ["email", "tyrell@botsfordrodriguez.com"], ["password_digest", "$2a$04$kkSEL1/g75gNtO0JBku6Luxqxqm1Md1hd5a653dxYw4fSG54Rdbby"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Sed vel voluptatem optio id sunt voluptas similique. Cupiditate est aut debitis voluptatem."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Quaerat voluptatem iusto deserunt fugiat consequatur ipsa adipisci. Amet aperiam eligendi non dolorem rerum molestiae aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anais@cole.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Litzy Conn"], ["email", "anais@cole.name"], ["password_digest", "$2a$04$SG5p07LEkNDUhLSn1qQVSuh8l5gJ/bFgbyRBP.9CjckonbopQxm6a"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Quae quis aliquid ratione exercitationem. Dolorem tenetur illo sed facilis. Nihil in cupiditate et a hic quia."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Quisquam sunt voluptas. Exercitationem debitis quisquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angela@wyman.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Benedict Hoppe PhD"], ["email", "angela@wyman.info"], ["password_digest", "$2a$04$bxxASWzqbddnoicLzw9Jue3esQsTkSO3AB4BwiRZkSIcLwFg0Tb7i"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Ut repellendus aliquam. Non at quibusdam reprehenderit odit harum. Optio quaerat ea nam nihil quia repellat sed."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Magni voluptas dolore numquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ike@moore.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gayle Swaniawski III"], ["email", "ike@moore.org"], ["password_digest", "$2a$04$oEk8mMrSM7eQSOVRYO4NsODR42o.vPF0WM.sx78IMeQnCEeW2Pyui"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Quisquam iste repellat et quo placeat quia fuga. Inventore dolores ea quia facilis. Ex repellat porro atque dicta libero."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Esse sit id maxime qui similique praesentium. Atque et ut rerum voluptas repellat quod."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "urban@jakubowskistreich.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Ayden Nitzsche"], ["email", "urban@jakubowskistreich.com"], ["password_digest", "$2a$04$4V6K6gzDmXV5./dT.c7lNuu//cxvobscHDUSNaeWlosQmz0uG6vxi"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Eum unde ea voluptatem. Unde rerum voluptatum."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Earum modi odit. Illum sequi dolores sit mollitia explicabo quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haven@zieme.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krystal Murray"], ["email", "haven@zieme.net"], ["password_digest", "$2a$04$x56wBgfYCmsuGO94XqxxM.1t8RRfkfY1DetR0hWR7YanPbhQboHpa"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Accusantium voluptatem modi quidem rem consequatur soluta. Consequatur est ipsam."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Adipisci commodi ut. Amet dolores optio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chaz_hegmann@kiehn.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Annabelle Bahringer"], ["email", "chaz_hegmann@kiehn.co"], ["password_digest", "$2a$04$jxaj0BKtL9EW8Bolx6nBe.arsAMKEf4Nrjc3sDHhOLz9ejSosRBTi"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Porro asperiores rerum dolore architecto iure. Est aperiam qui porro sint perferendis saepe qui."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Saepe fugit rerum quia quae illo inventore. Aliquam laboriosam sit alias voluptatum sed. Aut neque libero et magni."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "savanah_kirlin@glovermurphy.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Elouise Ortiz"], ["email", "savanah_kirlin@glovermurphy.name"], ["password_digest", "$2a$04$1NHbOJI6bGri2X7ltD.vNuMWle.Qr5IuqbLWvedg4OSk3FGVhKCVK"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Laboriosam voluptatem optio id. Aliquid repellendus atque enim sed. Provident perferendis minus esse eum."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Asperiores cum aperiam repudiandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nadia_bradtke@schamberger.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daisy Becker"], ["email", "nadia_bradtke@schamberger.com"], ["password_digest", "$2a$04$S25Emjlkr0Mzt6KrnBml9ONI9R8SDAjGoX35X/Lv2RsOU45f78rES"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Totam ratione est corrupti facere voluptatum. Perspiciatis temporibus cum numquam veritatis sed."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Non voluptatibus atque sed id ipsum itaque. Minima assumenda maiores eaque dolore. Sit suscipit aperiam quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cornelius@gulgowskihermann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marco Murphy"], ["email", "cornelius@gulgowskihermann.io"], ["password_digest", "$2a$04$C6Lr9uB33xQajsYKatjaOeHqolQtq2DR68Il9sja1gnGxNE.XMLSK"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Aperiam voluptatum tempora. Eaque quidem quia voluptates sint repellendus nemo voluptas. Non temporibus dolores."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Tempora provident magni voluptatem sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amari@rempel.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Charlotte Hahn"], ["email", "amari@rempel.info"], ["password_digest", "$2a$04$P9XxZtfEG4ctbYTEyJaVB.zyar1Zztzy1cjO6y.vTiv6mlAKniwj."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Eos veritatis beatae. Fugit libero facilis qui. A mollitia expedita ea sit eius."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Rem praesentium laudantium. Voluptatum eligendi minima. Et quidem nulla porro qui nam quas aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "collin_lang@wunsch.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pearline Oberbrunner"], ["email", "collin_lang@wunsch.name"], ["password_digest", "$2a$04$L/PPnIhVN8PEmZELjLBGh.47yCiKGBWQRRQK0lwzcVYSg/BpfnoFm"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Aut quia neque veniam qui. Deserunt harum molestias ut itaque."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Voluptatem quidem alias consectetur similique. Dolor error rerum et ex numquam et labore. Voluptates minima consequatur fugit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yazmin@tillmanweimann.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roel Powlowski"], ["email", "yazmin@tillmanweimann.co"], ["password_digest", "$2a$04$nwRHh0d1ReYbUTkaRm6ii.LUDBrYToAleUBnZByA5JXPJuJMvvC/G"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Recusandae eaque eos est possimus tempore et voluptatem. Tempore consectetur iste recusandae."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Inventore mollitia et dolor aut voluptatibus perspiciatis. Impedit natus consectetur odit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vita_bogan@aufderhar.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Luther Mayert"], ["email", "vita_bogan@aufderhar.com"], ["password_digest", "$2a$04$iDgGl46GoLwSCZ.3BQcZbOV5p05lKgka0ggJG9VgBty8QbcMF8Piq"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Voluptatum corrupti consectetur culpa impedit nostrum libero laudantium. Recusandae amet voluptate molestias natus nisi. Et aut ipsam dignissimos autem perspiciatis. Harum sit aut rerum quasi enim est."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Voluptatem commodi eum rem veritatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yvette@windlerhartmann.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stanley Rau"], ["email", "yvette@windlerhartmann.biz"], ["password_digest", "$2a$04$FojIjPnUTaXfGnZr7fLWYOnNQxZHtq/jX8Lx3CFWXlHm2sypQ0vEy"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Esse impedit et est ea voluptate. Et laudantium dignissimos aperiam perspiciatis qui voluptas nihil. Sed reiciendis quia quis veritatis laudantium beatae."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Esse placeat necessitatibus incidunt voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emilia@brakushand.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Diamond Donnelly"], ["email", "emilia@brakushand.biz"], ["password_digest", "$2a$04$IYbqPiXPPzrskG6XQ2W6FOI2a78/6Fni57eC91jMC3/drvKm59vxS"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Cupiditate ullam error quisquam. Eum est non. Nihil et iste."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Quia voluptatum qui fugiat commodi veritatis qui dolor. Nisi et temporibus officia cumque dolor id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maida_kozey@douglaskoch.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noel Kuhn"], ["email", "maida_kozey@douglaskoch.io"], ["password_digest", "$2a$04$1FMJG2zfjLmoKRBH5UNAZ.jpvNPvDgSV7IS9zzNnpIQn2XOsfBpla"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Consequatur officiis suscipit. Accusantium sint tenetur sed. Dolore ducimus deleniti dignissimos facilis. Est cupiditate voluptatem."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Qui et enim consequatur et consequuntur. Exercitationem rerum quibusdam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cortez@cormierhegmann.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Melisa Barrows"], ["email", "cortez@cormierhegmann.net"], ["password_digest", "$2a$04$L3B7YaNpAW4squpsoGwcsu9ePqm6tL7na45k4e.SBOs4OlCIblcj2"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Fugit cupiditate rem et. Sed quos reprehenderit aspernatur. Et ullam est totam aperiam corporis harum. Dolore sapiente quia est quo numquam."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Quis eligendi iste et aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myles@okeefe.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucile Homenick DDS"], ["email", "myles@okeefe.net"], ["password_digest", "$2a$04$JDnOoPvQ8ru7OWtUgBwKw.EVO1CjwTk17BELBDrDycJkjBe8waWJC"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Ut ducimus non maiores. Et veritatis cum sint accusantium quaerat delectus. Libero consequatur rem et quisquam laudantium."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Temporibus aut et ea dolores modi. Velit nostrum autem dolorem quod."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "art_effertz@kirlin.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ewald Reilly"], ["email", "art_effertz@kirlin.name"], ["password_digest", "$2a$04$AN2xe7E9upPx4QjVnUQCWuFaywz/bQEQ84Mte.nq0fQBllzZ8kNxW"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Odio non voluptatem omnis totam ullam eaque. Velit itaque sit consequuntur facere dolor voluptatibus. Fugiat non earum fugit magnam autem ea eaque. Quae ullam nam aperiam dolor est officia."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Aut et laudantium nam ut a. Veritatis eos minima dolor aliquam asperiores magnam debitis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leann.aufderhar@kilback.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marilie Bernhard Sr."], ["email", "leann.aufderhar@kilback.net"], ["password_digest", "$2a$04$QJp6u5Ex2O8kHxo85Ah6wO9NgD3aQeEv5nXLdUNO.GgAScyguli1K"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Illum est deserunt ut accusamus repellendus modi excepturi. Temporibus quisquam nobis reprehenderit."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Et aspernatur autem saepe tempora non nam magni."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alverta.wehner@millskunze.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Celestino Buckridge"], ["email", "alverta.wehner@millskunze.org"], ["password_digest", "$2a$04$/1dhW4MJGhL/K18SG8bDfeLQxaRmxLzeY0fLTCRG15yAmE5qrYsdG"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ut qui minima id officia enim quis velit. Accusamus voluptatem dicta a maxime."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Deleniti recusandae voluptatum dignissimos iste."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fletcher_frami@dooleyokuneva.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eleanore Ebert"], ["email", "fletcher_frami@dooleyokuneva.net"], ["password_digest", "$2a$04$PzLq9mGBWLCeb4owtNvxd.np/qNoCWgk2LjWmrkfpOdVmUSj8tkJ6"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Ex autem similique debitis. Quis qui iure expedita et. Magni odit velit itaque molestiae sed."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Ut illum et voluptas. Non repellendus nemo voluptatem et numquam nam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jocelyn.gulgowski@lindgren.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jessy Gerlach"], ["email", "jocelyn.gulgowski@lindgren.info"], ["password_digest", "$2a$04$9sw1Py1TMZaDIUfz9a5LPe35DMQLj/jWlFuTR3qgdQRD/05pmLe7S"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Eius aut et iste. Similique laudantium eveniet repudiandae. Est veritatis voluptatem tenetur consequuntur praesentium unde. Esse ullam et accusantium illum dolorem."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Quod inventore et quos dolore qui repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:38 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (196.9ms) Completed 500 Internal Server Error in 205ms (ActiveRecord: 23.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.9ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hermina@feeney.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nikita Sanford"], ["email", "hermina@feeney.net"], ["password_digest", "$2a$04$9NX6ocAkZAN6LuXTFPddzO.DG.X3MmJeSKEcjTDG5xljaTUayHerm"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:38 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:38 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"hermina@feeney.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "hermina@feeney.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$whY1JRfQ2fBmejYRIl9Peuro8ULpwwg4LKSF1CjCYiXUQRs05aeBm"], ["updated_at", 2016-06-10 14:20:38 UTC], ["id", 103]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:38 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 20ms (Views: 14.9ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demetrius@mcclure.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Isaiah Leuschke"], ["email", "demetrius@mcclure.com"], ["password_digest", "$2a$04$8qdWni5ANA4o4l7pGsVGsuQpHXXnFaq51q.cKiVIJ0eUgOjf.L8Tq"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Dolorem corporis est eveniet natus asperiores ullam. Repudiandae quaerat veniam impedit itaque molestiae aliquid. Quis ullam qui quasi assumenda sequi omnis autem. Quam quis exercitationem."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Facilis voluptas qui dolorem. Sed voluptates animi corporis aut molestias voluptatum ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lori.schmidt@strackeanderson.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thora Ruecker PhD"], ["email", "lori.schmidt@strackeanderson.com"], ["password_digest", "$2a$04$T0yCB8L64YBcAryIR0g82eBZtYB4K/NqJzScTwnwj8crf5UcJ6uRy"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Et est quos voluptatibus. Dolorem debitis in blanditiis."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Aliquid dignissimos dolorem fuga quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heloise@kirlin.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Araceli Ondricka"], ["email", "heloise@kirlin.name"], ["password_digest", "$2a$04$QEuvyBEcRY9QI5BU1QrTJu6M.SbqlVLeCah.WJwNDqBmPrYad9WUS"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Dolorum voluptate excepturi omnis in qui. Necessitatibus cum porro ut quis."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Repellat esse qui dolor. Ipsa assumenda qui voluptatem. Aperiam dolor nisi vero nihil tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dante_shanahan@bashirian.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jasper Willms"], ["email", "dante_shanahan@bashirian.name"], ["password_digest", "$2a$04$htvSM.GcQaeKC3b19uNtFevoiKa0uSBJN3FEky86BBnczK9UcJkRO"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Animi totam sit et rerum vitae. Dolores nisi culpa accusamus itaque qui et. Maiores vitae incidunt sit vero repellat id. Quos vel consequuntur id."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Consequuntur labore eos aperiam eum est doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nina@dibbertlittel.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kade Heathcote"], ["email", "nina@dibbertlittel.name"], ["password_digest", "$2a$04$OhDt9s9kPANYn8IKI0PKk.LyNLd33gkAPPBLH0S3.pwh43JmDcFJu"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Deserunt cum autem officia animi cupiditate dolores eos. Et veniam suscipit debitis quibusdam molestias sit voluptatibus. Sunt sint eos explicabo."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Impedit et optio soluta autem. Et quos consequatur veritatis impedit at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brendan@mraz.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Jovan Buckridge"], ["email", "brendan@mraz.co"], ["password_digest", "$2a$04$Ho/3VOMrJ09HYyC94fbYOeeC0VsoiejelEFN1J01bMf8IXsgF7PkK"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Velit error tempore explicabo nobis nihil natus sed. Tempore consequatur voluptatem non similique. Et cupiditate natus accusamus quo repudiandae repellendus sed. Aut maxime dignissimos cumque fuga temporibus."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Sed omnis facere praesentium sequi voluptatibus sit fuga. Necessitatibus pariatur voluptas nihil enim odit iste."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bradly.wolf@hirthe.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Petra Lang"], ["email", "bradly.wolf@hirthe.co"], ["password_digest", "$2a$04$mVNm2XhbN1A.nuWWsvdSJeaWXlGi9/Wv3cB73Fz4BcLzdH0reynAy"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Delectus odio voluptas ipsum. Provident facere omnis officiis commodi natus repellat optio."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Voluptatem voluptas quia dolores. Aut laborum autem. Provident reprehenderit et neque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilber.nicolas@hansen.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oda Block II"], ["email", "wilber.nicolas@hansen.org"], ["password_digest", "$2a$04$FrOBl.mfMuTnir80Hn/xCOwcKv7JWBm/AJJOxj9XUdSNd9c8i13yi"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Nam error blanditiis voluptatem et id porro. Provident minus esse aut enim recusandae facere. Nihil eum eligendi culpa deserunt rerum. Et ratione dolor consequatur."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Est corrupti rerum aut. Aut iste reprehenderit ullam maiores voluptatum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tremaine@oreilly.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tate Sipes"], ["email", "tremaine@oreilly.com"], ["password_digest", "$2a$04$GewOTGgwKsqFjGTjzU1B0uLvI2dbSo6kAWppoBZ6fy6TxMk37cxYG"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Voluptatem illum alias quia. Illo consequuntur laudantium possimus sed dolor. Iusto nesciunt doloremque voluptatem cum eligendi vero."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Ipsum itaque vero quia earum nisi sit modi. In deleniti quis cum est rerum hic."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ofelia_langosh@quitzon.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dock Swift"], ["email", "ofelia_langosh@quitzon.net"], ["password_digest", "$2a$04$MD9cc9ZMRlHRlcn3e3R8WOtQ.UCzA9dxj9ZekiqXBQxqKqrGZidKm"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Qui temporibus qui nesciunt itaque eos. Ea qui ut provident."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Ex repellendus dolores. Natus fugiat quas debitis aut porro illo odit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "itzel@zemlak.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frank Corkery"], ["email", "itzel@zemlak.com"], ["password_digest", "$2a$04$1PwBPT.tcCnvsKk1N7dFm.7ZMCOHHmEnqgtDqA48cp1xcxxX.jz1y"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Vero exercitationem alias laudantium quibusdam atque. Non perferendis quae fugiat voluptatem iure reiciendis earum. Quas nisi quia et ducimus architecto. Ut aliquam nobis eos consequatur provident inventore ipsam."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Ad nulla fugiat necessitatibus asperiores placeat. Ut voluptas incidunt similique et ex quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randy.koch@sauer.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leopoldo Zemlak III"], ["email", "randy.koch@sauer.io"], ["password_digest", "$2a$04$EzKGzsNeAqnQsW6FlnDjveDSA2fHnWLUvhAXvRfwyBpEAclfL3/5G"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Non earum inventore accusantium aut. Laudantium enim velit aut quibusdam inventore et. Laboriosam quisquam autem amet ipsam voluptatem."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Et voluptatem nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delilah_mitchell@bahringerbrekke.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adolphus Haag DVM"], ["email", "delilah_mitchell@bahringerbrekke.org"], ["password_digest", "$2a$04$WqBpWV8zgDv1dEOTnbuus.Ofz2.H9lsMR4rJdRvZwY1B403KB5bxW"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Soluta qui et nemo tempora velit illum. Debitis voluptatum dolorum aut est. Quo iure odio quos atque fugiat sit sequi."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Officia non voluptatem. Eligendi ut architecto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "terence.little@steuber.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maryam Rohan"], ["email", "terence.little@steuber.com"], ["password_digest", "$2a$04$HD7od871HWf5JzeJQ9LBS.z9jVYsew25yncRw3ZG1dIpn4hVFmBbS"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Corporis nulla accusantium repudiandae veritatis. Accusamus rerum quia aut quo ut neque. Impedit quia fugiat et facilis et. Consequuntur consectetur minima necessitatibus repellendus voluptatem."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Sed aut sit accusamus ut molestiae facere et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sheila_friesen@hettinger.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Claudie Powlowski"], ["email", "sheila_friesen@hettinger.net"], ["password_digest", "$2a$04$6i92DiV2q0ui6t/9t11zxe1sVLtgE/KyF0M75Ayz9ZqJhPfudP5V2"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Eos earum corporis quia. Illum minima et. Illo ab sit in et odio incidunt. Consectetur eligendi est numquam voluptas."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Sit quia quo. Ea maiores repellendus. Omnis quia dolorem rerum cupiditate autem est omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noel_wuckert@abernathy.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lionel Graham"], ["email", "noel_wuckert@abernathy.biz"], ["password_digest", "$2a$04$WQkXldwNoIulowip3Bq3VuvUcGREzQAvnxaJuiIJjnuHFE/aKswEq"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Tenetur distinctio voluptas eligendi. Consequuntur error quidem qui ipsam voluptas. Nihil dolor veritatis repudiandae non laboriosam voluptas."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Repellendus debitis iste aut eos quo et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bart.renner@daniel.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Drew Beier"], ["email", "bart.renner@daniel.name"], ["password_digest", "$2a$04$RtwGfVu0Pl5tjWKegW3BXOlCcC8kwz9CVND2ETn.NHSKpIYp7Lvd."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Qui dolorem perspiciatis quod. Ab voluptas omnis pariatur. Illum itaque corporis adipisci maxime. Maxime cumque nostrum at nihil."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Ut est voluptate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeyca@baumbach.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Ara Hickle"], ["email", "jeyca@baumbach.net"], ["password_digest", "$2a$04$Z269rUulmGGJ0mqCaWASGOLNGwJ.uFxEWrQEYzlXy5B79Eor5jTju"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Enim aliquam rerum. Consequatur accusantium laudantium dolor autem totam est. Voluptas possimus vero ipsum sit deleniti. Placeat voluptatibus debitis."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Id sunt dolorem iusto qui vero quibusdam. Enim voluptatum qui magni dolorem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jazmyne.romaguera@huels.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexandra Moen I"], ["email", "jazmyne.romaguera@huels.co"], ["password_digest", "$2a$04$lcf0xFC4V1TPApBYWRl1oOK7AwckR6RNlo5NhGL7WBqGoBKWA38lu"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Eveniet laudantium assumenda nisi. Non alias voluptatem ducimus et eos est autem."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Ad pariatur non maxime."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grady@hartmannbraun.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Americo Pfannerstill"], ["email", "grady@hartmannbraun.name"], ["password_digest", "$2a$04$9/2MOsmhvhXP8S7aH0VfTOZSxFJ0dZ/W47vfvRwrIMU2XsAHw5swy"], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Exercitationem quis perspiciatis reprehenderit. Quod iusto debitis et odit sunt quidem pariatur. Molestiae quae aut nihil."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Pariatur illo velit. Aut qui deleniti animi id et dolores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trycia_swift@legros.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jillian Windler III"], ["email", "trycia_swift@legros.org"], ["password_digest", "$2a$04$lUtkbDk/aiyigzHNhWYg0OH5j3783qjja.Lmb2oef72RoYlcwoJx."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Fugiat excepturi laudantium qui ex qui dicta commodi. Qui similique voluptatum possimus quidem voluptatem optio. Dolor et ea sed dignissimos quo. Quas ipsam quod."], ["created_at", 2016-06-10 14:20:38 UTC], ["updated_at", 2016-06-10 14:20:38 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Itaque natus quis vitae perspiciatis delectus aliquam assumenda. Aut facilis voluptas beatae optio necessitatibus. Doloribus omnis et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rickie_wehner@tromp.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marquise Buckridge"], ["email", "rickie_wehner@tromp.name"], ["password_digest", "$2a$04$pj7YPWF5zLLKrdGq1/4Q9uPEYka6VeonU9UCZDr1s/po72h0hj656"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Est voluptatibus impedit id. Fugiat ut at non autem. Qui et quam illo quo sunt."], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Commodi fugit quia. Sit ea officiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "skye_marks@predovic.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Theresa Roob MD"], ["email", "skye_marks@predovic.co"], ["password_digest", "$2a$04$WFXec3p8osBpL5ibpMdsd.5b0GOQA5O5Mw0zpJWN40i8bregkp.42"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Optio dolor maiores officiis minus. Voluptates dignissimos ea quia iusto aspernatur sed aut. Eligendi facilis repudiandae eveniet labore ducimus adipisci autem."], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Culpa porro reiciendis et. Nisi ratione ea ipsam consequuntur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ola.mosciski@bernhard.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Percy Lind"], ["email", "ola.mosciski@bernhard.info"], ["password_digest", "$2a$04$PYb8OjxdEJGOIoULtymY4OYRAjgeLkgSU2DKtpyb1o.di/TR4p0Ui"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "In quos et qui. Qui labore repellendus quia. Ut voluptas velit. Ut suscipit molestias ut."], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Quo ut debitis expedita aspernatur harum. Hic voluptatem fugit vero laborum reiciendis. Et ad saepe nostrum in itaque quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jackie_romaguera@walshbayer.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Conrad Nikolaus"], ["email", "jackie_romaguera@walshbayer.org"], ["password_digest", "$2a$04$Beb0NpTG43nq.Q6DVPB2QuSyIUDAdx/6gwsi038dDHM5/s8LXc0wK"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Sunt tempora quidem quia ut dolores beatae. Aspernatur ea voluptate ut iste. Cumque enim est minus qui perferendis. In rem id rerum molestiae dolorum."], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Necessitatibus voluptatem veritatis error. Omnis reprehenderit non explicabo eligendi assumenda. Rerum optio error in tempore voluptatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "libbie@howellmayer.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alberta Kirlin"], ["email", "libbie@howellmayer.name"], ["password_digest", "$2a$04$sptnajug5vfzoZkbXDCtXOLzoUDC8eRvhtiuNziAeagWmvCZkfM4S"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Quis velit error aliquam. Autem officiis ullam excepturi. Vel voluptas deleniti."], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Accusantium facere laboriosam ut molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (102.7ms) Completed 500 Internal Server Error in 111ms (ActiveRecord: 17.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keaton.jenkins@nienowbradtke.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "keaton.jenkins@nienowbradtke.co"], ["password_digest", "$2a$04$hPtNiIj9fOaVxvaf4uwMAeG5tOOGzUfWnBfmetdfSe9tQdXCfnY8O"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"keaton.jenkins@nienowbradtke.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "keaton.jenkins@nienowbradtke.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mVo7Qg7Y4y8zBtgEXsO91.rJe98u1RwiZl7U4I51nu4FKCihSz2bi"], ["updated_at", 2016-06-10 14:20:39 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 22ms (Views: 16.4ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garret.hamill@lockman.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "garret.hamill@lockman.biz"], ["password_digest", "$2a$04$MECEeoeGp/FDsky..B9mAeJp7leM0bMl/dMRZjD.J8qU5Qvj1Ku2O"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nikko@blick.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexa Veum IV"], ["email", "nikko@blick.info"], ["password_digest", "$2a$04$mitWYofpqgd.0/mmzs7yOux6O2YyORkx/w4qTeAlltErUeVq0.wfy"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Nisi debitis asperiores mollitia qui possimus culpa sit. Est consequatur minus. Sit est consequatur possimus. Et recusandae eius sit et."], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Nihil corporis sunt est. Eius doloribus totam consequatur. Non veritatis aut et animi voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (1.0ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (23.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.1ms) Completed 200 OK in 47ms (Views: 39.7ms | ActiveRecord: 2.8ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 14:20:39 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 25ms (ActiveRecord: 6.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.3ms) Completed 200 OK in 29ms (Views: 22.8ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clementina_damore@romagueraconroy.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "clementina_damore@romagueraconroy.biz"], ["password_digest", "$2a$04$T7x1MCELtfMnUywe9Ujoq.NrIQPoECh7xNUbRMX6IULFMn0e7CCfa"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"clementina_damore@romagueraconroy.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "clementina_damore@romagueraconroy.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$2uIWlLJRmoznGfTYnZRStepm.2037Qyd.nCAPia.bQqlSrIKh5/k2"], ["updated_at", 2016-06-10 14:20:39 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 23ms (Views: 17.8ms | ActiveRecord: 1.5ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laverna_goldner@gerlach.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "laverna_goldner@gerlach.org"], ["password_digest", "$2a$04$85.OKqI72Ren8yPjdbv6Se3Hz8WaE20mw8pgYEQdqXuQZl7BpiYna"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.3ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (10.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (19.0ms) Completed 200 OK in 32ms (Views: 26.2ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.9ms) Completed 200 OK in 26ms (Views: 19.7ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hayden@harveybauch.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beatrice Windler"], ["email", "hayden@harveybauch.com"], ["password_digest", "$2a$04$CbSnPDgnux6PtAy6diSNuec77E3GUT.SeLqFzRb3FdqoHhxeCoDUe"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.7ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"hayden@harveybauch.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "hayden@harveybauch.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$2K/d7NGhdaMu6sFZE3EPp.x7ECPFaZ0PLdASGmJbqLxGPlT.s4T8G"], ["updated_at", 2016-06-10 14:20:39 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.1ms) Completed 200 OK in 32ms (Views: 27.2ms | ActiveRecord: 1.7ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.0ms) Completed 200 OK in 34ms (Views: 24.4ms | ActiveRecord: 2.7ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 15ms (Views: 12.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$ZVn1LWvV3kVYseuaAoRODeWqGduozwCC3RQwoImYW2oThyjRq5VTS"], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$qtcJfqdOYr6Za1/BHEEd8um.vjW922fpUKKIjmwghNXSmM2VpBgum"], ["updated_at", 2016-06-10 14:20:39 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:20:39 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 22ms (Views: 16.4ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$QhmMnD1K.MJYRvI3trkEeeyb2HFckFtgppx2IE5fwARdgsInvV7z."], ["created_at", 2016-06-10 14:20:39 UTC], ["updated_at", 2016-06-10 14:20:39 UTC]]  (0.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-10 14:21:34 UTC], ["updated_at", 2016-06-10 14:21:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-10 14:21:34 UTC], ["updated_at", 2016-06-10 14:21:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "uriah@lednerullrich.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elvie Hayes"], ["email", "uriah@lednerullrich.info"], ["password_digest", "$2a$04$zQ//WUxxEEkG/ny6880boeLDakhglmW/zQ30lBBGDfvpN5uvWB9bG"], ["created_at", 2016-06-10 14:21:34 UTC], ["updated_at", 2016-06-10 14:21:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 1], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 1], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Non doloremque eos repudiandae sed. Aut culpa harum. Totam eos iste qui quasi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:21:34 UTC], ["updated_at", 2016-06-10 14:21:34 UTC], ["author_id", 1], ["slug", "post1"], ["summary", "Possimus vero praesentium fuga sunt voluptatum. Ut repudiandae aspernatur aperiam."]] SQL (0.9ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["tag_id", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 1], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 1], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evans_nienow@kuhichand.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joy Purdy"], ["email", "evans_nienow@kuhichand.co"], ["password_digest", "$2a$04$ZQgZD3DEUV7M2z3isdxrCOHa5j.mGXJzoaGyH0tCJf3/ec6Ln7JwW"], ["created_at", 2016-06-10 14:21:34 UTC], ["updated_at", 2016-06-10 14:21:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 2], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Quidem ullam incidunt. Saepe ut perferendis eum in enim amet vero. Aut sunt ea quasi quo. Et praesentium aut illum assumenda."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:21:34 UTC], ["updated_at", 2016-06-10 14:21:34 UTC], ["author_id", 2], ["slug", "post2"], ["summary", "Ea atque eveniet incidunt ut officiis aliquam esse. Labore hic laudantium animi."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["tag_id", 2]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 2], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:21:34 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (11.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (30.7ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (54.9ms) Completed 200 OK in 363ms (Views: 352.5ms | ActiveRecord: 6.7ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-10 10:21:35 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 1], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 1 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 1 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (8.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (18.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (31.7ms) Completed 200 OK in 63ms (Views: 46.0ms | ActiveRecord: 5.8ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$rMPvGn6Q77jAnhb5YC8jGOBAGucNdwDMgYPJRNgk/k8Gev4k2H0dO"], ["created_at", 2016-06-10 14:21:55 UTC], ["updated_at", 2016-06-10 14:21:55 UTC]]  (0.7ms) COMMIT  (1.0ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.5ms) COMMIT  (18.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$8G8Abmm9I8FcWYOBi1bjpO6xM0w86SE.LpShbJFf6AI6MUIhohewe"], ["created_at", 2016-06-10 14:23:10 UTC], ["updated_at", 2016-06-10 14:23:10 UTC]]  (0.6ms) COMMIT ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$9GWVa8DnJpCpcqMO4cMv3Onjlt88QgApu9BU2S2YcYcqkLZq9VlTe"], ["created_at", 2016-06-10 14:27:08 UTC], ["updated_at", 2016-06-10 14:27:08 UTC]]  (0.6ms) COMMIT  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.5ms) COMMIT  (18.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$QbqOec/vOwz2NjPvuF1TH.9FFRKeCYjemEOK86bMVSVqsxHPuzVHK"], ["created_at", 2016-06-10 14:28:33 UTC], ["updated_at", 2016-06-10 14:28:33 UTC]]  (0.6ms) COMMIT  (0.5ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.5ms) COMMIT  (20.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (1.4ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.6ms) COMMIT ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (15.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.4ms) BEGIN Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$0wgtzBKlJgbXP1Ddg8gNh.wGAQVBgsYsK.t26OXevYlpdGXpIJz2i"], ["created_at", 2016-06-10 14:30:04 UTC], ["updated_at", 2016-06-10 14:30:04 UTC]]  (0.4ms) COMMIT  (0.5ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (17.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (1.4ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$yh8oJJCqikUmEWTNsbyPC.kE.c7GkULfm5t2Ha7ZBPJHYnY3HVkz."], ["created_at", 2016-06-10 14:37:54 UTC], ["updated_at", 2016-06-10 14:37:54 UTC]]  (0.6ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:37:58 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (554.3ms) Completed 200 OK in 970ms (Views: 966.2ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-10 10:38:00 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-10 10:38:00 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:00 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) BEGIN SQL (2.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1xny19T418Pf.5ecJzl6Y.BmbTQUXusEI5KE6XRQBmbMetVitBe3i"], ["updated_at", 2016-06-10 14:38:00 UTC], ["id", 1]]  (0.7ms) COMMIT Redirected to http://127.0.0.1:61178/admin/posts Completed 302 Found in 33ms (ActiveRecord: 6.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:00 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (3.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (24.2ms) Completed 200 OK in 41ms (Views: 25.2ms | ActiveRecord: 8.2ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-10 10:38:00 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Redirected to http://127.0.0.1:61178/ Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2016-06-10 10:38:00 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (12.9ms) Completed 200 OK in 34ms (Views: 26.2ms | ActiveRecord: 1.6ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-10 10:38:01 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-10 10:38:01 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:01 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.5ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (15.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$P1cwitnxo6vPbykwa8x00OYp8yJvBOO.2VLwoiI3hbPuuK5HqCfT6"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$GbGl2KPnyhq9aUG5dW1ibugVFxlmPmIBjOkoUND92IzPCCRhlwvM2"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$CdD6GNWoBAYCI7.s9ktKnOYrHEOaMKUpSBD8bKJo9MnrK87fOogfC"], ["updated_at", 2016-06-10 14:38:12 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonor.runolfsdottir@schmidt.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Margaretta Kiehn"], ["email", "leonor.runolfsdottir@schmidt.info"], ["password_digest", "$2a$04$Dk3AeoRzgSUAyC6sal9ex.L/em7d5uLefkzcmOKb0FBqSJAzCTMYi"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Minima dicta quia non. Error iusto magni qui laudantium veritatis quia sed. Eligendi reprehenderit aut pariatur culpa amet. Id illum temporibus."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Autem qui maiores repellendus. Dolorem fuga vel perspiciatis ipsa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 21ms (Views: 15.0ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bulah@funk.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Remington Weimann III"], ["email", "bulah@funk.com"], ["password_digest", "$2a$04$JdMEakimpn1fZPqPDx1kSOHV5R7G0nt1GDkmraI51oGMGpEkXYGVm"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Dolorum quia id labore quo. Officiis commodi cupiditate et odio. Illo ullam occaecati."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Ut ea in voluptas perferendis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "santa@konopelski.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helen Bauch"], ["email", "santa@konopelski.biz"], ["password_digest", "$2a$04$Z2RSGf2iuklgprxVJtRaaeXhfW692mzG.Pb.dkLTYyAWHUHV5Exc."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Nihil quo vel suscipit quia qui enim esse. Sit possimus libero corrupti. Numquam sed possimus."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Dolor voluptate exercitationem at. Quo sunt saepe. Et aut facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bailey@reilly.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evie Murazik"], ["email", "bailey@reilly.com"], ["password_digest", "$2a$04$jwT17ksOWfaPv5Ky04.4j.6v6F6p5tEcKI63daN8zfY155mNyN67K"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Non omnis et nemo. Veniam consequuntur placeat. Ut sit debitis exercitationem esse autem."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Nesciunt ipsum impedit perferendis unde ex. Porro nam est omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lilian_fisher@aufderhar.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dominic Fritsch"], ["email", "lilian_fisher@aufderhar.info"], ["password_digest", "$2a$04$ru4kU0.6kyK1iqwwKJl0Cu4el2hvmfomjGsTw9Nq2d1myaSeZwBXK"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Amet in quisquam dolore accusantium repellat voluptatibus. Et ipsum rerum nisi amet. Reprehenderit ut libero quam laboriosam debitis est unde."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Laborum officia et dolorem quo sint consectetur. Error sint necessitatibus suscipit est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfreda@keebler.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joe Cartwright"], ["email", "alfreda@keebler.com"], ["password_digest", "$2a$04$PpRzHpHskgbeqHkbnqY0A.geEGJGzF3zejxY2Og7034wlV7ATSDA."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Eveniet ipsa quia repellendus sunt nesciunt. Fugiat eos occaecati."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Dolorem doloremque sint quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grady.orn@bayer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Melany Harber"], ["email", "grady.orn@bayer.biz"], ["password_digest", "$2a$04$UdVy23IjA2dO6ceZjaE9b.8v5SuRcjWPy0UKmz9mXmb9IkHl01G9."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Blanditiis autem qui temporibus. A eos in id corrupti quo et. Voluptatem numquam totam ducimus unde et."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Voluptatum magni doloremque itaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilda_heathcote@harbergrady.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ludie Marvin"], ["email", "hilda_heathcote@harbergrady.info"], ["password_digest", "$2a$04$qpA4d4Vl93cxndUd2aERp.bDyBszyPtuqcMmucmOP7jQPdxklfuva"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Ut est aut expedita labore enim. Omnis id qui ut culpa illo. Nihil tenetur eos commodi assumenda soluta. Sunt sed consequuntur quia sequi ipsum."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Qui aspernatur enim. Ea neque nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tara@ernser.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Schuyler Thompson"], ["email", "tara@ernser.biz"], ["password_digest", "$2a$04$4DLa1CA7HSSK6smGKSXAre7LksoDGMHxzS0DODWqBETEiS6qhxMse"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Vero reprehenderit doloremque est nostrum. Omnis voluptate et facere sapiente exercitationem dicta qui. Ullam vel ut est dolorum non placeat ut. Ducimus omnis omnis odit exercitationem aut autem nihil."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Dignissimos fuga exercitationem. Eum eius et pariatur. Non quia magni corrupti praesentium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elisha@barton.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Elmore Lueilwitz"], ["email", "elisha@barton.biz"], ["password_digest", "$2a$04$7HvucOM6FXr3riB6BsZKcusJizkfX/vKET5T5kan73uechoAhd4Te"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Omnis doloribus deleniti voluptatem blanditiis iste. Eligendi harum omnis repellat architecto dolor neque rerum. Quas tenetur aliquam est maxime quaerat exercitationem quidem. Aut quia impedit culpa aut deserunt exercitationem reiciendis."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Quas est quo modi non aut voluptatem facilis. Quis ut voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dolores_pouros@hegmann.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucinda Mills"], ["email", "dolores_pouros@hegmann.biz"], ["password_digest", "$2a$04$6n/I86X9IAaQ6RLUBYBOOO9teNKnPgVf3m2LF7kaPwn60/vr8NAYG"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Atque earum officiis cumque molestiae aut. Praesentium perspiciatis voluptatibus unde odio sed. Rerum ut deserunt non atque facere. Quam ex a."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Rerum quaerat illo eos maiores sunt. Magni dolor et ea. Qui fugit exercitationem est perferendis temporibus maiores blanditiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "victoria.lehner@roob.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rae Blick"], ["email", "victoria.lehner@roob.co"], ["password_digest", "$2a$04$NAcjKSNphVlm/W1EnVGMt.hkTiA9.EMYGP3bHa9hB0RvMboG0XJwy"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Sed accusamus nisi qui accusantium ipsa quaerat. Rerum cum nostrum nesciunt asperiores qui magni laborum. Sed expedita sint recusandae rerum eum commodi."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Hic fuga debitis et eligendi facilis ipsum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tate@cronin.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Janet Raynor"], ["email", "tate@cronin.net"], ["password_digest", "$2a$04$7veWYeb.R/hAfD748mrHWu3sN4AAXmK7aQnLDKWGKWOAkm5bjmDYS"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Ullam quia et ut eum quis quisquam. Quo consequatur dolorem. Et accusamus qui non esse."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Velit minima natus consectetur ipsam magnam. Amet magnam nihil animi sunt. Doloribus aut maxime doloremque repellendus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "niko@muller.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Addie Robel"], ["email", "niko@muller.io"], ["password_digest", "$2a$04$UKAgQ1KcVhgJy/Re8PucuuDtFYLiGc.pa3jGOJND3ibmXm.2zCL7C"], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Et sed soluta aliquam autem. Velit reprehenderit id perferendis. Mollitia enim consequuntur. Ut officia et provident omnis sint laudantium."], ["created_at", 2016-06-10 14:38:12 UTC], ["updated_at", 2016-06-10 14:38:12 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Aut deleniti consequatur ut et non. Rerum et eligendi in unde blanditiis provident ab."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rocio@goodwin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Dameon Dooley"], ["email", "rocio@goodwin.com"], ["password_digest", "$2a$04$FtfWy.mXM0j9mE9VnZaSSupUpufvPa0a5EtkdAfIFZZNhm3yEKtc6"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Fugiat doloremque error ab aspernatur quas hic placeat. Harum debitis sed illo expedita."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Modi corrupti culpa quod sit ea. Ipsa et sequi delectus. Possimus ullam incidunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garland@metz.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Athena Cormier"], ["email", "garland@metz.info"], ["password_digest", "$2a$04$4bYinbMAWjHc2u79HjZ2/u0woo4bvtFN4Z75q.G2AdKV2s.kFbB4q"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Dolores magnam accusantium eaque. Hic voluptas quae culpa laboriosam. Distinctio delectus velit."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Magnam deserunt asperiores voluptatum est totam velit. Neque aspernatur esse repellat. Voluptatem excepturi omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mafalda.treutel@bashirianmorar.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Serenity Jast"], ["email", "mafalda.treutel@bashirianmorar.biz"], ["password_digest", "$2a$04$0aNBjIm86GYALzNw1v159u0Vc6vn9.gxOokX/pCqheJFpxXv4snWe"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Sed aut maiores tenetur corporis neque eius autem. Atque voluptatem et distinctio veniam. Eligendi reiciendis qui reprehenderit. Maxime eos ea molestias quas officia ratione eum."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Est nesciunt sunt earum voluptas impedit consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melany_ruel@toy.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyler Murray"], ["email", "melany_ruel@toy.biz"], ["password_digest", "$2a$04$V3EMilspKqnb3XgWBjSbXu4qXj7qBZ5tmEq5Zp6Pa7GLRzmBwcyfC"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Ea sed reiciendis error eos ab. Esse enim libero excepturi inventore."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Repellat rem impedit qui. Sunt in et quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tina@bartoletti.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gage Beer PhD"], ["email", "tina@bartoletti.io"], ["password_digest", "$2a$04$xLV1VNCDIYql.dMHZNIG8.LO6ka0BNvRu8mm/eXGZmV5NblqZuToy"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Unde ut odit ex nostrum odio. Veritatis ut incidunt dolorem. Cumque officiis inventore architecto."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Et magnam sint accusantium. Labore illum et porro voluptatem. Repudiandae officia soluta ipsam nihil non error dolores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darrion@harvey.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katrine Daugherty"], ["email", "darrion@harvey.org"], ["password_digest", "$2a$04$NnA1n84m5KnCh2jzinZjtu3dTImPFTmCqZ.MjvScyhL05xM04uxqa"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Sequi non neque praesentium. Consequatur reiciendis sapiente mollitia. Ducimus minus est architecto consectetur. Fugiat est expedita voluptatem quidem vitae aut."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Esse voluptatibus animi iusto. Unde saepe sapiente ea ab. Veritatis est velit at debitis."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kenneth_conn@jakubowskidoyle.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Michaela Ritchie DDS"], ["email", "kenneth_conn@jakubowskidoyle.biz"], ["password_digest", "$2a$04$pugb2wxkAZb2graUZ6zWYevOwbTzX2VilMD6l/Jd/xmS8S.UKXMxm"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Cum porro iste in. Ad rerum in deserunt."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Praesentium quibusdam eligendi impedit ab assumenda sed. Libero odit vel dolores qui eum aliquid aut. Voluptatem animi ut corporis velit nesciunt facere."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "else@pfannerstillstamm.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stan McCullough"], ["email", "else@pfannerstillstamm.biz"], ["password_digest", "$2a$04$lrreI1I9txAPs6buP/cdRuq4uEMxeDE8GRsJpxp91yJG64dMmqiFO"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Eum facilis aut voluptas tempore quod totam. Est ut voluptatum."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Officiis iusto distinctio est dignissimos assumenda labore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ana_hodkiewicz@zieme.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josiane Beatty MD"], ["email", "ana_hodkiewicz@zieme.name"], ["password_digest", "$2a$04$qa6i0x.f4fujFbkhAKufHu4DVyjVfgBE0vbmUCM0OTqnwQOtmWg5W"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Quod aspernatur est qui eum quia. Et illum quae non repudiandae facilis rem esse."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Ipsam laboriosam dignissimos saepe. Iusto velit sit corrupti animi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rachelle.jast@haaglittle.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Forest Russel"], ["email", "rachelle.jast@haaglittle.co"], ["password_digest", "$2a$04$sbiBX2e1NICdp/xvm1V9zO80CAa/Lt1lgtVrzEsv.Os3I1M3.ed2C"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Beatae iusto aliquam et sit ut. Distinctio corrupti aliquam non."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Aliquid et magni maxime commodi eligendi iste reprehenderit. Quibusdam quas debitis est facilis non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mya@ferry.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trevion Sauer"], ["email", "mya@ferry.name"], ["password_digest", "$2a$04$Bbz8wHO/TvZTsflPuJgLTOl6TAMyn7euSYhB7nse1QNCMvysikRfe"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Aperiam qui expedita velit nobis at. Ut quaerat aliquam consectetur id natus quia animi."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Assumenda earum voluptatum exercitationem vero et est. Est fuga dignissimos ratione facilis eligendi commodi esse. Suscipit non reiciendis quibusdam voluptatem rerum quae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elmore@maggio.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Issac Stokes"], ["email", "elmore@maggio.biz"], ["password_digest", "$2a$04$GUAF9sOHEwHPkelBvfGcfudPg6GMWK6R09neai52Clrq9saTpjkQ."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Totam delectus pariatur. Quae quod voluptatem sed suscipit rerum et neque."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Nihil quaerat iure odio numquam. Ea numquam nemo nobis. Voluptatum qui rerum illum quia voluptas fugiat nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reie@hickle.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Eda Crooks"], ["email", "reie@hickle.info"], ["password_digest", "$2a$04$biw/ClL/15MSitcs/VJ55eenPE9BuJCTSh.dk9nqSN/HS5QJRxt8a"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Sit assumenda voluptatem asperiores adipisci eveniet quaerat. Iusto deleniti alias nobis quas vitae. Occaecati velit magnam quis qui voluptas rerum."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Quos sint id. Repellat sint sed excepturi voluptas a. Est cumque magnam odit ut esse ea id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rebeka.cruickshank@connellywindler.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alex Fritsch"], ["email", "rebeka.cruickshank@connellywindler.info"], ["password_digest", "$2a$04$8cTGVPSrNlXc5T6VPZ3sku4HqhTmMJAWjWM//UVHw7TpaF406VyGO"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eli@stoltenberghyatt.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ursula Keeling"], ["email", "eli@stoltenberghyatt.com"], ["password_digest", "$2a$04$2iPkUutxIT61pk1j5ZHrguUaFT55CryMz93pCnZ0Fvmfptp1Qic/i"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Rem qui facilis deleniti. Aliquid et quia assumenda qui molestiae accusantium. Quidem minus similique. Doloremque velit adipisci maxime laudantium nostrum dolores amet.", "summary"=>"Et consequatur sit itaque a fugit iure unde.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.9ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 10ms (Views: 1.2ms | ActiveRecord: 1.9ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Rerum recusandae quia. Et dolorem qui non omnis culpa laboriosam sit.", "summary"=>"Consequatur totam repudiandae quisquam et quod consectetur. Soluta consectetur consequatur expedita delectus. Architecto impedit ab consectetur error.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeremy_crooks@gottliebheel.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vance Christiansen"], ["email", "jeremy_crooks@gottliebheel.net"], ["password_digest", "$2a$04$ZFxCvEfIvffZfoRzVN8HvOKJHydNKTgtQ/LhczcR5GfQmH/zII2wO"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Inventore quia tenetur sapiente ullam facilis nobis. Rerum temporibus esse labore.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Inventore quia tenetur sapiente ullam facilis nobis. Rerum temporibus esse labore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Hic cumque doloremque commodi voluptatem corporis et ea. Et consectetur velit perferendis quae veritatis.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.5ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ebony@ryankuvalis.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corbin Bode"], ["email", "ebony@ryankuvalis.biz"], ["password_digest", "$2a$04$d./HoYGxp5nqXJ81jZ4cQOQzNNIpqVpMRhvhHdukPVCVnWnJq9cfu"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Sequi eum atque in blanditiis voluptatum nostrum. Consequatur tenetur deleniti necessitatibus nostrum optio. Voluptates ea architecto commodi."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Et eos aperiam aut ut. Ipsum itaque et est."]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 13ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kirsten.johns@harvey.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dallin Dibbert"], ["email", "kirsten.johns@harvey.com"], ["password_digest", "$2a$04$Z8C1gcTVaR9sq7.kNrx8budVJBZgC9C6zdMpJ5fTqpDB7XujPcbG6"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Eius assumenda possimus sequi iure tenetur. Ea tempora et aut quos nostrum in nobis. Ea et nihil omnis quas provident aut veniam."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Beatae sit ratione quae. Aspernatur praesentium et possimus architecto veritatis animi eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.5ms) Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users"  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gaylord@gerlach.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Imani Mills"], ["email", "gaylord@gerlach.info"], ["password_digest", "$2a$04$ioy6ABFsSgQBQzMjs8PQWOapMHX34Hss8f5OcRpJqBNPKkD7Gd6lu"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Et aut dolores amet. Quia nulla est enim omnis eum repellendus. Rem modi qui ad ut."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Omnis veniam neque quaerat dicta sit. Quisquam quia eos voluptatum officiis sed. Assumenda quisquam corporis nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jedediah@bechtelarheathcote.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karlie Kris"], ["email", "jedediah@bechtelarheathcote.info"], ["password_digest", "$2a$04$nJl6Zs7xw6XUCWEWbK7W0.DQh8aG.QlaPbu8b2XRkOCqzNlQ2d86e"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Qui aliquid deserunt. Ut reiciendis neque aperiam."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Sed sunt quidem ipsum nam quia ut. Sint cumque nobis natus. Consequuntur non reiciendis eius."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:38:13 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 3.1ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) COMMIT  (0.2ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darlene_rice@stammbailey.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clementine Purdy"], ["email", "darlene_rice@stammbailey.io"], ["password_digest", "$2a$04$0lLpLGmjTMXIExDY8NlGzuH0Yejbr2s4NReGnzt4ku2o3OTT3egDe"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Pariatur quas adipisci. Qui officiis minima."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Dolores vitae quae eos reiciendis labore facere sit. Similique voluptatem ea excepturi facere accusamus suscipit tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (1.1ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:38:13 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 44ms (ActiveRecord: 3.3ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "imelda@bashirian.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Porter Koss"], ["email", "imelda@bashirian.info"], ["password_digest", "$2a$04$gBoqulIGXXwwubl8qneDVeHUHv7w6eesF12yGyLcVNVA9xty7jo3."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gina.brekke@green.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Damon Bradtke"], ["email", "gina.brekke@green.co"], ["password_digest", "$2a$04$znEVFtSXyQ7cyLnnBsN/v.bLwvKxf0Nz6vrYsCxbjXkIg5pV6RoVi"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Qui est ea blanditiis rerum et. Veniam et voluptas aut ut."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Dolores magnam repellendus labore atque commodi assumenda."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-10 14:38:13 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.6ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kenneth.hermann@kautzer.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Austen Hackett"], ["email", "kenneth.hermann@kautzer.org"], ["password_digest", "$2a$04$GnAmqN451.zG.2vi45ocAedL.VOL9Zc6iEdV673wJrFTHjKZmCq1W"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Inventore pariatur et ipsum et. Ea in facilis dignissimos eaque. Mollitia eveniet odit minus. Voluptate voluptatum magni ducimus."], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Expedita rerum laborum et ullam. Quia voluptate quis eos et animi odit molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:38:13 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 8ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maddison Marvin"], ["email", "user@user.com"], ["password_digest", "$2a$04$eAy2tIdz02h8FAGbyQ2VUuqEVHKuABXNtJVWqypj63cCDakog5BlS"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.1VuFYp7dwDYohLazikrC./p4Qp6wKaQNWWPWc7DpToUApc4d70.m"], ["updated_at", 2016-06-10 14:38:13 UTC], ["id", 41]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 16ms (Views: 1.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-10 14:38:13 UTC], ["updated_at", 2016-06-10 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 13ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alva.hartmann@hudson.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vivian Weissnat"], ["email", "alva.hartmann@hudson.com"], ["password_digest", "$2a$04$fuQL2dUo77H8UjgP.S8DcOGU0aWTLoW2UnBTKHxl.9.AfIGqvJ1kC"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 14:38:14 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 14:38:14 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 2.2ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (8.1ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 9.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelle_hammes@klingstark.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katlyn Wolff PhD"], ["email", "marcelle_hammes@klingstark.org"], ["password_digest", "$2a$04$/ivAZqn9zL2ltB2vjK4tZ.naENAymbbj1o9JqCIrJ.IiOCeU6gqqa"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Odit dolores non quidem vero maxime. Possimus temporibus qui et iste libero soluta. Est repellendus dicta a."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Aliquam delectus magni asperiores praesentium ad. Eos omnis ducimus necessitatibus ut. Ab nostrum minima sit omnis quas et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "devonte@hamill.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Norwood Sipes"], ["email", "devonte@hamill.co"], ["password_digest", "$2a$04$yTKDavvm4jXiwLT/SD5N0evBQffXfvscDANxm9apJHHHXSc9tqViW"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Voluptatum sed expedita tenetur sit. Numquam id libero similique voluptatem sit. Ut delectus libero quisquam qui voluptate."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Sed neque sed. Omnis nemo illum ipsum. Ad pariatur est animi unde."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "graham@bernier.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Eleanore Schinner"], ["email", "graham@bernier.name"], ["password_digest", "$2a$04$deaGvSQhpym80lM4njj/0eRlWo62cUPDWs3TMx2ukrEO2MVVV0HX6"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Tempora ea voluptatibus aut. Quidem architecto molestias. Aut unde aut esse ea mollitia. Dolorum amet voluptas sapiente blanditiis rem id."], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Et in qui explicabo est ea. Nisi voluptatibus delectus beatae est. Quia quod ut voluptates."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 19ms (Views: 12.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mya@gaylordheel.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Myrtis Williamson"], ["email", "mya@gaylordheel.co"], ["password_digest", "$2a$04$ruQUxGhWCAae1LhRB8LAMO28UrGcOaJfwtekYgm5B5JuHQHyXk3aS"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Quaerat nostrum enim. Aut aspernatur aut eaque eius adipisci. Est maiores ut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Numquam tempora perspiciatis nulla nesciunt dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rudy@balistreri.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Weston Haley"], ["email", "rudy@balistreri.com"], ["password_digest", "$2a$04$JEv2vVrum2eaNEl58hfeS.mePiBlK1K7.5GeVGPdMkvys8RXKJluS"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Quis inventore rem sint eum animi quisquam. Doloremque quibusdam dolorem at minima vero nostrum. Quam quaerat eos iste."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Aut quis ut ipsa dolor. Ut a ut quia voluptas ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aliyah_steuber@turner.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jayda Herman"], ["email", "aliyah_steuber@turner.info"], ["password_digest", "$2a$04$l9oQpSN9N6YA0JdtEjUjSOPrLs3lHIKxCJhfeWoEIEKI2S73vb3Ie"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Nobis itaque quisquam. Nisi quaerat ea ut. Cumque optio a qui error."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Facere illo et. Sed sit et veniam quia. Sed accusantium error."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abner_okuneva@kuhn.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavina Kuphal"], ["email", "abner_okuneva@kuhn.info"], ["password_digest", "$2a$04$IgB.ZBLU3PNtGYx.PYrNo.qyc7a1zkorf6enbj8k6WPK0XstRObaO"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Illum architecto est enim dolorem sunt est ducimus. Laboriosam quae dolorum vitae exercitationem et sunt. Earum animi adipisci."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Recusandae enim voluptatem rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adah.ryan@keeblerboehm.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tre Quitzon"], ["email", "adah.ryan@keeblerboehm.biz"], ["password_digest", "$2a$04$9pHioxNXL0AdRYdq0KT9buA6uJRVnBmA069Lroq95UK988b6Kt2s6"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Quidem blanditiis praesentium quis ipsam. Est repellat veritatis quaerat qui. Itaque animi quisquam ut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Aut ipsa iste voluptates vitae sit soluta et. Est quis provident eum sed dolor expedita. Illo suscipit pariatur asperiores nisi eveniet enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eldred@beckerdenesik.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Craig Rau Jr."], ["email", "eldred@beckerdenesik.org"], ["password_digest", "$2a$04$r8SxRLyT2rU6lUDf6/bfNePD80Zd8XBIMySKIGZIhNJ8XNd9ynn9C"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Dicta doloremque nisi temporibus accusamus dolore. Maiores illo vel quo adipisci earum deserunt."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Quod pariatur cupiditate aut velit harum. Eius qui veritatis id et nobis temporibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "iva_bayer@daugherty.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Junior Thompson"], ["email", "iva_bayer@daugherty.org"], ["password_digest", "$2a$04$0DlNHPDco.e5TUY1Qa.C3OD3Zu8r0qmlC6NOOePAq3lvxWGPBvzdu"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Eos minus delectus placeat. Et unde magnam ut consequatur. Deserunt ut consequatur molestiae. Reprehenderit accusantium adipisci a."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Occaecati facilis sint. Est laudantium minima harum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "graciela@will.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jana Dach"], ["email", "graciela@will.net"], ["password_digest", "$2a$04$.PrbsmjOk8wssOPFt2Ctvu87.CX9y7y67Z1haTNwhlUsrXw8DgZaK"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Vel deleniti magnam. Quia odio corrupti error occaecati a."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Enim ut vel ut iste incidunt ipsum ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emerson@murazik.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Colten Renner"], ["email", "emerson@murazik.biz"], ["password_digest", "$2a$04$w5OsvRNf77CPuzUXINVRXuSvTgy0GMO5K9fYrzc3T/6g5OQQBg5wK"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Repellendus sequi nemo. Aut voluptatem adipisci aliquid ducimus. Nisi molestiae corrupti quaerat quod. Ut voluptatem eligendi quas enim voluptas."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Asperiores eligendi consequatur aliquam ab ratione amet. Ad et inventore architecto officiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luciano_kreiger@tremblaylittle.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mable Krajcik"], ["email", "luciano_kreiger@tremblaylittle.name"], ["password_digest", "$2a$04$0uZpsKIldTSBmMZSyKCjcOluyU0LYWb3RBwYdKYAFgFGH6Nmz2ABu"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Temporibus et natus est ab quo. Expedita suscipit exercitationem dolor molestiae voluptatibus quia quasi. Beatae quod quasi sequi in. Quisquam sequi tempora laboriosam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Totam quo voluptas ut aperiam. Doloremque et quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "makenzie@monahan.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kayla Emmerich"], ["email", "makenzie@monahan.biz"], ["password_digest", "$2a$04$8m85KSNIdv1HYoyenqmHG.Hu1/NWSjcumy4Zhudby2o0cpcKGgO2u"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Maxime ut ducimus laudantium eius deserunt. Iure rerum aut error vel id asperiores. Animi est neque eos."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Enim eum ipsum id in consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shayne@stiedemann.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caesar Crist"], ["email", "shayne@stiedemann.com"], ["password_digest", "$2a$04$ucYoFGoKJa07Db3i6NRVkuMwO5Oc.z3yL9bWKf3ZBvahz9bOk44Xm"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Nihil aut voluptatibus amet consectetur. Nobis qui et corrupti laudantium. Dolorum eveniet totam hic delectus et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Occaecati totam nesciunt ad aut accusamus illum maiores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaiden@rodriguezmills.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Dorris Labadie"], ["email", "jaiden@rodriguezmills.org"], ["password_digest", "$2a$04$chPnAuINcAE0YNOcEfujQeBdx3FDkZLVlMnlsfMw3KpBoyriZB.Se"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Reprehenderit autem et incidunt et hic. Ea minima perspiciatis. Ullam iure deleniti aliquid aut vel blanditiis quos."], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Voluptatibus quisquam blanditiis est qui vel et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.9ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.6ms) Completed 200 OK in 40ms (Views: 12.1ms | ActiveRecord: 4.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emelie@mckenzie.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gaetano Corkery"], ["email", "emelie@mckenzie.info"], ["password_digest", "$2a$04$o27JHeNHPkVNzS2oxZSU/.9yV84.gehlAdYWM8Vy4MSoYGNzm3Fa2"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Et et numquam temporibus quisquam. Deserunt magni nobis aut eveniet."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Accusantium nobis aut minus nulla est. Est minima exercitationem dicta cumque."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gabe@huel.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kamryn Beahan"], ["email", "gabe@huel.io"], ["password_digest", "$2a$04$IQXrG3/bCG3/8KlsV8efeO/sjqWBIqYQNJHHyKYzgkZm.YsV9Wm/u"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Sit mollitia quidem expedita consectetur fugiat atque. Consequatur inventore impedit porro officiis sint itaque quas. Nostrum et modi temporibus a omnis minima. Tempore iste dolore ut reprehenderit voluptatibus."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Voluptate ut in. Ab illum dolorem et aut quos inventore non."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emie_cruickshank@schmelerkrajcik.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Blaze Jerde"], ["email", "emie_cruickshank@schmelerkrajcik.biz"], ["password_digest", "$2a$04$fU57v..sRfGiFemIhx4Bteu6.g2.6tSkRQ9UbMP3..3uQF71w05N6"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Omnis beatae placeat. Vel et asperiores fugiat rerum accusantium dolore."], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Voluptatem ipsa vitae."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "billie@schummkoepp.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cathrine Tillman"], ["email", "billie@schummkoepp.com"], ["password_digest", "$2a$04$.q1lIaVkbxIEt5P9243OD.Tq/J1PlB/pLmYsru42rBmcJ.swQ4OVC"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Ut maxime unde culpa vero recusandae. Ipsa iusto ut. Quia amet reiciendis et quia aperiam. Est repellat aut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Saepe officiis sit minus. Ut laboriosam est est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-08 00:00:00 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.4ms) Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hank@jaskolskiwhite.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raymundo Orn"], ["email", "hank@jaskolskiwhite.info"], ["password_digest", "$2a$04$AEmqhUI2xV.FcghqxNZhU.zf/rcMkMAupMwlOKnBgKD2bY0EayNfm"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Ullam eius qui sapiente veritatis expedita saepe pariatur. Sint fuga illo atque quo. Quasi est ut nam aut illum consequatur recusandae. Excepturi labore et nulla temporibus rerum eos aut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Alias libero veritatis aut minus ut sapiente odio. Et quia eligendi eos odit. Dicta quasi molestiae ut."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cora@kohlerbecker.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Alexandrea Boyer"], ["email", "cora@kohlerbecker.org"], ["password_digest", "$2a$04$hXKXrtfLBjx7QXh8/NXneurg1oU2128tc8tfJtS7dSZStutolzYYS"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Sint molestiae dolor ullam tenetur sit sequi. Velit ducimus consequuntur ullam occaecati. Consequuntur veritatis et maiores accusamus ipsa. Perspiciatis rem laboriosam similique est consequatur quos."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Officiis enim tenetur aut ratione dolor voluptatibus. Culpa cupiditate eaque iusto sit fugiat ab. Debitis velit veniam fuga nemo quidem aut."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexa_bechtelar@stehr.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vivien Turcotte"], ["email", "alexa_bechtelar@stehr.info"], ["password_digest", "$2a$04$RuCmdxKYhVrbTCZsOiHqAO8vaI2v4PMZ1571iZ7qpVqryE9nd/yeu"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Optio officiis corrupti possimus occaecati doloremque exercitationem. Nostrum aliquam molestiae omnis accusamus eos. Aut nostrum esse explicabo ut veritatis aut quia. Fugit nihil accusamus consequuntur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Et qui sint doloremque omnis dolorem. Corporis aut enim consequatur."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adolphus@marquardt.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeanne Rutherford"], ["email", "adolphus@marquardt.info"], ["password_digest", "$2a$04$Znbr6qga2FL/0UiUc5UwpeaNVAanVLME8dqTC/5H5Ojqe9mitIt/G"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Est ipsa eum sit. Sed tempora est ea. Aliquam sit qui debitis cum fugit at."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Et aliquam unde velit molestias sunt."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "royce@yundtbahringer.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adelle Emard"], ["email", "royce@yundtbahringer.net"], ["password_digest", "$2a$04$lmivIS0LGnIm40AzUduVgebjHdyz7M86OM1nypyIO.JoJ8DeHKeKq"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Asperiores modi voluptatem omnis itaque voluptatem pariatur laudantium. Optio illum sit nemo reiciendis earum nisi. Tenetur ut quis reiciendis accusantium aut nobis ullam. Voluptatem minima id dolorem asperiores voluptatem veniam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Illo accusamus eveniet rerum quia. Distinctio in est."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "corene@wintheiser.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Julian Abbott"], ["email", "corene@wintheiser.co"], ["password_digest", "$2a$04$wcT2xb.9xkj5v1RIv2jzneqHPjLLCPU4vBVRvrWTNq5iK05rvaD6C"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "At ut consequatur aut sint sapiente ut. In esse qui. Hic ad laboriosam doloremque iusto eius. In voluptas perferendis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Voluptas eum quia esse provident incidunt eos commodi."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abdul_reichel@ankunding.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathanial Flatley"], ["email", "abdul_reichel@ankunding.name"], ["password_digest", "$2a$04$53lGLYKaYuP35hHpwfEc1ednRuO/.9srC0ME5kR4UPlm7NqTfDL3a"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Mollitia velit voluptas quia a facilis. Deleniti culpa vel aut sit. Unde enim culpa sunt asperiores."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Fuga dolorum maiores voluptatum et quisquam. Cumque eveniet omnis deserunt voluptatem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "giles_rogahn@beer.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yvonne Walter"], ["email", "giles_rogahn@beer.com"], ["password_digest", "$2a$04$gdLFqQuIZUkcj5kU9cupM.HaEHMx1MsSO08t9keEY6Xh/MQnCwAQS"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Accusamus sit fugiat sed. Nobis nemo est quo laborum et eum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Et quia sit tenetur aliquid velit ipsam. Deleniti est alias voluptatem minus id. Rerum rem omnis ea."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keyon_carter@nicolaskris.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mitchell McDermott I"], ["email", "keyon_carter@nicolaskris.info"], ["password_digest", "$2a$04$PcJqxnmQesmtTgPcY9gcqOSkmlNm/.SfnwaydWtiPrVnVCC5MfKLi"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Quis ratione repellat fuga voluptas iure. Est quisquam doloremque minus non qui. Placeat quisquam nihil accusantium alias rerum distinctio. Ratione eum in."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Temporibus sunt repudiandae excepturi. Enim aut porro et sed dolorem."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ro.botsford@yost.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karelle McCullough"], ["email", "ro.botsford@yost.io"], ["password_digest", "$2a$04$yQ.2tiFg.xmNZz2BSshmg.OyggwOQsMuaVJIXL0Ph1RlvQWkKntWC"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Et fugiat consequuntur sed. Voluptas hic dolor unde. Voluptatum est in soluta."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Voluptatibus officiis natus rem esse commodi repellendus blanditiis. Omnis ut accusantium atque asperiores. Illum sapiente veritatis et quo maxime aut molestiae."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "loy@hyatt.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Camylle Hackett"], ["email", "loy@hyatt.com"], ["password_digest", "$2a$04$zA/dCKdwXnjJ8AWayQ7Yfeak0OJtuHckz/eUZfakUShkSSDv6jWuK"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Et consequatur perferendis nobis porro sunt possimus expedita. Aliquam eos dolorem rerum totam. Sint non qui veniam ab eum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Officiis et saepe. Natus provident eum consequatur esse temporibus amet tempora."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rachael_lueilwitz@friesenborer.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Consuelo Olson"], ["email", "rachael_lueilwitz@friesenborer.co"], ["password_digest", "$2a$04$5Ma./Um59vgxCnWlXj4tnuXSnlNZUT/54JO9gjwRIdMzYi/3MsAmO"], ["created_at", 2016-06-10 14:38:14 UTC], ["updated_at", 2016-06-10 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:14 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (16.1ms) Completed 200 OK in 295ms (Views: 292.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:15 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"rachael_lueilwitz@friesenborer.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "rachael_lueilwitz@friesenborer.co"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Axm845SwrJhDCs88eJ0gXOyD8Y2.u3DB5GCLSkJLC.Xq04BVsQWhC"], ["updated_at", 2016-06-10 14:38:15 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:15 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.0ms) Completed 200 OK in 36ms (Views: 27.4ms | ActiveRecord: 2.0ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "domenic@purdy.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Theresa Lynch"], ["email", "domenic@purdy.biz"], ["password_digest", "$2a$04$g8ERBt4olbuNR4DLnKDv3.4ZM/YKrbrp3AoQoPXUyM9JvwIYJa0Gy"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Ex voluptate et. Aut et ex explicabo excepturi accusamus atque sit."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Doloremque enim voluptate facilis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:15 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 31ms (Views: 23.8ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ronaldo.barton@sipes.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Queenie Kub"], ["email", "ronaldo.barton@sipes.co"], ["password_digest", "$2a$04$VicYc2h4hUqnHgrZgx5hVOB899Vin9vKXZVz1SJaohYhBS3kdG8FO"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:15 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 20ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:15 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ronaldo.barton@sipes.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ronaldo.barton@sipes.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$QhvCtO64ot3hfksLNG.oJO26Pu4ifnUlqywxicAqEyXEdfQTeGEsm"], ["updated_at", 2016-06-10 14:38:15 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:15 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 24ms (Views: 18.3ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arvel@hayes.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marge Gleason III"], ["email", "arvel@hayes.com"], ["password_digest", "$2a$04$BiQc7FmK.I22R.fZmIjI3euXhgwJVcFS57EUNvmUZdjWjmeDeyxEi"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Quas sint voluptatibus doloremque commodi voluptas earum officia. Eaque ab fuga. Ea vel consequatur mollitia."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Illum nam minus soluta aut voluptatem reprehenderit eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnathon@okeefe.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeramie Jenkins"], ["email", "johnathon@okeefe.biz"], ["password_digest", "$2a$04$QjnPZhtHn.qYKRNpMwaH0.kOAeyVbJ8xKtW.T0ikrsnwKzClpgmRu"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Ipsam voluptatem et voluptatum qui aliquam et nam. Nisi aliquid mollitia exercitationem deleniti dolor. Eum incidunt ut sed. Dolores quod repudiandae."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Aut eius maiores natus iure dolorem et maxime."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heath@schuppemaggio.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Torrance Leuschke"], ["email", "heath@schuppemaggio.org"], ["password_digest", "$2a$04$HuqMh97MnUlX4bK3TIrn5.JlqxdFe7qA7T0UhUHtQyvHKBt/MpR2S"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Quisquam non sint autem numquam sit incidunt. Laudantium consequatur nisi voluptatem vel fuga doloribus voluptatem. Quo nostrum magnam incidunt dolor rem. Maxime voluptas quia et quis esse ratione quas."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Adipisci sed veritatis doloremque. Repellat nisi neque et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kenneth@bernhard.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helga Hayes"], ["email", "kenneth@bernhard.biz"], ["password_digest", "$2a$04$uGyrt2qfHiUaZp4/uoWv0OfGtg3hu8G6sK74E5nAXw87vBkz4bope"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Qui voluptatem et. Sed quia qui ratione harum. Distinctio est voluptatem nesciunt qui."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Nam quasi sequi. Commodi et ad nulla nobis. Voluptatem est et totam hic qui consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bud_gerhold@beier.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kariane Paucek IV"], ["email", "bud_gerhold@beier.biz"], ["password_digest", "$2a$04$4wqZ5yv6Tc4fIDLOGdymaesRVuBDuF4nq1TA.k9mI2JAy8.NWvzCi"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Incidunt nam ipsam repudiandae nisi unde occaecati. Animi laborum sit quaerat dolores placeat. Quo possimus temporibus deserunt labore ut. Possimus non hic tempore quia incidunt ex praesentium."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Deserunt vero iste illum. Dolorem tenetur laudantium necessitatibus. Distinctio repudiandae voluptatem ut similique."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "renee@parkerfadel.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Celine MacGyver"], ["email", "renee@parkerfadel.net"], ["password_digest", "$2a$04$Lwn5u9cHQfhwi7RdG36O0uhlL0EfXjOSwiMQBVA56IeJ9cSxNq6Km"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Facere adipisci officiis illo quia vitae consequatur perspiciatis. Necessitatibus maiores fugiat iure quo quod commodi sint."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Sed numquam soluta est possimus sit dolorem nihil. Animi nobis totam ducimus autem non odio voluptatem. Et laborum qui qui incidunt aut provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moses.wisoky@stehr.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Xavier Becker"], ["email", "moses.wisoky@stehr.io"], ["password_digest", "$2a$04$VKeO6epIz.JjIWPI05yr2OutTXk6okk5JA/TmTu9ukRQMdwLqYEPO"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Cum modi et expedita quibusdam ipsa. Placeat quo non ipsam ut et consequatur. Nemo est atque accusantium dolores molestiae. Praesentium atque autem voluptatem quibusdam et quo."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Ut fuga ratione asperiores. Quibusdam minus iure rerum et earum. Ut maiores distinctio nisi ut sit id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amparo@mckenzie.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jean Heller"], ["email", "amparo@mckenzie.io"], ["password_digest", "$2a$04$lzQQ8yz3Dbp8s2QRnJJYfuamIjxChfwJrsCJ0Fy7c94r.ToNdS1Pu"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Iste magnam asperiores quia ut non. Nisi ab quo sunt. Voluptatem suscipit tempora. Molestias ratione tempora fugit quo voluptatem quia quis."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Et asperiores sequi quam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rachelle_parisian@smitham.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nona Homenick"], ["email", "rachelle_parisian@smitham.name"], ["password_digest", "$2a$04$eAq3PoUPukG3tgxgaN4c5Omy5qeveu3Lf514KjFwiwhkrul4i3J4e"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Consequuntur in ad provident neque. Eos velit et."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Et et atque doloribus aspernatur iusto voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "genesis@medhurst.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Layne Hauck"], ["email", "genesis@medhurst.io"], ["password_digest", "$2a$04$rwYcyT6qb9jWAbThHlmn.OPkkiQM7nPZExNA8rEYCipvUk0qImDva"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Necessitatibus ratione distinctio in vitae. Veritatis nostrum voluptatem."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Iusto nihil veniam voluptatem eveniet sint natus porro. Enim qui dolores deserunt quisquam cum repudiandae quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robb.huels@yosthintz.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Westley Marks"], ["email", "robb.huels@yosthintz.io"], ["password_digest", "$2a$04$DrTiWgqwvcWcssHoC9bcbOhzUGuG8tG2kbAnsCDyyBcHH4.0qhAf."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Voluptatem hic maxime eveniet. Suscipit quia eius id eligendi qui officia. Accusamus earum quo."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Voluptas neque fuga. Dignissimos nesciunt veritatis voluptas et reprehenderit quia. Fuga et ratione nesciunt omnis a omnis consequatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heloise_koelpin@bogisich.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Milo Harber"], ["email", "heloise_koelpin@bogisich.info"], ["password_digest", "$2a$04$jH5XAixrHQf/kaPBFSySMOR0FY30yxPnayV3KVUrJTbDIyGewFKK2"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Dolor qui optio velit voluptatem iste. Odio et voluptas delectus fugiat. Praesentium atque placeat unde nostrum."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Laudantium beatae explicabo distinctio iste. Corrupti et itaque occaecati libero omnis voluptas. Maiores excepturi ipsam quis itaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brenda.predovic@kohlerspinka.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaylin Ward"], ["email", "brenda.predovic@kohlerspinka.net"], ["password_digest", "$2a$04$mA5iuSn.YlIouTvBD0GT4.tk2jT7vcZBEhqijD.R80DXQ/1sfi/N."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Soluta vel alias. Tempora reprehenderit nostrum quae. Dolorum nulla blanditiis voluptas ex enim velit cupiditate. Voluptas aut reiciendis impedit pariatur."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Ullam quisquam est laudantium quibusdam iure consequatur pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margret@mitchellhilpert.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaren Mann Jr."], ["email", "margret@mitchellhilpert.info"], ["password_digest", "$2a$04$.3gifnUdZX9IYB7/1WWMyexWDRyE61F9iXxBJAZnrrKEDLsUR/8um"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Ut impedit nam soluta. Sit atque ipsam odit. Eos ratione quam nemo vitae."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Repellendus maxime qui autem in. Provident consequatur itaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sammy@gutmannbraun.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adelle Lubowitz"], ["email", "sammy@gutmannbraun.info"], ["password_digest", "$2a$04$3b/ZQ0o31Acojym87erMpuPArwZbMRrRmHsvpTHvCp8QFUkWBQuPO"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Velit libero quasi dolor. Officiis asperiores incidunt commodi nostrum voluptas dolor. Et enim sint commodi debitis."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Deserunt voluptatibus et harum in id repellendus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "milford@mayertflatley.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jermaine Abbott"], ["email", "milford@mayertflatley.net"], ["password_digest", "$2a$04$OV46mjKd8wCaEtOg0T8N/eQ8SPlpqAGY50rBifjCLg3V/49U0iylS"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Expedita ab ut natus voluptatem. Asperiores repudiandae excepturi aliquid provident qui ea et."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Quia nostrum placeat ex non quas sit error. Ullam sapiente distinctio nostrum quia ut rem facilis. Iste rem eos sit eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kevin.wintheiser@zulaufmurphy.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lou Ernser"], ["email", "kevin.wintheiser@zulaufmurphy.biz"], ["password_digest", "$2a$04$tpWJHO8US3YoRRofg1OHsuNel3FOWUyJb/a5gF1lCSA2GqQEOGmOy"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Et quisquam est. Aspernatur omnis sit provident et id repellendus accusantium. Pariatur ut deserunt mollitia recusandae iure. Quia et iste dicta."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Eum minus quibusdam vero quidem sit est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trey@wilderman.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grace Hills"], ["email", "trey@wilderman.net"], ["password_digest", "$2a$04$Du.d0HIEfgFKLlhPOlit6eZA2Glm9.t97ISGneCUwJ.K87mNTYY5W"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Velit tempore consequatur. Voluptatem ducimus maxime provident nisi quo. Non similique exercitationem consequuntur vel dolorum sapiente."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Et esse aut fugiat sit quis ullam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darby@ziemanncarroll.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josiane Yundt III"], ["email", "darby@ziemanncarroll.io"], ["password_digest", "$2a$04$S1F8wMk855qNOl2.k4dAk.pRyL5JovO1t4K1y3oVE5h2fvbc//Bqm"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Sint voluptatum quo magni quia consequatur. Distinctio rerum voluptas a dolor quasi vitae praesentium. Distinctio aspernatur modi. Quam aut aperiam sapiente nostrum error ut."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "In qui non sed nostrum. Alias magni minima eaque veritatis error vitae porro."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zackery@wolff.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kayley Carroll"], ["email", "zackery@wolff.co"], ["password_digest", "$2a$04$dc/I43gfEkcUT5mbvZx1.eiICfA4D9jej8VtE/6YeRiUECn6LoQTO"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Vitae ab consectetur. Facere veniam tempora nihil qui dolores beatae ut. Voluptas in alias assumenda consequatur et non. Distinctio nostrum velit aut ex."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Facilis et dolorem vitae recusandae vel velit. Rem et doloribus ut amet consequatur eos. Ea culpa sequi qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tiara.bashirian@runolfsdottir.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Winston Marquardt"], ["email", "tiara.bashirian@runolfsdottir.name"], ["password_digest", "$2a$04$nz1HFF8nigX5tGuOeB2RRO/uaFOUzNawpT.VyHcYDpr4pJKNjf5gm"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Quis minus ducimus. Ab atque in et nihil est id sed. Ducimus nisi aut inventore. Sed est voluptatem debitis."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Quae et molestias voluptatibus sunt consequatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amy@swift.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Telly Schinner"], ["email", "amy@swift.biz"], ["password_digest", "$2a$04$SvGY07haTk2YV.UOI5InCuKo8EfwP790eI7vhiiiBWgY02/WlZF4a"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Eligendi cumque blanditiis est nesciunt sit et. Aut qui aspernatur labore eligendi non."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Atque eius cupiditate nam beatae. Reprehenderit illo natus. Aut inventore et officia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shemar_sauer@heelkutch.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dortha Friesen"], ["email", "shemar_sauer@heelkutch.name"], ["password_digest", "$2a$04$F4IXLujrkVG2tq1i7AeobuIUo6WGtowB8g4NaAmmvldpVTCgGrLUm"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Vitae praesentium excepturi eligendi reprehenderit sit fuga. Aut consequatur temporibus occaecati quisquam ipsum."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Doloribus placeat dicta consectetur qui ut deserunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shawna.brown@dubuque.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kris Price"], ["email", "shawna.brown@dubuque.net"], ["password_digest", "$2a$04$8KzpuR5T6F4v/7YDwHkL9.DW0m3H1WNZeo1xVhsIu.evdO1JxnGl6"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Molestiae consectetur unde in ipsam nam. Maiores praesentium numquam totam vel."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Voluptate cupiditate ut. Aperiam nihil enim cupiditate non. Ut aspernatur eligendi natus praesentium molestiae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melany_wunsch@vandervort.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chadd Schowalter"], ["email", "melany_wunsch@vandervort.biz"], ["password_digest", "$2a$04$RO0cfofVSJRxdnW9qnO73.Rqor6kqaBKbVZpxLayvTumeeJ3mUGxq"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Ducimus dolorem molestiae fuga et aut sed molestiae. Id quidem molestias eius voluptate odit alias. Nihil nostrum tempore perferendis accusamus dolor enim. Minus eveniet voluptas perferendis autem cum dignissimos."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Ipsam nemo quae harum sunt corrupti. Dicta est atque laborum nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilhelmine_dubuque@bode.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Florian Osinski"], ["email", "wilhelmine_dubuque@bode.biz"], ["password_digest", "$2a$04$s28xsZ29beMhY4JO6cq5BekraYmc6JKDQmI63jc.LWcUiZRLlnI/K"], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Laudantium tempore itaque ut modi. Exercitationem dolorum labore. Sequi voluptatum eaque ea distinctio reiciendis libero laborum. Repellat aut at dicta necessitatibus sed ipsa voluptas."], ["created_at", 2016-06-10 14:38:15 UTC], ["updated_at", 2016-06-10 14:38:15 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Architecto laudantium facilis aut. Aut aut dolorem sed eius minus inventore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:15 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (174.0ms) Completed 500 Internal Server Error in 181ms (ActiveRecord: 20.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "santino@kulaswillms.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josiane Corkery IV"], ["email", "santino@kulaswillms.info"], ["password_digest", "$2a$04$bi4iCChSIx9uiRK70Xlaoe718kpw42y7UQimQe/SZS0p/6..EcpoW"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.8ms) Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"santino@kulaswillms.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "santino@kulaswillms.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$oFgfokllKv/Tvx72eoLqjut8aA04V3Z60SmTlgR7z3XuMekN/br0u"], ["updated_at", 2016-06-10 14:38:16 UTC], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (24.6ms) Completed 200 OK in 38ms (Views: 30.7ms | ActiveRecord: 1.7ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eldred@osinski.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorris Bednar"], ["email", "eldred@osinski.name"], ["password_digest", "$2a$04$SVivjifQ3zvGuUFYR8Q1BOIGyfVgPsEBB4SXiQf5j4B1SysT24q9a"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Aut autem excepturi eos. Vel enim in iste impedit qui. Enim corrupti qui. Sit iusto illo."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Aut aut cumque at incidunt voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorcas_eichmann@hermanerdman.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Malvina Hills"], ["email", "dorcas_eichmann@hermanerdman.co"], ["password_digest", "$2a$04$w8XjrtIio0VRZr6MZNX3leUQRZuyGMVwWL82HfLEE/o2SsM0j2JYS"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Quibusdam aperiam sit. Delectus corporis nam. Nobis dolorem praesentium assumenda cumque corrupti. Itaque impedit quia sed."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Quasi voluptas aspernatur ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laurianne.moriette@tromp.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evie Bosco"], ["email", "laurianne.moriette@tromp.co"], ["password_digest", "$2a$04$bethvgeQEtIidYXH0GyDBO6erpGtXO8/bmUDbkU3KPAIgd6Hyf93C"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Modi incidunt minima beatae molestiae sit voluptas. Rerum animi deleniti nostrum dolore. Sunt repudiandae facilis omnis aut in."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Provident veritatis sit libero. Porro eum laborum qui provident. Ut quod at quia quibusdam accusantium soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "terry.hackett@cormierrohan.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carol Kling"], ["email", "terry.hackett@cormierrohan.org"], ["password_digest", "$2a$04$oGKTzen8IR.od8QjCloUWuOvXhVxtP1Q9wKNuRx4kLEpPEnlar.uq"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Cupiditate doloribus tempora suscipit a laboriosam. Sequi consectetur officia at odit. Impedit aperiam ducimus recusandae sit deleniti doloremque non."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Quia molestias consequatur sint exercitationem dolorem. Magni quam atque odio delectus veniam magnam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lori@spencerbergstrom.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alec Conn"], ["email", "lori@spencerbergstrom.co"], ["password_digest", "$2a$04$N./hwF7ET7inp5DK9qZtX.yC1WN9xEvhm/rstWo3uywZMTggbOm9W"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Ab molestias natus quia. Omnis harum sed et ut quis a. Voluptas possimus dolores omnis."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Eveniet accusamus expedita optio corporis quae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerhard_funk@rau.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rashawn Hodkiewicz"], ["email", "gerhard_funk@rau.net"], ["password_digest", "$2a$04$CW.PMr3rlWvxMd3yXtWA/.mM2lEmUdMefVGHiV4Zyke9nU3jUAgNS"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Dolorum et tempore autem suscipit maiores accusantium nihil. Rerum quaerat animi at ut qui aliquid. Animi ullam voluptate magni reprehenderit ipsum earum id."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Sint cupiditate delectus ullam nihil iste. Voluptatem quia cumque quia in et dicta. Soluta illum iste quo debitis accusamus unde ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alberta_hermann@toy.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bettie Macejkovic"], ["email", "alberta_hermann@toy.info"], ["password_digest", "$2a$04$iw3GII7Uz7JQp.rODIkAvOaN3TDEcxLJI2a3qW.qqHZmYrrMgHFDC"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Dolor accusamus voluptatem quae fuga numquam id porro. Ipsum et ab quae quo. Odit enim quaerat veniam nesciunt sunt. Ad aspernatur sed repudiandae."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Eveniet pariatur magni aut ea animi id et. Aut dolor odit quaerat. Reiciendis aut et qui corrupti qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "omari.dietrich@hills.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maddison Hand"], ["email", "omari.dietrich@hills.org"], ["password_digest", "$2a$04$F91TXFL5VFXNgkDr3g2Mj.a/StzH12cHue4MpzHlByCpmxsJDfERa"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Ullam a ab ut qui ex. Sit voluptas ducimus sit ipsam sit asperiores aspernatur. Nulla magnam aperiam cumque."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Atque a voluptatem sit et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mikel@glover.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orion Braun"], ["email", "mikel@glover.net"], ["password_digest", "$2a$04$Fcstjf3iFxGd0PFHF4O.YuILpM3GFrwPpp7Hw2bcgjal5H4wrD6mW"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Laborum quae non voluptatibus rem mollitia quos voluptas. Excepturi quisquam nihil aut. Aperiam est error ut. Aut pariatur dignissimos ducimus est soluta et voluptatem."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Error non minima possimus qui deserunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiley.davis@handmoen.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keira Stroman"], ["email", "kiley.davis@handmoen.io"], ["password_digest", "$2a$04$4Tmf72ufKySl0RQ1aXAnH.zFy9UgJFCi46Ofok8kATfA.9.bMxaiK"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Non saepe omnis. Atque voluptas id culpa autem magni eos. Sunt tempore ut et laborum aut et atque. Suscipit quia consequuntur facere rerum saepe eius tenetur."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Quibusdam quaerat et expedita. Est totam porro nam similique."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noel@johnson.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Palma Kling"], ["email", "noel@johnson.biz"], ["password_digest", "$2a$04$JYEWuEgUkVePkcsy2nyecOfbFI7aT5mjzyKrbP/aFCukVLHVisbrS"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Officiis et repudiandae omnis ut quasi voluptatibus. Fugiat accusamus voluptatem ullam pariatur sunt est aut. Commodi enim hic voluptatem et corporis sit."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Et ipsam sint expedita at."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reba.romaguera@kohler.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelsie Senger"], ["email", "reba.romaguera@kohler.org"], ["password_digest", "$2a$04$B7tcYhRDCPbHeXEsOmkOAe4k3MUnrSXptEBS8RVk877suWFo2z126"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Ab architecto aut consequatur voluptas perspiciatis. Dolorem non perspiciatis doloremque et."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Temporibus quaerat porro nisi officia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexis.carroll@hickle.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zoie Jones"], ["email", "alexis.carroll@hickle.name"], ["password_digest", "$2a$04$9uYeZhOodeND690n1fCxtuycqc6fW5QAwnRTplH4gjZhp3YKWK3cG"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Ut suscipit in aut. Odit occaecati aperiam."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Nostrum earum autem sint iusto consequuntur laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nona@torphygreenfelder.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deontae Rutherford"], ["email", "nona@torphygreenfelder.biz"], ["password_digest", "$2a$04$CZb/ddYYazpbbPCINwOECuBUfrTvb/fhbA9w2AP9Ha6TfqQDppDdK"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Et autem sunt ipsum quidem. Est et autem placeat molestiae. Iure architecto possimus nihil molestias in. Rerum enim quo ad voluptas."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Consequatur fugit error. Vero voluptatem ab aperiam et. Repellendus est dolor ut accusantium deleniti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mertie@leschcain.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zackery Nikolaus"], ["email", "mertie@leschcain.com"], ["password_digest", "$2a$04$4CYOtAAbkpqAu0289Yvy3.vMweyRHCNWfFoB.Gf.ok3CsFAIfNLqS"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Sed quas dicta tempore dolorem est illum est. In quidem aperiam laboriosam ut deleniti asperiores tempore. Et perspiciatis commodi quia inventore eveniet. Minima eius eum et fuga sapiente."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Eum dolor sed enim itaque non expedita. Quasi optio rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theron@mcdermott.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kameron Zieme"], ["email", "theron@mcdermott.org"], ["password_digest", "$2a$04$EfQW.L5K3mnjjst2qvORrOhJVll/3SopFCgc.SoRhH9NveXBggt/i"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Qui in impedit. In eos asperiores. Error occaecati distinctio in."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Soluta tempore voluptas dignissimos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shanna@gleichner.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anita Zieme"], ["email", "shanna@gleichner.biz"], ["password_digest", "$2a$04$lNfYFjbv8YyacqFEG60lp.4bC1o5BOboxCoQjmks81MsALXvf/APm"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Officia alias et blanditiis. Sunt fugit unde sit magnam laudantium."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Omnis alias facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dashawn@cormier.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beryl Zemlak III"], ["email", "dashawn@cormier.net"], ["password_digest", "$2a$04$PnNguaB8ZZRsmth9Y7Bsr.8mmdhYh/f746Lw/bDcQlye0G8aNTDUO"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Est quia aut voluptas velit odit corporis. Saepe vel facilis. Facilis officiis repellat nostrum nihil harum omnis."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Doloremque aspernatur sunt qui est hic. Repellendus officia reiciendis quidem eligendi ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adelle@collins.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Audreanne Bogisich"], ["email", "adelle@collins.co"], ["password_digest", "$2a$04$POgqM1xDJwa02Br.k/OIHOEEj8v4Jmn6ciljTAnEIVKu3VY4RMqJa"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Aut aut et. Facere qui atque recusandae. Voluptates inventore temporibus amet ea."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Nostrum optio expedita perferendis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darrin.howe@kirlin.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Demarcus Durgan I"], ["email", "darrin.howe@kirlin.info"], ["password_digest", "$2a$04$Vq.DRMUwZrMqr0lyjZkFH.x91I7SCIh4jO4/r.CYNrqTxDppsoqWm"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Placeat expedita qui. Praesentium quia nisi architecto ut."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Error officiis suscipit labore hic fuga neque libero. Dolores harum dolor est amet officiis recusandae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daren@rodriguez.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kristian O'Keefe"], ["email", "daren@rodriguez.net"], ["password_digest", "$2a$04$GkSfS5wEHf8d1DeXJqo.ReNCjJijfpLooTw/YLWrANrMoXYMLxEZ2"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Magni eum sit dolor autem beatae qui harum. Temporibus excepturi neque dicta rem. Fugit eum corrupti. Dolores velit qui voluptatem quia reiciendis quo quia."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Accusantium quam delectus. Non quia iusto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ofelia@gibson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Vincenza Hane"], ["email", "ofelia@gibson.net"], ["password_digest", "$2a$04$9O4hx1P68jHwJCiSuBAQIu5x6cO6n1r0rybkVjnGY1X2Z8Ljdh986"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Delectus natus at. Molestiae tempora rerum vel ipsam eos necessitatibus ea. Ipsam esse repellat adipisci dignissimos. Eum repellendus ab voluptatem."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Exercitationem quae maiores omnis ad. Modi ex sint consectetur voluptates natus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anthony_trantow@rogahn.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Flossie Green Jr."], ["email", "anthony_trantow@rogahn.org"], ["password_digest", "$2a$04$L21peq9nUjbzJ9zuXCvmMeWrX8bK0yJMgaCkYzciRz4.BOO/UuDKu"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Consequatur dolorem qui et ea unde nam aperiam. Quidem quia veniam quos porro deleniti."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Saepe eum sint placeat illum dolorem porro. Eligendi vel illo perferendis unde ex."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pablo_feil@loweemmerich.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Karson Heller"], ["email", "pablo_feil@loweemmerich.com"], ["password_digest", "$2a$04$W5BygNRS1qnloqCMx3hMmONkho/wawZ5ujZd6eFEqlyLwx934bdwW"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Illum sit qui dolorem. Molestias corporis minus sequi illo qui error incidunt. Consequuntur non rem eum et at consectetur numquam."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Qui rerum perferendis non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robert@auerschiller.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ova Grimes DVM"], ["email", "robert@auerschiller.org"], ["password_digest", "$2a$04$1XnrBG5202s83uKNn2pBQeAswwpcLDNgUL2VP08wYU/Fe8mGfYHOe"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Qui id et quia distinctio. Qui et maiores recusandae voluptas."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Maxime voluptatem assumenda vel necessitatibus. Dolorem voluptatum ut qui corporis fugit enim possimus. Hic veniam est autem voluptatem ab in saepe."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kayley@herzog.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernhard Nienow"], ["email", "kayley@herzog.info"], ["password_digest", "$2a$04$vUBnL0wEn/ZpdKc4WaKaie0pqIHW696KdJvUXaNZuYDBHFMeHHE6u"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Veritatis neque asperiores veniam quo ut. Distinctio nam eum deleniti recusandae assumenda labore deserunt. Qui tempore magnam omnis expedita."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Officiis doloremque odit ad non tenetur voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (101.5ms) Completed 500 Internal Server Error in 108ms (ActiveRecord: 16.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garrett@borer.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "garrett@borer.biz"], ["password_digest", "$2a$04$hCPn7EwxqH4Y2y7cGn./dO63V4ogZ9ZfHq6m/40jkOo6eVKqUENPy"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 14ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"garrett@borer.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "garrett@borer.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$VjhNSOGTNx5M5LXNNL0Yr.pH538Vrawd0nX4r8RH6IorkQ7M2VZlG"], ["updated_at", 2016-06-10 14:38:16 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 22ms (Views: 17.0ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adolph@zboncak.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "adolph@zboncak.info"], ["password_digest", "$2a$04$2.7JIaKZjuHc9TBD9GMbBO5SlWNdU7wIPscq9gDCtkhpQEadz5lR2"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carli.rau@graham.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jessie Schowalter"], ["email", "carli.rau@graham.biz"], ["password_digest", "$2a$04$RBx6ZqmpDgvvFhiA3InB8.UEusWV7oDHS1ompWjHDSBLWXDpZPQSC"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Id ut eum ullam. Similique nihil dolore est est. Aut sit rerum et laudantium veritatis."], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Aut illum labore excepturi unde. Adipisci itaque distinctio impedit perferendis quis voluptas. Ipsam officiis quisquam et id itaque aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.8ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (21.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (31.0ms) Completed 200 OK in 44ms (Views: 36.4ms | ActiveRecord: 2.5ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 24ms (ActiveRecord: 6.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.2ms) Completed 200 OK in 27ms (Views: 21.2ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maida.ledner@mckenzie.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "maida.ledner@mckenzie.org"], ["password_digest", "$2a$04$uZJLXBJjG.iC6sv/MWTCu.CyUj1PAImsf54EnuWVlFjAeK0EIjBiC"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.6ms) Completed 200 OK in 17ms (Views: 13.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"maida.ledner@mckenzie.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "maida.ledner@mckenzie.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.D77Dp88KgUXe93zwRtvHOot.htC6eCBCUBlnobKRNplcaqrxVJLK"], ["updated_at", 2016-06-10 14:38:16 UTC], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 24ms (Views: 18.0ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taylor@parkerdicki.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "taylor@parkerdicki.org"], ["password_digest", "$2a$04$lfvuvEdQt5KzLbuUiGaLvOFuYaNXwS5czSxBhXWyi3.I0tFy5pRL2"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (10.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (21.2ms) Completed 200 OK in 32ms (Views: 27.1ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:16 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:16 UTC], ["updated_at", 2016-06-10 14:38:16 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 24ms (ActiveRecord: 6.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.4ms) Completed 200 OK in 27ms (Views: 20.3ms | ActiveRecord: 2.5ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barrett_klocko@hartmann.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Macey Hettinger"], ["email", "barrett_klocko@hartmann.org"], ["password_digest", "$2a$04$dGyZzQ5g/7oCyZ8znFFi3.EN8BzizFAWkl4GS36bbQrfbix85xmqq"], ["created_at", 2016-06-10 14:38:17 UTC], ["updated_at", 2016-06-10 14:38:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"barrett_klocko@hartmann.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "barrett_klocko@hartmann.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U2WJH.aqWF.rzd/by3MdG.wc0n/rw5qHT7MgO4mDelwlApTp5JIIG"], ["updated_at", 2016-06-10 14:38:17 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.6ms) Completed 200 OK in 24ms (Views: 18.8ms | ActiveRecord: 1.6ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (20.6ms) Completed 200 OK in 32ms (Views: 26.7ms | ActiveRecord: 2.1ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (3.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (20.1ms) Completed 200 OK in 40ms (Views: 28.7ms | ActiveRecord: 2.9ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 17ms (Views: 14.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$hDU07A5mzO1ksLC1cVulhuq.9wc2gyObuYhAE951y1op9h.4./Day"], ["created_at", 2016-06-10 14:38:17 UTC], ["updated_at", 2016-06-10 14:38:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8TYfFGjSpU.vJ99K2s2RXuiN1Zmbo.g./KMuX4PzBpDaF0D.Wv0ba"], ["updated_at", 2016-06-10 14:38:17 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 25ms (Views: 19.5ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$en9aMXxI4whn85ZjOPmBRO/Bib18vc21ddc5kiznShNQg0xLG9fXK"], ["created_at", 2016-06-10 14:38:17 UTC], ["updated_at", 2016-06-10 14:38:17 UTC]]  (8.6ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.0ms) Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-10 10:38:20 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-10 10:38:20 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:21 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$BqI8i9NbAhwbSF1/n8PFFONpZjDPre4Y0bmlcq9mhkcq9.EU2waLG"], ["updated_at", 2016-06-10 14:38:21 UTC], ["id", 137]]  (1.1ms) COMMIT Redirected to http://127.0.0.1:61247/admin/posts Completed 302 Found in 14ms (ActiveRecord: 4.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:21 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 29ms (Views: 20.1ms | ActiveRecord: 3.2ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-10 10:38:21 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:61247/ Completed 302 Found in 2ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-06-10 10:38:21 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.2ms) Completed 200 OK in 33ms (Views: 27.2ms | ActiveRecord: 1.8ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-10 10:38:21 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-10 10:38:21 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (16.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ismael@raynorhegmann.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Billie Bergnaum"], ["email", "ismael@raynorhegmann.io"], ["password_digest", "$2a$04$YtN9.kQPKZ5gsEMxlF3GhOUG/jJrw0G0JWnhcOGV6fd4Z59nwnBrK"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 21ms (Views: 16.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ismael@raynorhegmann.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ismael@raynorhegmann.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Bxnd7FSmzcPaPlS.9pXxcOGtJqHqiBwcv9FQ.jeln6N0LjUFnoBVS"], ["updated_at", 2016-06-10 14:38:22 UTC], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.3ms) Completed 200 OK in 32ms (Views: 23.5ms | ActiveRecord: 2.1ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (2.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.4ms) Completed 200 OK in 27ms (Views: 21.1ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eladio.pfeffer@beatty.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Troy Larkin"], ["email", "eladio.pfeffer@beatty.io"], ["password_digest", "$2a$04$4CGHRUrT8CHGDtnDUIgziu09Y7RP3H/V49Fa1mjDyBSWxquDl4f52"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 19ms (Views: 14.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"eladio.pfeffer@beatty.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "eladio.pfeffer@beatty.io"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ytdcqSLCE./lN3.oDpKZhOmTfzcRGmKBbPaXJ9.uYAnUauzyzAJNO"], ["updated_at", 2016-06-10 14:38:22 UTC], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.7ms) Completed 200 OK in 27ms (Views: 20.4ms | ActiveRecord: 2.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (19.6ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 1.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dane@funkreichel.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eliane Klein MD"], ["email", "dane@funkreichel.info"], ["password_digest", "$2a$04$iaxJLVfue7EFWzYJ/Z2t4eVOptda46yItqATHPnxjXHTDuXWcOnli"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 17ms (Views: 12.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"dane@funkreichel.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "dane@funkreichel.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZqXlCZdJuHPKGaarh/yL4OFw66ESftDNdxmWRBx/rEyWF9SKdyNXC"], ["updated_at", 2016-06-10 14:38:22 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 1.6ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 25ms (Views: 18.5ms | ActiveRecord: 1.0ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 26ms (Views: 20.7ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gregorio@marquardt.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Enrico Carter"], ["email", "gregorio@marquardt.biz"], ["password_digest", "$2a$04$w6cjroihXQvPMP14UAPKOulzy6dYtFGA.oNxuqCc2H8r8E/RbLhyO"], ["created_at", 2016-06-10 14:38:22 UTC], ["updated_at", 2016-06-10 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 19ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"gregorio@marquardt.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "gregorio@marquardt.biz"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$kFCAEz.LcDCsAA3vCD7q9es1woRFOhThv0fNYvvyAy1TXZC9gf2NC"], ["updated_at", 2016-06-10 14:38:23 UTC], ["id", 4]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 34ms (Views: 27.6ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (8.5ms) Completed 200 OK in 24ms (Views: 17.4ms | ActiveRecord: 1.0ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-10 14:38:23 UTC], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 12ms (ActiveRecord: 3.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.2ms) Completed 200 OK in 25ms (Views: 19.4ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pierce@green.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lilian Heaney DDS"], ["email", "pierce@green.name"], ["password_digest", "$2a$04$oAD2QIs.d9478cv6zAR0..t1l/nSDvUnMRycl1UOb/H97pngm8r3y"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.7ms) Completed 200 OK in 18ms (Views: 14.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"pierce@green.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "pierce@green.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1QgiC/RlXltg1BVhGvIIfOGd60ILnmLxTyP0T7QAaQunkqQK.k6TO"], ["updated_at", 2016-06-10 14:38:23 UTC], ["id", 5]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 26ms (Views: 20.0ms | ActiveRecord: 2.0ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.9ms) Completed 200 OK in 25ms (Views: 18.9ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.3ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 1.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashleigh@nolan.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Destiney Witting"], ["email", "ashleigh@nolan.io"], ["password_digest", "$2a$04$MnJtYjwpR.GOPSyMYx5x2u1cNBSthCvQQK/Z9gsszpkBsHbCsW0iS"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Molestias voluptate enim deserunt assumenda. Ut aut atque. Similique fugit magni. Dolores et error blanditiis aut aut molestias velit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Rerum quod enim dignissimos."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiarra@schaden.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maiya Goyette"], ["email", "kiarra@schaden.biz"], ["password_digest", "$2a$04$Nznw/4mSocTelUf39XtnCO9lP7jQSDihyg34K/QjWtWv3QVTqD3Bi"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Vitae mollitia id expedita deleniti. Ut suscipit quam sed. Debitis consequatur qui."], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Est sed architecto perferendis ducimus. Dolore voluptatem quidem quia est. Voluptas quo qui ratione ipsa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (15.8ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (32.5ms) Completed 200 OK in 48ms (Views: 41.0ms | ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.3ms) Completed 200 OK in 24ms (Views: 19.6ms | ActiveRecord: 1.2ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "armando@howe.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ethyl Purdy"], ["email", "armando@howe.io"], ["password_digest", "$2a$04$UeItaLuDh7i4PjCzqx6PK.Q1bSix3R0/mZdhxUWqUzWia.JaJGwwW"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Fuga dolor omnis tempore. Odio consequatur quia assumenda. Quas aut rerum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Porro minima et. Repellendus explicabo et. Impedit qui recusandae asperiores nostrum et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vita@walter.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rhoda Streich"], ["email", "vita@walter.name"], ["password_digest", "$2a$04$41jE2dSi7oIwfMHjrRVAwuWDw12YRbzIEQ5xYWRd5fDmN2QGlw69q"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Ipsum delectus vero officiis distinctio. Nemo saepe quis. Voluptas ducimus illo voluptatem est sint dolorem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Quo aut qui quis rerum est. Temporibus nihil id id totam."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keaton@kulas.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Itzel Harris DVM"], ["email", "keaton@kulas.biz"], ["password_digest", "$2a$04$sEMg.PSL/xrAo3YIDETWd.Hlcm7fe9AL/TK4/a/8H5kIdWFjPz/EG"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Aliquid quis repellat eum repudiandae nesciunt eius. Qui voluptate ratione ipsum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "In quasi esse quae eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enoch@cormiermoore.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gardner Wyman"], ["email", "enoch@cormiermoore.co"], ["password_digest", "$2a$04$rY42kfhcL/A5Ee5kubxa3uroqE5S7N9UfwdqEyLQhup324i/.iEZu"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Possimus vitae quasi. Est consequuntur sint est. Libero non placeat et modi iusto totam id. Sit nihil aperiam eum consequatur molestias est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Sed qui cupiditate sed debitis et maxime sapiente. Excepturi quia voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marquise@boganmurazik.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Annabel Heaney II"], ["email", "marquise@boganmurazik.info"], ["password_digest", "$2a$04$UqUvnxpd89cxaMpbgbBAoOEaxyWpX746WudWIocJCuU3n9yS66rVC"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Et dignissimos quis sit iusto necessitatibus voluptas veritatis. Molestiae odio magnam et dolores itaque quae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Provident blanditiis similique eos velit. Dicta animi quis. Ducimus et et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julius@mckenzie.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "D'angelo Powlowski"], ["email", "julius@mckenzie.biz"], ["password_digest", "$2a$04$I1gbevGgJEpTsreuQHlwX.uzfYIDfSWletlBySptQD8f2C6iCviYW"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Repellendus incidunt et. Veniam temporibus sint sed ut. Fugiat quo quae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Molestiae dolorem et. Aperiam architecto repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arthur@wolf.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Murl Hilll"], ["email", "arthur@wolf.io"], ["password_digest", "$2a$04$3/ompLzC4MfvL1AKlqLTnecSxypewTrb5YjCTCT919AaQG8IslsNO"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Dolorum consequatur iusto voluptate nesciunt dolorem dolor. Qui aut nesciunt atque cumque fugit praesentium repudiandae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Ut possimus mollitia quisquam ipsa nobis blanditiis. Aliquid ullam nobis nesciunt facilis cum deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyree@pourosgorczany.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaycee Pfannerstill"], ["email", "tyree@pourosgorczany.net"], ["password_digest", "$2a$04$lw3pcE718B/YaXIQ2QwgGeKu28.2R.tEyBynrJPVuVV6OyoxRnkou"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Eos non ad dolores fugit voluptatum aut magnam. Iusto illum eligendi. Earum enim accusamus aut fuga quia. Eos veniam est doloremque et temporibus laborum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Maiores ut ratione dolor nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hubert@hahn.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mia Nikolaus"], ["email", "hubert@hahn.co"], ["password_digest", "$2a$04$NE3TRUvobalveMAVWeeJiebEtLcVVu.N9WiX.JPMj42cnSzUiYU7."], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Dolores est quo minima corrupti consectetur. Asperiores ipsam expedita ipsa eos beatae unde. Eum reiciendis laborum quis ad neque et et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Reiciendis veniam magni nihil voluptas. Iste velit facere est optio error et. Itaque fuga doloribus aliquam aliquid rerum perferendis non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nestor@frami.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mason Strosin Jr."], ["email", "nestor@frami.name"], ["password_digest", "$2a$04$zLDzPYgCDg.LzKRfcs5QpeI31cM3WwWkq6/EaCLZ0LZUCePbNQ9L."], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Voluptatem quam qui sapiente et ut qui repellendus. Ducimus illo praesentium perferendis. Ipsum quo voluptates omnis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Non consequatur libero."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marlee@spinkakihn.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Salma Lueilwitz DDS"], ["email", "marlee@spinkakihn.name"], ["password_digest", "$2a$04$LbV8hKoJpN2IwF.BQ09o9.m8o0A1xDdOKepZa/JNEokfuJ6cXIk.u"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Aut harum sed. Ipsa ea ipsam sunt facere. Et reprehenderit molestias vel ab est eius quis. Et recusandae dignissimos est a."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Omnis commodi sunt ducimus est sint voluptatem. Sequi molestiae omnis iure vel. Perspiciatis rerum ut temporibus et consequatur est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (45.7ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (63.4ms) Completed 500 Internal Server Error in 72ms (ActiveRecord: 9.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maximo_wiegand@witting.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Myah Gleichner"], ["email", "maximo_wiegand@witting.name"], ["password_digest", "$2a$04$haH2m1Yh5OfwReNKJDfDee5mSzpbXRDSASj6bRL/PkNief/lUdIPO"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Impedit et sunt eum explicabo aliquid esse autem. Nulla molestiae inventore porro velit. Placeat accusantium quasi natus dolore error incidunt."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Quam officiis odit dicta. Iste nemo iure velit. Ut culpa sed nulla repellat et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.6ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (25.1ms) Completed 200 OK in 41ms (Views: 34.3ms | ActiveRecord: 3.2ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.9ms) Completed 200 OK in 18ms (Views: 12.6ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "andreanne.dicki@mueller.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Earl Bergstrom"], ["email", "andreanne.dicki@mueller.info"], ["password_digest", "$2a$04$Nqg9.EuNlQi83awWmjBHgu2KszxSBtXHszasOhxH8FKnnr0hboGWG"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Consequuntur labore deserunt. Sit qui expedita voluptas saepe est nulla qui."], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Adipisci et perferendis architecto nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.8ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "toni@heidenreich.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sarah Deckow"], ["email", "toni@heidenreich.info"], ["password_digest", "$2a$04$kcblOxrOEBeADBR1ccWz3OyqLCRh/rUcoKcUeb56t9V6HRFcGJ0Ky"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Beatae debitis enim assumenda consequatur voluptates. Autem porro ut quas quam nihil veniam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Perspiciatis eaque possimus perferendis."]] SQL (0.9ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicole.brekke@borertowne.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eva Collier"], ["email", "nicole.brekke@borertowne.org"], ["password_digest", "$2a$04$xIAMQLKpsZYXCzN/iKhtNOgZNjR5mrph2LCdfhcT1ZtZ3hVluK1xW"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Est id voluptas dolores. Et hic non ipsa. Similique deserunt quisquam quis temporibus eius et illo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Totam repellat autem et quo a. Deleniti accusantium sed eligendi ducimus quisquam reprehenderit. Sequi cupiditate accusamus minus sit consectetur est."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (20.8ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (35.8ms) Completed 200 OK in 50ms (Views: 41.2ms | ActiveRecord: 5.7ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-10 10:38:23 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (16.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (23.4ms) Completed 200 OK in 42ms (Views: 30.6ms | ActiveRecord: 4.8ms)  (0.9ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$hTVVEkLGiF3u4w1YIPfv0OXweSjXJVmqtncjD8BOcZr6oPMTkOhpm"], ["created_at", 2016-06-10 14:38:23 UTC], ["updated_at", 2016-06-10 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$2jEoawsFSK5doS594WgTVuX5aOmot53lGind5UEEXYkczYXvAZG7S"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$QgjUbk4Z.5pRsDDhzH2Ba.X/HOEKSLoA2SrNHGeaJ9nPNHtYbDmaG"], ["updated_at", 2016-06-10 14:38:24 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jasper_schultz@oconnercarroll.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clovis Johnston"], ["email", "jasper_schultz@oconnercarroll.name"], ["password_digest", "$2a$04$Z7kR4gY32i1fKTNH30z25eQGbrjDEVFTFkRFbfU8t4vs3BalM4.Rq"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "werner.cartwright@heathcotegreen.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaci Runolfsson MD"], ["email", "werner.cartwright@heathcotegreen.info"], ["password_digest", "$2a$04$t/f0VuKWiXgt4FhXohBUE.LkZEGR534tuMe1L7Vwj4e4bM56dw9Sm"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madaline.parker@brown.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cora Abshire II"], ["email", "madaline.parker@brown.io"], ["password_digest", "$2a$04$ptuMNOgSc1s7zZKKKbEe1O2.K4UyJ3qhK3THj6g5SBTEdEf/araQ."], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Error minima laborum et amet nobis doloribus. Molestiae iure sunt voluptas beatae adipisci."], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Ut et laudantium fugiat tempore dicta. Commodi consequatur voluptatem enim quasi exercitationem vel et. Impedit molestiae enim ab quo nulla sunt id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alaina.schowalter@turner.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosalinda Welch"], ["email", "alaina.schowalter@turner.name"], ["password_digest", "$2a$04$k1waQv1oQvZJ8SJeTJ7zoOmha8YZjgY3MXjQwyu08DQtjq9WssEQG"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Ipsa atque eius sint vero quisquam. Esse ab aliquid deleniti voluptas sit nostrum. Mollitia sunt ducimus debitis dolorem sunt eum et."], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Vero atque enim error eum corrupti praesentium possimus. Quidem culpa earum dolorem voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "quinn_yost@sawaynpredovic.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chadd Larson Sr."], ["email", "quinn_yost@sawaynpredovic.net"], ["password_digest", "$2a$04$keAvVsDfhBBTj50WPUQtjOdtVpoCFBH5V/KJhSvxPe3Nox2LEp6vy"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "susie_thiel@murray.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Callie Ebert"], ["email", "susie_thiel@murray.com"], ["password_digest", "$2a$04$WTAz.VzVjVqRQoW3su34KuzkHmC7O8DGw.6b4DSC8omnuE9kxXqq."], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raphael@bayer.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pink Glover"], ["email", "raphael@bayer.com"], ["password_digest", "$2a$04$6HLGbrbsio35pKnfCQjYXecHUBmx/eGdrdLQYpNT6.88MNuVfS6vu"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathlyn@rosenbaumkeebler.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joan Mosciski"], ["email", "kathlyn@rosenbaumkeebler.net"], ["password_digest", "$2a$04$E1cOYHst1laa9blYiKyBQeoHkVU9hxiwm16exycyviy26yPxrPtai"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Temporibus neque quis. Debitis porro provident quas velit omnis. Et eos quia at ea in vero."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Eaque rerum nisi. Dolor rem iste at optio ad molestiae. Mollitia occaecati eum et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "crawford_frami@lang.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lea VonRueden"], ["email", "crawford_frami@lang.com"], ["password_digest", "$2a$04$tQU3I7Yv5fSdKAnTsYIJxObC3F1f7olaYOOD0anTZvGM/k2diHfcK"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Voluptates qui ullam optio non. Laudantium aut in qui qui. Ut laborum ipsum assumenda nostrum atque. Quia ipsum ab est est rem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Amet sit similique voluptas et cum exercitationem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 12:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monty@rempel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jasen Walsh"], ["email", "monty@rempel.org"], ["password_digest", "$2a$04$6mJi4nuzCaeccNQtY.XM8.qnwhVRMCid80/vsqwckz/4aSzfAX1GO"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Et dolorem rerum tempora consequuntur. Impedit vel sequi voluptatem molestiae. Aut veniam et laboriosam. Id ad commodi cumque ut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Rem dicta a quidem exercitationem voluptates possimus maiores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frieda@baumbachkuhlman.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mitchel Howell"], ["email", "frieda@baumbachkuhlman.org"], ["password_digest", "$2a$04$dJZ.RyXiBhKOmtYs9V/bc.4dJtKzQCzWlLFuGCl1kJVjRTBGRjkAi"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Velit hic natus voluptas non et. Eveniet aliquid vel officia. Consequuntur dignissimos iure et eum. Quia alias accusantium officiis aut."], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Repudiandae aut explicabo impedit sapiente molestiae iusto. Error quod eos consequuntur placeat enim ea possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amari@boyle.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ines Wilkinson"], ["email", "amari@boyle.biz"], ["password_digest", "$2a$04$PrxHzmMWVYYjQfmr4E/KoesaQ9htxIW63Hya7kVCuzQPrP4HeZxj6"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dahlia_batz@goodwin.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Geo Runolfsson"], ["email", "dahlia_batz@goodwin.io"], ["password_digest", "$2a$04$n8v4W8RKfgWiEIHPpDzPaeMm5Cu0RpRtTkEQMEBCKZtl86TBPDgt6"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Et harum dolore ut nesciunt eum. Non quos aut omnis et sed distinctio. Qui modi molestiae est."], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Quia quia exercitationem minus voluptas sit et aut. Quia architecto rem omnis aspernatur. Doloremque necessitatibus reiciendis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sophia@larkin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meghan Wolff"], ["email", "sophia@larkin.info"], ["password_digest", "$2a$04$8eYHfmZ1FCpMYWiKBX3JMuUUEE3e.ViZlpVS9N/y0.I0g7t40Bn8a"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Velit aut qui et praesentium provident aut nesciunt. Vitae quos occaecati officia pariatur et nam animi. Voluptatem eum ea laudantium minus aut est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Architecto vel dolores commodi. Beatae voluptatum iure porro nemo iste error tenetur. Qui laudantium corporis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "braden@schinner.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mohamed Grimes"], ["email", "braden@schinner.info"], ["password_digest", "$2a$04$eCkeo5XKElwFUrXw2lJyFe96QS/maO/S2xqa2DTLoY3pPS6SlXdqe"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$W6zq7mXL2fwF5.GnyOAjj.f5iu7o7AsrCVfVORMm0UIgusKV7K8PK"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$76SOTDmYG3hhvPHqoho4Mu3KGC1c3WmWKVYPjR9Fu.NDArSPl1MMG"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marlon_sipes@bernhard.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Velma Hettinger"], ["email", "marlon_sipes@bernhard.info"], ["password_digest", "$2a$04$lIId7tDKVpw0MQYWCyqMd.rk1S3KH6slUq9JTNmHhbOv4NmlQsGBy"], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Facilis et a aut beatae. Vel recusandae quas. Sequi repellendus earum hic minima id voluptatem dolore. Quisquam maiores quis quas fugit."], ["created_at", 2016-06-10 14:38:24 UTC], ["updated_at", 2016-06-10 14:38:24 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (1.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (21.9ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ansley@macejkovic.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beverly Goldner"], ["email", "ansley@macejkovic.info"], ["password_digest", "$2a$04$cTLi.PLFqUBoUMRi/J9Ku.6mCPyL34jA.ykjLSt8HX3NiWjoRxCu."], ["created_at", 2016-06-10 14:44:00 UTC], ["updated_at", 2016-06-10 14:44:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:44:00 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (28.9ms) Completed 200 OK in 387ms (Views: 384.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:44:01 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ansley@macejkovic.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ansley@macejkovic.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.7GhqlxYUnJxVlqkD26j2ek5TCi3G.UtHY7KePOi8SxsLUOA.IwZ."], ["updated_at", 2016-06-10 14:44:01 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 23ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:44:01 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.6ms) Completed 200 OK in 43ms (Views: 28.7ms | ActiveRecord: 6.3ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robyn_abernathy@hudson.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kimberly Kulas Jr."], ["email", "robyn_abernathy@hudson.name"], ["password_digest", "$2a$04$7ejk34o42YhLBpb4UfbpPudfTyk0UeEDQStj.YpNKeVG7/8L1AvY6"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Nihil vitae consequuntur harum unde veniam. Quidem iure voluptas non excepturi esse omnis sunt. Totam aut reiciendis."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 2], ["slug", "title1"], ["summary", "Nulla debitis velit sed id molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erik_osinski@pagac.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Dina Smitham"], ["email", "erik_osinski@pagac.org"], ["password_digest", "$2a$04$Q6uMVKFlo.Xl6GkrN78B2.8P.6EYfidP0WFxX8M5CUl6mxxeyQpEu"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Modi qui dicta quos voluptatum. Omnis omnis qui aut. Tempore autem id et minima sed ea."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 3], ["slug", "title2"], ["summary", "Laboriosam voluptas officiis natus illo ut. Incidunt ut hic odit. Laborum earum ea placeat facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kayleigh_hoeger@stantonbrown.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Aniya Koss"], ["email", "kayleigh_hoeger@stantonbrown.net"], ["password_digest", "$2a$04$W16wKoR9eXR7FplJxG8BbO/MrvLqlNpTYpcO0Sh8qS5xZAkY/jEbq"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Perferendis aut voluptatum in. Harum ipsum ipsa reprehenderit."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 4], ["slug", "title3"], ["summary", "Sed maxime temporibus sed veritatis necessitatibus. Nemo voluptas cumque. Quia aut dolorum fugit dolor voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alden.gibson@dach.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Taylor Ritchie"], ["email", "alden.gibson@dach.io"], ["password_digest", "$2a$04$Ji/GUXxGBKjth2AEvm7IwuL.ckPjISYylRlf0cB5r/aqspGn7rP.m"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Id sint sed earum nulla voluptatibus blanditiis. Rerum voluptates est et accusamus. Dolorum dolores aspernatur possimus dolores ad."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 5], ["slug", "title4"], ["summary", "Eos illum vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaqueline.berge@price.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jettie Lowe"], ["email", "jaqueline.berge@price.biz"], ["password_digest", "$2a$04$bOp8tvOHsP62EDRWiSxHXuxepmVYzYGzB8vtRDChqN7YGx7/Vceaq"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Eius modi sequi dolor doloribus commodi rerum consequatur. Qui voluptatem dolor repudiandae nisi sit commodi rerum. Praesentium neque tenetur magni ea. Incidunt atque fuga aut ratione blanditiis."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 6], ["slug", "title5"], ["summary", "Non deserunt amet."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "danny.abbott@oberbrunnerkutch.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lilla Harber"], ["email", "danny.abbott@oberbrunnerkutch.name"], ["password_digest", "$2a$04$HTVvLWXtiGBZYXiwMzlE/uKn1GK2HEO5AiDSrLc4Q5s8m.4BAcS5m"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Officia dolores dolorem eaque. Occaecati rerum deleniti quam cupiditate in omnis."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 7], ["slug", "title6"], ["summary", "Ullam laudantium officiis molestiae voluptate et. Ut consequatur atque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maria@nicolasward.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lucious Wintheiser"], ["email", "maria@nicolasward.co"], ["password_digest", "$2a$04$ytx./W8pNkS408jGcUT2huejkXwce6QzV948awOw.wF8.yw6r5xAW"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Placeat consequatur sunt sapiente accusamus corporis repudiandae molestiae. Est laborum voluptatibus hic quo."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 8], ["slug", "title7"], ["summary", "Necessitatibus qui soluta. Ducimus quaerat et in natus. Dolores aperiam explicabo tempore."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cale@block.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leann Bernier IV"], ["email", "cale@block.co"], ["password_digest", "$2a$04$pv1dhLxxpZ/J311hJP4HqO.nT5ZauXu.xs1OSZ.Up6BcO1N8IACtu"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Eligendi sapiente et et maiores. Nemo eius possimus sapiente aut. Molestiae voluptatem voluptatibus fuga dolorem. Facere voluptate quasi."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 9], ["slug", "title8"], ["summary", "Velit qui cum inventore soluta. Qui iusto velit fuga consectetur perspiciatis. Consequatur id provident."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anya_botsford@adamsbruen.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Foster Mraz"], ["email", "anya_botsford@adamsbruen.com"], ["password_digest", "$2a$04$L5RX2wnHqVzWdYRHQfUWg.nWnvUgwE2Osq/c6h6a1NHRhlta0Cpg2"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Sint doloribus est veniam illum voluptatem. Soluta asperiores labore."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 10], ["slug", "title9"], ["summary", "Dolorum laudantium et non iure culpa non. Omnis nostrum reprehenderit accusantium omnis. Incidunt nam deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bethel@pagacdaugherty.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kassandra Cummerata"], ["email", "bethel@pagacdaugherty.info"], ["password_digest", "$2a$04$cmv3j9P8sXNtYoJQt5two.fH.Aapw5eKRERGrqzii3hD2pv6oJA0e"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Tempora voluptas illum ducimus omnis odit possimus est. Ullam voluptatem dolorem non. Inventore ut magni ratione dolores."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 11], ["slug", "title10"], ["summary", "Sed inventore ex aut. Rem ex non praesentium nulla labore nisi magnam. In iste quia vel modi voluptatem non quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tevin@sipeslarkin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gerald Little"], ["email", "tevin@sipeslarkin.com"], ["password_digest", "$2a$04$4kvrpuVZigxoKzhJMWSpieHKtITniO/MHcc5ZQizNZg/A/zMzL9Ie"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Dolor sit dicta nemo repellendus perferendis temporibus. Qui rerum quae ab et. Molestiae quos soluta ut debitis. Magnam ipsa ut occaecati autem reprehenderit aut."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 12], ["slug", "title11"], ["summary", "Maiores alias tempora consectetur inventore ut iste saepe. Aut aliquid voluptas enim et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eula.streich@stoltenbergchristiansen.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lennie Effertz DDS"], ["email", "eula.streich@stoltenbergchristiansen.com"], ["password_digest", "$2a$04$jbeFE8mUH49RwC0rYU0MBen/OMsWBa5GD4oJqznQoL3Iz4/tPtNpG"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Totam aspernatur tempore perspiciatis eligendi at. Nihil non distinctio occaecati accusantium quia incidunt aut. Commodi aperiam corrupti aliquid pariatur."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 13], ["slug", "title12"], ["summary", "Quia qui qui. Consequatur quasi nobis laudantium. Nisi aut quia quos porro omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delta.littel@thielconn.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mustafa Mayer"], ["email", "delta.littel@thielconn.org"], ["password_digest", "$2a$04$z4eXcufz.T6YFndt0VmFlO7WNf.mEe6w4OhvQIFKGC0gm.4G9IY7."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Aut a fugiat et. Sit sapiente ullam doloremque tempora."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 14], ["slug", "title13"], ["summary", "Sunt optio nihil rerum id. Autem quia numquam aut omnis voluptas velit qui. Qui sit iste consequuntur voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ramiro@kertzmann.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Devon Nicolas"], ["email", "ramiro@kertzmann.info"], ["password_digest", "$2a$04$mwKV3Elw3KeEcUG43p6Hiu1R7l2uAqtZCGN2/ScfuLeb.5zOTiIvq"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Dignissimos vitae reprehenderit libero. Magnam cum rerum ut praesentium hic. Earum minus deleniti."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 15], ["slug", "title14"], ["summary", "Provident ullam voluptatem aut suscipit qui cumque accusantium. Commodi rerum omnis minima qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theodore@johnston.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shanelle Crist"], ["email", "theodore@johnston.org"], ["password_digest", "$2a$04$.A9YktUXj8VVsUlAAb.o8.JsthWuvob10NhjtQ/zwIHpof4sB3XIS"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Velit molestiae est. Tempore fugiat iusto iure earum tempora ratione quia."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 16], ["slug", "title15"], ["summary", "Beatae dolor neque tenetur iste placeat. Veniam asperiores commodi ut aspernatur. Similique quo recusandae provident sit ipsa harum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glenna@smitham.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kyla Goldner DDS"], ["email", "glenna@smitham.com"], ["password_digest", "$2a$04$oEVCuQixxoTmx6iPWnalAudq/fPpFRjS2Crdm/MzwcIrKRAjP.Jhi"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Molestiae magnam architecto debitis et omnis. Consequatur quia cum voluptate odio dolores recusandae."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 17], ["slug", "title16"], ["summary", "Optio aliquam voluptatem qui quae suscipit deserunt perferendis. Quia magnam exercitationem nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "harrison.von@lebsacknitzsche.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laurie Olson"], ["email", "harrison.von@lebsacknitzsche.net"], ["password_digest", "$2a$04$XPqc8IgOdlLGGNXBEF97Ge1ybR.MMchi5KDTsUGeV6S2vM31PvZ.6"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Qui excepturi est ut est debitis at. Aliquid incidunt repellendus magnam debitis. Quae modi et a est."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 18], ["slug", "title17"], ["summary", "Maxime sit quia sit quis natus dignissimos. Eum est accusantium ut ut sequi aliquam veniam. Cumque facere recusandae id rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aliza_orn@murazik.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexis Hodkiewicz"], ["email", "aliza_orn@murazik.io"], ["password_digest", "$2a$04$uMHQvrw7jIIeOsPdzWhzGeGDtWPfDTk5ObRAyuvl7aWQ/hFj/GEji"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Culpa qui quo debitis sed. Mollitia atque nulla rem sed magnam dolore totam."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 19], ["slug", "title18"], ["summary", "In aut vero et laborum et ex. Cum nobis tenetur porro rerum. Consequatur harum dolorum possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macey_botsford@sawaynsporer.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jettie Stehr DDS"], ["email", "macey_botsford@sawaynsporer.biz"], ["password_digest", "$2a$04$6leeA3B.MVppu3W170vrYekJuCrb6htMU8H1VXbO0ZWsbgZgDseSq"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Veritatis doloremque adipisci reiciendis quibusdam vitae aut. Voluptatem eligendi dolores qui velit ea accusantium. Facilis et illum et quae mollitia qui."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 20], ["slug", "title19"], ["summary", "Magnam aut atque eum quisquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oswald@parisian.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gillian Stroman MD"], ["email", "oswald@parisian.co"], ["password_digest", "$2a$04$pjRDvgAne5baoMu0zJfukuK5PMBskSq85dFOm42dGAyzGKs7rxNvm"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Et cupiditate pariatur delectus quo sed. Ex fugit omnis autem voluptatem. Velit nihil ea. Recusandae est alias aliquid voluptatem voluptatem autem nihil."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 21], ["slug", "title20"], ["summary", "Veniam ratione maxime omnis officia facere ut. Delectus expedita ducimus est rerum voluptate quae. Ut exercitationem voluptatem inventore quidem et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elwin@rathlynch.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Skye Fisher Sr."], ["email", "elwin@rathlynch.info"], ["password_digest", "$2a$04$zNA0JGRzGwOn4nYp9ndvI.XjBUxOT1j4pi.tbkSoorgW6B3kLtkSO"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Possimus quos asperiores non et esse. Soluta et cum repellat iste. Nemo fuga occaecati blanditiis nihil est et. Magnam error cupiditate quia vel."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 22], ["slug", "title21"], ["summary", "Et sunt fugit. Vel omnis ea minus aut velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oma@champlinreilly.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bulah Pfannerstill"], ["email", "oma@champlinreilly.com"], ["password_digest", "$2a$04$naocbHZLmBSfBtewHm9tv.ltc5sME0ypZDf4A7C6AQMdGWGoIzDrC"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Atque consequatur neque. Ad ducimus ut. Cum nesciunt dolores ut esse."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 23], ["slug", "title22"], ["summary", "Rerum amet sapiente. Temporibus et ut et aspernatur laborum sed. Et autem similique quae nihil consequatur neque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alice@treutelwillms.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chadrick Sporer"], ["email", "alice@treutelwillms.io"], ["password_digest", "$2a$04$V0z2fMuVN.negZk5rrbfgOB.vcuQWzygNM8/UVssYE71CAhOvFchm"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Iste est nostrum. Et alias veritatis non illum. Aut et vitae beatae earum dolores quidem."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 24], ["slug", "title23"], ["summary", "Quas dolor in impedit consequatur ut laboriosam omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "derick.kozey@dietrich.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Hassie Cronin"], ["email", "derick.kozey@dietrich.biz"], ["password_digest", "$2a$04$O00izCkahZfDJNuYnBfKleknEK9aIBIQZfembUX0Fxom09Cao/Oym"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Et illum rerum architecto. Et labore cumque voluptas in dolore et in. Velit labore enim eum cum maxime corrupti iusto. Ea vero quam."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 25], ["slug", "title24"], ["summary", "Numquam est officia totam molestiae soluta. Occaecati incidunt et nihil a ut nobis maxime. Ut quia totam at velit ut sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "francis@raynor.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allan Steuber"], ["email", "francis@raynor.net"], ["password_digest", "$2a$04$.F1wOD.ZgGAPvYIAyR/IfeXfR4fkZsFPQ8KsQbgRUzADd7e11oZji"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Commodi et ipsam adipisci ad quia assumenda. Tempora ipsam quia qui sed voluptas. Vero ullam deleniti consequuntur quis et. Cumque magnam in optio eaque aut vel."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 26], ["slug", "title25"], ["summary", "Qui ipsa est in modi rerum in mollitia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stephan.nitzsche@brekke.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meta Hackett"], ["email", "stephan.nitzsche@brekke.info"], ["password_digest", "$2a$04$eXqG8WSUWG3rTZpseyO4c.qUHXhV8.cHQS4U9HUPwcKs2huR8rVmW"], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Ut facere aut tempore. Illum corporis atque nulla eaque quis qui debitis. Qui voluptatem commodi rem consectetur laboriosam. Sit natus blanditiis molestiae aut quis dolores explicabo."], ["created_at", 2016-06-10 14:44:01 UTC], ["updated_at", 2016-06-10 14:44:01 UTC], ["author_id", 27], ["slug", "title26"], ["summary", "Libero totam qui velit. Fugiat est qui qui voluptatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:44:01 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 9], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 13], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 15], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 17], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 18], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 19], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 20], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 21], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 22], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 26], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (147.7ms) Completed 500 Internal Server Error in 158ms (ActiveRecord: 24.5ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "akeem.kreiger@connelly.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nestor Mayert"], ["email", "akeem.kreiger@connelly.org"], ["password_digest", "$2a$04$zfgfwPEpj2ak89Mooh1kJ.m67npA/VG4Gg3ClqMmbFLoP8KH.IVEm"], ["created_at", 2016-06-10 14:46:26 UTC], ["updated_at", 2016-06-10 14:46:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (24.8ms) Completed 200 OK in 437ms (Views: 434.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"akeem.kreiger@connelly.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "akeem.kreiger@connelly.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PV5gdPI08P.JF0CmaR/DyONA2nE0UlPxXfwmoQqgBCdB.URr.iawW"], ["updated_at", 2016-06-10 14:46:26 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.6ms) Completed 200 OK in 53ms (Views: 39.0ms | ActiveRecord: 4.7ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernie.kihn@rempelcremin.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Kayli Corwin"], ["email", "bernie.kihn@rempelcremin.info"], ["password_digest", "$2a$04$TA/ByMxoobqU/tRJ/PXdve1Ba6mgQN/5LoYpjCsCRuSReDKHluBoK"], ["created_at", 2016-06-10 14:46:26 UTC], ["updated_at", 2016-06-10 14:46:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Ipsum consequatur voluptatem quidem a reiciendis dolores. Id commodi molestiae non accusantium et consequuntur pariatur."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 2], ["slug", "title1"], ["summary", "Nemo quibusdam pariatur quia. Eos sunt odit impedit assumenda."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roslyn.prosacco@heaneygrimes.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Murphy Ritchie PhD"], ["email", "roslyn.prosacco@heaneygrimes.net"], ["password_digest", "$2a$04$5ffvdRbQhqI3Fy1yPtR0i.BZiB/WxPbNHd3uW2o6.o5mnT1ZEv82e"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Incidunt reiciendis et. Consequatur quam sed fugiat rerum laudantium."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 3], ["slug", "title2"], ["summary", "Non corrupti minima. Aut explicabo occaecati et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hiram@pagacgleichner.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bessie Ullrich"], ["email", "hiram@pagacgleichner.com"], ["password_digest", "$2a$04$IsbA/Ciqm2aPs0q1aWOTheMPV3k4duenyg7McU79PCQRyOUhseiWy"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Veniam nihil rerum voluptas quia rem. Nam porro placeat aut ea atque. Iste voluptatibus nemo quas exercitationem."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 4], ["slug", "title3"], ["summary", "Iusto doloremque dicta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pedro_shanahan@pacocha.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adela Beier"], ["email", "pedro_shanahan@pacocha.org"], ["password_digest", "$2a$04$bA3ytM6GTJzX4L1Yp9EneO5S9tpR6TeL8Jenwoim3E4D.CBIK8C8G"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Nulla non omnis qui id in est sint. Maxime ut enim dolorem perspiciatis eum nobis. Non sed aperiam voluptatem deleniti. Sed libero eveniet."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 5], ["slug", "title4"], ["summary", "Qui nihil eveniet. Hic neque fuga ullam reprehenderit porro quo nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keira@kuvalis.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sadie Stokes V"], ["email", "keira@kuvalis.co"], ["password_digest", "$2a$04$S2liCTgYD4uVgijuqztUSezdrf/lhPsRRR1G8Sidk1yya34DyWyN2"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Rerum ipsum aut incidunt ullam inventore. Voluptatibus enim atque quibusdam suscipit."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 6], ["slug", "title5"], ["summary", "Fuga mollitia magnam reiciendis voluptate qui id laboriosam. Aspernatur praesentium veritatis explicabo. Numquam velit rerum temporibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "murphy_gaylord@sporerabshire.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dawson Weimann"], ["email", "murphy_gaylord@sporerabshire.io"], ["password_digest", "$2a$04$W39StcR7ybCMQKPvrssuv.jJyuqmAg22NsKU6/1U4otLL4Bp4rZF."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Deleniti aut architecto quo. Illum enim amet sed minima qui aspernatur laboriosam. Itaque aut aliquam facilis ipsam eum aut. Impedit in voluptatem qui molestiae eos quo."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 7], ["slug", "title6"], ["summary", "Aliquid ullam est voluptatem deserunt. Consequatur earum totam. Necessitatibus ipsum est distinctio repudiandae aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dagmar_denesik@fadel.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isaiah Hudson DDS"], ["email", "dagmar_denesik@fadel.co"], ["password_digest", "$2a$04$SXAneek8b7LkV/vfUMm8FuY7xm06cTSHsRNmfGTtQjSudN/5TyCxm"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Laudantium non officia incidunt voluptatum. Consequatur esse ut unde iste dolorem. Est et expedita mollitia delectus."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 8], ["slug", "title7"], ["summary", "Quo qui autem deleniti vel eos quisquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "howell.jakubowski@kuphalfunk.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gudrun Feil"], ["email", "howell.jakubowski@kuphalfunk.net"], ["password_digest", "$2a$04$eluzi0gZGKGOf5Rn2Ntayelah7BOzoC3nlME//FsuphNxNVDRCSTK"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Enim hic dolore dolores in quibusdam error consequuntur. Eos odit esse."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 9], ["slug", "title8"], ["summary", "Nesciunt sit consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "minnie@blick.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gideon Lowe"], ["email", "minnie@blick.info"], ["password_digest", "$2a$04$IGl3WYAbG799nkaglZKiXegXMjTUMamTG6s4sNdc26wyrkW0F3c9G"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Autem commodi et iste quo blanditiis minima eum. Ducimus dolorum vitae vel et maiores. Quidem provident ratione neque nihil illum."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 10], ["slug", "title9"], ["summary", "Animi corporis et praesentium. Autem eum sunt qui accusantium. Veniam omnis odio ea voluptas consectetur atque ea."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aleia@rippin.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Saige Collins"], ["email", "aleia@rippin.io"], ["password_digest", "$2a$04$lKXPyCxi6bXCNG1cnNQBnOZAzrWOGzvlQt2SCaheVrxb52wtgJ0TW"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Et repellat perferendis et. Quia architecto ratione aut cumque sunt reiciendis."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 11], ["slug", "title10"], ["summary", "Voluptatem eveniet officiis molestiae est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trinity_lubowitz@casper.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alize Aufderhar Jr."], ["email", "trinity_lubowitz@casper.co"], ["password_digest", "$2a$04$jG3iAmwXJibFdXcUfSvTiuktIGPq70J/OyPXmAjjWXlgMlVvPge0e"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Maxime voluptate alias quis non et. Temporibus expedita vitae. Est officia sed optio voluptates voluptatem quia. Sed nostrum nam iste."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 12], ["slug", "title11"], ["summary", "Fugiat dolorum eos delectus. Quia nobis voluptas et sed. Et qui porro officiis repellat debitis quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordyn_adams@ohara.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Woodrow Langosh"], ["email", "jordyn_adams@ohara.io"], ["password_digest", "$2a$04$b8et8rukkT.Bg89fHDSqd.4TKzVONehsgrMrgbfc6eOW/LZ86fDwC"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Repellendus quas nemo qui. Libero dolor quia amet. Dolorum vel voluptates."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 13], ["slug", "title12"], ["summary", "Distinctio doloribus impedit rem porro."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmy.bergnaum@bednarterry.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kristy Johnson"], ["email", "emmy.bergnaum@bednarterry.biz"], ["password_digest", "$2a$04$rRlIn8bzRhsv6ru73zhnrO0iBOyaG.9r35y3vpVipaCpEUCS1ui5e"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Facilis culpa saepe error repellendus rerum maxime. Esse facere mollitia totam fuga veniam eum. Quo tempora hic dolore odit voluptatem. Vel incidunt sunt similique neque fuga sit."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 14], ["slug", "title13"], ["summary", "Earum illo doloremque corporis quae iste maiores qui. Aperiam doloribus perferendis voluptate deserunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anabelle@sipes.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lempi Parisian"], ["email", "anabelle@sipes.co"], ["password_digest", "$2a$04$CeZP9SNxGdIqp41GLYOxuekZhAC/PRyXfSTOhQu47IrOpVLf3izsm"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Non laborum non ut. Consequatur enim aliquid laboriosam quia saepe rerum. Dolorum officiis veritatis architecto culpa fuga rem. Et quibusdam laborum repellat nulla facere."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 15], ["slug", "title14"], ["summary", "Sequi ullam velit est. Incidunt ea ratione quisquam labore omnis iure sapiente."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilma@pollich.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Blanche Wolf Sr."], ["email", "wilma@pollich.com"], ["password_digest", "$2a$04$e96birbKXuG19KJwJpAuqO0LYxsWjzX5bcxYCtwLJvwqKeunlL0EW"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.9ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Deserunt neque accusantium eligendi a et. Alias et explicabo laboriosam quas magni cupiditate nisi."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 16], ["slug", "title15"], ["summary", "Nihil qui quas. Quo placeat error."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cindy@bauch.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Javonte Kemmer"], ["email", "cindy@bauch.net"], ["password_digest", "$2a$04$8GQOuwF4XNSTDQxTaq3X0e//fxDZsrHewpowATv2teu6hV/pSBjW6"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Aut illum molestias accusantium maiores repudiandae autem voluptatem. Quia voluptatem asperiores. Facere illo totam eum natus aut."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 17], ["slug", "title16"], ["summary", "Sed aspernatur eligendi quidem. Nihil laudantium officia ea quia quisquam neque labore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kianna_walsh@gusikowskiprice.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noble Kuphal"], ["email", "kianna_walsh@gusikowskiprice.io"], ["password_digest", "$2a$04$1rv9Dv4GZq3.iSefzQdAReC0crf6GqWsNS/otRUu41ftA89lIwvO2"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Autem quasi nemo minus et possimus sed placeat. Cum natus vel. Exercitationem eius molestiae ipsam id et."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 18], ["slug", "title17"], ["summary", "Eum eum minus iusto quasi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keara_keebler@nitzsche.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isaiah Krajcik"], ["email", "keara_keebler@nitzsche.info"], ["password_digest", "$2a$04$bNafGUXRyzegWT5CsYCN6OJ3MUFNvy.iQd98GWKniBRPxrPFAPDB6"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Laboriosam molestiae facilis et non quas. Pariatur rem ut culpa ducimus. Tempore inventore doloribus."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 19], ["slug", "title18"], ["summary", "Distinctio culpa qui voluptates voluptas nam magnam odit. Rerum itaque impedit accusantium odio. Labore deleniti quaerat ratione quia praesentium pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tiara_heaney@walkerrohan.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marguerite Klein"], ["email", "tiara_heaney@walkerrohan.name"], ["password_digest", "$2a$04$zsF8oCrQCu7SSLxQrfqqd.DPZCXQBeoQvuYlvGx6Wdf3J5YZ2ZuRK"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Et consectetur sint unde doloremque eum. Maxime voluptas atque est hic quibusdam suscipit debitis."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 20], ["slug", "title19"], ["summary", "Necessitatibus nam explicabo amet assumenda. Nihil officiis necessitatibus delectus est consequatur ut dolor. Repellendus et autem laborum qui saepe iste quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kieran@mckenzie.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dina Lemke DDS"], ["email", "kieran@mckenzie.net"], ["password_digest", "$2a$04$CQE2v2KFL/HruW8MBgNShuwSZ5ksNY9w7AvVsMcq1ErPGr0yxwNVO"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Veniam molestiae voluptatem. Quis non quidem. Consequatur et rerum nihil qui reiciendis est. Voluptas autem necessitatibus modi expedita quia minus odio."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 21], ["slug", "title20"], ["summary", "Quis possimus in id ut aut. Earum dicta incidunt consequuntur impedit quod in hic. Aut aut modi voluptas et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roxane@jerde.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vesta Gulgowski"], ["email", "roxane@jerde.com"], ["password_digest", "$2a$04$ulX2m5vVagTRWSm93s1eTurgLeImZ6EI9twbpgdYpplTDRLn9moIa"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Est nobis commodi quo. Quia vitae eligendi hic qui aspernatur blanditiis. Ab eius provident dolorum dolor."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 22], ["slug", "title21"], ["summary", "Natus esse molestiae eius."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "velva@swift.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Naomie Greenfelder PhD"], ["email", "velva@swift.name"], ["password_digest", "$2a$04$3DRAvAOgjzMdrHPa45TctedOmz/uZUvUmYhjY1X1BazYzgYZ4.v8a"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Delectus quasi sunt eius placeat. Non temporibus porro. Provident suscipit quaerat itaque. Excepturi dicta velit."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 23], ["slug", "title22"], ["summary", "Laboriosam labore sit eum earum quis accusamus modi. Vel deleniti consectetur exercitationem molestiae minus ducimus qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brielle@romagueracruickshank.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bethany Rodriguez"], ["email", "brielle@romagueracruickshank.info"], ["password_digest", "$2a$04$Tw3W.Apr/j4pFnq9xg/qbekiZHc0tMKQKtRrcOTrBzqAFj08FxhPi"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Deleniti recusandae eaque quaerat repellendus nisi omnis. Sint nihil assumenda provident ab."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 24], ["slug", "title23"], ["summary", "Provident libero omnis ut sit. Quae ea ipsum totam est aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wanda@reillyhand.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madge Casper"], ["email", "wanda@reillyhand.co"], ["password_digest", "$2a$04$P3jlEawCrIdWXLV9LP5FMOgppKU9AAGStV/MpUpaIOqnh5ES4brjS"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Ducimus enim et voluptas debitis odit. Dolores et ab. Quas omnis velit atque quaerat minima numquam. Ipsam voluptatibus velit."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 25], ["slug", "title24"], ["summary", "Ex corporis culpa. Dolorum minima suscipit et ut odio. Voluptas debitis et et laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guiseppe@stehr.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Molly Johnson"], ["email", "guiseppe@stehr.io"], ["password_digest", "$2a$04$M32aQZH4JPj4K3HNuozNu.d.UDMv8eTBPsnFV2nq8gu6OxZRp9b8i"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Aut provident ducimus nemo rem similique. Quas non assumenda. Perferendis quas possimus est nobis vero sed. Sit doloribus veniam inventore sint omnis ut occaecati."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 26], ["slug", "title25"], ["summary", "Sunt nulla sequi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "faustino@ruelframi.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stephan Zboncak DVM"], ["email", "faustino@ruelframi.io"], ["password_digest", "$2a$04$9bBEFroT58tCu/iSkNUW2eJQ7/a5THFRMxOkWAErfi.nTdBRUcqJm"], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Doloremque temporibus at quia qui. Voluptates eius qui laborum exercitationem aut eaque ut."], ["created_at", 2016-06-10 14:46:27 UTC], ["updated_at", 2016-06-10 14:46:27 UTC], ["author_id", 27], ["slug", "title26"], ["summary", "Reiciendis enim sunt sit dolorem possimus ut modi. Qui voluptas repudiandae eaque ipsa. Autem aut esse."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Categorical::Tag Load (1.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 2], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 3], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 4], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 5], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 6], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 7], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 9], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 8], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 9], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 10], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]] Categorical::Tag Load (0.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 11], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 13], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 12], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 13], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 15], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 14], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 15], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 17], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 18], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 19], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 20], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 19], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 21], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 20], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 22], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 21], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 22], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 23], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 24], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 26], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 25], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (151.9ms) Completed 200 OK in 163ms (Views: 133.9ms | ActiveRecord: 25.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 10:46:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 27], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (31.6ms) Completed 200 OK in 44ms (Views: 37.5ms | ActiveRecord: 2.4ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.9ms) BEGIN  (1.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$MZG87sBVF4L3.BphCNWwDO1c3LUNHOaqU3xo/C9D7pfjE6syHt3Ya"], ["created_at", 2016-06-10 14:46:38 UTC], ["updated_at", 2016-06-10 14:46:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$lx0P0dZUCKyTfjmKSmxq0.xLuPkvoviIra2dX8y9vNPpgrhcQabX."], ["created_at", 2016-06-10 14:46:38 UTC], ["updated_at", 2016-06-10 14:46:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$w6efdtt94cSs0pgkOfFsrOJ.s.gheLcbHaMx2x/53mH.RN4bZzBfu"], ["updated_at", 2016-06-10 14:46:38 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cindy.gerhold@robel.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Onie Beier"], ["email", "cindy.gerhold@robel.co"], ["password_digest", "$2a$04$KlQXMFjFvqdUfLkWmHWCSeNaqZmgBne6sAcTFk3NQDo4mwv6gVex."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Reprehenderit facilis eum. Eos quam at ipsa. Ut tempora ratione dolor voluptates eaque."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Aut atque corporis eaque. Et et ratione asperiores voluptas. Ut voluptas quo aut iste ipsa deserunt quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 23ms (Views: 15.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamar@collier.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lilliana Boyle V"], ["email", "lamar@collier.name"], ["password_digest", "$2a$04$.2r8z6ebR.jokdzXdps4SOa7XjuHxqnLeuIgt0i557rc4wdVwKnvy"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Sunt rerum magnam. Et voluptate molestiae voluptatem aspernatur iure error. Minus atque sequi accusantium voluptatem ipsa provident delectus."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Perspiciatis explicabo aliquam pariatur quis sunt eum. Excepturi provident ut. Quibusdam tenetur fuga hic voluptates quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jimmie@halvorson.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassidy Keeling"], ["email", "jimmie@halvorson.name"], ["password_digest", "$2a$04$5PQQQHt4b.uDwjQwsoQnbuY2KiJl.b9IkhIDpn4fP6ZapJPsw0R6K"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Et corrupti sed aut nesciunt ipsa quaerat itaque. Tempora modi in."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Impedit sequi ut commodi quod rem molestias. Quia inventore corporis velit eaque libero tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nola.daniel@heidenreichgoodwin.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neoma Abernathy PhD"], ["email", "nola.daniel@heidenreichgoodwin.biz"], ["password_digest", "$2a$04$t5vfcEofU5bPFiOeJ5883OroVPTphX6G0bPq2lMghkkdS.8Ze1452"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Autem voluptatum qui optio perspiciatis occaecati. Aut placeat magni veritatis odit. Non cupiditate vel eos."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Error voluptate commodi consectetur corrupti voluptas autem. Quia qui voluptate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thalia.jerde@wisozkgerhold.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edwina Luettgen"], ["email", "thalia.jerde@wisozkgerhold.com"], ["password_digest", "$2a$04$jElW2BUnJc0B6I3r6sm7R.mS/c8kOCku6tKAcrZUnUTjN8K3YL5Ju"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Rerum alias nobis voluptas omnis veniam. Tempore veniam dolorem debitis nam non. Sint culpa est repellendus omnis ut et."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Sunt expedita sapiente et."]]  (2.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "iac@fayparker.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bradley Kemmer"], ["email", "iac@fayparker.com"], ["password_digest", "$2a$04$l3HbmvJj3htElt.PAuo9dOEpfdk5.3Mo/oI2cL2OWUci/N1pWy74m"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Sapiente accusamus quas voluptatum delectus deserunt eum dolor. Perspiciatis totam eum eos numquam ut tenetur aut."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Consequatur veniam aut ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helene@kuphal.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Milton Beier"], ["email", "helene@kuphal.org"], ["password_digest", "$2a$04$00Qw18HqJp3WdSFCq4SmEeoewvUjLldIhjm5iw.PprJLvBmwL.8Pa"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Ea quis consequatur voluptas iure sint laborum. Omnis et laudantium. Molestiae quae recusandae ut nulla. Sint molestiae deserunt asperiores rerum labore provident."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Non et mollitia labore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shakira.dickens@ortiz.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abdullah Corwin"], ["email", "shakira.dickens@ortiz.biz"], ["password_digest", "$2a$04$MFwjvxYIiZAjhHkyUQ3i4epEWF8k3mQQ4A4ANM/WlLEQRM0gBhpNK"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Neque unde molestiae. Dolorem rerum ut repellendus sapiente et. Voluptatem quisquam pariatur. Praesentium sapiente aut dolor est modi maxime ut."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Sunt et eaque. Quisquam quia illum. Numquam dolores neque veniam."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "april_macgyver@jacobson.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pink Stoltenberg I"], ["email", "april_macgyver@jacobson.org"], ["password_digest", "$2a$04$G06HcV2pwnhXC/wguLJzRO7pNJ3HzOCDzW1Kwn.6A18G2yKxlwiBa"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Veritatis dolore at sed est. Quibusdam occaecati quos repudiandae deleniti temporibus assumenda. Fugiat occaecati reprehenderit ullam."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Temporibus maiores omnis culpa doloribus ullam deleniti sapiente. Nobis qui provident est pariatur autem ut cum. Omnis natus recusandae voluptatem possimus occaecati id odio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaylan@schowalteryost.net"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Belle Mayert"], ["email", "jaylan@schowalteryost.net"], ["password_digest", "$2a$04$6LGg0RQ50PvUptEqrfldZeClRKfJe9u2FNktcRSGb1fEtNNR21fB6"], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Ipsam placeat sapiente quia non quo qui magnam. Praesentium facere ipsa et odit quas nemo. Soluta rerum debitis accusantium."], ["created_at", 2016-06-10 14:46:39 UTC], ["updated_at", 2016-06-10 14:46:39 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Aut magnam est vero aut assumenda alias tenetur. Reiciendis dolor debitis. Eveniet ut in ipsa quis vero voluptas et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lucio@schimmelfarrell.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Doug Swaniawski"], ["email", "lucio@schimmelfarrell.info"], ["password_digest", "$2a$04$uPNXPH3eBu/prYPEesjYyeySn8zj/ZxwZe/fgxthl7Rxs1DJvysiK"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Ipsam nisi nam earum sunt aliquid. Rerum non nihil ut magni aut eaque id. Nihil pariatur odit neque quaerat. Sint accusamus saepe blanditiis et vel id."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Ut qui alias numquam."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alene_okon@kohler.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeanne Gusikowski"], ["email", "alene_okon@kohler.com"], ["password_digest", "$2a$04$4EA/TnM/eRIshtR8atSzWu9.CKmrmn83QWr0s94SHPCLE82fbJxTq"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Consequuntur id velit aliquid aspernatur ut iste. Voluptatum quibusdam quia tenetur aut nemo ut consequuntur. Nostrum dolorem nobis reprehenderit. Et nemo nulla omnis sapiente minima."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Debitis dolores maxime soluta enim. Neque quia placeat provident et. Qui eum ullam eos quidem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "koby@jakubowski.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Korey Little"], ["email", "koby@jakubowski.biz"], ["password_digest", "$2a$04$COrQA1/6tb1sNe3t.n8qBebBkB64SVW2s52/kLrWdjeDj5djWMGFm"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Quo inventore sunt qui ut ea aut. Corrupti ex eveniet autem. Et aut voluptas itaque id consequatur quod."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Magni officiis aperiam fuga consectetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "flo@ledner.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jazlyn Kub"], ["email", "flo@ledner.biz"], ["password_digest", "$2a$04$yR9QwRlpD0mppxLUrspLTeNh3XSRMbD0Wj0Z0wmPdI09Ai0gcAZLO"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Vel quos tempore sed iste consequuntur veritatis nisi. Quibusdam earum accusantium. Consequuntur non et vel aut magnam odio. Magni beatae repudiandae itaque ipsa voluptatem asperiores incidunt."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Et vitae neque. Ut eum eius assumenda ipsam. Corrupti hic mollitia quos dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dejah@pollich.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Raymundo Mosciski"], ["email", "dejah@pollich.io"], ["password_digest", "$2a$04$rJL11.wbLylZvEA52sB4AOYT3hpCceyL.LSGi77M8UgWc9O/IOLTi"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Molestias repellendus quia. Delectus dolor ea eos asperiores aliquam qui officiis. Repellat non non sapiente. Esse autem aut."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Voluptatem quis veritatis odit excepturi. Et quia natus enim in sed aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pablo@friesen.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elijah Lang"], ["email", "pablo@friesen.co"], ["password_digest", "$2a$04$xdevXrOMjvEn8bGRJ3PmBubHe/RwZNiKHIQf5QwoK4MuNVLpCCPUe"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Totam vero repellat nihil molestias. Id inventore quia aspernatur quidem quod. Sapiente magni animi. Tenetur occaecati reprehenderit."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Autem placeat pariatur iste saepe quia et id. Corrupti quis quibusdam. Tenetur fuga voluptas ut error sit ullam temporibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myron@kleinkiehn.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fabian Maggio"], ["email", "myron@kleinkiehn.io"], ["password_digest", "$2a$04$1LIM0B9OPhSsKPemyhaLVOlLgyMIEb13vI4d3zTq9Ltg.fTR1WR6O"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Sit tenetur sunt. Error ea est earum veritatis quisquam. Quo et necessitatibus magnam."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Repellendus totam et itaque tempora illo aut voluptate. Dolor in consequatur dolorum assumenda qui voluptatum nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zander@hirthe.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Rodger Brekke"], ["email", "zander@hirthe.net"], ["password_digest", "$2a$04$e8FppGDyfbM8SzSql0vv9OaNnJZlm0OghYyadoIJwgpaeKlJd.u6K"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Ipsum aut totam cumque ut. Ducimus minima odio rem impedit esse laudantium ut. Modi inventore facilis voluptate."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Laboriosam blanditiis aperiam quibusdam esse amet. Dolor aperiam voluptatibus ea. Quisquam qui aperiam vel quo sapiente autem perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "conor_glover@nikolaus.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Mortimer Legros"], ["email", "conor_glover@nikolaus.com"], ["password_digest", "$2a$04$E/39LJDPFLZ9zsbe9TMqzuGnLCG0ANuE6VmPeWbxQ6oOAs3KkXKLy"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Est et laboriosam. Consequuntur voluptas totam. Consectetur nobis velit."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Quaerat unde sunt. Culpa quae animi esse ducimus qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "earl.mills@wymanbergnaum.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lois Kuvalis"], ["email", "earl.mills@wymanbergnaum.co"], ["password_digest", "$2a$04$02y.ln/vTTABaDNly./hjeUFUnjcL.g9UBLOosSuXc4MpLXg5m5Re"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Numquam quo explicabo ratione sint. Delectus aut repellendus qui rerum."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Id doloribus cum quia qui minima ullam molestias. Voluptatem ut atque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alex.ankunding@kiehncrona.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roger Rippin"], ["email", "alex.ankunding@kiehncrona.com"], ["password_digest", "$2a$04$lNxKDVmxvLYltjZcFT59TuI78Sv4rWfW6E5KaSf7RVKIQDBz4D67O"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Dolore et qui est temporibus mollitia error nihil. Natus et sit quia quo. Enim delectus illum."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Vitae dolorum molestiae quia vero. Libero rerum tenetur et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elisa.goyette@schneider.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Flossie Wiegand"], ["email", "elisa.goyette@schneider.io"], ["password_digest", "$2a$04$F7ofj0x.9ccNYy/4AEn2/u6du6rkbvQaPilNK6gB6nrMpBgYIyMSm"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Qui in animi recusandae voluptatibus reiciendis. At laudantium ex dolores molestiae esse. Blanditiis rem eos quia voluptas provident. Ea qui non et magni asperiores quia officia."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Aut rerum rerum aut. Et facilis ut sunt cumque recusandae rerum. Vero et ea eius animi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrl@little.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amara Hartmann"], ["email", "myrl@little.io"], ["password_digest", "$2a$04$MRxbqNMkT62qYnqFgoIPteh58qdBwyoWiiv7XwyNcqtYHfmFduu4W"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Nesciunt minima sint rerum maiores nihil eos. Porro minus iusto sit nesciunt natus dolore. Voluptatibus consequatur dolorem modi fugit quis laborum. Quis quia tempore et vero."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Suscipit quos similique est voluptas explicabo mollitia. Voluptatum corporis quia nulla ipsum aut provident voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmen.swaniawski@sipes.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Timmy Rau"], ["email", "carmen.swaniawski@sipes.net"], ["password_digest", "$2a$04$5a0nkuVk.I/t8EypmxkgX.Zm8eX8/zVTMjlWRt.RkqZsW0F4gydca"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Reiciendis velit eveniet autem aut deserunt explicabo. Aspernatur eos omnis a. Qui cum voluptatem animi nihil impedit atque est."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Consequatur deserunt et cumque in alias explicabo. Vitae doloribus illo sit et reiciendis fuga. Voluptatibus voluptas ex."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enos_marvin@legros.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erich Hilpert"], ["email", "enos_marvin@legros.net"], ["password_digest", "$2a$04$HS9CsMrOqX4kBd8JKg/y2uwSDF.3IvxkhyHDZJ6GFidWxdzPObVaC"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Sunt delectus et placeat officia quaerat et voluptate. Aliquam beatae ratione quia."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Dolor commodi excepturi nostrum saepe non. Quae nihil reprehenderit dolorum aut quis. Iure odio dolorum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "morgan_beatty@luettgen.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aimee Cronin Jr."], ["email", "morgan_beatty@luettgen.net"], ["password_digest", "$2a$04$Wov0ChJ9bakBIwPJvi357u69pUbYLzt/8Rzhvqy9Nkyw8brIkws/G"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quia molestias aliquid et voluptatem fuga deserunt voluptatem. Qui excepturi voluptatem quia dolore commodi doloremque. Aut facere molestias suscipit cum recusandae placeat. Voluptas quibusdam deserunt ut nulla."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Ipsam sed voluptatem possimus. Odio ipsam nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adrian_schinner@herman.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tate Wiza"], ["email", "adrian_schinner@herman.co"], ["password_digest", "$2a$04$o4ZIYyQ5fPsmxicdK.8CduJsLHCb6kTJqSuXOADb7e27lAgWxMXTO"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Iste sit pariatur sit doloremque. Aut reprehenderit dolorem voluptate occaecati. Veniam quia aliquid."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Libero adipisci odit est et nostrum molestiae. Itaque aut accusantium voluptatem nisi nobis sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 12ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelle@funk.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chyna Cormier"], ["email", "marcelle@funk.co"], ["password_digest", "$2a$04$wX1XLeFPZtaLORSXM8F6G.bZ48sEgnEGQVCNO8JWdSnwEPzKj/Et."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.6ms) ROLLBACK  (2.1ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "belle_bosco@klockogerhold.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kyra Walsh"], ["email", "belle_bosco@klockogerhold.biz"], ["password_digest", "$2a$04$fv8VV9/2Paqj5UjoOClgheqGmZwWFRxpo5EsStUjvYXFx9DCN.5.K"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Vero expedita quibusdam eos corrupti exercitationem dolor. Minus sit qui nostrum amet.", "summary"=>"Porro voluptatem illum. Porro ut quisquam minus. Minus architecto dolores necessitatibus sed tempore accusantium sit.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 1.4ms) Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Quos voluptatum sint aliquid tempore cum ratione. Distinctio enim eveniet. Eum iusto iste est.", "summary"=>"Est repellat architecto.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.8ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mariam.schulist@satterfield.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estella Cummerata"], ["email", "mariam.schulist@satterfield.io"], ["password_digest", "$2a$04$0w.U5PfTIYLODA8lVqaZF.5iOcBR42w7oXJs4GYqMcKD9Qm2ZNCGW"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Nostrum autem voluptas dicta. Voluptate expedita tenetur et ut aut optio.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Nostrum autem voluptas dicta. Voluptate expedita tenetur et ut aut optio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 21ms (ActiveRecord: 3.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Quo rem sit cumque dolorem.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 17ms (Views: 0.9ms | ActiveRecord: 1.4ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "percy@waelchimclaughlin.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Jodie Wisozk"], ["email", "percy@waelchimclaughlin.com"], ["password_digest", "$2a$04$bnyWLeRd7iw/yWg4K3939.P7jPuwhodRfxM2KwW0gEL1Ww135KPhu"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Vel aspernatur unde perferendis cum rerum corporis enim. Sit et alias ut libero sed quidem. Qui sapiente cum et perferendis nesciunt."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Facilis dolorem velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 11ms (Views: 1.6ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meagan_bogisich@beier.com"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fay Conroy"], ["email", "meagan_bogisich@beier.com"], ["password_digest", "$2a$04$XAIwWnr0mhzrMAkFO1JL1.VlAiqku2Gt5gdUGkwFjcnQoBMBfwxiS"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Et dolor illo exercitationem qui ad. Aliquam ipsum facilis modi molestias aut inventore rerum."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Blanditiis quibusdam quasi et cumque quidem soluta. In sint a ratione voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.5ms) Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maude@doylejerde.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laurel Larson"], ["email", "maude@doylejerde.info"], ["password_digest", "$2a$04$xrRV9U.ejvpHAr2mR6xYPeAdY9gBrVQMWkUZ917wTblNBvcpqqZr."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Sint commodi ex. Nisi laudantium velit repudiandae omnis. Dolor nihil debitis eius. Vitae dolorum magnam ut."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Voluptatum neque recusandae. Et quo quae sequi dolor fugiat consequatur. Commodi est voluptatem ullam dicta tempora."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "giovanni.dooley@bashirian.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Malcolm Romaguera"], ["email", "giovanni.dooley@bashirian.info"], ["password_digest", "$2a$04$tC.Kcgk03PkTUsCxXMI6zeMfoBZHR0frRFcoN9kAdMOaVFXwJDe3O"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Ducimus provident quam. Voluptatem fugit enim."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Quis et eos tenetur in sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:46:40 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jada_mraz@pfeffergaylord.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Javonte Hand"], ["email", "jada_mraz@pfeffergaylord.net"], ["password_digest", "$2a$04$7V9lgi8PieRhYvmZwRYB2earSQnyryFoGlA17OQ2ew3RVEtXcObVu"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Quam voluptas non dicta eos mollitia officiis. Iusto et inventore cum quis numquam. Debitis tempore at excepturi sed. Aperiam aut natus dicta."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Sed eveniet quis dolor necessitatibus incidunt repudiandae ipsam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:46:40 UTC], ["id", 33]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 50ms (ActiveRecord: 3.3ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "giovanny_roob@kihn.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helmer Wyman"], ["email", "giovanny_roob@kihn.name"], ["password_digest", "$2a$04$0xs298I/PtEhc6uVsEv6nO50FtZI3QQw5joOC1uCBKM4sbtjjdH4."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelley_wolf@davisbreitenberg.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Tobin Sanford"], ["email", "kelley_wolf@davisbreitenberg.co"], ["password_digest", "$2a$04$3CH/Z6xiZCfn//PVrbcxKO0ITfTBcDS9UGEQruzxl1cQnETVhGNp."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Rerum debitis commodi mollitia sed fugit. Rem molestiae odit. Maxime inventore perferendis quibusdam perspiciatis."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Magni id sit et molestiae ducimus omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-10 14:46:40 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.4ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lottie.koelpin@rogahn.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deangelo Jacobs"], ["email", "lottie.koelpin@rogahn.net"], ["password_digest", "$2a$04$E.VH7M/jEvXUN3u7l.U/Jes28WoW6x13zaGLxMNTDGOcRL/y6Gzjm"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Possimus natus quidem incidunt iure mollitia. Perferendis deleniti non. Amet ab et illo."], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Quisquam magni facilis."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:46:40 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.4ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abbie Adams"], ["email", "user@user.com"], ["password_digest", "$2a$04$XoNrCP/lid6I2M8S2P7ZD.jsmmoWbK8rG1Ng4gmbZ6DwogO/Xm0We"], ["created_at", 2016-06-10 14:46:40 UTC], ["updated_at", 2016-06-10 14:46:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XR0DCHih0hk9qICF59HJyu2rwQAN.3UL/mvCR257l.dp9sTbrqkqe"], ["updated_at", 2016-06-10 14:46:40 UTC], ["id", 41]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.1ms)  (0.6ms) ROLLBACK  (1.5ms) BEGIN  (2.4ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.6ms)  (0.6ms) ROLLBACK  (1.0ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (2.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 17ms (Views: 1.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "richie@langworth.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mina Abbott"], ["email", "richie@langworth.co"], ["password_digest", "$2a$04$575UUrkxucOeNMo3lejnf.eIZI380kNkaCzU50i6jrpCUSBc7hFg2"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 14:46:41 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 14:46:41 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.2ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orval.lehner@hintz.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brian Kozey"], ["email", "orval.lehner@hintz.info"], ["password_digest", "$2a$04$AEkcSefLL2SEoMl9SJUB/OSH3zppl60GgGUI2ftRkOr9MpmvJZWXW"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Voluptatem accusamus exercitationem architecto similique quia nisi. Fugiat explicabo accusantium assumenda."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Unde autem molestias ad reprehenderit. A adipisci autem vitae unde veniam. Assumenda et enim praesentium consequatur quidem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casey.cummings@abshire.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eddie Wiegand"], ["email", "casey.cummings@abshire.com"], ["password_digest", "$2a$04$tXM8iN3jPsGyYVD5HhHMsecgHTz07BcK/ComM1MwXPUpTCScIkUiu"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Praesentium omnis sequi a impedit quam exercitationem et. Rerum deleniti dolorem exercitationem fugit. Placeat eum perspiciatis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Veniam repudiandae nulla. Consequuntur maxime eaque illum ducimus aliquid neque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zora@stamm.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emily McCullough"], ["email", "zora@stamm.name"], ["password_digest", "$2a$04$49wFDTPs967edTeUVvCdBOYszHaf3sMQMzLzP3Vlq2VPi.j7tX.YO"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Rerum neque molestias nihil et quis. Esse ducimus vel natus est necessitatibus excepturi. Qui corporis tenetur qui exercitationem iste."], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Odit molestiae voluptatem dicta deleniti laudantium rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 22ms (Views: 16.2ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evans.medhurst@haley.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Constance Gutmann"], ["email", "evans.medhurst@haley.co"], ["password_digest", "$2a$04$7i3PMOBgL4fARJnGJoscRu1DCr00cziiez3IId1XT1JXYhEE3P/rO"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Pariatur minima omnis harum eaque labore. Ut accusantium error et eos non facilis aut. Eum et voluptate repellat. Reprehenderit perferendis quaerat unde in iure aut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Et cum dolores excepturi. Sint qui odio minus. Aut sunt eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "drake.wehner@dietrichwiza.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Rebeka Weber"], ["email", "drake.wehner@dietrichwiza.co"], ["password_digest", "$2a$04$qR88ms2aVFfz/jEvCzRNIOFXBOEhHg3lODWHH4.QVCACw0hoWiYYC"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Consequuntur saepe sunt eligendi et ratione quo. Omnis tempore unde fugiat ea consequatur. Laborum fugiat non dolor itaque ducimus et quas."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Laudantium id animi voluptates reprehenderit dolorem. Voluptatibus molestiae repellendus ut aut ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmanuel@skileshintz.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cedrick Schimmel"], ["email", "emmanuel@skileshintz.com"], ["password_digest", "$2a$04$8/r3ShOsIr9ZMewaHpj1NO2MkgPJ1QXESbuhtK2GnXEUMiLh4Rfka"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Tenetur omnis alias rem. Aut repudiandae quos molestiae. Natus exercitationem voluptates blanditiis repudiandae quia."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Repellendus reprehenderit occaecati quae omnis tempora. Qui quasi qui labore fugiat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keyon@doylewalker.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jovanny Halvorson"], ["email", "keyon@doylewalker.info"], ["password_digest", "$2a$04$zO7d3OK/skgd3qR//fA5MeBZJx114EhCHOj7cogFusj4p1ITA1Hui"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Laborum omnis voluptas. Officiis ad nulla debitis ut quia. Et voluptas accusamus facilis illum sed nulla eos. Laboriosam dolor culpa est sed repellendus et sit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Accusamus aliquid et minus ipsam vitae eum omnis. In veritatis officia rerum quia optio omnis aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arlene_bruen@haleywuckert.org"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Wilma O'Reilly"], ["email", "arlene_bruen@haleywuckert.org"], ["password_digest", "$2a$04$yrX7hR7rI9Q5klxcWhNRgutmlk3E4NU12Se91xEBORYCvAnOjDMIK"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Nemo in ea est incidunt autem repudiandae sed. Iure est veniam ipsam ut sit excepturi vel."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Porro aut et cupiditate. Aut facilis officiis. Rem neque animi eos sequi minus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilfred@koch.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Georgiana Stroman"], ["email", "wilfred@koch.net"], ["password_digest", "$2a$04$UpNJDANb.nwJ02y1VItM0O7OhS/XcasJm5D7PPhQ7AuNGtuHqmHSy"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Excepturi facilis placeat. Corrupti ex quae laboriosam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Amet porro eaque aut aliquam."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosalind.connelly@schiller.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krista Thompson"], ["email", "rosalind.connelly@schiller.co"], ["password_digest", "$2a$04$LAi2v4KHBrpVsTErGlv4lO7cJA.x7LTq0Ls7aj2/tZZXyuFK6gqD."], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Autem eligendi iure quis asperiores voluptas nisi. Ducimus accusantium exercitationem commodi. Enim et saepe."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Animi deserunt occaecati nisi itaque hic."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leda@kihnmaggio.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deon Ratke"], ["email", "leda@kihnmaggio.net"], ["password_digest", "$2a$04$RJS6Ubyfgoe/1JabPl7ONOCkJ76VSxPhOy6XZZyIt.NWAEK0P45d2"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Accusantium neque corrupti omnis deserunt magnam reiciendis. Non ipsa et. Nam voluptatem ea dolores quia sed. Enim quia provident voluptas."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Aut earum veritatis. Architecto rerum quisquam eveniet rerum. Optio qui omnis eligendi."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heidi.mertz@riceconroy.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stan Schneider"], ["email", "heidi.mertz@riceconroy.co"], ["password_digest", "$2a$04$MPq0W3UBhnigSsJBGzL1J.Pnsd0a0vZQA0EwYaIP0lHJSgfJyacsK"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (5.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Eos commodi ipsam aut quis hic sit. Quae excepturi quod sapiente similique omnis. Quo eveniet dolore quia qui alias."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Ut quo doloribus tempore est ut. Aut perferendis debitis voluptas itaque."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (4.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roosevelt_champlin@kohlergoldner.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oran Beahan DDS"], ["email", "roosevelt_champlin@kohlergoldner.org"], ["password_digest", "$2a$04$IwOgu50lV2jAKSlC8wUi/uRDyu.AVsur8PBywnmBoTHVvJK/tK4ay"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Voluptatibus qui quibusdam. Ad recusandae voluptatem enim. Et qui dolor architecto necessitatibus rem odio. Repellat accusamus aut non qui est numquam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Error dicta hic aliquid molestiae."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sherwood@schmitt.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cayla Hoeger"], ["email", "sherwood@schmitt.net"], ["password_digest", "$2a$04$motazSMTnmVv9L3j/BVObec4Z69KnouMqh3/N9v4tBmOQBSXZzlNa"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Iure non distinctio molestiae et. Dolore qui perspiciatis quae porro veritatis minus. Necessitatibus est repellendus. Molestiae in eius aut illo quis modi qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Et esse dolores unde aliquid soluta. Qui repellat exercitationem doloribus aut eaque rem et. Porro rerum praesentium earum blanditiis aliquid."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deven@satterfield.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mona Auer"], ["email", "deven@satterfield.net"], ["password_digest", "$2a$04$aj4/jIrEIUJub..UTdRHUOPc5J9bOc6iZ8MEzCJ4aFWm6DvDoQwQC"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Cumque fuga qui omnis vero illo. Sit sint quae vitae vero accusamus. Qui magni et pariatur hic qui. Voluptates quasi officiis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Explicabo quaerat qui est voluptatem dicta."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jalon@daugherty.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dedrick Toy"], ["email", "jalon@daugherty.co"], ["password_digest", "$2a$04$CBWrUCRjBNgn9kQSyCvR2OL3CxNKHqhqIlZxga2udyBDLEaymA/Dq"], ["created_at", 2016-06-10 14:46:41 UTC], ["updated_at", 2016-06-10 14:46:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Voluptatem saepe mollitia in voluptatem. Qui architecto expedita odit tenetur esse ex."], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Cumque reprehenderit nostrum officia et officiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (1.3ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.7ms) Completed 200 OK in 119ms (Views: 20.6ms | ActiveRecord: 5.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.6ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (2.9ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beatrice_schneider@dubuque.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Monty Bauch"], ["email", "beatrice_schneider@dubuque.name"], ["password_digest", "$2a$04$d4Oe/R6yG27Oao6Zvtnl0.aXhz2b2X2.KTdy8G5eXw8C/kv155aSq"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Accusantium blanditiis odit veritatis saepe nemo. Sit sunt quisquam fuga. Tenetur voluptates et ut dolor id error. Eos sunt ullam deleniti."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Repellat non suscipit fugiat et nemo expedita sint."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "coty@braun.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alba Howell"], ["email", "coty@braun.biz"], ["password_digest", "$2a$04$M4xDTSwFC7mZ96v1M6weuuY6z4re0YccpVwL8uPvBm4c0yt9O8KCC"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Veniam quisquam qui similique voluptatem doloremque ea id. Consequatur sunt sit. Veritatis porro nihil dolor recusandae. Qui ullam amet sint velit ratione quasi minima."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Enim doloremque eius consequatur enim libero amet."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kay@blanda.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tressa Grady IV"], ["email", "kay@blanda.co"], ["password_digest", "$2a$04$VvIwLY92FNxI/Z5H6oBea.gKq71bysFxG9bNO7oS9FQI835m30Ioi"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Unde quo similique illo deleniti non excepturi. Qui enim incidunt sequi perferendis et."], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Ex perspiciatis exercitationem corporis ducimus aut sed. Quod magni earum quam non voluptas quo quis. Asperiores harum repudiandae eaque aperiam."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dawson_feest@kerluke.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laverne Thompson"], ["email", "dawson_feest@kerluke.info"], ["password_digest", "$2a$04$rOclM06Lacd94OwtsUFtaOcGoZUi0WyRMqZFCyhv611NMl.NsYsue"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Saepe velit occaecati deleniti. Porro sunt inventore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Qui consequatur et nihil reiciendis commodi. Occaecati qui est libero. Consequuntur iusto reiciendis perspiciatis et dignissimos sint."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-08 00:00:00 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["id", 52]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 1.2ms) Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marty.ward@millerterry.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maude Wisozk"], ["email", "marty.ward@millerterry.net"], ["password_digest", "$2a$04$gqJHSyNDi.0aOaB6QxqBO.2Ruxxwxderkr3lUi28F.3AjyKxcMXma"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Ea harum eum qui et omnis similique. Id dolores quibusdam rem praesentium libero asperiores ad."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Optio aut eum quo rerum. Veniam minus eius rerum doloremque."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kellie@kerluke.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew McLaughlin"], ["email", "kellie@kerluke.org"], ["password_digest", "$2a$04$S5ovyCTyShARHs.9Guk0q.vbwouNL7qGfSRmHKQzNE3sf8E.0DZUq"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Nisi et aut. Eos eligendi autem quam ea rerum. Neque numquam quidem est debitis occaecati quos. Et qui iure ut in."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Sed iure vel aut sapiente."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaquan_barrows@bernier.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gustave McGlynn"], ["email", "jaquan_barrows@bernier.co"], ["password_digest", "$2a$04$o8kSdndC3i1P9LiDr/bKY.Z3nTY9sCvj8r5xcEEoVeWLxyMc5Rs/W"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Veritatis accusamus quis quia repellendus. Quae sapiente eos harum eum. Repudiandae voluptas enim sed."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Autem aut ut. Sunt ad iste sint placeat beatae."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demetrius_sporer@mckenzie.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Teresa Hagenes MD"], ["email", "demetrius_sporer@mckenzie.co"], ["password_digest", "$2a$04$8Yh.sjIop7ueVOXn7CKzVOXC8oKT0OJHyyJe6v5gpwpkDf2WIOduW"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Quo vero fugiat eum expedita autem laudantium. Quo quia voluptas magni asperiores voluptate dolorem. Vitae nostrum impedit minus quia cumque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Rerum qui culpa iusto odit quod incidunt."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeromy_miller@crist.biz"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shaun Flatley DDS"], ["email", "jeromy_miller@crist.biz"], ["password_digest", "$2a$04$6YRI8via3LWReVwvgNnZtehQ7UEzy0znNAH5JSjAY3MDFq4pK8SO."], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Vel modi mollitia reiciendis. Nulla saepe ab quaerat. Ut dolor a sed aut sint."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Facere est hic. Ducimus adipisci illo veniam est. Nobis quasi eos laborum sed expedita incidunt."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "olaf@ryanfeil.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ernesto Pfeffer"], ["email", "olaf@ryanfeil.info"], ["password_digest", "$2a$04$4mkMW2lllrsxtQevdEYOle/UhRBLY02hhUaH6YQKfvj0YKFSasCS2"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Accusamus autem quam vel in. Distinctio reprehenderit atque quas ea ipsa natus ut. Sit quae excepturi voluptatem nihil delectus est aut. Id ex veniam ut adipisci."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Perferendis eum provident. Quo dignissimos ea. Omnis ipsum corrupti voluptates adipisci enim."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilario.grant@dubuque.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eden Herman"], ["email", "hilario.grant@dubuque.io"], ["password_digest", "$2a$04$bbpfZuuGcAlIGDNq0NHDfuxISLcNjW1YU.t20tdNN2/NsC0hK2M/e"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Rem cupiditate amet nulla. Quas autem molestiae tenetur dolore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Optio temporibus tempore dolor praesentium aspernatur harum."]] SQL (1.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stanford@strosin.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corine Schaden"], ["email", "stanford@strosin.org"], ["password_digest", "$2a$04$bWcOQJkSFaF7F6jyQt/eg.IhVXMgi8zu/Kok66l2RGjfRXNFK/m3m"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Magnam fugit quo ea eaque quia beatae et. Optio et illo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Harum cum et et ipsa eum quod quo. Est in vero. Velit necessitatibus iusto quia similique sed ducimus."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarred@stoltenberg.co"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berry Gibson"], ["email", "jarred@stoltenberg.co"], ["password_digest", "$2a$04$Fa47.S1TATa7UX27KLMj4.yH05i1Ox5Rsje6bYglTNXkNZZFoXiQq"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Velit dolor odio. Architecto quo ut. Necessitatibus omnis molestiae ipsum magni incidunt rerum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Recusandae soluta velit ut iusto minima."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hertha@kirlin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marlin Rodriguez"], ["email", "hertha@kirlin.name"], ["password_digest", "$2a$04$cXTbSONy84RFQVgkljBFMeQH/.5q43m5ALt788DjO3Kopu3RMJbte"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Quia sit totam. Aut fugiat sed aut ipsam soluta quisquam nesciunt."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Nihil veritatis est tempore. Doloribus ut expedita exercitationem voluptas at sint. Aperiam ea autem expedita est recusandae quo."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Exposition::User Exists (3.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "retta@schadenlesch.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Alia Goyette"], ["email", "retta@schadenlesch.org"], ["password_digest", "$2a$04$N4inx3C.hlZOneeoOZ0RduGxY8ftAkkcH/2Mei4DRH/VXNrzAu2RS"], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Sint ut magni sed dolor illum blanditiis. Cupiditate ex rem sint ut consequatur consectetur. Necessitatibus et quia minus. Et quia nihil minus placeat consectetur excepturi velit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:42 UTC], ["updated_at", 2016-06-10 14:46:42 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Eos aut commodi."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.8ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.6ms) Completed 200 OK in 15ms (Views: 2.3ms | ActiveRecord: 1.4ms)  (5.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dion@mohrdickinson.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lisa Beahan"], ["email", "dion@mohrdickinson.net"], ["password_digest", "$2a$04$69HfQjErI49ylOQn5mYzou3FkNetCHpJ.PRCyajMoGZb3xpgqmYwq"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (43.6ms) Completed 200 OK in 399ms (Views: 395.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"dion@mohrdickinson.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "dion@mohrdickinson.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MMSeERpkMMEqXXy/Klufhe3GzgvLsQo1k4yn0I5SHQ.c127BDiFxC"], ["updated_at", 2016-06-10 14:46:43 UTC], ["id", 74]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.8ms) Completed 200 OK in 31ms (Views: 24.1ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edison_daniel@jacobiwilkinson.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Luz Brekke"], ["email", "edison_daniel@jacobiwilkinson.info"], ["password_digest", "$2a$04$ixKAjT36oRa0aMpGT1s7OusxsoWPuoUcVofYSU/.F2O69RLHuPZt6"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Dolores maxime assumenda minus dolorem in ut fuga. Est cupiditate ut optio corrupti ratione sunt. Quod ut odio dolorem. Rem rerum esse sit aperiam sit aut aut."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Officiis quis error. Voluptas laborum aut adipisci nulla voluptatem. Impedit minus quo aut vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.3ms) Completed 200 OK in 39ms (Views: 30.6ms | ActiveRecord: 3.5ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.5ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "earlene_botsford@abbott.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Jacky Langosh"], ["email", "earlene_botsford@abbott.biz"], ["password_digest", "$2a$04$HPXWOiYuVv7/MNOQ3m.3o.TR3lYMxqtQBDAqFnqnsMdVpqvRy/88a"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.7ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"earlene_botsford@abbott.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "earlene_botsford@abbott.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$OvXeG4sIhV6InRdilVSPnumtDCnMTVGUhhgPILse6MzaGFLBNXnQa"], ["updated_at", 2016-06-10 14:46:43 UTC], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.5ms) Completed 200 OK in 33ms (Views: 25.2ms | ActiveRecord: 2.5ms)  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helena.vonrueden@hickle.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Elvera Emmerich"], ["email", "helena.vonrueden@hickle.io"], ["password_digest", "$2a$04$N9gqpzlGTz5NvoTSroZAIe6xkG3uz7wIELIbmK21PVvwEqxW6xavu"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Nulla aut repellendus qui. Molestiae omnis numquam deserunt ducimus nam."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Quam nemo non. Recusandae dolores mollitia facere itaque. Eligendi nostrum adipisci cumque maiores recusandae ipsam ex."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cleveland@baumbach.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helena Barrows"], ["email", "cleveland@baumbach.name"], ["password_digest", "$2a$04$PMMXmyj8skhFGsbA592thOxVfcShqPOEKamP0OTyI0UGGvVh0LZNC"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Quo doloribus rerum et error natus. Porro id tempora molestiae animi quis. Facilis doloremque ex magnam non."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Minima dolores numquam qui et dicta. Voluptate consequuntur rerum non facere qui adipisci. Ullam soluta ducimus adipisci non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "obie@ward.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Louie Lind"], ["email", "obie@ward.io"], ["password_digest", "$2a$04$IF/j11byWk03DkfL0ovcWepH/.VhOjeD6YzleNnZUt4Kw79zMAuYq"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (3.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Quia sit sit eos voluptatem. Alias ut et maxime tempora illo rerum quibusdam. Nulla aut voluptatem quae et architecto porro possimus."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Dolore deleniti dolores quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "loma_gleichner@schumm.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josianne Jerde"], ["email", "loma_gleichner@schumm.com"], ["password_digest", "$2a$04$x24QpJMzSHuTlA2GEww2u.tAqPhNFChMM8w/LdqV834Zy705SViou"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Culpa veniam sit. Unde possimus odio laborum."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Est adipisci dolor omnis incidunt vero perferendis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shemar.kunze@fisher.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dimitri O'Reilly"], ["email", "shemar.kunze@fisher.io"], ["password_digest", "$2a$04$HBPbdvBYJUI/0iWdDBsNneBHRpuEjGeUQEMy6v134Cy2M1.lXUATS"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Vel accusamus qui laboriosam perspiciatis officia et. Vel odio dolores autem rerum quia neque unde. Ipsa rerum eius. Qui et tempora velit libero rem."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Architecto aut quaerat id molestiae voluptates."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lavonne.strosin@grantswift.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zakary Block DVM"], ["email", "lavonne.strosin@grantswift.co"], ["password_digest", "$2a$04$UtxOHyUmj8WW8wQW/l3hIexyD.GWOitjKU5zOVqJHjQvYLib1xIe2"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Corporis ut magnam quis ea excepturi et. Omnis ut ullam aut iste. Iste ut repellendus repellat iusto possimus necessitatibus facilis."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Et quod nam et sunt possimus hic. Sit libero velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cara@marvinwalker.io"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Torrance Hills V"], ["email", "cara@marvinwalker.io"], ["password_digest", "$2a$04$xAk/ZJ1VQxgTNxFCGe2geuWBR9.tWBbYbEx8RcujB0m1Zxnt4xjAi"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Voluptatum tenetur aliquam. Aperiam ut ipsam. Laboriosam molestiae fugiat facere perferendis voluptas labore. Quisquam ea distinctio reprehenderit ut vero."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Eum aperiam debitis delectus perferendis ut eveniet non. Odit rerum veritatis qui distinctio consequatur."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caden_goyette@oberbrunner.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anderson Waelchi"], ["email", "caden_goyette@oberbrunner.org"], ["password_digest", "$2a$04$GIcjQO0LS3XWWkuPTIalhO9fg4Dfqnuo5nTptI7rSzaP97wY1FmJC"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Fuga et nulla sit repudiandae in. Nisi quidem similique corporis molestiae veniam velit excepturi. Maiores ea quae ullam reiciendis non velit consequatur. Quia et aut rerum ducimus velit aliquam eos."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Temporibus voluptas pariatur repellendus."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vickie_wolf@sipes.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jordyn Koepp Jr."], ["email", "vickie_wolf@sipes.biz"], ["password_digest", "$2a$04$yWwaK0.Y0j9UAe.ShF8CTOyAWyWyit5PzZbUJ5j4zLl5HW2WtdUna"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Nostrum et quo. Dolorum reiciendis ut fuga cum."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Voluptatum sapiente eum dignissimos explicabo."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (1.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alana_graham@emmerich.net"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Spencer Heaney"], ["email", "alana_graham@emmerich.net"], ["password_digest", "$2a$04$LV33ciwb.ll7IEIE5ftTfO0nm1yTC8lL5rCP/7CnuxqFCUnlClGFS"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Non et voluptate hic deserunt. Impedit id debitis."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Officia rerum harum voluptate nisi non commodi. Repudiandae omnis eos excepturi quia. Omnis quidem quis in aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennett.jast@powlowski.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raina Roob"], ["email", "bennett.jast@powlowski.info"], ["password_digest", "$2a$04$.lhqcKbPrZuMp6amp9BgpuhKDX5QknsOyQNYWf3y7BaCYZU1RXej2"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Voluptatem neque ratione ea voluptates vitae ut. Cupiditate ea ad. Dolores autem aliquid."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Adipisci recusandae pariatur mollitia vel autem soluta. Ut ad excepturi labore consectetur vitae nisi. Maiores delectus explicabo quo quas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ottilie.hackett@armstrong.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Charlie Auer"], ["email", "ottilie.hackett@armstrong.com"], ["password_digest", "$2a$04$AogfS10PD/NDS.e7cosuYuDylQgfNU7bAxpNsFVVzBcId5cTSZT7u"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Est iusto corrupti eos officia vel hic quia. Ut ratione voluptate omnis nesciunt. Qui quas similique repudiandae eveniet enim exercitationem laudantium. Minus sint quos possimus perferendis repellendus quam."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Quia consequuntur nihil. Quaerat nobis eos dolorem id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rupert@kilbackkeeling.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maiya Johnston"], ["email", "rupert@kilbackkeeling.com"], ["password_digest", "$2a$04$jA2Y.eQ9XTy9eCPcUA6MFuUwZLdMH7adOgG47auCUakQo5JGj5XBm"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Ex voluptatum dignissimos sit enim. Amet voluptatem harum voluptatem deleniti."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Illo eaque nam harum voluptas cumque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamont@beatty.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nayeli Swift"], ["email", "lamont@beatty.com"], ["password_digest", "$2a$04$8cXluDtHWH/xic2te9kZ6.VyFQ/mHphSBSvdbp4pnifnfk4eQcyya"], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Culpa corporis numquam tempore sint maxime est nam. Reiciendis quae aut rem voluptas."], ["created_at", 2016-06-10 14:46:43 UTC], ["updated_at", 2016-06-10 14:46:43 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Officia iste deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dee.macgyver@jerde.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laverne Brown"], ["email", "dee.macgyver@jerde.name"], ["password_digest", "$2a$04$YKF6iUtD7LaYqwAkovj0xujW.p3F0Ru472x7xJp1JqyrD10jbOuZS"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Est corporis et ut. Facere deserunt minima et."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Ducimus quam est. Deserunt suscipit doloremque occaecati natus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eduardo@dietrich.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Julianne Tremblay"], ["email", "eduardo@dietrich.io"], ["password_digest", "$2a$04$wBNpRkRrx2FIe8v3iQcUSeERO.AuhtpSi6n7ffI8i/12AtvUqIY9u"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Impedit voluptatum provident. Maxime sunt quibusdam qui vitae voluptatem."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Dolorum hic quidem perspiciatis est occaecati ullam. Numquam repellendus qui aut doloribus perferendis. Dolorem quas praesentium ipsum id explicabo et nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elijah_spencer@orn.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kennedy Harber"], ["email", "elijah_spencer@orn.biz"], ["password_digest", "$2a$04$rxA13LxpkLLMIwV5FDonVOve.1r//JFnl.vGDgfV3r0n3iQvDt7xa"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Aut nemo blanditiis pariatur qui est corrupti. Velit aut dolor quas modi excepturi non saepe. Et culpa et ipsa."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Repudiandae sunt voluptatem earum est est. Quos delectus nam sequi illum. Illo sapiente numquam fugiat quia."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moie@bode.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Max Dare"], ["email", "moie@bode.name"], ["password_digest", "$2a$04$Xo6PQoy/9rLC1Z1mVWf/N.5TyDoQaRfIxUSltgWtLZR3KIJjmfGxq"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Excepturi repellendus facere voluptatum voluptas minus. Fuga quidem laborum aliquam expedita commodi velit."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Inventore accusantium corporis voluptas. Qui aut molestiae quidem esse unde nemo. Corrupti et nesciunt libero animi consequatur maxime culpa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nova@okunevabechtelar.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brock Veum"], ["email", "nova@okunevabechtelar.org"], ["password_digest", "$2a$04$6GwGwcFq9Shhe.Wb72cVGO74QzLnpCIrybqkQchhJpRnhR3L3.3Jq"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Inventore magni non eligendi fuga quasi et aut. Omnis iure porro atque nostrum. Et repudiandae nihil."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Aliquam nulla beatae nihil repellat enim quisquam. Quaerat et non vero culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laney@brakus.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Yasmin Schaden"], ["email", "laney@brakus.com"], ["password_digest", "$2a$04$MHxRy9LPlZJvWZlTm0F/UOWl/XrGm9RBGyPmZqLNbVq0JoGnRLvQW"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Eum rerum earum et eveniet aut. Sunt delectus neque id qui provident necessitatibus laborum. Quas accusantium ut a voluptate."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Voluptatibus dicta deserunt molestiae dolorum. Repellat dolores explicabo laboriosam dolorem ut tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dylan.wolf@reinger.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delia Krajcik"], ["email", "dylan.wolf@reinger.net"], ["password_digest", "$2a$04$/yiXANYHZd2q7v/5HXOyguc/CI0og0Cgudnp0Q2Y9ZM1.EJiAg8ye"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Quia aperiam aut velit. Et delectus amet. Repellat occaecati voluptas. Delectus vel blanditiis vel doloremque quod minus."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Soluta fugit necessitatibus dolorem quaerat voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garett_damore@blickschiller.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mohamed Keebler"], ["email", "garett_damore@blickschiller.org"], ["password_digest", "$2a$04$HNZbhRo3k1EtZCKJiNXAp.OCf5y4I/y9AcXEp0GLbK2NS9MwRE0ma"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Sunt ex enim fuga nam. Corrupti repudiandae et."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Vero velit amet consequatur. Voluptatem doloremque sit enim aut. Explicabo et enim nihil soluta veniam iure."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adrianna_harris@haagschumm.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathaniel Kautzer V"], ["email", "adrianna_harris@haagschumm.biz"], ["password_digest", "$2a$04$Wtwmig18GLyLe0jy6Fk90OasRsSHdmXBSdGZYxOtxTMnElUvi5lbu"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Molestias voluptatem iusto quia sint ut voluptatibus et. Minima est a voluptatibus labore temporibus."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Dolor quos quia. Nisi dolores esse consectetur ut illo architecto. Tenetur et voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pierre.brekke@ullrich.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roxanne Swift"], ["email", "pierre.brekke@ullrich.io"], ["password_digest", "$2a$04$yNu.sBOlF3qSN.0ZHvhu/u6ZHUUhsPqNItHorVFLEIf3WTWMd1/2K"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Magnam quibusdam non. Quo corrupti consectetur eos et iure sint modi. Ut fuga rerum. Nostrum odio est dolore quia est."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Iste ullam qui nam deserunt. Velit maxime tempora. Unde fugiat doloribus occaecati in earum atque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ophelia@nicolasmayer.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Van Leffler"], ["email", "ophelia@nicolasmayer.io"], ["password_digest", "$2a$04$03Ykb2C4uiqIKIuLEINjruWMKFmF1B3JGQXI.Cp26oJ8ya.UzlX26"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Occaecati exercitationem provident tempore facilis. A quis atque deleniti ipsum autem tempora. Provident aut fugiat."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Minima molestiae voluptatem et quasi. Ducimus blanditiis velit nihil. Nesciunt est quis a quasi dolor fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angie.wyman@haagparker.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alene Mann"], ["email", "angie.wyman@haagparker.info"], ["password_digest", "$2a$04$u5EoHwmxxikSniIL/JzhBe69TQ9kahiuqlDBci1GFl1sKdiyeDsLO"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Sed eum aliquam vitae ut aut repellendus cupiditate. Sed et cupiditate nulla omnis qui aliquam dolores. Dignissimos non reprehenderit assumenda qui. Qui voluptas quam ut suscipit."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Non quo nulla iste error."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (219.1ms) Completed 200 OK in 239ms (Views: 211.0ms | ActiveRecord: 23.8ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 10:46:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (42.0ms) Completed 200 OK in 57ms (Views: 48.9ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emory@daniel.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deborah Jerde MD"], ["email", "emory@daniel.io"], ["password_digest", "$2a$04$Q7540wH8XyhJG8pq5THzsexZfZPMbGmugO0ZkGkQkK/QhpISCjbsq"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:44 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:44 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"emory@daniel.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "emory@daniel.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$bcHwhPR/o193PyS0UKk3Qe0SvsaohBOVhI9iedx3yYoX.XaXk9r0C"], ["updated_at", 2016-06-10 14:46:44 UTC], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.5ms) Completed 200 OK in 37ms (Views: 30.5ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "paxton.kiehn@nikolaushaag.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Talia Kirlin"], ["email", "paxton.kiehn@nikolaushaag.org"], ["password_digest", "$2a$04$xoVkaVAVAta2I.TeesZVtuaDOKE.7o5gvlL9sX45RxDnDJt0f4skG"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Esse veniam dicta. Neque omnis facere est. Nobis ipsum autem voluptas."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Quia beatae sed non incidunt magni quia voluptas. Non dolores aperiam ipsa. Est modi aut rerum culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rubye@reynolds.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elena Ferry"], ["email", "rubye@reynolds.co"], ["password_digest", "$2a$04$IrMbIXrFLpVjhO9G446D6eNzqyh79VdDCGnSmpwC.1tfzzaoGzyMy"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Temporibus hic repellat est amet natus minima id. Corporis fuga iure numquam veritatis iste non doloremque."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Fugiat aspernatur culpa. Asperiores amet et dolores perferendis necessitatibus. Impedit repellendus quisquam sunt et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "victoria@stiedemann.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lorna Brown"], ["email", "victoria@stiedemann.io"], ["password_digest", "$2a$04$zX5a1w9adS9Oprlca6.q0u9ss3F10Dl7B/1Z9w60guXMnH5n97hrW"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Et repellendus deleniti ad iure quia iusto perferendis. Omnis pariatur et facere corrupti repudiandae placeat."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Dolore error autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ariel_padberg@lowe.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clifford Okuneva"], ["email", "ariel_padberg@lowe.org"], ["password_digest", "$2a$04$tKDTbdw.7T4Y9xUzsYcTtetNonWOcELd6QKYsUxM3gxozZl5Xl2.q"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Ut et magnam cupiditate repellendus et ut. Fugiat quia dolor. Magni est laudantium hic."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Labore repudiandae architecto et est ab qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marilie.labadie@nienow.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adrienne Lockman"], ["email", "marilie.labadie@nienow.co"], ["password_digest", "$2a$04$XzGnWVyLX5G50IpEugwGjuNLau2kEfVtVtnExyDPIo2H16EYRZc6y"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Consequuntur fugit velit quia a eveniet pariatur porro. Eum sed voluptates perferendis quis. Vero nemo harum optio facere aspernatur magni consequuntur."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Ut eos facere nobis excepturi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garrison@flatley.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orpha Kassulke"], ["email", "garrison@flatley.name"], ["password_digest", "$2a$04$558YXrwjJzeCKko0fe.EY.dN0jqIi82aW3t6tHvN4cNJlezcgViMe"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Totam et eos architecto est. Illo alias blanditiis praesentium aut magnam."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Qui dolorem et sapiente et. Velit in ut quae totam. Et rerum consequatur exercitationem quia inventore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evelyn@nolan.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daniela Lockman"], ["email", "evelyn@nolan.org"], ["password_digest", "$2a$04$lx84OZMu/N9t9T3EJ5B2nOprC9CwKkuEW7yO2QzuUscZ.NL3JQVG."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Molestiae quos recusandae. Tempore est ratione autem eius et at quo."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Minima qui dolore commodi. Assumenda ad omnis officiis perspiciatis accusamus consequuntur quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "baron@homenickhansen.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wellington Gislason"], ["email", "baron@homenickhansen.co"], ["password_digest", "$2a$04$gm8fx8FjPs6YGknwXeu8p.fTFzxIK6.zLi3LXbAnzs0YOkPn3KiCW"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "In culpa animi et esse ut atque minus. Dolor veritatis qui expedita. Omnis qui recusandae. Corporis explicabo itaque laborum officia."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Optio aut eius aliquid commodi nisi. Eaque mollitia ullam consequatur laudantium ipsum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ronny_metz@funk.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Misty Stoltenberg"], ["email", "ronny_metz@funk.net"], ["password_digest", "$2a$04$wZ2wgeoV3FMxzeUE3.qVJuSvHCUVL/czwTohNz.Fh26fRuZ6Sii6i"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Qui sunt consequatur in sit praesentium et. Iure id et doloribus voluptas officia et."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Aspernatur voluptates dolor nostrum enim numquam animi deleniti. Aut qui libero incidunt consequatur deleniti. Accusantium aperiam et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bud@breitenberg.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rocio Willms DDS"], ["email", "bud@breitenberg.info"], ["password_digest", "$2a$04$kZ.FaHd6P1j7twCThMJmj.2r1h0WwiV7r3GtxdX/gpWkCwcwlveG6"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Possimus eum amet voluptatem. Magnam quae voluptatibus rerum soluta qui."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Soluta sit enim sequi neque. Eligendi facilis quae odio modi voluptates voluptatibus iusto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "summer@emardkulas.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fern Hackett"], ["email", "summer@emardkulas.biz"], ["password_digest", "$2a$04$rRZ8xJ9EGLZDLx5x6hikbO63MkJp430K6gl9tRY.degkB175LXFSi"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Et tenetur cupiditate magni. Culpa dolor libero. Laborum impedit omnis in."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Tenetur perferendis sint. Commodi aliquid dolores. Eos illo aut soluta labore doloremque voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rahul@lemke.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeramy Schinner PhD"], ["email", "rahul@lemke.biz"], ["password_digest", "$2a$04$hZ59a4/i77WexJleOdvW4OK/izR6e29qvcuHOM70Ok7CrHwul1fwi"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Nostrum commodi fuga dolorum porro voluptas ut tempora. Consectetur et et."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Voluptates quis id. Debitis praesentium repellat quis veritatis porro. Voluptas culpa animi assumenda sed exercitationem voluptatibus quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noel@oreilly.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alf Gaylord"], ["email", "noel@oreilly.org"], ["password_digest", "$2a$04$YnnthwZF9CTrKegjae.vEe0jrcGLYu5bYevta5.uBBxFma.CJL.zS"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Officiis laborum itaque. Voluptate quaerat pariatur sed exercitationem nam vel. Eligendi perferendis porro earum illum enim expedita. In possimus impedit dolore."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Eos exercitationem adipisci possimus aliquid error totam. Eius exercitationem sint ducimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oscar.okuneva@cartwrightziemann.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamir Price"], ["email", "oscar.okuneva@cartwrightziemann.com"], ["password_digest", "$2a$04$XfV1UyA2Kq991/EL/cFlXOPBn0qqDCgfL3PyYnbjP7Y9lFA30gC0G"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Sint earum in culpa libero. Eos sit tempore. Sint quae provident natus maiores."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Omnis assumenda ex voluptas necessitatibus aut perferendis in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "colin@gaylord.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Curt Hahn"], ["email", "colin@gaylord.co"], ["password_digest", "$2a$04$x5S2FufNhj1kzw1xVNG9SOyuxH2cIly.CKNQh8pewGMmMEHW/O2vy"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Commodi quis voluptates sint aliquam sint ipsum. Voluptatibus sequi quis nulla earum et cum aperiam. Et id ex. Est animi sit fugit consequuntur."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Voluptate rem et consequuntur est sint. Iste voluptatibus mollitia debitis. Iusto velit facere voluptatem et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "simone@altenwerthbraun.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Quinton Beier"], ["email", "simone@altenwerthbraun.com"], ["password_digest", "$2a$04$8xMURfEmjQ2cIdTSKeBb6erf0DTcFugj22Rk7XQM8RBT..43Oa//."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Quidem sequi enim perspiciatis libero consequuntur est. Consequatur amet omnis et voluptatem. Aliquid saepe voluptatibus voluptate."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Est ut sapiente aut. Eveniet a dolor labore et consequatur. Repellat non quia accusamus ex dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abbie.feil@zemlaklittel.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Davon Jacobson"], ["email", "abbie.feil@zemlaklittel.org"], ["password_digest", "$2a$04$xa6JULqJOXjBOvW1vh57zeBqxLYW.ic0syLP7SMj6woK32tgOOHae"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "A non dolorem. Qui ducimus provident corrupti est earum architecto. Quo ea vel."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Nihil ut autem quaerat ut quibusdam itaque molestiae. Vero cum aut ratione suscipit rem. Ut error magnam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeramy@mueller.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grant Kemmer"], ["email", "jeramy@mueller.net"], ["password_digest", "$2a$04$S.L6WuzqW2n7SIT62bVk1OKw2uDVyjeLQzGz3Eml9XRpRYUPUAG96"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Et ipsum distinctio. At quia fugiat tempore sunt et maiores. Ea necessitatibus maxime."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Pariatur commodi reprehenderit autem magni asperiores est qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laria@emmerich.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darlene Price"], ["email", "laria@emmerich.co"], ["password_digest", "$2a$04$nnjMNHBozNj2ec703tfm4uShK38P.y5i9sE8eeg/2giBtIQ2TZu72"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Dolor id enim. Neque hic non est porro placeat. Dolorum voluptas molestiae cupiditate reprehenderit."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Deserunt fuga ipsam voluptatem tenetur dolor inventore. In eius facilis enim cumque perspiciatis ut. Culpa nihil quo dicta natus consequatur ducimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delphia@kunze.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rose Leffler"], ["email", "delphia@kunze.org"], ["password_digest", "$2a$04$QE9XPTQ7.lnBG7JcdYvX/.GigdlyjIa.xmrkvDCTvjRzVvg.4AfaG"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Dignissimos voluptates accusantium dolorem et. Optio delectus quisquam debitis. Aut sunt corrupti quae unde nemo qui officiis. Est saepe qui."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Inventore architecto minus dolorum iusto."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myra_feest@sanford.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nicolas Heidenreich"], ["email", "myra_feest@sanford.io"], ["password_digest", "$2a$04$IsmSrtpTkCFJKiNun.kAxuy.XBz0sBYzKYBSQj/eOtceoZATHSR6K"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Explicabo exercitationem dolore esse repellat sed. Doloremque unde officia exercitationem iure sit. Vel qui dicta voluptas."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Dolorem modi ad. Consectetur et expedita voluptatem sit autem enim dolorem. Aut molestiae assumenda voluptatibus aut eos suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edythe.monahan@schowalterwyman.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amaya Schulist"], ["email", "edythe.monahan@schowalterwyman.io"], ["password_digest", "$2a$04$o6r85JixcIcrCDZdBCBVT.jkobYQKIEeG/HyWX7ouzNwLng8VOLiq"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Molestiae quasi cumque est incidunt deserunt quis illo. Corporis molestiae vero nihil ut ea. Omnis nihil facere consequuntur ut enim non velit."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Aliquid qui ipsum iste."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "billie_mraz@deckowwhite.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "London Hyatt"], ["email", "billie_mraz@deckowwhite.io"], ["password_digest", "$2a$04$vLGP6ATXvJWoPsnJpT4JUeCQPhTXr1J4f/QmmIsVyItZjdpOxs59a"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Temporibus reiciendis corporis ullam vel est quo. Officia voluptas et occaecati voluptatibus qui. Reiciendis id ut rerum ut placeat."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Maiores voluptatum repellat. Minima mollitia quia aspernatur voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethan@morarbecker.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meghan Kshlerin"], ["email", "ethan@morarbecker.info"], ["password_digest", "$2a$04$l8LgVz839H6hs6SdnCZoVuV9OGr1R6DTpD4hlpoy5FG40zgY4O14m"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Explicabo consectetur accusamus beatae qui quod. Est dolor earum natus odio pariatur modi suscipit. Necessitatibus cum earum sunt est qui."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Sed hic sit aliquid. Harum occaecati maiores facere corrupti ut magnam. Veniam occaecati explicabo voluptates vel non officiis enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xander@mcculloughschoen.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Gisselle Champlin"], ["email", "xander@mcculloughschoen.net"], ["password_digest", "$2a$04$MkS3TKSwVpyuDHw9ph.iFeJwpzxttfI/eG6sPKqxRyyc2fsJr6wbC"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Et perspiciatis vitae. Ducimus aliquam sit sed excepturi illo quis. Voluptas fuga quia ea nisi consequatur. Mollitia commodi voluptatum eos."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Qui a fugiat unde dolor voluptatibus exercitationem. Molestias ex velit saepe."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zella_macgyver@hodkiewiczhintz.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Retta Greenholt"], ["email", "zella_macgyver@hodkiewiczhintz.info"], ["password_digest", "$2a$04$UHsHhn4l6yNF8fP9UK/IbOrDI.osLomCWKZZ4nQqK5dCT4/lGKLTO"], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Quisquam recusandae aspernatur minus. Id nemo consequuntur deleniti corrupti quos quod. Magni delectus reprehenderit quia eius temporibus non."], ["created_at", 2016-06-10 14:46:44 UTC], ["updated_at", 2016-06-10 14:46:44 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Voluptatem quia est et molestiae autem occaecati. Ut atque sed est dolorum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (130.7ms) Completed 200 OK in 145ms (Views: 121.1ms | ActiveRecord: 19.3ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (34.1ms) Completed 200 OK in 49ms (Views: 41.3ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lindsay_zboncak@schinner.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "lindsay_zboncak@schinner.org"], ["password_digest", "$2a$04$lnMUif0FZrzUBU8ssN0Noe4iq0waOVzo9nJwPIs/lALn9xdGuMa.O"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.7ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lindsay_zboncak@schinner.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lindsay_zboncak@schinner.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$if9rWHrGNcDvlU2SvNnBguNToJnEMfGb1qRygpI49qOmvFe0ImC6G"], ["updated_at", 2016-06-10 14:46:45 UTC], ["id", 130]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 26ms (Views: 20.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vickie_willms@mckenzie.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "vickie_willms@mckenzie.net"], ["password_digest", "$2a$04$QARDjwPvCmNGySKL8S0a3eNTNHRkxV4WcDahxpCX/e3rp7PNs9c0S"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "harmony@toy.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamey Glover IV"], ["email", "harmony@toy.net"], ["password_digest", "$2a$04$gN3x42SmYz6rU9f0fawJVOZOFD4W5DK0Q8gOHxj.Mk7Vr8ueIINei"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Aliquid aut dolor. Quia sit ad doloribus reprehenderit laborum aliquid voluptas."], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Ut aut quas inventore voluptas ut incidunt. Aspernatur ut sint eum a illo perspiciatis. Laudantium voluptatibus non labore dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (3.1ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (5.3ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (29.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (50.2ms) Completed 200 OK in 65ms (Views: 52.8ms | ActiveRecord: 7.3ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (2.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 14:46:45 UTC], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 26ms (ActiveRecord: 7.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.2ms) Completed 200 OK in 39ms (Views: 31.6ms | ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taylor.bahringer@bauch.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "taylor.bahringer@bauch.io"], ["password_digest", "$2a$04$yPx9NJdSOVFmErE1gZXmVuZWvBhER3yrDy12rEvanTE/R13B8v9Ty"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 17ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"taylor.bahringer@bauch.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "taylor.bahringer@bauch.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wcAyaZasMHhUcV2lJhQJ4OBiy03XeTjGauGjtHXY/yXiRKqNUw4Z6"], ["updated_at", 2016-06-10 14:46:45 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.6ms) Completed 200 OK in 32ms (Views: 24.8ms | ActiveRecord: 2.2ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stacy.dickinson@weimann.net"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "stacy.dickinson@weimann.net"], ["password_digest", "$2a$04$YwSPyRVqZcHrtxksVajipuqRLACI9rd7XKIzMPPqFVfBSCg.v7Fra"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (11.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (31.7ms) Completed 200 OK in 57ms (Views: 41.9ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 26ms (ActiveRecord: 7.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (1.2ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.1ms) Completed 200 OK in 37ms (Views: 28.5ms | ActiveRecord: 3.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charity@hermann.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kailey Goldner"], ["email", "charity@hermann.info"], ["password_digest", "$2a$04$DDbWMeYeHkjkxKJSXxWvKu6L3UiibeS7IPwBjgSbZ3toxp317G086"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"charity@hermann.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "charity@hermann.info"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$DWdgIX/K9P9Uc62KAIzCMe4/TfBCEetE/OWmdLEzYyPxvEwkfd8V6"], ["updated_at", 2016-06-10 14:46:45 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.7ms) Completed 200 OK in 35ms (Views: 29.1ms | ActiveRecord: 1.6ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (21.3ms) Completed 200 OK in 39ms (Views: 30.9ms | ActiveRecord: 1.8ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (4.2ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (22.2ms) Completed 200 OK in 45ms (Views: 32.5ms | ActiveRecord: 3.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.5ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.1ms) Completed 200 OK in 36ms (Views: 33.2ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$QMyydLDmWFAk0xU8/5Cy8ewJHt4ijIInqrsDgYsuHXGsCCPR54mwm"], ["created_at", 2016-06-10 14:46:45 UTC], ["updated_at", 2016-06-10 14:46:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 17ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:45 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$OKacp1Sr.DSSqBbM.sFcX.jgWVE0c7EFwg/bRD2AImnHQkqvg8GPK"], ["updated_at", 2016-06-10 14:46:46 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:46 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 23ms (Views: 17.3ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$eKsU2u/qDfm8ZBp/kygZgeLlrUIFoxWo9ebicwGPyOm6WKMpUpNO6"], ["created_at", 2016-06-10 14:46:46 UTC], ["updated_at", 2016-06-10 14:46:46 UTC]]  (0.6ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.2ms) Completed 200 OK in 21ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-10 10:46:49 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-10 10:46:49 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:50 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (3.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) BEGIN SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$iFyCkNosckisRc4cR0rPP.taR7iUxH7o0zer2IwYFKpPdFrV/NOlS"], ["updated_at", 2016-06-10 14:46:50 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:61440/admin/posts Completed 302 Found in 17ms (ActiveRecord: 5.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:50 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.2ms) Completed 200 OK in 36ms (Views: 25.7ms | ActiveRecord: 4.2ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-10 10:46:50 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:61440/ Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-06-10 10:46:50 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (2.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.0ms) Completed 200 OK in 34ms (Views: 26.5ms | ActiveRecord: 2.5ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-10 10:46:51 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-10 10:46:51 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:51 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 15ms (Views: 11.3ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.5ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (15.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sim@ritchiezulauf.info"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ezequiel Zieme III"], ["email", "sim@ritchiezulauf.info"], ["password_digest", "$2a$04$SddCeCxjOl2ykKny4CUAWep2/pZ6Z4VJ35853WL8iDCtBphs16QPG"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.5ms) Completed 200 OK in 18ms (Views: 14.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sim@ritchiezulauf.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "sim@ritchiezulauf.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$H3ojg3oLVNMp5b/wE9M.GuzyWMknjSR0l82uSgKS0LA4rX2aP/X5y"], ["updated_at", 2016-06-10 14:46:52 UTC], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.1ms) Completed 200 OK in 35ms (Views: 28.3ms | ActiveRecord: 2.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (18.4ms) Completed 200 OK in 39ms (Views: 30.3ms | ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.6ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kasandra_heidenreich@wolffhuel.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zoey Tromp"], ["email", "kasandra_heidenreich@wolffhuel.com"], ["password_digest", "$2a$04$Cdcn1.QjbTHl.OuSwaLV7erDq5wyc2DLi1CVVnNZHrzU/98PML0ia"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 21ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kasandra_heidenreich@wolffhuel.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kasandra_heidenreich@wolffhuel.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$505Co8Kgyvj9wZhzj4Yez.Nc0Z1Tz6JXNG6ipD07xwTuSiIpcCXAm"], ["updated_at", 2016-06-10 14:46:52 UTC], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.5ms) Completed 200 OK in 29ms (Views: 22.9ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (34.1ms) Completed 200 OK in 47ms (Views: 41.3ms | ActiveRecord: 1.7ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (29.6ms) Completed 200 OK in 43ms (Views: 37.6ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kylie_willms@veum.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Rafael Simonis"], ["email", "kylie_willms@veum.org"], ["password_digest", "$2a$04$sMBHjGqSBoR0xqQz8XkMqOviv34dDbGtoWYJ5CLRJr1YhTefdAEcO"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kylie_willms@veum.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kylie_willms@veum.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$kZGtEDnXQUA8JwZg90fsGOry.LczCWMX5GiGbYEWyc6V77uzC/k62"], ["updated_at", 2016-06-10 14:46:52 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.6ms) Completed 200 OK in 26ms (Views: 19.9ms | ActiveRecord: 1.7ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (8.3ms) Completed 200 OK in 22ms (Views: 16.5ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 25ms (Views: 18.8ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "miouri_hyatt@spencer.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grayce O'Connell"], ["email", "miouri_hyatt@spencer.net"], ["password_digest", "$2a$04$KaLubYwnZOvZXBUBp2wKuej4G32OLbAGGTsOALmQRfRwBB5ll/g7G"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"miouri_hyatt@spencer.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "miouri_hyatt@spencer.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZUsaJYt/T6GwMgoaEDtS1e9CqkVh7CYGf2n78cSZmYkBQEzdNBV/2"], ["updated_at", 2016-06-10 14:46:52 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.7ms) Completed 200 OK in 25ms (Views: 19.6ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-10 14:46:52 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 30ms (Views: 23.3ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kian_zboncak@howe.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Thad Wintheiser"], ["email", "kian_zboncak@howe.co"], ["password_digest", "$2a$04$Puu/LpV2u2G3.8719IHShOC1UL26O9.weS4FZ5DQ7HXFzmaXU2Hp6"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 15ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kian_zboncak@howe.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kian_zboncak@howe.co"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MMUDeK4yQxw7nB5fRXbRDOWC41aCXt1Z9VK1sPnWgkf.a0QJEC2ri"], ["updated_at", 2016-06-10 14:46:52 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 24ms (Views: 18.3ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 24ms (Views: 18.8ms | ActiveRecord: 1.3ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.6ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:46:52 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 23ms (Views: 17.9ms | ActiveRecord: 1.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerson_little@cremin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joana Armstrong V"], ["email", "gerson_little@cremin.io"], ["password_digest", "$2a$04$p2ApwuvVCoG4DLGeGYr59uvnKwMIm4e7TGJG8fq/GfHMnTxWRG8iG"], ["created_at", 2016-06-10 14:46:52 UTC], ["updated_at", 2016-06-10 14:46:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Ipsam voluptatem nam nulla tenetur quo. Sit dicta consequatur corrupti non. Iste similique non corrupti. Et et quas est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Odio est fuga voluptatem veniam. Quod molestias omnis omnis voluptatem quia dolorum. Facilis dolor et hic unde voluptatem est incidunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berenice.carter@runolfonhills.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frederick Spencer"], ["email", "berenice.carter@runolfonhills.com"], ["password_digest", "$2a$04$5pxuWG7vQ97SoSs3ETlEyOFhBx2BOVaKTmOTrSer.M8uy2ApyLgpq"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Blanditiis omnis libero quidem ut aut iusto. Vel et fugiat illum. Eius autem assumenda aut."], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Corporis quod unde ipsam molestiae. Provident qui eligendi expedita suscipit. Minus ipsa delectus incidunt dolores in et vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (18.4ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (34.1ms) Completed 200 OK in 48ms (Views: 41.1ms | ActiveRecord: 3.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (8.6ms) Completed 200 OK in 23ms (Views: 18.1ms | ActiveRecord: 1.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zachariah.breitenberg@wittingboyle.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mathias Frami"], ["email", "zachariah.breitenberg@wittingboyle.name"], ["password_digest", "$2a$04$OdtbAQpe7chGU5Vx4tuGYuvlZgGUS0F0J1Ok4Pu4vLKJTS/rfZbgm"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Quasi laborum et quas animi quidem. Ex repellendus molestias aut commodi totam maxime. Id unde delectus architecto quas repellat debitis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "In eos quis esse est. Et maiores repellat consequatur beatae eos. Assumenda sunt et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clifford_vonrueden@marvin.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Matteo Hoppe"], ["email", "clifford_vonrueden@marvin.info"], ["password_digest", "$2a$04$Wv/QrkCgGiHEgad/pKWPlu0RTESPOTw/dYd10vlZW0W1CT1oed8ee"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Odio officiis beatae ut et provident fuga. Amet culpa neque alias."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Asperiores cumque nobis molestiae voluptatem voluptas velit. Velit maiores et dolores perferendis quos. Adipisci ipsa iste est odit commodi ad voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryann@abernathy.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garnet Breitenberg"], ["email", "ryann@abernathy.info"], ["password_digest", "$2a$04$2u5NLwwYmius01hL5G6wy.30G8Y5yT8SfNCRp1gv2YG0nH79hq7Xq"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Et accusantium officiis molestias accusamus voluptas. Repellat fugit non culpa suscipit reprehenderit. Accusamus voluptas porro voluptates nam quo eos ducimus. Est et qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Voluptatem iusto totam fugiat impedit adipisci laboriosam necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alvera@rippinrogahn.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Devon Daugherty"], ["email", "alvera@rippinrogahn.com"], ["password_digest", "$2a$04$U7PGhBEDOjpBapevCjmp9enMKPFmbbOEgyVTaGvMT9DruKqww.Dji"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Et et vel voluptas magnam. Neque odio dolorem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Ducimus aut dolor sed quis aut aliquid."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerry@littelbecker.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ramon Witting"], ["email", "gerry@littelbecker.io"], ["password_digest", "$2a$04$KsK97f8U62oGtvDrYvxHEeCifCyJWT8QOox9Petfd8wRkVuaPV/Mm"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Non fuga dolorem non. Sint est voluptas. Architecto est consequatur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Soluta eos beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandrine_romaguera@altenwerth.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Agustina Runte"], ["email", "alexandrine_romaguera@altenwerth.name"], ["password_digest", "$2a$04$cdmEA7wNn/b7rS6kAEWg2ukaJEl6AcMgt55W60LyOyDofoq6B1n0u"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Dolores ut doloribus dolores deleniti quaerat quo. Voluptatem dolor dolores mollitia qui magnam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Pariatur dolor et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emiliano@langworthbode.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alessia Schulist"], ["email", "emiliano@langworthbode.info"], ["password_digest", "$2a$04$SbeL8ftSTcpEWw3qDg8FOe38g71wRGWti3cHuwMT9PHk4SA8aaYGC"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Quia nesciunt sequi ut. Qui dolorem facere et vero quia delectus. Adipisci incidunt sit atque nam ut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Vel nisi qui qui incidunt et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enoch@beer.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Tressie Paucek"], ["email", "enoch@beer.io"], ["password_digest", "$2a$04$f0Ss/Yaa0/QTNezL.ae2HubtkX.G2HYY6Gfh5pSaa08BxxcSWMiTC"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Ad a molestiae ratione. Accusantium sed velit. Ut itaque qui quas."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Eius facilis ut ullam nemo natus et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "velma_johnston@maggio.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laurie Dickinson"], ["email", "velma_johnston@maggio.io"], ["password_digest", "$2a$04$07oIsnzV8/4D7393z9O6s.yVv9UfZsOhaT9VG1ZYhhEWAtfK4Zs2W"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Qui velit consequatur dignissimos tempore nihil. Est quidem numquam ut qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Voluptas nisi ut aliquam placeat deleniti asperiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ari_kerluke@pfeffer.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Malinda Block"], ["email", "ari_kerluke@pfeffer.co"], ["password_digest", "$2a$04$PjsuC6G4pwA7/.3SySlGM.0.LEi65/JSenaQfKGxFs9zHU6i3CHC6"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Id doloribus repellat perspiciatis. Sunt et itaque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Perferendis incidunt harum quos animi accusantium. Blanditiis error voluptas quae deleniti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aleandro@wiegand.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Jamir Simonis"], ["email", "aleandro@wiegand.info"], ["password_digest", "$2a$04$Dg0rteiFnlFzoJB70ZqmQOGNBCxgSGA5T/ts22ERYWc0tQn8EYdJ."], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Porro ut deserunt quae vitae reprehenderit itaque esse. Quibusdam dolorem ut rerum culpa. Delectus blanditiis facere omnis ut officia. Magni assumenda et aperiam veniam cumque asperiores voluptas."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Et ex quis qui sed. Harum sint qui ad nulla quam. Ratione eum aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.6ms) Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (53.2ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (83.7ms) Completed 200 OK in 98ms (Views: 85.0ms | ActiveRecord: 9.9ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (10.6ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (41.3ms) Completed 200 OK in 62ms (Views: 56.1ms | ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melany.cruickshank@romaguera.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yolanda Muller"], ["email", "melany.cruickshank@romaguera.co"], ["password_digest", "$2a$04$YWAwl3ankdGMosXCXAtFYueUCEv0GgB0SsUrJq8BZQT4Y.j1U37Ku"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Facere voluptatem qui maiores. Libero est ullam totam sit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Quia eius molestiae et voluptatem et maiores. Officiis eligendi ducimus deleniti est. Et ut neque quaerat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.6ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (23.6ms) Completed 200 OK in 39ms (Views: 31.3ms | ActiveRecord: 3.1ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.0ms) Completed 200 OK in 21ms (Views: 15.1ms | ActiveRecord: 1.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "muriel@treutel.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Neha Kiehn"], ["email", "muriel@treutel.co"], ["password_digest", "$2a$04$6dcCgIpofgm937KRb6x78.F3lLe3od4zF7z.R/eXDPnJ9tzI2H2D6"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Cum id architecto natus consequatur temporibus. Itaque sint minus aut occaecati autem."], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Ex voluptate quia tempora reprehenderit. Voluptatum cum ullam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lucius_leuschke@reingerfadel.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Augustus Macejkovic"], ["email", "lucius_leuschke@reingerfadel.com"], ["password_digest", "$2a$04$08/ngFu.xom/Skv0./ofYeu8T9.NRDAOuaJ0nOctOhhxlj8NL9KZK"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Optio libero temporibus dolorem consequatur quia. Ut id repellat recusandae maxime est eveniet est. Animi iusto quas. Officiis atque possimus cupiditate."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Repellendus voluptas similique alias. Accusantium in non et rerum quo."]] SQL (1.3ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dell@buckridge.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Abelardo Turner"], ["email", "dell@buckridge.io"], ["password_digest", "$2a$04$BCbtWgzT9vvHBgaWTkPUPe5x4u5cuuP5ethZq29i4pW/a.nfOgQ9K"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Non aut sunt illo rerum. Nemo earum nulla velit mollitia. In vero labore ex itaque dolore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Doloremque quis ut molestiae expedita earum laborum illo. Porro molestiae voluptatibus rerum natus rem. Consequuntur assumenda rem labore eaque sequi consequatur dolor."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.8ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (18.3ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (33.1ms) Completed 200 OK in 47ms (Views: 38.1ms | ActiveRecord: 5.2ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-10 10:46:53 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (21.1ms) Completed 200 OK in 40ms (Views: 29.2ms | ActiveRecord: 4.3ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$6V5bXgOOVcgNn0dNXfObXuk1OpiI2DIK7fv251LhIy50mYAOuVJza"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$GRLXuKLkHdwwlITUpqYUoOzwv92lBpJMaf..R2qxqJYp.dkczRRAS"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$OiSE6Nr8rACjhQBL.7sGvOVcpZ78ONBlp4dHsSg00OiRtoB.cCsGO"], ["updated_at", 2016-06-10 14:46:53 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arvid_altenwerth@mayerboehm.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karen Goldner"], ["email", "arvid_altenwerth@mayerboehm.co"], ["password_digest", "$2a$04$fzWFxirHfvU32LeYxJQDue7LRNxKz8hGRQTff0Fayb/QAI954Q6g6"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "herbert_glover@rowe.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laisha Rutherford II"], ["email", "herbert_glover@rowe.org"], ["password_digest", "$2a$04$NVXC4nElPNiko9GxHE7opeV/68lNlWOkLvDbHDp.z1B8A2H9iNi2y"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kyleigh@howe.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jerrod Schiller I"], ["email", "kyleigh@howe.co"], ["password_digest", "$2a$04$gvzZKkm1kLACfrSZc3GYEO0Wlx9zR9GZ6aGPxcGnw1/zyy2pkxwPO"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Ut voluptas quibusdam earum similique. Pariatur blanditiis vel. Quam sunt magnam voluptas necessitatibus. A autem debitis maxime itaque aut cum."], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Consequatur aliquid minus aperiam voluptatem nihil labore animi. Sed voluptatibus ut molestiae voluptas doloribus quae. Laboriosam dolorem et maxime."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaleb_maggio@dietrich.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clementina Nolan"], ["email", "kaleb_maggio@dietrich.io"], ["password_digest", "$2a$04$VKYzTlRfb5/rWawT9w926uuUTghReCdR/5veUVSyrM2m8Tnuixaqa"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Neque autem quis. Repellat dolor facilis fugit non."], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Qui saepe rerum. Quas dolor sed. Vel porro reprehenderit tempora iusto placeat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helene@mitchellmedhurst.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hilton Baumbach PhD"], ["email", "helene@mitchellmedhurst.com"], ["password_digest", "$2a$04$7DiJkKI4hJKoHJw.FtI5nODB9SV/S/ptbVvK2Y1xMZ81oB5rtxoJS"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anahi_kreiger@hauckmoore.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kathleen Kertzmann"], ["email", "anahi_kreiger@hauckmoore.name"], ["password_digest", "$2a$04$jrfWEMKaThk2uNhOFFvzOe2vlN5iflb3Xt2NZQn7hNagamI4BELkq"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yolanda@metzherman.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Preston Braun"], ["email", "yolanda@metzherman.info"], ["password_digest", "$2a$04$vlcU9VvydaxOgzH6J5vHXOwTB34a77sQgJiHUAi2LvY91lUKwJWTG"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darian_schroeder@mohrhammes.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carmen Turner"], ["email", "darian_schroeder@mohrhammes.info"], ["password_digest", "$2a$04$XRX.A7TyJlhxTxa8vRcJJeETxcbJ5JVttdGWPrWLp/t5S6gKj4fke"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Ut ut sit eum consequuntur nostrum qui. Minus culpa quasi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Saepe quibusdam veniam est minima eos ad. Sit qui sint animi minima voluptatem enim molestiae. Voluptas est praesentium quia eos fugiat ea sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amparo_schimmel@weinat.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dayne Hackett"], ["email", "amparo_schimmel@weinat.co"], ["password_digest", "$2a$04$1cyaTGMw9zvrXsz8qlNoq.MuFxBxeJujzJhAfIgojufxSxaK7wqli"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Minus ab et rem ipsum. Recusandae doloribus totam ut. Porro consequuntur ea sint optio. In qui rerum nihil nemo fuga et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Saepe nobis sapiente qui amet."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 12:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myah@runolfsdottir.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kory Osinski"], ["email", "myah@runolfsdottir.org"], ["password_digest", "$2a$04$bbe9roZthNr/RXVj4dO5oOjEov7joHCOfXLtyQp6VA1Uskh3NaV86"], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Neque enim ratione ut vero. Consectetur laudantium enim magnam qui. Vel vitae nisi consequuntur voluptas et. Porro necessitatibus incidunt est id qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:53 UTC], ["updated_at", 2016-06-10 14:46:53 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Voluptate corporis occaecati magnam ut qui ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adela@townewest.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Oren Brekke"], ["email", "adela@townewest.info"], ["password_digest", "$2a$04$Txr9pQ.7x6rbzZKrbIfBweKvmAI8tgx81vZyfMZwd6HMtwbmDkOR6"], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Enim explicabo omnis quis sit non rerum. Quidem dolorum nihil magni ratione corporis sit sunt."], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Repudiandae omnis pariatur atque iste quas nisi et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pamela_miller@littelconroy.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcia Kertzmann I"], ["email", "pamela_miller@littelconroy.co"], ["password_digest", "$2a$04$a55A.InJJCU7aAxa1hKDou/Hc0s1zRLYpbTz3WC.TECYpdjziDMuW"], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "george.hoppe@torphy.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sim Paucek Sr."], ["email", "george.hoppe@torphy.org"], ["password_digest", "$2a$04$evdoAzW8OESrwB2/gWDbrumWHhSlP07XWlCq0FkOS4AIQ/8AGnoEC"], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Fuga id animi veritatis et. Ut sequi ut."], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Qui sit ipsum. Dolorem optio aut."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 14:46:54 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelley@reinger.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jammie Shields"], ["email", "kelley@reinger.io"], ["password_digest", "$2a$04$xKJMZsYGyIc7zTuIMVbikOjik1Ot2pYjPVjQq0m1jN0Mi2QXOc2kq"], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Vel maxime quia omnis veritatis. Repellendus enim quia molestias. Sunt blanditiis in deserunt quo. Voluptatem et ut eius dolores quis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Doloribus ad vitae laudantium. Expedita vel sit. Non rerum delectus et aut qui aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 14:46:54 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yasmin@jerdelebsack.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wilton Kilback"], ["email", "yasmin@jerdelebsack.info"], ["password_digest", "$2a$04$qnbTajKbUtNkXhixQoRbFuoBowElIKvLYqtG75SuOzjzi7cuyFZ/e"], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$o5S6Qg34hiNoGAroQNeMTuT3ZkXW5ZB31/LGCmySDcYETfy0dZbRy"], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$XpNu4IHgO688asbYGRmBourFK6V8ZoPHR4kuTl5uWAFoxO.jgDTzu"], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raul_littel@mohr.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Albina Hirthe"], ["email", "raul_littel@mohr.net"], ["password_digest", "$2a$04$z2ovAP37aoayEeaQea3UauE.0Ifu8qmNx5MkGKSw3vEJlwwECnodO"], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Quisquam quia perspiciatis distinctio quod harum qui. Id illum beatae illo architecto aspernatur ipsum itaque."], ["created_at", 2016-06-10 14:46:54 UTC], ["updated_at", 2016-06-10 14:46:54 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (13.8ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (21.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 14:55:14 UTC], ["updated_at", 2016-06-10 14:55:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 1], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 63ms (Views: 22.4ms | ActiveRecord: 5.6ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katelynn@stiedemanncrona.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maci Hodkiewicz III"], ["email", "katelynn@stiedemanncrona.name"], ["password_digest", "$2a$04$0XSopMitJsrSGCH3yw5dR.6rHTCZ0lS/yuatODkViosPl8lOEtOdy"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label2"], ["id", 2], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Provident impedit totam. Debitis ex et ut veniam earum. Rerum nemo aliquam rerum in animi tempora omnis. Voluptate aut reiciendis ipsa labore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Praesentium doloremque ad hic maiores molestiae repellat voluptas. Sint sed facilis est culpa praesentium eum. Quibusdam et sed ad qui."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["tag_id", 2]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label2"], ["id", 2], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelina@zemlakweinat.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Theresia Barrows"], ["email", "angelina@zemlakweinat.name"], ["password_digest", "$2a$04$TbkUZJg9MUszJhL3vsuCquQh69nARQRBuEGaEMB8rdNjGAZDTIOjC"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label2"], ["id", 2], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title2"], ["body", "Occaecati debitis pariatur magni. Qui soluta voluptas debitis qui sunt. Qui perferendis ab molestias sunt ipsum et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 2], ["slug", "title2"], ["summary", "Voluptatem doloribus quas dolorem non nihil. Adipisci explicabo quaerat necessitatibus. Voluptas incidunt voluptate molestias enim."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["tag_id", 2]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label2"], ["id", 2], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyrell@deckow.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew Schamberger"], ["email", "tyrell@deckow.net"], ["password_digest", "$2a$04$VVHyyF97eipx0DdxhLJIrOpUqzbR5C8wiZSMveR/C8TG2arzq5NPe"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label2"], ["id", 2], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Accusantium neque eius blanditiis quia voluptates distinctio totam. Vel eum ut vero rerum nesciunt. Aut et rerum dolores ipsum fuga. Repudiandae sit illo blanditiis quia sunt."], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 3], ["slug", "title3"], ["summary", "Debitis minima vel esse nam nesciunt."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["tag_id", 2]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label2"], ["id", 2], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label2"], ["id", 2], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laverna.pacocha@treuteldouglas.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Freddy Bednar"], ["email", "laverna.pacocha@treuteldouglas.net"], ["password_digest", "$2a$04$nRsfWfWonhllJI1EXTX5duJ4iYLvulM2ej1E/oFcg7O3KIMIV098e"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title4"], ["body", "Error dolores quidem. Ad quam voluptas labore consequatur culpa."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 4], ["slug", "title4"], ["summary", "Veniam adipisci qui eaque. Quae ex porro dignissimos beatae iusto maxime adipisci. Id enim aut."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title1"], ["id", 1], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-08 00:00:00 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title2"], ["id", 2], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label2"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 2], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.0ms) Exposition::Post Load (1.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (1, 2, 3) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "andreane_schamberger@grant.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grady Ratke"], ["email", "andreane_schamberger@grant.info"], ["password_digest", "$2a$04$yYbF9x.zHZ6zNKT6XxdPMu3oXKFCbeGLcgfbdvsjk3EBzhZwUriyC"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title5"], ["body", "Suscipit iste nemo sed. Aspernatur iure voluptas culpa molestiae et molestiae perferendis. Quo omnis doloremque. Quo illo ut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 5], ["slug", "title5"], ["summary", "Voluptas qui laborum et architecto sit ut. Recusandae architecto odio."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johanna_johnson@oconner.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dameon Predovic IV"], ["email", "johanna_johnson@oconner.co"], ["password_digest", "$2a$04$8Ada.m6Pq9BX35LtjDYzd.Ps6wyJox.yCB7tsPNxvWebrKD6HUaIa"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title6"], ["body", "Ducimus laboriosam dolores doloribus et quaerat. Earum sit labore et accusantium placeat."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 6], ["slug", "title6"], ["summary", "Harum ut aliquid. Saepe architecto hic sed maiores corporis. Id nihil iusto."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "willow@boganhodkiewicz.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chasity Murray"], ["email", "willow@boganhodkiewicz.org"], ["password_digest", "$2a$04$Gk7ygbJlCeL6278qm30Nz.Wk3CRG.X1Mk3QKnGLpTFYtwihLBBxc6"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title7"], ["body", "Atque itaque deleniti quisquam ut commodi et. Consequatur quia quae quia voluptates eos."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 7], ["slug", "title7"], ["summary", "Aut quia est porro omnis maiores quos illum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilton_parker@roberts.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aaliyah Doyle"], ["email", "wilton_parker@roberts.io"], ["password_digest", "$2a$04$chKcw0HlC3yEHhBT1HeBxO..WYNAGZgO4g6hWhDRzT48SXAQq8XEi"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title8"], ["body", "Possimus sunt officiis pariatur officia quasi. Consectetur reiciendis voluptas aperiam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 8], ["slug", "title8"], ["summary", "In nihil facilis et facere neque tempore dolores. Fuga repellendus corporis. Dolor aliquam rerum cumque eaque qui inventore provident."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ernestina.pouros@reilly.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Santino Kling V"], ["email", "ernestina.pouros@reilly.info"], ["password_digest", "$2a$04$iQ.XBc99GO9jaT4CtZP7UeYg3k6L4WZSgzWfDnCcznSa/f5G1zDtq"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title9"], ["body", "Libero itaque error. Impedit et debitis maxime reiciendis eum. Dolor eius sed. Dolorem dolorum sint ipsum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 9], ["slug", "title9"], ["summary", "Vel tempora laboriosam est ut. Earum aut vel culpa. Ea ut at harum molestiae."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macey@rodriguez.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Crystal Cummings I"], ["email", "macey@rodriguez.info"], ["password_digest", "$2a$04$Ukzwjf0MkIqG76tvNwsE6.uI72TlJVVEFIDv7vO8Bq5/dFPkMoW/O"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title10"], ["body", "Et ducimus asperiores animi. Asperiores autem pariatur dolore qui saepe perspiciatis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 10], ["slug", "title10"], ["summary", "Amet in debitis veritatis explicabo in. Ex ut doloribus eum sint culpa. Accusantium omnis asperiores aut reprehenderit aut consequatur."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicklaus_wiza@hudson.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vivienne Ernser"], ["email", "nicklaus_wiza@hudson.co"], ["password_digest", "$2a$04$HNXMDr5SbI1ZpCa8aK/1aORgrJBAUOV593hxYKP7t9I1gFIhCD4cm"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title11"], ["body", "Sequi voluptatem dolore neque nihil perspiciatis modi. Laborum dolorum et fuga quam et neque ullam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 11], ["slug", "title11"], ["summary", "Et molestiae aut. Ut possimus non itaque aut."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karli@dibbert.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavonne Dickinson"], ["email", "karli@dibbert.name"], ["password_digest", "$2a$04$JSTtfqNzCI9yhxmS329NQuJJuFR.zvjmmOZekoUsIUabYG/byvPzi"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title12"], ["body", "Quam aut fuga voluptatum doloremque sit omnis. Et ipsum omnis sed deleniti occaecati. Commodi et autem. Est alias nihil unde ducimus architecto cumque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 12], ["slug", "title12"], ["summary", "Quis vel et voluptatem nihil."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gayle@bernhardhegmann.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raheem Parker"], ["email", "gayle@bernhardhegmann.info"], ["password_digest", "$2a$04$1y7vo05L0qsppZkg6vudZOYouJfUiDPu5WBlJIkJ5a7T3fE6/mjI."], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title13"], ["body", "Rerum tenetur nemo dicta. Eum dolorum amet. Tempora explicabo sit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 13], ["slug", "title13"], ["summary", "Pariatur fugit saepe. Et tempora temporibus et culpa optio ipsum."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amya@marquardt.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Idella Huels"], ["email", "amya@marquardt.net"], ["password_digest", "$2a$04$C46z7Z9MAu04oWLgh07yL.Y3g./smuetVLf8u3SWf06dNMJScIsNu"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title14"], ["body", "Perferendis corporis cumque ipsam consequuntur. Veniam et sed non dolorem velit neque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 14], ["slug", "title14"], ["summary", "Expedita id molestias."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melody@hackett.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neil Ferry"], ["email", "melody@hackett.info"], ["password_digest", "$2a$04$WQNIsCy8uPW4QprXTcqBiOQreJgn4qX5fP3Ij1WzkYZEieovR2oGW"], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title15"], ["body", "In accusamus molestias repudiandae magnam ducimus ut harum. Dolores laborum ut ut excepturi molestias. Dolor reprehenderit ea magni nihil quas rerum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:15 UTC], ["updated_at", 2016-06-10 14:55:15 UTC], ["author_id", 15], ["slug", "title15"], ["summary", "Qui quis asperiores."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 15], ["taggable_type", "Exposition::Post"], ["tag_id", 3]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label3"], ["id", 3], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label3"], ["id", 3], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label3"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 3], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.1ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$awSuqcwwcphwdx/v5fc9cO3doCohPJqFvTBMUW3dzQA8y5CTSQOY."], ["created_at", 2016-06-10 14:55:24 UTC], ["updated_at", 2016-06-10 14:55:24 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$7PbpTkDY5zu52wgmLvQsW.VLngxLLZOs2Y4S1K20C8/rYwsD2grwu"], ["created_at", 2016-06-10 14:55:24 UTC], ["updated_at", 2016-06-10 14:55:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$srt4k4/iZN2zoamnhu1hR.5B7r4vnutczhJ9ff6D5x.VJSrIx3RtK"], ["updated_at", 2016-06-10 14:55:24 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lina@hoegermohr.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Katrina Yundt"], ["email", "lina@hoegermohr.info"], ["password_digest", "$2a$04$P3PlDiy1/pY48tCY3bviA.PeJ85nJ2FgLDb8JhiEx1MJfFFzf88me"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Magnam reprehenderit ad aliquam aperiam sapiente repellat. Facere odit dolore aut voluptates laudantium."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Reprehenderit id eum. Earum porro tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 19ms (Views: 12.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dejuan.johnson@konopelski.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelsi Torp"], ["email", "dejuan.johnson@konopelski.com"], ["password_digest", "$2a$04$AWfI3IWNVZr9.DoUzzObpOTnFS9.VyngqDCFx.G8g7zDCc1g0RAia"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Voluptate debitis consequatur ex est illum sed incidunt. Eaque natus voluptatem labore. Labore quis quia officia ut voluptatem. Quam error quis tempora quaerat velit."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Aut deleniti eos et est. Officia distinctio quis in voluptatum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juvenal_dubuque@oreilly.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jocelyn Abbott"], ["email", "juvenal_dubuque@oreilly.biz"], ["password_digest", "$2a$04$5Qb8EaURTthwV3JhNLph5ucmsuPtnvHttjuQkMsIBBTT9wQ4yjbVi"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Cupiditate quis repellendus qui consequatur dolores nam ducimus. Illum aut modi dolorum. Ut sunt itaque doloremque ratione voluptas quibusdam aut. Eveniet et illum odit dignissimos maxime illo."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Ut rerum repellendus. Et qui labore et facilis dolorem sed. Reiciendis distinctio veniam consequatur illo sed corrupti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juanita.strosin@purdy.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kieran Tremblay"], ["email", "juanita.strosin@purdy.net"], ["password_digest", "$2a$04$bz7PcCyDbqD3Rjiu3SnqcOBg2xmJJ8PQTYoPr5MRyx0dF8NIbcKwa"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Sed deserunt facilis. Aut cum dolores tempore. Sed et distinctio modi blanditiis et aliquam mollitia. Ea sunt facilis doloribus libero et sint eos."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Consectetur itaque sed maxime dolores et et. Quis quae nisi nemo. Animi quas aut distinctio rerum odit sequi et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adolf@hilllabshire.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Osbaldo Abbott"], ["email", "adolf@hilllabshire.org"], ["password_digest", "$2a$04$69P6znjwJ1Zt49boVAs4huGXpSwvKccmFMoWgQpNFC1tuTfnjHruC"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Aut at voluptatem molestias aliquam. Eos tenetur natus debitis quo. Enim quibusdam consectetur consequatur."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "In fugiat id occaecati dolor beatae corrupti. Quos quo enim aut. Vero aliquid non labore alias voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lora.grady@watsicakris.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Janet Ullrich"], ["email", "lora.grady@watsicakris.biz"], ["password_digest", "$2a$04$OG0Cn48OGjtNhhLUvGjACOnsk5yWJ/9e88dgWVgGk6vvnxHOUdXOm"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Hic sunt cumque fugit error quod. Omnis sunt fugiat. Voluptatem vitae aut repudiandae."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Ut nam magni nisi veniam a dignissimos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brant@brown.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miguel Rice"], ["email", "brant@brown.net"], ["password_digest", "$2a$04$mos/Rh86Vhq6jC83upZcuOXeEIiAW3l9ddszQ7Z.xAj5nUYKsOHXa"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Eum magni quidem dignissimos explicabo. Eaque similique et molestias velit. Distinctio sed voluptatibus eveniet et saepe eum."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Optio quis dicta iste."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trevion.ritchie@gaylord.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Stephanie Graham"], ["email", "trevion.ritchie@gaylord.name"], ["password_digest", "$2a$04$UXRemcsP3TeRd.51ImQ2iOnReRLmH0pkDeizB6onkf7egpnZq9ehO"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Quia assumenda id beatae explicabo totam porro consequuntur. Incidunt consequatur aut ad porro soluta. Eveniet ad non molestiae voluptatem molestiae culpa. Qui minima magnam quis nemo placeat enim laudantium."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Eos consequuntur eius et voluptas quasi ut delectus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zackary_sauer@rosenbaum.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noelia Miller"], ["email", "zackary_sauer@rosenbaum.io"], ["password_digest", "$2a$04$IDeIsXNN6fngFaN9YJqqRudhc.JzjJrQ48Tbe6n93r2x1fQ1JIF0u"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Deserunt cupiditate quia ad dicta. Quia sit voluptas fuga a sequi aut est."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Ut consectetur dolores laboriosam. Error labore repudiandae ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexzander@schmitt.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Melba Harris"], ["email", "alexzander@schmitt.name"], ["password_digest", "$2a$04$s6CpEVf5p2F0kZ1XdxBSc.v356SIt7Z6yjvBKfWGUotRj5z1zodpS"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Fugit et quo laborum. Excepturi cum in quibusdam provident temporibus dolores. Accusamus qui aut ea minima tenetur est."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Nemo molestiae aut repellendus quod aut et est. Quibusdam odio quidem. Dicta incidunt atque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elody@kuhic.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verona Gottlieb"], ["email", "elody@kuhic.io"], ["password_digest", "$2a$04$o0VMSW3F.eslMzuonHB6Z.AjWTJHRqCU1HoENTXEjtzTE/VckMdti"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Vitae minima est reiciendis sed totam. Eaque deleniti voluptatum odio. In occaecati voluptate necessitatibus omnis quis."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Delectus et quo dignissimos totam ut eos. Earum delectus velit dolor iste itaque corporis. Accusantium aut quibusdam beatae perferendis qui doloribus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marina.brekke@corkery.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lillian Hackett"], ["email", "marina.brekke@corkery.com"], ["password_digest", "$2a$04$a3/YyG2wXrI1VGhbxMawNOH5wUJ4y9TCw1SdoMQhQ9LwYcdw4XIdO"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Sit enim dolor sed qui sit ut. Accusamus iure excepturi aut eligendi aperiam autem ducimus."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Velit eum odit. Sapiente rem dolor qui voluptatem ducimus pariatur. Quam consequuntur qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lucious_schroeder@wisozk.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Archibald Johns"], ["email", "lucious_schroeder@wisozk.com"], ["password_digest", "$2a$04$Etrc7wOibzq4Aw9SW/EexekZJ7A0z70N04EV8mRLE98UtV0EvW2Kq"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Est asperiores nesciunt. Eos aut accusantium dolor est distinctio. Necessitatibus nulla expedita et."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Voluptas consequatur ab deleniti commodi accusamus sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robert@hyatt.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arturo Kuphal"], ["email", "robert@hyatt.com"], ["password_digest", "$2a$04$cEKMQ0DIaRrTyHB805KRquty2.0sdz65Gm0aOREJVXU0jSp6BCiPm"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Minus dolorem recusandae. Id omnis iure nesciunt. Architecto magni neque. Id vel molestias commodi."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Libero sit architecto. Deleniti qui odio at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rory.gorczany@west.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Audra Hane"], ["email", "rory.gorczany@west.io"], ["password_digest", "$2a$04$uCpQvnlnVg/xbDsZZIzWauRRYQ1OFOuUK4eHQ8dIeIeudMSjUix1C"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Iure dicta ea quaerat nihil occaecati eaque aspernatur. Rerum totam eos ut soluta asperiores provident quaerat. Deserunt autem voluptates molestias rerum nemo cum dolore. Aut praesentium recusandae necessitatibus qui nesciunt."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Provident rerum ducimus dolore. Odit a quis unde delectus tenetur. Temporibus sunt quia possimus sit."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frieda@weimannkub.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mary McLaughlin II"], ["email", "frieda@weimannkub.io"], ["password_digest", "$2a$04$Hi2KJ9iCQl/ng8xFSj3Q0OgSSbDe4HD3KIPG1ux2AfLxYIDRbev/u"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Quia dolor porro. Mollitia sed tenetur totam rerum et nemo."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Ut maxime non recusandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eldridge_kovacek@beer.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaylon Kuhlman"], ["email", "eldridge_kovacek@beer.com"], ["password_digest", "$2a$04$NwCyBRipAdXzYbxE5DEdw.nPsl/22s/Qhzlte549W0jvZxCxLLU2e"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Itaque ea iusto totam soluta sed dolorem. Deleniti odio qui rerum voluptatem. Ut aut quia est enim."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Doloremque qui neque delectus. Odit explicabo aliquid corrupti eos. Laboriosam voluptates vel sed qui voluptatem rem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "destini.padberg@deckowwuckert.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carey Ritchie"], ["email", "destini.padberg@deckowwuckert.co"], ["password_digest", "$2a$04$4uXoAwTgz.dIMdZSl/h9ZOrhEB2v41m8axsWauBTkju1BLSBhUfJ."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Quidem ducimus voluptas. Ea ipsum qui. Quia consectetur modi. Non reprehenderit dolor asperiores quidem."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Temporibus perferendis velit omnis nisi velit quas. Omnis impedit atque laudantium."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxie@bode.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Omari Paucek"], ["email", "maxie@bode.com"], ["password_digest", "$2a$04$PZxJaaLdIVGuT9/PzNQTwugp097.oMtFmctzW23ZybegYHFtbQvhO"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Atque ratione nobis odit molestias. Omnis eum dolore maxime illo assumenda error ea. Totam molestiae provident deserunt nulla."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Nesciunt minima sunt animi harum voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ladarius@hagenes.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lloyd Daniel"], ["email", "ladarius@hagenes.net"], ["password_digest", "$2a$04$PSnPewUH/6QcV0TvGAf81O.SRHKZUqlsJbtxAkUdJ4UdhhsCZG3km"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Aliquam beatae dolor dolorum quia enim et. Ipsa libero praesentium perferendis maxime deserunt nam. Sit earum totam quidem sit id ipsum. Tempore dignissimos assumenda est quae beatae."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Eveniet nisi vitae qui ab tempore voluptate sapiente."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claria@metzokuneva.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Trever Heathcote"], ["email", "claria@metzokuneva.name"], ["password_digest", "$2a$04$3sHWkgBxh6RSqIMt6DOlTe9Sor7FCWZjZe6k/s70zNFUMoV2JVFGi"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Provident in ratione. Sed est vel ratione. Facere magnam doloribus ad. Asperiores corporis voluptatem autem consequatur illo laborum."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Accusantium sed aut. Voluptatem vel maiores corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jennings_bernier@connelly.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alessandro Ryan"], ["email", "jennings_bernier@connelly.com"], ["password_digest", "$2a$04$GXg3KsCDAzVI4j8ZVdx4K.2JdtfHvcc4I/uK/upmzhK2lxbnrLWNW"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Adipisci tenetur pariatur repudiandae similique placeat. Voluptatem natus ipsam. Error consequatur dolorum."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Totam est nihil aut voluptas ipsa est fugiat. Perferendis quaerat voluptatem veniam est harum commodi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brad_harber@grimesgulgowski.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Titus Wilderman"], ["email", "brad_harber@grimesgulgowski.co"], ["password_digest", "$2a$04$Zst0.PGvOp9kSObFHITfvOVTX/cElJbtKmqPuicLZGjucTOUbSKh6"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Et facilis nisi enim minima. Odio minus inventore soluta sint est. Quam est aliquid sed."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Aut minus et adipisci."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorcas@hickle.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Coty Haley"], ["email", "dorcas@hickle.name"], ["password_digest", "$2a$04$36x6yN6XPMZxFBxlA51/2OF7q5pWE6RqjKg.TzSFk7f3VGYXfPRJG"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Nihil corporis consequatur ipsa. Et voluptatem nobis dignissimos. Reprehenderit provident aperiam alias."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Blanditiis eligendi neque. Et ipsa omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "waylon@smithamwolff.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rhoda Nikolaus"], ["email", "waylon@smithamwolff.net"], ["password_digest", "$2a$04$tlfa7Yo7sAWQmWKH88vj4eNYdRO8OVSf02L.8JaJJVKHC10LuAoya"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Est qui ut. Et maxime veniam voluptatem est omnis. Quis ut modi quia eligendi. Sequi eveniet dolor."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Dolorem saepe error. Esse nobis facilis itaque dolore amet maiores magnam. Ipsam voluptatem quia illo id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnathon_huels@fadel.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gussie Weissnat"], ["email", "johnathon_huels@fadel.biz"], ["password_digest", "$2a$04$U2OGkLC2Mek1xhuyj0ke8.YwTnIx/LuVRXT1bpRyOX5m/Hb/qyMAO"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Rerum maxime enim. Maiores voluptatem ea. Unde distinctio corrupti maiores."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Ut recusandae sed ratione id quia non qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hellen_bernier@wuckert.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josue Langworth"], ["email", "hellen_bernier@wuckert.biz"], ["password_digest", "$2a$04$69etrcooUrvI1a3SV1BlAexqiDfcQFLtMgowc8l/Izqq1UifWwH6."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Commodi quibusdam excepturi. Explicabo repudiandae et. Ea non itaque qui fugit placeat consequuntur. Ex vel accusamus doloremque quisquam exercitationem perferendis aut."], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Praesentium recusandae modi qui ex. Aut nemo quia voluptatum dolor tempora laborum. Exercitationem ut dolore tempora eius aperiam suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margarete_wolff@raynor.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daniela Langosh"], ["email", "margarete_wolff@raynor.info"], ["password_digest", "$2a$04$4si1qGQ40HqDRXMXbiUWcuyjX0Md1e1p0MbAoPcWyhsZFJgb9ciqu"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederic@mann.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Eloy Tromp"], ["email", "frederic@mann.io"], ["password_digest", "$2a$04$sH8eRID67RmDHeOSV.Pc6.TbL5pRdylcO3if/70KkTyAF4oQxFzte"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Necessitatibus sed ut iste dolorem at fugit eum. Culpa et voluptatem. Vel reprehenderit fuga voluptates molestias dolorem et laborum.", "summary"=>"Et ut ab dicta.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 1.2ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 14:55:25 UTC], ["updated_at", 2016-06-10 14:55:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Error commodi alias quia facere cum. Dignissimos facere architecto.", "summary"=>"Magni quo quae nam illum cupiditate. Aliquam nihil quia qui dolores expedita impedit. Repellat doloribus repudiandae sit delectus quis minima quod.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 1.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kyleigh_mcdermott@gislasonwhite.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Major Fadel"], ["email", "kyleigh_mcdermott@gislasonwhite.org"], ["password_digest", "$2a$04$XB.HB5KEIdg4Vi0O0g/VYeFMGx3Dfa0rkPscur/syHgjizS.MUnAS"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Adipisci delectus et illum.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Adipisci delectus et illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Rerum cumque sed sit ex expedita asperiores vitae. Voluptas totam voluptatibus quia eius libero qui.", "title"=>""}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 1.3ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heather@pourosvonrueden.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dina Pacocha PhD"], ["email", "heather@pourosvonrueden.biz"], ["password_digest", "$2a$04$/BxeamG/g9xyhEiKBobekemgtd1okdKBr5fNH2fPc7h0/t.jafZLW"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Quia qui optio illum sequi. Iure perferendis natus qui debitis. Ipsam quo enim qui iste et."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "A recusandae sint consequatur. Pariatur voluptates in iure asperiores ut aperiam iusto. Temporibus consectetur illum et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 10ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "domingo@halvorson.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Madelyn Kessler"], ["email", "domingo@halvorson.biz"], ["password_digest", "$2a$04$lAuuEUSnZ6p9b2w.wXC5NOUi8inyUDf0LISbc0G0UKc.3mDOpOfwC"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "In unde dolorem quis quis impedit fugit quo. Deserunt qui eos ipsum sequi. Rerum odit aut. Temporibus in harum est et."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Eum omnis quod dolore qui non est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilda_farrell@rath.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucie Goodwin"], ["email", "hilda_farrell@rath.net"], ["password_digest", "$2a$04$Jyl.7dfOXM4BPPr.wA8FUes8uB9vwwggrlEjpM75pRS6Q0nUA.ozS"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Magni nemo dolores beatae et. Consequatur vitae voluptas non. Est nam deserunt nihil necessitatibus velit harum. Minus voluptate consequuntur omnis."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Corrupti deleniti omnis. Ea unde vel omnis recusandae et quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelvin.rutherford@cormier.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maurine Spinka"], ["email", "kelvin.rutherford@cormier.name"], ["password_digest", "$2a$04$apIVbl1KRx47ihCY/23WeeqgcGYyBpZ3z3a0mHBr6TeiXd9Oznsdq"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Corporis unde libero id. Labore qui facere."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Officia ullam rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (1.0ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:55:26 UTC], ["id", 32]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 4.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "georgiana@runolfsdottir.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernita Hayes"], ["email", "georgiana@runolfsdottir.com"], ["password_digest", "$2a$04$4u1lFJ/ey8OASlsJcIEVneWHtP6z1hqXdvwezm/lFONNhlpSfZNbG"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Harum et ut sit nisi. Voluptatem omnis quod nostrum sint qui et dolorem."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Nostrum consequatur ex asperiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:55:26 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 36ms (ActiveRecord: 3.0ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taylor@daugherty.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Lavonne Conroy"], ["email", "taylor@daugherty.com"], ["password_digest", "$2a$04$5nZ00J4F4kXl16/Sc/9RD.npmPsak.aMBYzL5nBz9aqDhhBZacuWK"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scotty.tillman@skilesheaney.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chase Kunde"], ["email", "scotty.tillman@skilesheaney.net"], ["password_digest", "$2a$04$VySVOGv2YdWT4SvSS.5zzu/ySdSuelqRFCHUb6mlbeDghl704gK82"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Rerum quis placeat est sapiente. Doloremque quis officiis deleniti ullam aut eveniet sed."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Omnis voluptatibus consequatur voluptatem eligendi omnis impedit ducimus. Cupiditate tempora fugiat. Dolor ipsum qui nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-10 14:55:26 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scot@parisianrodriguez.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aliya Metz"], ["email", "scot@parisianrodriguez.biz"], ["password_digest", "$2a$04$xqYKyu/AE0p4wGGKZZohlemfmb/e52DW0/iu2t9FqRHz0cqn1z0GW"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Natus soluta molestias ut. Aut ut cum debitis accusamus aliquam. Quae distinctio ut."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Perspiciatis officiis at sunt. Cupiditate magnam et rerum pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 14:55:26 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 8ms (ActiveRecord: 2.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elyssa O'Hara"], ["email", "user@user.com"], ["password_digest", "$2a$04$LNAeacSdhx/7mqfpciJbNuEGQyNjxlUyWnOM5b7rGRW/vV2x8ZZP."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$R7ihmFL3AJyDwdtrCa2E8u0QMcPsSS0PUDA3/ItHiNpm9Eq4mAMX."], ["updated_at", 2016-06-10 14:55:26 UTC], ["id", 41]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 1.9ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerardo@hermann.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jessie Simonis"], ["email", "gerardo@hermann.co"], ["password_digest", "$2a$04$8xOLYJlesxbgMWs4tUvojexbWRd0Fe7DOLwK/.BYbgODvn582NR0e"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.4ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.8ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 14:55:26 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 14:55:26 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.7ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.4ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathleen@dare.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Elda Grady"], ["email", "kathleen@dare.io"], ["password_digest", "$2a$04$4IdJLSn0SpfJt23Y4BCLTOiodZdWOB9YkxrtshT2LhKRJWq6mxLpu"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Enim consequatur et odit nisi sit ad minima. Fuga sit provident optio sit est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Et veniam omnis tempora soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sadye@lesch.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexa Smith"], ["email", "sadye@lesch.co"], ["password_digest", "$2a$04$IyWJnysBIMfEShY7F7vc2.ApLOR7U8FcGGpXH94KAQ1u.C7.9ILwC"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Delectus quia facilis provident quia voluptatum accusamus quaerat. Qui harum adipisci optio quasi sequi sunt."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Nobis ut quidem laboriosam aperiam. Ea eos perspiciatis sint quis animi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rylan_ernser@conn.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Effie Dooley"], ["email", "rylan_ernser@conn.info"], ["password_digest", "$2a$04$kiKZHZ4GWHq1cXCljaMV2.wOIwT2aR0zhiY3Q.VcPfjoEejd9Z8Oy"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Et non reprehenderit aut id enim nemo. Exercitationem sunt atque et."], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Repellat nihil et tenetur necessitatibus. Dolores ea quia quos autem a."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 19ms (Views: 13.5ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "manuel@wildermanmayer.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Austen Jones"], ["email", "manuel@wildermanmayer.io"], ["password_digest", "$2a$04$KgEeqmxUfr7TRjd0bwBe7.4wJEZlHZLYQD6UA3uWAmoA26y2fztru"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Molestiae eaque ratione ipsa similique molestiae nobis vel. Voluptatem cum illo enim."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "At quis odio quis. Aut repellat quia enim voluptas et. Distinctio quae laboriosam nobis ex."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "milton@jones.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bell Emmerich V"], ["email", "milton@jones.biz"], ["password_digest", "$2a$04$JaXrToEJx8VZkdEA.fZdEeAhlJOIq18ksl./Fev4KS7c/VzjMgSSi"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Voluptas consectetur et alias placeat magnam. Molestiae quas quia dolorem eum minus nobis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Repellat consequuntur quia incidunt voluptas possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isadore_dickinson@ko.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kylie Krajcik"], ["email", "isadore_dickinson@ko.co"], ["password_digest", "$2a$04$xfxn6UrxWCGlpH24ZL3W3e0w370Nhy.qIH9ymJRIPrk8xHTpbhnGa"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Ut nam doloremque exercitationem repellendus. Veniam itaque et. Quidem est iste nisi alias sit enim. Quis voluptatibus incidunt reprehenderit tempore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Quaerat corporis et et dolorum rerum. Sed id quisquam similique nam error repellendus et. Nemo in rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raoul_beahan@barton.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eldon Pfannerstill I"], ["email", "raoul_beahan@barton.name"], ["password_digest", "$2a$04$NruYQ38YagwF33Pelk7rcezTHs92UJaPVkKde250XTupZYLxSlZz6"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Et at porro cumque quo ut cupiditate. Eos commodi nobis et tempora quaerat. Sunt ut ducimus in."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Voluptatem odio laborum ex. Asperiores et ducimus. Voluptatibus voluptas ducimus soluta molestiae autem quidem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "freeda@auerbauch.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Minnie Harvey"], ["email", "freeda@auerbauch.net"], ["password_digest", "$2a$04$Mry03ZRFsHULTu1jc7zLV.uuEk4JZQRJePCXdhs/agz2t3WlRxlku"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Occaecati rem ut et sunt in eius quia. Voluptas modi autem qui rerum. Ea laboriosam adipisci laudantium veniam nisi sed autem. Possimus cumque sint saepe deserunt."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Voluptatum in soluta odio quo molestiae. Recusandae sit sit dolor est vel iusto eum."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrna_tromp@beiervandervort.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Virginia Corwin Sr."], ["email", "myrna_tromp@beiervandervort.info"], ["password_digest", "$2a$04$S066OgimmO3lY/KulznrZeXrJ1GRyMtQjSdO1K7WKE1os4lf5BqyG"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Rerum eaque nesciunt molestiae qui quis. Corporis sit itaque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Non dolor itaque voluptates aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sanford@leffler.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Tre Kirlin"], ["email", "sanford@leffler.io"], ["password_digest", "$2a$04$DhtYOpb.lY2lmVX5jUKDF.3idSAiJYFH/HYMYugD8b3Hn.BPdEsSK"], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Occaecati reprehenderit enim laboriosam quia cumque necessitatibus. Eaque minima aut ut vitae distinctio perferendis ipsum. In et doloribus enim et natus. Ipsum assumenda qui temporibus voluptatem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:26 UTC], ["updated_at", 2016-06-10 14:55:26 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Repudiandae id eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "howell.klocko@connelly.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caden Halvorson"], ["email", "howell.klocko@connelly.info"], ["password_digest", "$2a$04$ax688Hn6oY95u6b9K3xTouuQImaZMbCUSjV5Fub042NPfCbq74.vi"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Provident atque tenetur aut molestias aut dolores. Deserunt et et optio eveniet. Atque aut rerum laborum fuga explicabo nisi eaque. Ut dolorum et et error recusandae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Itaque dolore vel aut et illum sint. Non nemo similique consectetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laurel@mraz.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kyra Goyette"], ["email", "laurel@mraz.com"], ["password_digest", "$2a$04$mIBij.KEbgV8oK381Yg9ZOFqjUF8WT7yROmekrMqK5Q9npEyng8ti"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Recusandae non corporis libero in cum. At voluptatem culpa maiores omnis reiciendis. Debitis facere et ut odio hic exercitationem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Ut et eos. Nulla voluptatem omnis et nostrum adipisci dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nash_hudson@cristpollich.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Braden Jakubowski V"], ["email", "nash_hudson@cristpollich.org"], ["password_digest", "$2a$04$ywYN7kPMmKtbgwHOA6UsS.Wxkam7K8NPVFnw4BlZ524BYVt7beEWy"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Omnis dolorem ut. Quia ducimus nam. Aut quam explicabo unde quo debitis. Suscipit neque nostrum consequatur perferendis velit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Omnis et velit est. Est iste eveniet debitis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aubree.cruickshank@hermann.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Kimberly Baumbach"], ["email", "aubree.cruickshank@hermann.org"], ["password_digest", "$2a$04$WdsUk3FKCq1VNxYIdNSttOqgdBHgJzLMrIIKK6v/xtAgyuefV.znq"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Hic quae omnis et. Non distinctio est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Maxime autem voluptas dolor corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeramy_steuber@schumm.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Elbert Dicki"], ["email", "jeramy_steuber@schumm.org"], ["password_digest", "$2a$04$Yy8RQ.BDPLoKAU0e8eK4Ke5CeqC7T1hTNqoZmaDDQm1N1N6K7xDei"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Sed aut esse aut. Ut earum sunt unde neque quos magnam odit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Maxime et nihil. Dolorem ipsam sit ut expedita. Eos voluptas quo architecto autem dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edd_hettinger@heathcote.info"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaime West"], ["email", "edd_hettinger@heathcote.info"], ["password_digest", "$2a$04$4zQQk4e8YEg60Jko4013kOo.7070erV1yFOM/4Gd7406B26DYuu7G"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Consectetur nesciunt ut temporibus sunt molestias odio qui. Non nemo aperiam rem aliquam. Rerum cupiditate sunt in numquam. Fugiat quas non dolore voluptas dicta voluptas."], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Ipsum cupiditate quia. Quas ut quia accusantium commodi. Praesentium tenetur corporis in doloribus amet qui minus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.9ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 37ms (Views: 8.8ms | ActiveRecord: 3.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "catherine@dickinson.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dagmar Sauer"], ["email", "catherine@dickinson.org"], ["password_digest", "$2a$04$cPEymYuiwNsxIsylLfiV1e6yCRNjTY30LKvsaunE7xfGxLxAjWVaq"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Minus delectus necessitatibus molestiae et facilis hic impedit. Libero odio doloribus quibusdam. Laboriosam qui ut. Architecto animi quod aut itaque nemo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Consectetur necessitatibus consequatur."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylin_upton@senger.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sylvia Waters"], ["email", "kaylin_upton@senger.com"], ["password_digest", "$2a$04$cX0d9YUjdPXPCgtjSQ2dEeMkZV5LlKBWjrdY.Ji15M2JQwEDRmk9y"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Voluptas aliquid unde qui. Et repellendus suscipit sunt temporibus tempore illum nihil. Atque accusamus et nesciunt mollitia illo ab iure."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Et perspiciatis veniam dolore qui. Maiores saepe voluptates ipsa."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "novella.torp@gaylord.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wanda McDermott"], ["email", "novella.torp@gaylord.net"], ["password_digest", "$2a$04$QEL3lmi2nfeWRPpXBY5Ab.R4D8Lzs9lNNbMpUCYNMBa6oEK3gvBhu"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Et sit ullam molestiae voluptatem nobis. Sunt et ex laborum. Id nisi autem dicta est consectetur eius et. Voluptatem et hic quo doloribus et."], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Laudantium ab sit nihil est modi dolorem culpa."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeica_fay@leuschkelindgren.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Green Bechtelar"], ["email", "jeica_fay@leuschkelindgren.co"], ["password_digest", "$2a$04$jgraDpxzQ67eMg8xJ54ONehoDPt02jZ6K6GMhBalwKhttWwxLeCJm"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Qui laborum omnis. Excepturi vitae dolorum et magnam ea. Laboriosam animi non aut quasi explicabo esse a."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Quisquam aperiam blanditiis voluptatem sit omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-08 00:00:00 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms) Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reese@hintz.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rigoberto Mante"], ["email", "reese@hintz.com"], ["password_digest", "$2a$04$fNSNpmJ3KsA2..PhUch/8OUSo5jJmOfTZ26T/LPY59fCcTLYhROaS"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Enim necessitatibus rerum voluptate consectetur quam culpa. Ut nisi et occaecati ratione necessitatibus quis culpa. Et adipisci dolor minima."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Maxime dolores officiis libero sed qui blanditiis tempora. Iure ab quia. Voluptas velit maiores id sint architecto facilis qui."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ephraim@ferry.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Mitchel Tillman"], ["email", "ephraim@ferry.co"], ["password_digest", "$2a$04$8r5EX/xAb1EFii1vNq2vL.hE266Kl.GJGyhLvJcdaR0gxr5MMB/pu"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Perferendis velit aut cumque aliquid voluptatibus nostrum eos. Nihil quia unde et mollitia. Autem dolorem aut quo et. Quaerat nostrum dolorem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Eos fugit provident animi qui. Tempore quam quia distinctio expedita."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonetta.gleichner@christiansen.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Filiberto Goyette"], ["email", "antonetta.gleichner@christiansen.name"], ["password_digest", "$2a$04$3YdpWlDW4jxiym31KS5lreYXuzdhqOl0Gl1M5312RZi2aFdqUp7Bq"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Asperiores cumque est quod deleniti. Iure omnis totam tempore. Voluptatum molestiae quia et qui quae rerum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Pariatur ea eius sint commodi officiis neque qui."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jennings@erdman.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brooklyn Simonis"], ["email", "jennings@erdman.org"], ["password_digest", "$2a$04$9w.Hp4Tp.dguS311YlYRbOzYnXIUCaq8ACMapp.VxJ6WkskuM1lZu"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Est doloribus fugit et non. Dolores ipsam omnis quia iusto et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Illo quasi eveniet quaerat."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "consuelo@okuneva.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Providenci MacGyver"], ["email", "consuelo@okuneva.io"], ["password_digest", "$2a$04$MZC.gnVqkfaMDtyDxrPmkO/LRODSK8ixJDWSRLH1inFafafB5p7d6"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Aut perferendis esse. Et ut consequatur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Velit voluptas fuga nihil sed."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "obie_lockman@harvey.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Gabriella Bahringer"], ["email", "obie_lockman@harvey.biz"], ["password_digest", "$2a$04$jgahg4uqKaqEgAh0phd7hOEBPFbNhq3VkZLtk1jNk8ZPF5ftZv3Ei"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Blanditiis delectus sint rem a nulla. Vero corrupti dolor in deleniti voluptas rerum aut. Sed eos placeat quas atque pariatur cupiditate. Architecto aut veritatis quod praesentium et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Pariatur exercitationem quia omnis quos minus non."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christelle@kuvalis.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kira Carter Jr."], ["email", "christelle@kuvalis.com"], ["password_digest", "$2a$04$b1VNZKZMrNBJzJACAUhVkuUoBxa2v3lh0tVcS8yBGIpVn8HRXU26W"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Officia vero labore. Voluptate sint natus similique suscipit perspiciatis. Ut quasi quidem architecto eum et. Perferendis modi et molestiae ut at reiciendis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Praesentium at natus rem eos. Dolorem in hic blanditiis nihil similique distinctio. Omnis occaecati temporibus quia sit reprehenderit."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "john_kohler@johns.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Lavinia Becker"], ["email", "john_kohler@johns.org"], ["password_digest", "$2a$04$cIWEgtOGcB9gYDZSv/URrO27xhVVekymSg7q6fG0qT26ZtfJ/v37K"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Necessitatibus voluptates voluptas in maxime architecto. Perspiciatis qui omnis commodi. Quia doloremque culpa et tempore et iusto deserunt."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Sit qui minus maiores."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ed@vandervortrunolfon.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Judge D'Amore II"], ["email", "ed@vandervortrunolfon.com"], ["password_digest", "$2a$04$k02Fy5EOATJvwe3P0WmgtO8tLqvyWfzdrmsUvteQbyboUJXnJzR7W"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Magni repellat voluptatem voluptas deleniti nobis ducimus. Voluptates excepturi ut fugit ut atque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "In rerum voluptas blanditiis eaque voluptatem officiis dignissimos."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christina@tillmanpurdy.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Herbert Ankunding"], ["email", "christina@tillmanpurdy.org"], ["password_digest", "$2a$04$bTKqMJOmGtOmTt6yX8B6yuqd1Qxdw6qxJpv1HjS20svSGuNWex2nm"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Pariatur cum autem. Voluptas beatae sed vel praesentium."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Nobis facilis non velit laudantium eos eum aspernatur. Dolorum sunt est nobis et incidunt."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorthy_berge@gusikowskisanford.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willa Gleichner"], ["email", "dorthy_berge@gusikowskisanford.io"], ["password_digest", "$2a$04$EdEZlPkJBfS6D0IkvXzoSOxyHYJYr4l1fksdDZE7s6NnKOf2rpelK"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Eum pariatur vero explicabo magnam. Sit quaerat quisquam necessitatibus sequi nihil totam voluptate."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Minima vel tenetur pariatur totam."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janea@williamson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lynn Ebert"], ["email", "janea@williamson.name"], ["password_digest", "$2a$04$Cs/xUidNrHyGBWQzQxDmxuijWPjE1Lg9ragxuUEOpD5q.PES1lxEa"], ["created_at", 2016-06-10 14:55:27 UTC], ["updated_at", 2016-06-10 14:55:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (18.3ms) Completed 200 OK in 353ms (Views: 350.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"janea@williamson.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "janea@williamson.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$uWE6Ll6cLPuzVtsev5HxqOvEfx6/hQ1VYlXMTpJirmfQB/1LKf48W"], ["updated_at", 2016-06-10 14:55:27 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.1ms) Completed 200 OK in 33ms (Views: 25.2ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keyshawn_donnelly@gutkowski.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mossie Schuster"], ["email", "keyshawn_donnelly@gutkowski.net"], ["password_digest", "$2a$04$IbBBWckW4KyujJ4LDmoFFuxTeyXR1N/JcON4Wu5HNsJ2CGQ08WUna"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Et dolorum aut voluptatem delectus veritatis corporis. Qui blanditiis enim repellendus modi. Eum nemo dolorem."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Inventore modi occaecati culpa ea. Cupiditate ut minima est consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.7ms) Completed 200 OK in 28ms (Views: 21.4ms | ActiveRecord: 2.8ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayson@lynchwest.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Evert Maggio"], ["email", "jayson@lynchwest.io"], ["password_digest", "$2a$04$YA/YENEXAPKdqnIfbfMts.fe7FVKRNM7oyZnraYaJTaG3d69gOiky"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 23ms (Views: 17.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jayson@lynchwest.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jayson@lynchwest.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4Q/flumkJaqcbbbJ27MqDOuc4UnXuyA30zO6g0RrOsI9CPI1/EAx."], ["updated_at", 2016-06-10 14:55:28 UTC], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 1.5ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "howell.doyle@powlowski.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sid Swaniawski"], ["email", "howell.doyle@powlowski.co"], ["password_digest", "$2a$04$cJS18rAfTxyKVbPUbNWhGuDXxWxR6BznAeTLa9YM5bbzVs7j/AN0a"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Quae sequi iste alias. Laudantium dolorem sed pariatur quibusdam. Non earum recusandae quia tempora aut."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Laboriosam omnis corporis non sequi commodi. Ut et optio est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lambert@price.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lindsey Wiza"], ["email", "lambert@price.org"], ["password_digest", "$2a$04$boxA6Ja.PckVmHCLCZUzJOFb2nYID3OmBtfU3uZDolutewJXv0l5e"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Quo sed illum. Reiciendis possimus ex officia occaecati at qui. Laboriosam laudantium rerum consequatur. Minus adipisci eum qui soluta sint."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Laborum cupiditate et. Sunt aut eius."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kraig.kerluke@fisher.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Norberto Gaylord"], ["email", "kraig.kerluke@fisher.org"], ["password_digest", "$2a$04$KCtfCZtHZwEhXNBD7yOpNeKtcAtBEkd6w/bTiizPmSFBp2y03CShm"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Doloribus asperiores et laudantium consequatur consequuntur itaque. Quaerat voluptatibus velit."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Sunt temporibus architecto earum porro itaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bartholome.crooks@stammlemke.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cletus Cummings"], ["email", "bartholome.crooks@stammlemke.biz"], ["password_digest", "$2a$04$Rl2SFe9Uov57sS92Obe2CelijZOpaHPs6cpSg5SOdvAz0WnlW.g1W"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Qui optio vero et ipsam et. Autem et provident laudantium eligendi."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Maxime quia commodi nulla et tenetur at rerum. Dolorem magnam delectus natus quaerat sapiente blanditiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "imelda@littel.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laurie Pouros"], ["email", "imelda@littel.com"], ["password_digest", "$2a$04$uql/tLt6SD63rajF9608I.F92caTjlOz4KzQm/V6XdQans4pkqip."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Et ut quia facere et doloremque ullam magnam. Aut sunt ut. Id architecto aut quo. Voluptatem id minima."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Est aut deserunt eaque et. Qui est deserunt dolore aperiam voluptates adipisci illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moie.mclaughlin@davisflatley.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shawna Stokes"], ["email", "moie.mclaughlin@davisflatley.com"], ["password_digest", "$2a$04$HMKfBRMtX1xcFmztkyJP/eMcRFdDzFzs9hm.Ows.Y10nbM/CeWz.6"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Sequi neque placeat aut iure eveniet laborum. Neque hic placeat id vitae. Numquam et velit."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Dolorem totam cumque velit sit aspernatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delbert_hoppe@mantekuhic.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marjorie Robel"], ["email", "delbert_hoppe@mantekuhic.org"], ["password_digest", "$2a$04$XCX8d3nvQy8t/5irEZH2buSuzF9Z94cJub7m0sO5TCMqbeAMLhGXG"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Id dolor quasi aspernatur in quibusdam. Repudiandae quam incidunt doloribus veritatis et autem nobis. Saepe voluptas quod explicabo accusamus. Voluptatum qui molestiae delectus tenetur doloremque at esse."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Porro quibusdam eos consequatur in sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lily_hegmann@sawayn.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jayce D'Amore"], ["email", "lily_hegmann@sawayn.biz"], ["password_digest", "$2a$04$2cjpPHY4AmxzaTfGmsimXerwAk3E8xKArlyqDIBmviD2.wy6IsXxa"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Voluptate sed ipsam. Sit molestiae similique ducimus aut aliquam nobis. Magnam et maxime nisi."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Dolor non temporibus sit dolorum provident saepe dicta. Veritatis odio quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zella@orn.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Angela Funk"], ["email", "zella@orn.org"], ["password_digest", "$2a$04$x.SM.guSXm6cwKeZ3OLLkOoAw1gPRi50Jndku1ITNb40NOh0LTRuO"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Qui quis odio perspiciatis magnam tenetur sit. Expedita aspernatur fuga totam est. Voluptatem qui consequatur dolor."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Necessitatibus eaque incidunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lilian_senger@grantturcotte.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zula Gutmann"], ["email", "lilian_senger@grantturcotte.co"], ["password_digest", "$2a$04$3sbAuaNwgp7jOwIwn/.jP.sU4DOdRedBQagMovRc59eIArEI/t3qO"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Consequuntur ipsa pariatur consequatur eum harum autem. Quisquam laudantium eum ut harum labore porro. Deleniti placeat perspiciatis dolorum."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Dolor et in doloribus distinctio fugiat consequatur. Enim est voluptas quas est in ducimus inventore. Omnis reprehenderit enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aron.koepp@walshbeahan.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alvena Willms I"], ["email", "aron.koepp@walshbeahan.io"], ["password_digest", "$2a$04$AVC4oJPe/lBnRWfFjN5MKu4Wa69dUlORcH2Qk8lD0awC3N.1Gb3x2"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Eius laborum quae qui. Ab illum aut ducimus nihil exercitationem error. Expedita soluta qui enim rerum. Assumenda rerum rerum pariatur at tenetur harum debitis."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Molestias quia sunt ea non omnis doloribus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blake_harber@jast.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nickolas Gleichner"], ["email", "blake_harber@jast.org"], ["password_digest", "$2a$04$LMIHjnmiGMTsGpWfaYcvuuEvBeBZiFEpzgVCrQRJPCQOskKIm5HKG"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Ut quia quibusdam fuga perferendis magnam. Magnam atque qui sit. Non sequi veritatis ut. Autem ex corrupti et velit."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Ipsam ratione sed. Voluptatem amet magni repellendus dolorem maiores pariatur. Sit libero dolorem earum sint ipsam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ardith@vonrueden.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Derek Rutherford MD"], ["email", "ardith@vonrueden.co"], ["password_digest", "$2a$04$lBQLUPTxMWih8Xxk/uqmTunf2lpEFmzu.neEx3SI.Y8JMMAknvP16"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Incidunt consequuntur et officiis nam. Aliquam debitis quibusdam nisi molestiae laboriosam quos."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Consequatur ut ut in. Sint ipsam sapiente quod et mollitia distinctio in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maurine@cummeratabernier.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eunice Parker"], ["email", "maurine@cummeratabernier.io"], ["password_digest", "$2a$04$Ih/M0KHjQGiA3qTpVh7VEu0rgltVqN8EIr0KY4SsCYKXy2kTo29U2"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Vel dolorem maiores repellat consequatur ea velit voluptatum. Aut at ex quisquam. Nam soluta et."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Molestiae sit eos et ipsa nemo. Dicta ut sint temporibus voluptatem necessitatibus ipsa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monroe@treutel.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keegan McKenzie"], ["email", "monroe@treutel.biz"], ["password_digest", "$2a$04$TvGyeBEoVKSfdIzQv8OtXuAlCsm9864hqrxv3TulJTs78SD/CYinO"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Delectus consequatur impedit reiciendis nihil. Doloremque omnis sed."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Expedita velit enim totam eum fuga alias doloribus. Temporibus repudiandae soluta saepe fuga quisquam. Voluptatum et rerum magnam id veniam quasi incidunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fabian_bartell@wolff.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximillia O'Hara"], ["email", "fabian_bartell@wolff.info"], ["password_digest", "$2a$04$rr0zwBdQ11pKInmVUpa5LOrikreBh2ix7YajcKY12fbqQFDS8C8VS"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Molestias qui perferendis aliquam. Molestiae est distinctio esse eum. Porro nihil nam. Dignissimos et inventore eum."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Vel dolorem esse cupiditate consequatur expedita. Et cum officia voluptatem consequatur sint delectus est. Aut doloremque vitae labore vel veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "earl_pacocha@spencerrosenbaum.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adrian Davis DVM"], ["email", "earl_pacocha@spencerrosenbaum.io"], ["password_digest", "$2a$04$5w2uqZi8RZBr4gtwhmkij.9hz7w6gPd8fQIoy0QS.HZ5e/vleYnjG"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Nulla blanditiis est veniam aperiam voluptatibus. Accusamus voluptates reprehenderit quidem est est perspiciatis. Natus architecto qui maiores quisquam. Ullam et recusandae aliquam minus doloremque incidunt."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Perferendis nostrum aperiam dolorum possimus iusto adipisci."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "waldo.bins@kling.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Riley Stoltenberg"], ["email", "waldo.bins@kling.com"], ["password_digest", "$2a$04$vRv9GhQ2KNcjxlgEt/lBOeQL2BdMV.z1.UqhrMDkUsgz.tMQFfZ.2"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Qui maxime neque dolores qui architecto. Quisquam ea temporibus facere. Corporis quasi cumque voluptate."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Id natus possimus magni eveniet. Voluptatem aspernatur sapiente quia molestias minus provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keyon@gerhold.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shawn Tromp Jr."], ["email", "keyon@gerhold.info"], ["password_digest", "$2a$04$BN/493xgAT5UL4HJGxMm7ewzfMUuex3eXl005FjKlq3fMuHU96j6W"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Quidem quia voluptates. Modi est unde voluptates."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Officiis modi optio magni nemo sint id."]]  (1.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "celestine@lowespinka.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lupe Homenick"], ["email", "celestine@lowespinka.co"], ["password_digest", "$2a$04$aqgfj9XYQc.t/BnQ7tCelOX9oeEzlFLDxFvjRSs0vcJ9UrDlsWccq"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Est a pariatur voluptatem et repudiandae magnam et. Nemo autem vel. Eum soluta optio. Tenetur accusamus non ut ut."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Iusto ullam molestiae repellat quo quia."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enos@murazik.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tomas Feest"], ["email", "enos@murazik.com"], ["password_digest", "$2a$04$fo6jb1vfzVFu1IKLooq3/exUbr.lbykDXJzkzR1eK.1mQSWBu0Qze"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Quo asperiores culpa magnam et sint. Voluptatem quae quo est. Quis accusamus vel in omnis totam et."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Laboriosam sed quia illo deleniti fugiat et. Corrupti ducimus quia est et veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jason@abernathy.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abagail Gorczany Jr."], ["email", "jason@abernathy.info"], ["password_digest", "$2a$04$B4PIMx9cTjWqUtn5rCHse.hcO8K74N0NuHN1CIwp9vAEUMiG7TOzO"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Minima libero voluptate et atque. Et laborum ea consequatur."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Aut repudiandae beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ru@rogahnkub.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alphonso Hyatt"], ["email", "ru@rogahnkub.io"], ["password_digest", "$2a$04$7hQZLanLG2xaEwFTZu6h..HwNPF3StcwD0ZntoZlkX210zNucJgv."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Distinctio accusantium alias blanditiis est voluptatem ab. Voluptate id odit. Voluptates autem et cum."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Earum aut praesentium labore numquam animi voluptatum consequatur. Quo nam odio harum doloremque magni cum doloribus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiley@rolfson.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Courtney Kerluke DDS"], ["email", "kiley@rolfson.co"], ["password_digest", "$2a$04$ZZ1tckqO29SXKA9k1vNpjuFIs4p5YZTYdfZkbnc38JJzmHbqYsD1W"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Occaecati eos itaque corporis vel. Perspiciatis commodi earum in quo. Unde commodi qui."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Quia non aut autem odio. Voluptate voluptatem necessitatibus. Esse doloribus nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "birdie_bosco@robelgulgowski.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lily Bauch"], ["email", "birdie_bosco@robelgulgowski.com"], ["password_digest", "$2a$04$MQD7R4t2CNQhmNO1dqdqsONo.G6RXVR4QAY9eNHX3Vc/TV0112kpm"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Iste voluptate ad eius perferendis pariatur et. Consectetur vel laudantium."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Numquam et commodi cumque molestias quae voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christa_little@dare.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rhea Reynolds"], ["email", "christa_little@dare.info"], ["password_digest", "$2a$04$qig4jIvBaaDp0E6x1HzOfuyIzUJunO1hBaB5YkgsfvrFoTc5pU8a2"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Occaecati quae voluptatem quasi aut est voluptas. Mollitia necessitatibus sunt sequi neque corporis commodi voluptatem. Labore aut dolore iure consequuntur."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Architecto perferendis tenetur sed. Ipsa dolorem beatae qui aut quia ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (193.5ms) Completed 200 OK in 210ms (Views: 183.8ms | ActiveRecord: 22.0ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (44.4ms) Completed 200 OK in 60ms (Views: 52.1ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alberto_lesch@gutkowski.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Matt Runte"], ["email", "alberto_lesch@gutkowski.co"], ["password_digest", "$2a$04$8fApxc5lVTnaYjhkz4r1beRW4Lvzft5dvGVUruw2uCrdgZM736zUq"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 30ms (Views: 26.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alberto_lesch@gutkowski.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "alberto_lesch@gutkowski.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$3gUnCkW3UsQzkfzIg/BS7.Z1K841mo7xs5qfc/ducunnyHUc/SgbC"], ["updated_at", 2016-06-10 14:55:28 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.6ms) Completed 200 OK in 25ms (Views: 19.0ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederick@kiehnreinger.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vivienne Littel"], ["email", "frederick@kiehnreinger.name"], ["password_digest", "$2a$04$9mYEQA1Rkgzjvh5SE9z0leFy0hh/5kIxyikX0OcHPEkdg4m5CWKQy"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Voluptatem voluptatibus saepe. Deleniti cumque sunt rerum quis autem suscipit."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Facere vel ipsam repellendus. Quia suscipit deleniti velit natus enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyson@kohler.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darion Hyatt"], ["email", "tyson@kohler.co"], ["password_digest", "$2a$04$gA27kT9Wxkv48OzeCX5csur3tsEiNoszXPRoLEZShoekKKF0VzhY6"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Dolore possimus vel qui et natus libero. Nihil tempora dolorum deleniti ipsam. Quia voluptates non."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Quia neque odio dolores aut nesciunt rerum ducimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ettie@gibson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximo Hirthe"], ["email", "ettie@gibson.name"], ["password_digest", "$2a$04$bhjJSYsc0NUVTaBZgiCky.R99mhW3Vra7CTVn7UcV0XVR24o8oaEy"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Nostrum inventore dolor repudiandae sit molestias. Quo velit dolorem."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Ea est deserunt quod et sunt minus et. Sequi aliquam provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blake.hauck@mullerturcotte.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tabitha Medhurst"], ["email", "blake.hauck@mullerturcotte.io"], ["password_digest", "$2a$04$.p3PbuwgRQZtNAiGid0PkuPOz7GemYfhp1r1yY11rfiyw8P6dBuPC"], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Qui voluptas odit dolorum et facilis. Tempore vel reprehenderit veniam voluptas sunt ab. Quaerat ullam vitae aut est."], ["created_at", 2016-06-10 14:55:28 UTC], ["updated_at", 2016-06-10 14:55:28 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Impedit molestiae omnis iusto libero asperiores facilis. Architecto libero non quisquam nesciunt et. Earum voluptates voluptatem quidem sunt est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gielle_lueilwitz@oreilly.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kayla Keeling"], ["email", "gielle_lueilwitz@oreilly.io"], ["password_digest", "$2a$04$VahpYpN5C3wHVghZ7JDaa.Mk/LSSQChU9o.B26.vaCE6iE7NaC/Y6"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Nostrum accusantium qui. Nisi velit porro blanditiis beatae provident. Rerum doloremque illo quae eum."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Hic et officia excepturi. Deleniti magnam iure explicabo laboriosam omnis aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "savanna_berge@bednar.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katrine Morissette"], ["email", "savanna_berge@bednar.org"], ["password_digest", "$2a$04$GlBVrdqD6QRRUrxYuX3A7O9DhRLCs0BG9gZdmdLixUE60Jk3kjRB2"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Quae aut fugiat suscipit. Repellat quia doloribus dolorum ea est blanditiis accusantium. Aliquam quos consequatur pariatur quis. Necessitatibus aut ut dolorem quia voluptas aliquam et."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Laborum quibusdam consectetur inventore possimus corporis qui ut. Repellat neque quidem laborum quia ex quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roman@medhurst.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wellington Weissnat"], ["email", "roman@medhurst.co"], ["password_digest", "$2a$04$6WU4dpr0jzW3jA1fw1gSu.1.HS4wqV9lYp/HZoRvXAxSm9.qW8D2C"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Molestias dolores asperiores totam. Nobis cumque veniam dolore ab."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Debitis ut autem. Tenetur esse ut saepe cum reiciendis odio nobis. Dolor incidunt quia est corrupti dolorem assumenda."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antwon@howe.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Glenna Farrell"], ["email", "antwon@howe.org"], ["password_digest", "$2a$04$ZOPJNnbR8LHMxm2IjuG39u4PhAtm3TzfbLf5emFYV0ePpWK.dV332"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Porro dolore nemo nisi. Deserunt nemo et doloremque est autem unde fuga. Voluptatibus quae esse."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Dolor ut qui tempora. Voluptas omnis labore sapiente porro. Sunt odio explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jovany@mccullough.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fabian Jacobson"], ["email", "jovany@mccullough.com"], ["password_digest", "$2a$04$DpnpQfhwyk7jBnpx236DQuFc8/XjAEZg3kB5CGd9Z/oEWZBKrpfgm"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Reiciendis maxime ullam cumque delectus aspernatur minus qui. Rerum suscipit voluptas assumenda et et. Cupiditate nemo est cum perferendis aut iusto."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Et explicabo odit et veniam rerum voluptate autem. Earum quia animi. Voluptatem ipsa sed sunt est tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "triston@sanford.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cole Reilly"], ["email", "triston@sanford.io"], ["password_digest", "$2a$04$beO3z9fIT0o7tb19SVI5WO5P6YZ7rlOrT6XHF.ZFERVf6tpGfShOC"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Deleniti qui earum non blanditiis repudiandae reiciendis rerum. Illo quia quos earum."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Dolor sint et ut. Ex ab ipsum. Magnam ut eum error sed nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norris@davis.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karianne Hammes"], ["email", "norris@davis.co"], ["password_digest", "$2a$04$Dyc5vjqbLeZJf./q7k.Z/e6nEli.FmLrO1xTC/StOeb.qoBqzTnia"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Eum eveniet temporibus. Iure et fugiat sequi ut et qui. Ut fugiat dolor accusantium velit accusamus."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Voluptas voluptate facere nostrum laudantium in impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "seamus.goodwin@turcotte.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donna Wolff"], ["email", "seamus.goodwin@turcotte.com"], ["password_digest", "$2a$04$KOJH6r7aAc2hsWLt7VlTIu35M3EvC4bUasrQv1aPEaYKtYYS5i9va"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Quia commodi amet eum nisi explicabo. Temporibus expedita ut quia cumque. Quidem maiores officiis et deleniti velit. Est corporis alias voluptatem eveniet."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Neque et dolores. Molestias eum sint amet perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hattie.jacobs@kozeybogisich.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bridgette Orn V"], ["email", "hattie.jacobs@kozeybogisich.com"], ["password_digest", "$2a$04$PRCk3eVe6waZnBhnYKDQe.EKr68sA08Zo.u.HVVnOTnm3V/adAM2q"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Enim mollitia non. Incidunt ab rerum tenetur quam quas est sit. Qui quaerat rerum eum recusandae animi corporis est. Quia delectus alias autem nisi magni nemo."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Iste omnis illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thurman@schultz.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Walter Runolfsdottir"], ["email", "thurman@schultz.info"], ["password_digest", "$2a$04$A8Ae9KnVsT6w88m/6hl1Tuf7fKlZ1Ex8qHBsiqF1hqVf58GL9WFP2"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Dolorum voluptatem tempore similique sit consequatur enim. Animi omnis enim tenetur."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Non quia odit reiciendis quia hic. Ea ut voluptatum fugit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tiara.pouros@ernser.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orville Hayes"], ["email", "tiara.pouros@ernser.org"], ["password_digest", "$2a$04$mNCtOk8mzdUN/ZQWpfdxHuXkeSxNAwRXAlNrYImFq3bkhR7yMXaCa"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Aspernatur in maxime deserunt perferendis sint sed. Eius dolor sint possimus aperiam aut est. Et doloribus voluptatem minima non quisquam iusto."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Exercitationem similique et sunt voluptates. Voluptas minus ut doloremque unde inventore. Et fugit aut ipsum esse."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zion@kelerhilll.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marlin Heller"], ["email", "zion@kelerhilll.co"], ["password_digest", "$2a$04$fhkKZ.msLWrqffOxmCYnxeDxwJg9oTZcjnoSSWpjukaERs06t4q16"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Voluptates sunt architecto tempora unde. Aut omnis et. Aut voluptatem sit quos omnis quas."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Non est aut doloribus. Mollitia et architecto distinctio voluptatibus tenetur voluptatem quibusdam. Et eum aut dolores officiis et illo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcel@nienow.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosamond Kessler"], ["email", "marcel@nienow.co"], ["password_digest", "$2a$04$jPWZKT84QME9nTcjicmqT.CB423IcuuqBZSZ.CbMyVmYXu24N60FS"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Blanditiis a quo in porro accusamus dolorem. Voluptas explicabo et et est dolore praesentium."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Laudantium minus ut nihil ipsa architecto eos placeat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilda.schimmel@schadenjohnson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cletus Bruen"], ["email", "hilda.schimmel@schadenjohnson.net"], ["password_digest", "$2a$04$dZR221N/CXREem5mI2mag.sBR02P5VNZj9ZtZ7DfIK/q7jw3AHRBq"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Omnis perspiciatis quae. Ratione et et. Fugiat numquam dolores adipisci aut quas."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Expedita perspiciatis necessitatibus illo molestiae eveniet est sunt. Est ipsa aut dignissimos sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marques@swift.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lonie McDermott"], ["email", "marques@swift.net"], ["password_digest", "$2a$04$fubhUg7kl8VTcTu2Pb2gcufkBbLA2rwLQ/RRo4pLndzV2.toCLneK"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Neque distinctio beatae eligendi assumenda quis. Tenetur et dolores repellat temporibus et. Molestias blanditiis eos quam. Quisquam veritatis ducimus est est fugiat reprehenderit necessitatibus."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Dolores consequatur praesentium nam delectus totam neque. Et enim assumenda repudiandae sed rem. Tempora aut minus non laudantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayne@jast.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Norberto D'Amore"], ["email", "jayne@jast.info"], ["password_digest", "$2a$04$Dhz.MKrR91uz.eGumQ2I5uPCrhOi3rnTS/lX4SEbu5hH8muNVy8sO"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Accusamus modi accusantium voluptatem ut. Accusantium consequatur voluptates est dicta. Aspernatur dolorum accusamus repudiandae eos inventore. Sapiente eveniet qui laboriosam reprehenderit aut tenetur."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Esse voluptate quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sasha@strosincain.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Javier Welch"], ["email", "sasha@strosincain.info"], ["password_digest", "$2a$04$ZmlD2OVynN04AvQIeOjuOOKSMlUmLhWDFUMgtcKDMH3OYEWAgscXq"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Nam impedit autem nihil. Impedit voluptatem voluptates. Illum aperiam ducimus. Cupiditate delectus natus."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Beatae maiores rerum. Libero voluptas reprehenderit dolores fuga."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garrett@willms.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ricardo Kshlerin"], ["email", "garrett@willms.co"], ["password_digest", "$2a$04$xchMXEbAiSkp7FTK0C6Br.Y5o7aueKzSwpFlXHkBqTmbSMe4rWivC"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Reprehenderit nam a minus. Sint et beatae quisquam pariatur repellendus."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Quaerat quas recusandae eligendi officia voluptas. Quasi quaerat laborum facilis. Nihil totam quo exercitationem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "celestino@quitzonbeatty.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Braulio Rice"], ["email", "celestino@quitzonbeatty.com"], ["password_digest", "$2a$04$2spDGeoEneQO.PbV1IouJuAJ.Labor3hn8vBZkXGnm9eKqg1z8tIq"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Beatae voluptas sit nisi fugit est dolorem sunt. Qui dolores perferendis inventore. Omnis voluptas ullam et."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Pariatur corporis est quidem inventore maxime similique sed. Laboriosam molestias atque porro libero quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylee.wisozk@bechtelar.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Catalina Wunsch PhD"], ["email", "kaylee.wisozk@bechtelar.biz"], ["password_digest", "$2a$04$smhRu08XYJUOerb.YUkFsuG7Q7VUULgLAqWR2dvSQWgTaxujXW5Za"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Doloremque cumque dolorum non. Qui nisi ipsum velit harum eos. Vitae nemo at repellat."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Quisquam sint et dolores molestiae quos neque totam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "retha.reichel@kemmer.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Kassandra Pfeffer"], ["email", "retha.reichel@kemmer.com"], ["password_digest", "$2a$04$V9i4y0lea7Xq9CDDh/ebGOIvpCL32OIEgQn8WavPsPBFiYCI5EjM2"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Eius aut temporibus dolore dolorum. Ea earum numquam."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Quisquam reprehenderit quam amet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macey@wolff.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darron Harris"], ["email", "macey@wolff.com"], ["password_digest", "$2a$04$ge0xo7fsiBsx53eZF6U7GONtatCO1J.SlNI8JpsDu1XW13LbQm5Ka"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Officiis quia facere tempore quam distinctio alias. Voluptatibus dolores vero aut quidem."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Itaque est et quia quis. Voluptas aut accusamus molestiae animi vel veniam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (121.8ms) Completed 200 OK in 134ms (Views: 112.2ms | ActiveRecord: 17.6ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (29.7ms) Completed 200 OK in 42ms (Views: 34.4ms | ActiveRecord: 2.9ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demond.schiller@kilback.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "demond.schiller@kilback.name"], ["password_digest", "$2a$04$BS19439wdvAx.0t5lHm2R.BzEnniLcEbwzAX4bn1mWYK3h7QOGLHG"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"demond.schiller@kilback.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (3.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "demond.schiller@kilback.name"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Uq0gA9/llrYYfHrIa36tEutg0auPDK.iTCyKbAViCgArX9qBxws.."], ["updated_at", 2016-06-10 14:55:29 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 4.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 24ms (Views: 18.0ms | ActiveRecord: 1.5ms)  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rene@collier.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "rene@collier.com"], ["password_digest", "$2a$04$8RMQKWsxronGjuqjSCo75u3NLz0ZrLEaQybjsGGGzaKRjmoC33SYm"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerry_boyer@gottlieb.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adolf Walsh Jr."], ["email", "jerry_boyer@gottlieb.biz"], ["password_digest", "$2a$04$hhslvE1.A2uSng/4..gWNeEtYd1K1i3fdGq83Zi96VBXUI3uOhcry"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Aliquam error dicta consequatur deserunt et earum. Id eaque rerum illo velit iusto dignissimos aut."], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Vel qui dolores eveniet. Vel temporibus et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (1.0ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (23.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (32.1ms) Completed 200 OK in 45ms (Views: 37.7ms | ActiveRecord: 2.9ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 20ms (ActiveRecord: 5.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.3ms) Completed 200 OK in 27ms (Views: 21.0ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bret@lefflerthiel.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "bret@lefflerthiel.io"], ["password_digest", "$2a$04$0Lp31V3FiAWbWexHRNYZ.Oi28lrKr2cwzhhFIe3DmtP2xY1U8Ff2C"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"bret@lefflerthiel.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "bret@lefflerthiel.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$YzSZ7MTAnGHY5KPKpmR73.tDPN6khy3FdOcvDlWkoX22nlZwoBm/."], ["updated_at", 2016-06-10 14:55:29 UTC], ["id", 133]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 22ms (Views: 17.0ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tremaine.rice@hoeger.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "tremaine.rice@hoeger.io"], ["password_digest", "$2a$04$ViOgcfTENDCHQyXJ2MVHweoUwse7Ro4xyQC.kk33STRezPq690uE6"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.0ms) Completed 200 OK in 27ms (Views: 22.1ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.5ms) Completed 200 OK in 25ms (Views: 18.9ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roman@watsica.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dovie Goodwin"], ["email", "roman@watsica.name"], ["password_digest", "$2a$04$YYsEHKCia/Ajz.OGgep9..0HJiu9c6OqS00JR2ODvSWtdqbpQZZam"], ["created_at", 2016-06-10 14:55:29 UTC], ["updated_at", 2016-06-10 14:55:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"roman@watsica.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "roman@watsica.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4YLXbYhXCfaDTRXXb3zV2.qA40MYL44Oct5Rf0Jp21DHkzOj5LXnO"], ["updated_at", 2016-06-10 14:55:29 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.1ms) Completed 200 OK in 24ms (Views: 18.7ms | ActiveRecord: 1.8ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.2ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.1ms) Completed 200 OK in 31ms (Views: 24.6ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:29 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.7ms) Completed 200 OK in 37ms (Views: 27.2ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:30 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 17ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:30 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.3ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:30 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$rhxNMawEFuLtBSe3/MgO6Ov7QNgIXMLYVtvMrRk7Ifs8aQZuOgN8C"], ["created_at", 2016-06-10 14:55:30 UTC], ["updated_at", 2016-06-10 14:55:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:30 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (19.2ms) Completed 200 OK in 32ms (Views: 29.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:30 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4XQqlWnDDIZwNCJXBU/V0OWG7BlVxGCDi/gIJbu4Nvm.g2/j4wO92"], ["updated_at", 2016-06-10 14:55:30 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:30 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 23ms (Views: 17.9ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$d/wnCFRL302FBR5PKOvyjuPM.EMl5NCDQfU9boQ2AQ2fdpABal7QO"], ["created_at", 2016-06-10 14:55:30 UTC], ["updated_at", 2016-06-10 14:55:30 UTC]]  (0.6ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.6ms) Completed 200 OK in 20ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-10 10:55:34 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-10 10:55:34 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) BEGIN SQL (1.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PvIGC/iFbalHffQE.AnlVuUV2uMd0rKHPlNRxAVYzQ1WZ8Z4zuAiy"], ["updated_at", 2016-06-10 14:55:35 UTC], ["id", 137]]  (0.7ms) COMMIT Redirected to http://127.0.0.1:61636/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:35 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (2.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.7ms) Completed 200 OK in 32ms (Views: 19.7ms | ActiveRecord: 5.2ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-10 10:55:35 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:61636/ Completed 302 Found in 4ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-06-10 10:55:35 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.8ms) Completed 200 OK in 30ms (Views: 24.7ms | ActiveRecord: 2.6ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-10 10:55:35 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-10 10:55:35 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.1ms) Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.0ms)  (0.6ms) BEGIN  (0.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (17.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laisha@towne.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Aubree Cormier"], ["email", "laisha@towne.info"], ["password_digest", "$2a$04$TOZ/06Es/vB2HEtNUJ/fOuk15U0XS9QuWCg9hHeTM1bej2XRzoFk."], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 17ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"laisha@towne.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "laisha@towne.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$aUGUD7nwti0uPV/FXCnAkeimwETGcq4d4R5a3e6HVTmGYt6WwCLQ6"], ["updated_at", 2016-06-10 14:55:36 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.6ms) Completed 200 OK in 28ms (Views: 19.4ms | ActiveRecord: 3.0ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 30ms (Views: 23.6ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fanny@osinski.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ronny Reichel"], ["email", "fanny@osinski.co"], ["password_digest", "$2a$04$DgOiBLREUM5naUqiqc8zoebaPOO.JqNZKQ8KW6U6qMktPWe7uTtDi"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 16ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"fanny@osinski.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "fanny@osinski.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Vwh1DMRWP4xkruvIxVAHzuoOTj05lTSyvXFbzHBvuYhN0AzUudBLi"], ["updated_at", 2016-06-10 14:55:36 UTC], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.4ms) Completed 200 OK in 29ms (Views: 20.9ms | ActiveRecord: 3.6ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (41.3ms) Completed 200 OK in 55ms (Views: 49.3ms | ActiveRecord: 1.8ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (28.8ms) Completed 200 OK in 43ms (Views: 36.2ms | ActiveRecord: 2.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fredy.buckridge@goodwin.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alycia Sauer"], ["email", "fredy.buckridge@goodwin.com"], ["password_digest", "$2a$04$o2eIZyCFrLssHTE12h2Y7uHFs7YoCuEFMJyutHnZ7N9bYdVXhOgHG"], ["created_at", 2016-06-10 14:55:36 UTC], ["updated_at", 2016-06-10 14:55:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.1ms) Completed 200 OK in 16ms (Views: 12.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"fredy.buckridge@goodwin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "fredy.buckridge@goodwin.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$O4IagZEYNy3GSi4sBJiTG.fmL8KQiFqhgi.PDe0vE.JA5De4FyCs6"], ["updated_at", 2016-06-10 14:55:37 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 25ms (Views: 18.8ms | ActiveRecord: 1.8ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (10.0ms) Completed 200 OK in 26ms (Views: 19.6ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 24ms (Views: 18.4ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cindy.greenholt@nicolas.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lon Balistreri Jr."], ["email", "cindy.greenholt@nicolas.io"], ["password_digest", "$2a$04$Rwa/24JSlQTaTcx03JVHMuOs7eVS4Vq9k1XBCOih7IZdj84CuHt8u"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 20ms (Views: 15.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cindy.greenholt@nicolas.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "cindy.greenholt@nicolas.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Pe6LgUPI24qDdDkRHY7eF.in/qPjj6KxekmZP51IYCCd7yKfYdVmq"], ["updated_at", 2016-06-10 14:55:37 UTC], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 23ms (Views: 16.8ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (9.2ms) Completed 200 OK in 23ms (Views: 17.2ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-10 14:55:37 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 16ms (ActiveRecord: 3.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 23ms (Views: 17.6ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orrin_kirlin@murazikcronin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dulce Sawayn"], ["email", "orrin_kirlin@murazikcronin.com"], ["password_digest", "$2a$04$AzH1abaBhoMOi6JGxdYNuethVXi3t7lZq7ij7MHqpxRa2epKN17NS"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 17ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"orrin_kirlin@murazikcronin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "orrin_kirlin@murazikcronin.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.XJf/gH4MMckYgJ0zrMwXub9LdqrHFqcuFUQluZM6Rd45dDL.v5lu"], ["updated_at", 2016-06-10 14:55:37 UTC], ["id", 5]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 26ms (Views: 19.3ms | ActiveRecord: 2.0ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 22ms (Views: 16.9ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.8ms) Completed 200 OK in 21ms (Views: 15.9ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethan_parker@schmidtschaefer.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jayme O'Kon"], ["email", "ethan_parker@schmidtschaefer.info"], ["password_digest", "$2a$04$u2Kly3rpCBSPogXAcA44p.bNM6aNe/4sQIZgauJxE6cQSSQ1C/yjW"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Voluptatem hic sit totam. Similique itaque et. Nihil et magni illo molestias. Aspernatur deserunt id et eaque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Assumenda esse eligendi saepe. Quam et incidunt dolor tempora. Ratione dolores enim illum mollitia omnis laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ulices.bednar@uptonrath.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orion Kuhlman"], ["email", "ulices.bednar@uptonrath.name"], ["password_digest", "$2a$04$fbIQRCMZ01qHQzJ4cwUZ9e6TcdiFNrmzDo32LgYG2VdwY73RTE9Mi"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Enim blanditiis in iure quaerat veritatis dolores aliquam. Officia itaque ea accusantium."], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Sunt ut iure dicta consequuntur exercitationem. Incidunt ipsum est consequatur voluptatem velit dignissimos qui. Sequi ut occaecati distinctio cum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (14.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (27.4ms) Completed 200 OK in 41ms (Views: 35.0ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.7ms) Completed 200 OK in 30ms (Views: 24.7ms | ActiveRecord: 1.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "danial@oberbrunner.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eusebio Barton"], ["email", "danial@oberbrunner.biz"], ["password_digest", "$2a$04$UbXCnSgIZfLQ06eGk/tzXu8SmDjUaiws6WuRN/t3ybod6MBeZneEC"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Dolore voluptatem repellat consequatur voluptatem omnis sunt. Similique consectetur optio impedit quibusdam ut. Quia dolorum reiciendis non itaque et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "In et optio voluptate aperiam asperiores soluta ut. Qui facilis vero excepturi minima. Earum voluptatem nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macey.strosin@donnelly.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Freeman Kessler"], ["email", "macey.strosin@donnelly.org"], ["password_digest", "$2a$04$Lm2aAMJ8uvYAvnWLczuAHuxz6PCV6ssgTHyTB1/UnHnlPQ/LBHWaC"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Cumque perspiciatis adipisci vero. Quibusdam alias cupiditate dolorem ipsam sit. Inventore tempora quasi ea impedit exercitationem et. Eligendi voluptas similique eum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "In possimus eveniet animi omnis officia numquam sunt. Hic et eius rem voluptatem libero aut est. Facilis dolore at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "foster.klocko@ritchie.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grace Walsh III"], ["email", "foster.klocko@ritchie.biz"], ["password_digest", "$2a$04$bkgu4fDB4tjPW4wD990zGOQBCj0M4EJ6Gq61yQiPbJCG/DGmvEV2q"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Odit deleniti corrupti non voluptate. Eligendi cumque odio fugit non ea aut assumenda. Distinctio nisi est sed."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Ab officia dicta."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matilda.gibson@adamseffertz.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Levi Mosciski DDS"], ["email", "matilda.gibson@adamseffertz.net"], ["password_digest", "$2a$04$dN.PIjrd4zVXelnLCZ9Ile3qDkfo1kfrdAS6fLn6IwpJg9squa22y"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Dignissimos distinctio id cumque cum hic iure. Quae harum sed possimus."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Dolorem sint voluptate mollitia ad."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erik.lubowitz@greenfelder.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ivah Beahan"], ["email", "erik.lubowitz@greenfelder.biz"], ["password_digest", "$2a$04$LnMR7bNsBgc5Y217uElQyOPQpnT3fwwkwYcKLflZVWtuvcfkAEF5S"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Veritatis tempore modi consequuntur molestiae rerum et similique. Dolorum corporis dolor. Inventore aut sapiente repellendus sunt."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Numquam vitae est nobis necessitatibus repellat sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorcas@hageneshirthe.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bartholome Weissnat"], ["email", "dorcas@hageneshirthe.org"], ["password_digest", "$2a$04$9qcO0MrQWuu78pMZd6Xzg.m3HRdIyZs0jVWvp7E/QrKSq5RMo6ucu"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Doloribus qui consequuntur. Incidunt fuga aut quis. Libero voluptatibus eveniet nulla animi assumenda. Maxime beatae molestias."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Suscipit quos et commodi officiis eius quo quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hyman.mayer@dickensbreitenberg.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Scarlett Berge"], ["email", "hyman.mayer@dickensbreitenberg.info"], ["password_digest", "$2a$04$mNJ2GyVwUfv7FW7rz.8RxOVgpnVHAug5TzvI2E1/Y/06w.FVjIZn."], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Tenetur corrupti sint ab consectetur id fugiat et. Excepturi aut id et libero perferendis in. Voluptatum perspiciatis quae quasi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Labore sunt et eius neque. Alias et nobis qui neque minima."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alivia@beier.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Justina Kunde"], ["email", "alivia@beier.biz"], ["password_digest", "$2a$04$vpzs.vhjza5Qbk9ovK6mxeib5pK6L0ZHcxCD25J35She6UypvJveS"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Aut voluptas occaecati cupiditate. Omnis aliquid et qui ullam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Laborum nisi pariatur itaque ut quos. Accusantium voluptatem sit sint. Sed et maxime ut nostrum atque odio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lura@hintz.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Harley Larkin"], ["email", "lura@hintz.io"], ["password_digest", "$2a$04$XLf5K3u5p07DIhMt/5aMHeDeTlVU7.KrQsQsCfUgN72/JFQfn5oci"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Officia nisi sunt reprehenderit rem unde voluptate. Expedita est doloribus sint quia tempore consequatur odit. Exercitationem ut et omnis vel delectus. Non eaque sit quia enim eveniet."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Tempore sit distinctio id rem. Voluptas est est enim quasi accusamus vitae id. Aut sit minima iste dolore ex laboriosam voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joannie.okuneva@conn.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leola Toy"], ["email", "joannie.okuneva@conn.info"], ["password_digest", "$2a$04$5PxPpeUgo7Ax0Ll26KQobeZGO8th6Kc7hXfsbbgpWLvkJcrLsiG3m"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Quisquam ratione ipsam voluptate. Omnis aut recusandae repellendus. Voluptatem et consequatur vel assumenda veniam nemo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Placeat provident atque nihil rem doloremque sunt in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johan.daugherty@bartoletti.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heber Bergnaum"], ["email", "johan.daugherty@bartoletti.com"], ["password_digest", "$2a$04$VvGTxeq.4Q5Kx8b/4t3pfeu7Q9sgMlyiqsb9fhEap38PKwS0zq1Bq"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Voluptates rem soluta provident assumenda nisi delectus corporis. Veritatis non facere quidem amet."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Nisi error doloribus nam deserunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.8ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (49.1ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (75.8ms) Completed 200 OK in 89ms (Views: 75.8ms | ActiveRecord: 10.2ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.7ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (42.4ms) Completed 200 OK in 56ms (Views: 49.7ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "camryn_langworth@gulgowskiwintheiser.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gilda Hessel I"], ["email", "camryn_langworth@gulgowskiwintheiser.org"], ["password_digest", "$2a$04$meylkkVsmOaIbTxP2fTmKuGEKzwSL7IaCJ0jOQEdqXS2RoozfKj.W"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Temporibus aut quisquam voluptatum quia in. Enim ex facere consequatur libero porro sequi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Et nihil officia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (10.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (22.7ms) Completed 200 OK in 37ms (Views: 30.9ms | ActiveRecord: 2.6ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.8ms) Completed 200 OK in 17ms (Views: 12.5ms | ActiveRecord: 0.6ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nathen.hansen@dickihoppe.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ethyl Gislason"], ["email", "nathen.hansen@dickihoppe.info"], ["password_digest", "$2a$04$A9BRMcjJmwHpZ.jSwAh1gOUdi0OTZvWt7KBLY1bMUvgo5lx.i0SeS"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Inventore nam dicta. Sapiente rerum possimus qui tempora ratione cumque aut. Delectus asperiores qui incidunt quam voluptate animi. Aut molestias et."], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Ea quo enim ut dolores voluptates veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-10 10:55:37 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-10 14:55:37 UTC], ["updated_at", 2016-06-10 14:55:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rose_adams@jerde.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Albertha Leffler"], ["email", "rose_adams@jerde.net"], ["password_digest", "$2a$04$23VY79Tdkspn/FVs6X04uuWgtgBpMMJM9fuVZjvrkf46TiYxOMI/2"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Autem veritatis voluptas veniam fugit. Reprehenderit et pariatur vitae ut consequatur. Earum quaerat reiciendis doloremque fuga. Rerum consequatur omnis exercitationem est molestiae recusandae libero."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Quae ducimus qui rerum. Ratione sunt dolorem aliquid odit fugiat."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jade.ratke@hickle.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katelin Beahan"], ["email", "jade.ratke@hickle.biz"], ["password_digest", "$2a$04$VDFkQODJplpJhnbfRmNCmuZhh/LJd0Sli.WceF62LOHK6nODMI3m6"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Vel ullam id fugiat accusamus est aliquam neque. Quod in eveniet accusamus illo dignissimos. Consectetur porro modi animi aspernatur aut voluptatem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Architecto ullam odio iste libero non."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 10:55:38 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (18.6ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (32.4ms) Completed 200 OK in 45ms (Views: 37.1ms | ActiveRecord: 5.0ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-10 10:55:38 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (19.7ms) Completed 200 OK in 37ms (Views: 26.5ms | ActiveRecord: 4.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$vh52t2JkyIwCxARVQ1pfGOwgRSk5ywYVaOMQdkRi6Zinbbd5qL55O"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$93X29tDLqJulEa9FMBsusu8eOyYFuc78Lg2k6XFO0pXc6RaWL/JRS"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$LENiLbecJeQDarMflRfL7OdhvLkD/.VJPH7tRFNtDxATIAqOvTy6S"], ["updated_at", 2016-06-10 14:55:38 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mark@jenkins.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Francisco Hyatt IV"], ["email", "mark@jenkins.io"], ["password_digest", "$2a$04$CYaZaDAy/on.BcBemtDjZeM/FTI5BqhdHTvk7WC9fLAiMTdSH7ade"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brandt@durganthompson.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Modesto Brakus"], ["email", "brandt@durganthompson.com"], ["password_digest", "$2a$04$FcyDODCT6bTzqMI9k8QQXeSj8Zwrwd8c4/Wp7YxxvH8myk97m569K"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guiseppe_windler@vonrueden.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Toby Haley"], ["email", "guiseppe_windler@vonrueden.io"], ["password_digest", "$2a$04$II.NgJ8.R5NfjoIWxmlWWOFhLKZQjUhqk7uijj6OkJjpapScarRZe"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Nulla reiciendis officia ut voluptatem. Unde non et. Iusto delectus blanditiis dolore ea."], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Praesentium itaque cumque. Quasi unde quae delectus aliquid doloremque. Recusandae repudiandae saepe delectus vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "morris.sipes@pacochaturner.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Bernice Kertzmann"], ["email", "morris.sipes@pacochaturner.org"], ["password_digest", "$2a$04$hcr2BCSt2/0lPOLL95aPHOlJ/a1UK0PBxecCVDKJEjcqSHq7yM65u"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Cumque excepturi qui. Libero praesentium sed et officiis."], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Minus molestiae exercitationem dignissimos id. Incidunt mollitia ipsum. Sed non iure veniam repudiandae quam facere."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "olen_mcclure@mantefeil.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Winifred Wyman"], ["email", "olen_mcclure@mantefeil.co"], ["password_digest", "$2a$04$nvThVMojkt2dnhmbsDFJguxZV4vUxJLlKNIRU4oVo3cUgsmglpHoO"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casandra@koepp.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ozella Jakubowski"], ["email", "casandra@koepp.biz"], ["password_digest", "$2a$04$XwTNXWfV32M53fO.XkHcwe3jeOzO3qtJwOZVxr.OaTAEp4hoXBAh6"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trent@kerluke.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Horacio Schuster"], ["email", "trent@kerluke.biz"], ["password_digest", "$2a$04$uD9U4xR2QiMA8XVh0dn2x.k3KvmShgPyF8ZfdZ6XYv2PCAC5WoRku"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yesenia.metz@stamm.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kevin Robel"], ["email", "yesenia.metz@stamm.com"], ["password_digest", "$2a$04$iJ9RtrmFVTbRALjLv5bgrO7cyLmKRpZL.ecQctMGVo58pwQ/ywSSy"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Magnam itaque atque et. Occaecati voluptatibus quia. Dignissimos consequatur a. Deleniti praesentium repellendus libero sint."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Magnam commodi dignissimos earum. Aspernatur consequatur et omnis dolores autem reprehenderit nobis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julius.zulauf@trantow.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Federico Ledner"], ["email", "julius.zulauf@trantow.net"], ["password_digest", "$2a$04$WoiPd06IDVsBF4CMPgUre.grWD94Nr9SLke6XYkGg2Oj50kMbh0o."], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Officiis veniam doloribus harum ad. Itaque modi voluptatem sed. Odit quis corrupti commodi qui non quisquam dolorem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Cum quibusdam ex magnam et quisquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 12:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicolette@heel.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Kaylah DuBuque"], ["email", "nicolette@heel.biz"], ["password_digest", "$2a$04$phFLBos1FFuj0vFdE9bZ9.dSP.KEQ8Zv1Hy/KBcoOCJrRYv7ziQAC"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Ex enim rerum impedit. Vel iure laborum consequatur earum a repellat ipsam. Quis fugiat impedit ipsam cum quidem tenetur ut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Dolore id velit consectetur eveniet nam at. Quos animi et. In nisi consequuntur nobis ullam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roel.lemke@schultz.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nakia Purdy DDS"], ["email", "roel.lemke@schultz.name"], ["password_digest", "$2a$04$Cl95MuWV5dypcNhQNNYb8u2zvqd62qNQISu6qqnDi3eQBlNNzvUb."], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Ducimus maxime et. Libero excepturi quam sit soluta eaque ullam."], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Eum soluta sit rem et eius. Id incidunt iure facilis officia. Modi nisi reprehenderit ut sit nihil dolorem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bridget_powlowski@conroydavis.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kasey Baumbach"], ["email", "bridget_powlowski@conroydavis.biz"], ["password_digest", "$2a$04$PvzOkX2gxKRwR183trgQHONP3kCNkBg1NFqSu3gwBZfOMmppQXykm"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beryl_kiehn@homenick.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Theodora Hirthe"], ["email", "beryl_kiehn@homenick.org"], ["password_digest", "$2a$04$M5feHtcOPfMQE9s5BOOrye3b2rH.8YlDDHGE9vyiq/DTs9vGRVwdy"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Ipsam et molestiae ullam. Consequuntur libero unde dolorem quia praesentium commodi aut. Minus est dolor et rerum. Qui totam temporibus rerum corporis consequuntur dolorum voluptatem."], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Fugiat animi deserunt magni iusto ut illum. Modi perspiciatis dolor ratione odit. Consequatur voluptas temporibus nobis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "harmon@roob.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Estefania Emmerich"], ["email", "harmon@roob.org"], ["password_digest", "$2a$04$vg5h3ExoWQtNd7MPZsYEi.AeK9r/iqUl7/1rs8BMxVURVNEsSUkVm"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Est ea est. Corrupti dolor eos quasi quis blanditiis eos odio. Velit aut a beatae sapiente nulla adipisci quo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Impedit rerum et consequatur quis nulla. Velit quos dolorum cumque velit nisi commodi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["id", 25]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tamia@parker.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marge Cartwright"], ["email", "tamia@parker.io"], ["password_digest", "$2a$04$42ZmQ0teE4IeSjUqkL2EQeiteUiqhHx/Y.pnrBM.5sjSv65vO63om"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$c9uLcRArmKCdkn9kgxzbJe7Bzt8RIiOj8dxExOLPbBU/Nbpmuzetq"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$Gp.WfCobGzLCpdAPAjaH.uJCpEb/oTQMoDUfEE7Xc2t1OU0KQiVKC"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrtie.feil@mcdermottmuller.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jon Schoen"], ["email", "myrtie.feil@mcdermottmuller.net"], ["password_digest", "$2a$04$8W2Y5re8PzcuIsai6IuS2uoH/jR8gdsgQfs.ht8fHDGyAuluApHvS"], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Rerum neque amet. Non id corrupti ea doloribus. Molestiae veritatis labore."], ["created_at", 2016-06-10 14:55:38 UTC], ["updated_at", 2016-06-10 14:55:38 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (14.6ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$sOUROX2pPFQnymREMJCr6.o87OhsJn5qPo.UAw8ggnujLI/7V6mCC"], ["created_at", 2016-06-10 15:02:23 UTC], ["updated_at", 2016-06-10 15:02:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$JpsNfYmDgO./Pc.Fz2nDReMFBc45zjpFh485K2vRJiUAbCrZhgHkm"], ["created_at", 2016-06-10 15:02:23 UTC], ["updated_at", 2016-06-10 15:02:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$jevGNcmeVMdw50I843fax.O4N1hkTbUKGDA.B2ZdehRXW36iPPAv6"], ["updated_at", 2016-06-10 15:02:23 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryann.wintheiser@schmeler.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathaniel Glover"], ["email", "ryann.wintheiser@schmeler.org"], ["password_digest", "$2a$04$ATLF6uQfeJY0Z8norTSOoONDV77u.LFHkUMc/EMaATg5EA7YmMMna"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (1.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Repellendus dolorum soluta eveniet qui aut. Culpa earum eum. Sunt voluptatum facilis facere labore ut ex. Sequi ut velit molestiae error doloribus alias eos."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Quae tenetur sunt suscipit blanditiis. Quia est autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 21ms (Views: 15.0ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alejandra@lebsack.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brandy Stark"], ["email", "alejandra@lebsack.io"], ["password_digest", "$2a$04$Fp7hgJWlhah9OdTHeuSlceGsVPttvEOMAsH/aQ3O3eX1vVpGHt4xe"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Praesentium modi nihil enim consequatur quo quibusdam. Est fugiat et sunt sit eius. Odit provident voluptas. Omnis vel sapiente ipsam nulla."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Et explicabo blanditiis velit ad laudantium provident rerum. Illo voluptatibus praesentium rerum accusamus velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margaretta.runte@torp.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucious Mueller"], ["email", "margaretta.runte@torp.biz"], ["password_digest", "$2a$04$aEzLjOYU/NlLB7YmuNxE1e/Gis8zsR5qIUBR1u9GVjPJgDHkxGXzu"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Voluptatem est perferendis. Et asperiores et et rem tempora non. Deleniti dolor animi qui et dolores tempore quis."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Enim debitis consectetur voluptate rem ad dignissimos doloribus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norbert@abshirecole.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helga Cremin"], ["email", "norbert@abshirecole.co"], ["password_digest", "$2a$04$FVAKA/7D7.vh14pD0An5SOtJuhoeHIacd0ayk9FDKNqH6O6xOCREa"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Ratione sunt sed officia non et velit ut. Animi blanditiis odit ratione quae quisquam qui sunt. Quidem eligendi quia dolores voluptate et."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Minus et repellat harum expedita. Eveniet et ducimus dolores beatae qui. Et veritatis hic ad dolores."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carleton@jenkins.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margie Reichert"], ["email", "carleton@jenkins.biz"], ["password_digest", "$2a$04$hEXZpDeua1ZFiPQZG8ETEOA5NOhWjXQyqK0/5f99tyi8PKHPTAnRu"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Consequatur et cum repellendus et maiores. Vel molestias ut quaerat aut est. Enim nihil omnis ad qui quasi sint. Error placeat in ipsum cumque sapiente."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Expedita quis quo tempore sit aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "watson_schuppe@von.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "King Reynolds"], ["email", "watson_schuppe@von.com"], ["password_digest", "$2a$04$fopi/ZeDz4mLHDqCgfP0SuaxeZCSO24FlQpNc90NAn/899iCeFzjm"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Omnis atque est et et mollitia. Ut beatae excepturi et sunt ipsum omnis delectus. Perspiciatis enim molestias possimus quos pariatur."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Placeat et ut velit nemo quas magni sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "merle.runolfsdottir@greenfelder.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madyson McDermott"], ["email", "merle.runolfsdottir@greenfelder.info"], ["password_digest", "$2a$04$..3PCYZ.gFiSz.oq7.UfG.mBXsIQ1SEZbPUveg2NNRgDX7RoQb4c6"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Repudiandae eaque ipsam asperiores. Repudiandae sed perferendis culpa non omnis. Suscipit expedita quia ratione iusto quasi reiciendis."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Rerum harum deserunt fuga quas ut. Modi et assumenda adipisci minus beatae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kacie@hintz.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Electa Greenfelder"], ["email", "kacie@hintz.org"], ["password_digest", "$2a$04$nyVXIafJdFI.d3E5DNwebuDDnVj72SfU7QTx3.tHmT2wOe0yGS/5S"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Cumque molestias dolorem quis ex aut aspernatur. Natus eveniet qui atque officia deleniti."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Sed corporis id aperiam. Culpa aliquid suscipit optio. Deserunt consequuntur voluptas iste dignissimos atque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "timothy_hartmann@emard.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Florian Zemlak"], ["email", "timothy_hartmann@emard.org"], ["password_digest", "$2a$04$KvO4u7MmorbaUXmKK32xP.ecTVkrklZmWxKS5oQcJMMfqew.FaWIS"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Necessitatibus at repellendus incidunt nostrum. Id et voluptate voluptatem animi vel. Tempora ut repellendus qui. Est sapiente consequuntur."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Nesciunt et expedita dolore. Est laudantium officia quis sed. Dolores voluptas esse est maxime voluptatem tempora sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sofia@huelswalsh.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Juanita Hettinger"], ["email", "sofia@huelswalsh.org"], ["password_digest", "$2a$04$vE/1uSt4Vbz9eiG0rvy8j.u3sRvAwx9sDG8cFfYij1wZ.h.bEUqny"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Quae laborum repellendus illum velit dignissimos repellat. Laboriosam maiores quae aliquam vero."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Nihil omnis soluta eum corporis dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vidal.sauer@glover.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Cleve Greenholt"], ["email", "vidal.sauer@glover.io"], ["password_digest", "$2a$04$Kc/x1lXZHmZEJN4XjnRtA.xMrlXB9Yd63xHk/O9wIL/cgsCDvCwr2"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Iusto neque distinctio accusantium voluptatem ut quas sit. Accusamus beatae ab facilis pariatur. Odio earum consequatur. Adipisci suscipit quia eligendi laborum fuga quam quas."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Alias ab eos qui ratione ut maxime dolores. Dicta qui adipisci."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cleora.spencer@lind.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tabitha Nicolas"], ["email", "cleora.spencer@lind.net"], ["password_digest", "$2a$04$fOJtbbwD5GZQxJ3mu0XAMelY9xPEA32tKoQ/7yblDh.TyPvHQ8Z/K"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Dolore officiis magnam. Asperiores et placeat illo cum sed accusamus illum. Ratione eos eaque et est alias architecto. Quos quae neque pariatur iste."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Sed distinctio eos omnis quia necessitatibus. Et aspernatur et magni facilis expedita molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kamryn@pfannerstill.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mariela Mohr"], ["email", "kamryn@pfannerstill.name"], ["password_digest", "$2a$04$2YTiROL7idoC2NeTPEVfAeGNN8IWfifxAcwt23W2Wuy8GnHnqWNY6"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Ut quas quisquam odit aliquid. Nulla amet sed aut ex impedit qui eum. Debitis possimus omnis exercitationem ab. Voluptates veniam consequatur provident odio velit."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Molestiae sint non molestiae. Fuga dolorem neque qui consequatur tempore ut et. Quae unde dolore eaque harum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ramona@douglas.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Ariane Wyman"], ["email", "ramona@douglas.net"], ["password_digest", "$2a$04$L6KGSIiyn4DlG42cfereQOrXm5cy.TWOkUoBHQhXlAMOe8Jm4/U3q"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Qui animi eligendi. Impedit laborum nihil voluptas ut. Asperiores voluptas ea aliquam."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Id velit libero qui voluptas. Enim quo corrupti reprehenderit qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "natalia@howellondricka.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kiara Schaefer Sr."], ["email", "natalia@howellondricka.com"], ["password_digest", "$2a$04$w/b52OhGrYu1sH0O1aqZPO7WUx/byXTfeT4eBUUC1VY5U5Yfr4it."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Mollitia qui et velit rem ut maxime voluptatibus. Hic et quo sapiente fugit. Odio voluptas voluptates omnis debitis."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Est illo quo error quasi quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shawn@berge.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Candace Toy Jr."], ["email", "shawn@berge.io"], ["password_digest", "$2a$04$B2rvuA2yhJHughGiYppFXOBUQWJzmLGSQR7.mrVz9XNlMYeo4/HG."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Vitae accusantium fuga. Et ducimus in."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Aut sapiente et qui illo quam suscipit officiis. Minus labore omnis necessitatibus perferendis quae quia tenetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaylon@rowe.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Douglas O'Keefe"], ["email", "jaylon@rowe.name"], ["password_digest", "$2a$04$xIvKMKcc9Yay4mNQZPniledD6FJ2WXwNzwCR.tKXhCKtuS2YdnFFu"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Et et accusamus corrupti non. Consequatur voluptatibus non enim. Quibusdam id quidem adipisci. At quia distinctio voluptatem sed."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Nisi eveniet et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judson@schneider.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orland Heathcote"], ["email", "judson@schneider.org"], ["password_digest", "$2a$04$4tWnF7SzhGcAGJrCp6WxdOQtQWdI4PoIzNFovfR8gLWvX..m5xGoG"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Aliquam adipisci ea et ipsum sit. Et quae et quod fuga veniam. Et placeat consectetur ut corrupti. Molestiae nihil omnis voluptas iusto vel."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Provident voluptatibus unde quia sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josie_reynolds@reilly.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gia Kerluke"], ["email", "josie_reynolds@reilly.co"], ["password_digest", "$2a$04$SKwVsEO1r3uLbClabhXVR.8qtRMeV5852oOXmsqu6u.kf/rezVxtq"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Perferendis porro alias nesciunt. Ut consequatur eveniet natus vitae. Et fugiat assumenda cupiditate ea amet. Qui eius sint."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Voluptas suscipit repellendus mollitia quos. Vitae neque dolor. Commodi sed enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scotty.cormier@kozey.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ahmad Daniel"], ["email", "scotty.cormier@kozey.info"], ["password_digest", "$2a$04$o4cN9xvTtpmTtMATLfQ9oOQyTw/sKETC/MoPvhUKpptn4K9s85DVu"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Aut sunt est dolor similique et voluptatum consectetur. Et voluptatum officia qui dicta. Est occaecati voluptates. Qui et odit beatae neque sit."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Et et tempore dolore. Deserunt eum dicta nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonetta@fisherkemmer.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margarett Langworth"], ["email", "antonetta@fisherkemmer.com"], ["password_digest", "$2a$04$786cqunfjN4sCQlLArrgz.Ac8q9YiPLuJY.8gFIi9G7WwF7vpP20m"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Magnam quia hic. Ipsa nobis itaque et et. Qui suscipit nulla quo hic totam et. Aut minus inventore nulla maxime magni accusantium occaecati."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Rem optio voluptas eius qui ex tenetur sunt. Accusantium consequuntur beatae qui et suscipit porro in. Ex autem dolore sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shaniya@johnson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Levi Torp"], ["email", "shaniya@johnson.net"], ["password_digest", "$2a$04$qxO7/N7Hr86IKcmDZnkDUO7i6p5wfLYPu/Y/B6i8xZ9S2H6jnmrvm"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Laboriosam placeat qui fugit praesentium occaecati voluptates. Officia sunt et amet earum dolorem beatae."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Maiores et nam. Iure maiores eos explicabo adipisci dolorem exercitationem qui. Eius omnis dolore non ut id officiis ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kayden@ortizbeier.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Giovani Walter"], ["email", "kayden@ortizbeier.biz"], ["password_digest", "$2a$04$S2xEQQNG1x7rPScZCIySTOVf8xukcVR7v9SjVQpJudtjJaM323i.e"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Excepturi esse quos. Nemo expedita animi molestias ipsum. Quaerat est delectus iusto est distinctio illo."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Eius asperiores nulla perferendis esse."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berry.herzog@hermanngoodwin.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Waylon Schneider"], ["email", "berry.herzog@hermanngoodwin.org"], ["password_digest", "$2a$04$Zu79Rh0gcA65zig66DGcduNWPOZwD/0.m7bXmTfghJ7Br1Qh0sjWG"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Perspiciatis voluptatum omnis. Nobis excepturi ipsa nihil vel. Ipsam autem ut ducimus minima qui."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Praesentium error alias cum. Laudantium odit rerum quis. Est repudiandae odio."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lori@considine.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sammie Ortiz"], ["email", "lori@considine.biz"], ["password_digest", "$2a$04$koXdg0lrx3ioXjh1TcFAk.Tl60HogFePSnXZqqF1tXVFG99ZlKaGa"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Tenetur delectus ducimus ut nisi possimus. Voluptates eveniet nihil quod velit."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Natus vero impedit. Qui delectus quia est fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abigayle@schuster.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frances Jacobi"], ["email", "abigayle@schuster.co"], ["password_digest", "$2a$04$LgguQXpQ5aAOQP5P46Nk0.j8lLL0cLaFMlTDjlRdn12wb3.F4RTsm"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quas eius dolorum aut reiciendis autem iusto. Eligendi a voluptatem odit ipsa."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Vel deserunt nemo qui."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "easton.hartmann@heidenreich.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edmond Robel PhD"], ["email", "easton.hartmann@heidenreich.info"], ["password_digest", "$2a$04$f97ctPCNrcUU5O9jzeUlQefimOiWNtwRMOweO.IAK7JTfzWIOUjHS"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Delectus repellendus ex quia ut ratione illum. Officia tempore occaecati ut minima. Aspernatur quas et dolor. Voluptatem ut ipsum saepe."], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Dolor voluptatibus eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosa@kling.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leon Christiansen"], ["email", "rosa@kling.org"], ["password_digest", "$2a$04$Q66W221XwqssrBrNGxUjU.f4tY2X/4bpPnDW0JGqnPwob4kd54FYe"], ["created_at", 2016-06-10 15:02:24 UTC], ["updated_at", 2016-06-10 15:02:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marty@bruen.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clarabelle Reinger IV"], ["email", "marty@bruen.net"], ["password_digest", "$2a$04$0JjpKvYVcmFcj/J/ps3f4OV24/OfrgliucDJOhGLDGBQZPccHpeWu"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Dolores fuga nemo quis. Dolorum delectus ullam iure maxime aut quis. Consequatur nostrum eos id assumenda hic et et. Qui sit et velit.", "summary"=>"Voluptate libero natus aut. Suscipit optio deserunt odit aliquam enim blanditiis. Voluptas alias vero qui.", "title"=>"Title29"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Non minima est quod veniam saepe ut. Rerum vero placeat.", "summary"=>"Necessitatibus suscipit amet consequatur ut sed totam molestiae. Sed ipsa ea dicta asperiores est aliquid quod. Aliquam nisi corrupti illum nemo itaque voluptatem.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaden_grimes@hilpert.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caroline Stiedemann MD"], ["email", "jaden_grimes@hilpert.name"], ["password_digest", "$2a$04$RCK1Ot.p42HRPzDM.1DGhOe1Q.AGAkuahlup5b.tCSZSbhrJASArC"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Atque nihil repellat esse sit sed magnam.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Atque nihil repellat esse sit sed magnam."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 17ms (ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Saepe incidunt suscipit repellendus est.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 1.3ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elouise_wehner@jerde.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clifford Altenwerth"], ["email", "elouise_wehner@jerde.info"], ["password_digest", "$2a$04$PX2eVtOP7Sv7H56IVuQAauJxyGMGzBmMFwFgcVvUoeHL35T0VlvPK"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Fugit asperiores ipsam aut tempora nihil. Omnis non quae tempore et vero."], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Soluta in non dolores totam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylie@oconnerjohns.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Mac Homenick"], ["email", "kaylie@oconnerjohns.com"], ["password_digest", "$2a$04$JgdatG1sDoW/NE6LalUCP.Qe.DGW.Ct4wPca37AQubXQ1Uzwc26Oq"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Facilis nobis quibusdam minima nulla. Ut ullam vel occaecati earum quis. Voluptas quia et autem eos ab consequatur sunt."], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Culpa non ex molestiae sed consequatur eos. Quo architecto voluptas. Perferendis repellendus nisi fugit maxime quia quo vitae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "michale_balistreri@schuppe.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Mossie Breitenberg"], ["email", "michale_balistreri@schuppe.io"], ["password_digest", "$2a$04$EAwkkDqsg2PVs6tpjsCHr.AyYCo782AW.CBHArxoWYF7La23MYuaS"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Est est nemo quod illum. Quo sed sunt tempora voluptatem suscipit. Est sit fugiat ut quas. Blanditiis consequatur quis numquam eligendi."], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Ut ut ab alias consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.4ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "audra@kiehn.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arvel Hudson"], ["email", "audra@kiehn.org"], ["password_digest", "$2a$04$G2P8qZL1/jObqYmISaxeA.bhu1EIVloFuCRG6AiOptpiV2aZ2/0BW"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Sit porro qui labore architecto eveniet sequi. Modi similique quos natus et voluptates aut."], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Facere neque pariatur fuga deleniti harum fugit. Nihil ea explicabo a architecto et est iure."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:02:25 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 45ms (ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernard_barton@murphy.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaquelin Lebsack"], ["email", "bernard_barton@murphy.info"], ["password_digest", "$2a$04$/lhWV4cayac4tz67lSmMjOwj6YFDXRbOmnq2kdnWh7YRQHZjVPYLy"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Autem adipisci velit beatae necessitatibus omnis tempora. Possimus ad iste distinctio voluptatem in sed."], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Et nihil ut quia eveniet aut ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:02:25 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.8ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "philip.gibson@koch.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beryl Spinka"], ["email", "philip.gibson@koch.info"], ["password_digest", "$2a$04$9IVSqaQ5pNE4FXXYCibclOoNXYbbpg8p3/jItlJwha1.Efg.KV1JW"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roselyn@hoppehand.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Devon Orn"], ["email", "roselyn@hoppehand.io"], ["password_digest", "$2a$04$Lv2xAUplGWEru5DUv2sn0eH4reJbHbiPb.5.8Lyh512NtqIfbPwvW"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Pariatur deserunt et. Ut nulla debitis ipsam eos aspernatur."], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Pariatur unde qui veniam maiores quia. Labore eveniet sed eos voluptatem. Sint quia distinctio non omnis totam harum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-10 15:02:25 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.6ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leann@harrisrogahn.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wellington Hammes"], ["email", "leann@harrisrogahn.io"], ["password_digest", "$2a$04$VED9Fq9hER4YofOB33Zl5eDNj0QylAeo3iVAzxMkaTMauikPjFMIe"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Qui laudantium voluptates soluta facilis corrupti sequi. Est et ut harum. In et et nihil esse."], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Quae consectetur quibusdam doloribus. Deleniti sit minima aliquid quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:02:25 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Myriam Oberbrunner"], ["email", "user@user.com"], ["password_digest", "$2a$04$1z6Yg49TPe2rL.7lBY40yOAHt8BNUE2tXXCp11xIW9oTaQE9qvfCi"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XBsgjM2FbeI.UepU9VautOfF2Jv/PFXgxyiaDS6mQpZJlVcNfVbDu"], ["updated_at", 2016-06-10 15:02:25 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.7ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sharon@klingcormier.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bridget Rogahn"], ["email", "sharon@klingcormier.org"], ["password_digest", "$2a$04$X8ZUbG6I/XBD3MrAwexi3eRHh2fum2cnDLRtASxvoTyzxzmI5S1rO"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:02:25 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:02:25 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 3.6ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (2.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.2ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maeve.rogahn@flatley.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristobal McClure"], ["email", "maeve.rogahn@flatley.biz"], ["password_digest", "$2a$04$geKm6EotkTACADzoqb83auLZeIX2ZlV60ZnzYwhIP9tUP99HmxcZi"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Cupiditate blanditiis cum porro. Blanditiis provident beatae voluptas. Exercitationem fugit est quaerat animi eius et. Impedit dolore quasi et in."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "In incidunt perspiciatis. Dolor facere est doloremque molestias excepturi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "destiney@langconn.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorcas Baumbach"], ["email", "destiney@langconn.net"], ["password_digest", "$2a$04$Q8Tc.ean8NhI6GuynFHSw.cLbBw.sAXd6M0/x2OPJt5vZXn17meti"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Dolor quia corrupti sint dolorum a velit. Repellendus nemo doloremque autem recusandae. Eum aut delectus sit nobis voluptatem dolor. Neque rem dolorem officia qui minus."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Exercitationem a odit velit repellat est dolor ab."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacinthe@ortiz.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fay Bayer"], ["email", "jacinthe@ortiz.co"], ["password_digest", "$2a$04$WKjT6q4.HCmsCuug3EfuDOOpM/u9DpHcuoWyjrveNRhs2Pbaz2WNW"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Modi odio omnis ut aut excepturi et. Soluta accusamus voluptas inventore temporibus excepturi voluptas expedita. Labore dolor veniam."], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Asperiores rerum est sed sed eos doloribus ad."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 26ms (Views: 19.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "callie@harris.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kathryne Mayert"], ["email", "callie@harris.org"], ["password_digest", "$2a$04$jPr/vWeZIVCUWpZnc93ChuG1QVlb8pPDjOT4Q0p3BpyeJdcppdK.a"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Dolore autem iure pariatur vero beatae delectus. Magni eum unde. Dolor tempore eos consequatur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Cum quos et. Suscipit quo quia qui est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shanna_emard@schuster.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pamela Bergstrom"], ["email", "shanna_emard@schuster.biz"], ["password_digest", "$2a$04$MGiiyW4ehbubdFLPMBoWHe1LORuxVgjDtXUXok5SHG8xBZYeqs.h6"], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Earum similique alias sapiente numquam corporis. Doloremque iusto asperiores deserunt. Non omnis assumenda reprehenderit est. Ut quas beatae dolores itaque nihil ipsum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:25 UTC], ["updated_at", 2016-06-10 15:02:25 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Voluptate sequi quidem autem quo. Hic debitis reprehenderit a unde voluptatem omnis tenetur. Aut consequuntur ut nihil voluptates soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zechariah@strosin.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Annamarie Dooley"], ["email", "zechariah@strosin.net"], ["password_digest", "$2a$04$78gfZpdGKM9iNkzIoVY1MOQhxfd0oPtCgQwZkf7uC0yu9T7cKOWj6"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Earum ipsam tempora hic et porro non quis. Corporis delectus aut. Voluptatem tenetur molestias assumenda aut alias voluptas sit. Consequuntur expedita et accusantium odio delectus harum quo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Debitis soluta numquam repellendus. Ut exercitationem animi numquam laborum sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clotilde.runolfsdottir@cummings.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alberta Homenick DVM"], ["email", "clotilde.runolfsdottir@cummings.com"], ["password_digest", "$2a$04$bKB2tfvbQ8n09vcylodUieTQqdQtD7cF7Niwhl63llLpCVOknL.be"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Fuga mollitia sunt illum sapiente omnis. Animi eum amet quae distinctio eos commodi qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Aut ab nulla quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monroe@moriettemcclure.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kennith Frami"], ["email", "monroe@moriettemcclure.co"], ["password_digest", "$2a$04$UDGI0v1AO/oAncQowqSEL.t7EJDw.lWA2K54psBGRT4rlK6aIkbqG"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Nostrum eum molestias cumque dolores nobis quia dolores. Officia vel consequatur unde ab ut eius. Perspiciatis assumenda asperiores eum dolorum aut voluptatum ex."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Quidem harum quasi ut. Exercitationem iure totam itaque non nemo nostrum hic."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gabriella@kelerschaden.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adela Bartoletti"], ["email", "gabriella@kelerschaden.co"], ["password_digest", "$2a$04$e20utPZ.BumJJGGIyk49lOD4LpbLggokSfx0soEnqeuL8W1PgdgwW"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Sequi ea est. Nostrum perspiciatis et distinctio error. Et rem numquam a sit ab eum voluptas. Eaque voluptas libero in sint sequi officia."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Aspernatur sapiente dolorum error eum. Et voluptatem eum vero voluptatem sit. A blanditiis expedita itaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alicia.schoen@turner.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geovanny Zemlak"], ["email", "alicia.schoen@turner.name"], ["password_digest", "$2a$04$DhWyDajqAysvtVK0iUAlfO24Kr37XJrq5vbhVS/Qti0ZckeAVoYbm"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Ducimus velit officiis nobis odit atque ut rerum. Quasi molestiae dicta."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Dolorum aperiam possimus quia ipsum commodi voluptatem. Dolor id sapiente animi perspiciatis repellendus. Quibusdam ducimus veritatis recusandae consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "felipe.price@bechtelarfritsch.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rebeca Leannon"], ["email", "felipe.price@bechtelarfritsch.io"], ["password_digest", "$2a$04$dyGlPM8Kp8Lb0SY.ZB6LTuyjn0xK1nepi/icF.aHEYcMJWFPjo4ui"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Itaque quidem sit sit illo. Aut dolor minus omnis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Non saepe placeat. Quas aut quia accusantium. Voluptatibus quia iusto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brenden_volkman@rogahn.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Litzy Bernier"], ["email", "brenden_volkman@rogahn.info"], ["password_digest", "$2a$04$Eb34M9/.ngZs4gamaA1VjOJOTWBhbSkRZrz3eoHVQ0DzdbhFQDvSK"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Nostrum vel est dolorem. Voluptas molestiae ratione laudantium in. Sint ipsum nesciunt amet quia ipsa repellat sit. Nobis quae nisi ut fuga velit aut vel."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Eos ratione enim illum consequatur tempore. Aliquam quis modi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elia.stokes@legroslangosh.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Teresa Becker"], ["email", "elia.stokes@legroslangosh.name"], ["password_digest", "$2a$04$HKlD9X.2MCAAYt6Km6EdzeqpYMwEj0DQNa6JGyX0/JzPvfU1P2ju."], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Fugiat reprehenderit nesciunt. Iusto ut voluptas vel laudantium totam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Tenetur laudantium quaerat facilis a exercitationem. Repudiandae quia explicabo maxime aperiam quasi sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiley_shanahan@strosin.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cordelia Krajcik"], ["email", "kiley_shanahan@strosin.net"], ["password_digest", "$2a$04$gpEFCWVKw6KsKsbWyhShp.rqcr86OrlCnX8Q9MO6Psp9ond3y15ge"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Quia eos sit in et in commodi. Neque dolore quo saepe et. Ex eum sint omnis. Consequuntur reprehenderit quibusdam expedita provident."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Repellendus ullam officia et velit sed consequatur sunt. Est soluta quia quaerat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sherman.sauer@parisian.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ronaldo Hansen"], ["email", "sherman.sauer@parisian.biz"], ["password_digest", "$2a$04$IafVn02CtWhfjg5cP5gjyuk95Zav.TYGeHGrlOkTj.f/w7e0d9sB6"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Quia voluptatum illo officia dignissimos sequi ea. Doloribus aut porro et qui alias consequatur. Non accusantium sit minus voluptates ipsum. In modi accusantium et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Eius et optio ut odit nobis recusandae. Culpa accusantium blanditiis. Dolorum ut cumque ipsum quia est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dino@cummerata.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ada Boehm"], ["email", "dino@cummerata.org"], ["password_digest", "$2a$04$PXBtvEjxhcR5HCTnNW/d0.cLd1Sa1I6DvUr17ymt68.SgVugXQZni"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Et culpa et fugit qui consequatur. Et accusamus nesciunt nostrum."], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Eum reprehenderit nisi. Rerum doloribus autem quisquam est aut. Aut eligendi qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 48ms (Views: 11.0ms | ActiveRecord: 4.1ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lenore@lockmankertzmann.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Russell Stroman"], ["email", "lenore@lockmankertzmann.co"], ["password_digest", "$2a$04$b4CffipU2GeXYO9mwfCU2O8EsqNrVqAqLE/e5RwTW1MGegEp5KBfq"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Veritatis nihil sequi laudantium. Harum veritatis sunt est temporibus. Iure magnam cumque quod similique. Dolorum deserunt exercitationem ducimus et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Non doloribus cumque voluptatibus voluptatum architecto voluptatem reiciendis."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ernestina.farrell@ryan.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorthy Bode"], ["email", "ernestina.farrell@ryan.name"], ["password_digest", "$2a$04$gDTuxHQMInNaTAcyL1s72O21VOTymhbn3imO4cQwFjT8dY2XHSc0y"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Explicabo unde nesciunt laborum. Voluptatem et sunt qui ratione culpa."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Praesentium perferendis consequatur ut aut qui. Et in et expedita. Et et explicabo debitis sapiente aut ab."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julio.torphy@schmitt.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thurman Deckow"], ["email", "julio.torphy@schmitt.name"], ["password_digest", "$2a$04$5aw27bqkQDd7Cc8W1JaVme/0GY8mH7ZGkKdc1xhTxz1qTkW65/bU2"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Alias et velit sint. Id et soluta. Sequi illo minus excepturi porro suscipit voluptatum."], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Esse sequi asperiores. Quia ut aut."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "viola_jacobson@vandervort.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dessie Yost"], ["email", "viola_jacobson@vandervort.io"], ["password_digest", "$2a$04$rBYNYVrem3X3bTvtf9ZFZONyO9jtqg/.4bSTZeoXC5crWaPrY9RIy"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Aspernatur velit a voluptatem dicta nostrum. Perferendis ipsam incidunt animi sunt repellendus neque. Modi minus harum iste est soluta. A et enim aut ab."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Qui error tenetur. Autem aut iusto suscipit aspernatur occaecati commodi. Non esse autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-08 00:00:00 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.1ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hermann@mcdermott.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Angelo Little"], ["email", "hermann@mcdermott.biz"], ["password_digest", "$2a$04$bWd3Pb6TLP/JEsMIeiqN3uRfgRphzXVxeDvHo1PqziN9YnkxvF19a"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "In eos aperiam. Asperiores et quam. Deleniti eaque aut in reiciendis ut tempora. In dolores quae deserunt qui qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Vero hic amet. Libero tempore consequuntur eius est necessitatibus non iste."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ruel.robel@paucek.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Earnest Lowe"], ["email", "ruel.robel@paucek.com"], ["password_digest", "$2a$04$z28rqNuxw.qrh92Z5sUa0uzbM9jnrzTHQK5gYrJyKtcoBDMPNlhIi"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "In atque voluptas modi suscipit et commodi excepturi. Quos eius et corporis. Autem temporibus alias illum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Quos doloremque aut officiis autem accusamus itaque error. Ut ut sunt delectus excepturi doloribus ad rerum. Voluptatem id quo."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennett@grimesleannon.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hunter Zemlak"], ["email", "bennett@grimesleannon.name"], ["password_digest", "$2a$04$DkHEkhz/yTgDh64LzXziv.VGQexszkAUyHpWLuifW7fri4y.K3Lb2"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Quis aperiam quod commodi. Quia tempore fuga velit et libero itaque ducimus. Placeat quas esse vel sint fugiat. Iure vitae et exercitationem tempora error blanditiis occaecati."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Eos animi illo perspiciatis voluptatibus quia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carolina@harvey.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cara Kub"], ["email", "carolina@harvey.net"], ["password_digest", "$2a$04$wJoJtNua5YuLf9M/XmuCvOm1b3ZlP0maj/x6TH02VtkpLEwy8C//u"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Quis nihil aliquid. Veniam eligendi minima sint facilis expedita."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Culpa enim delectus consectetur et. Ut eligendi occaecati id magni commodi ipsam adipisci. Rerum dolore sed in."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "albertha.gutkowski@von.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emiliano Kertzmann"], ["email", "albertha.gutkowski@von.net"], ["password_digest", "$2a$04$AIY5yYQu1.1NcpBwVUsjX.rhUKQH6xCxgtE4UY8.ETz1BkpB29coK"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Voluptas facilis rem sit quia quaerat dolor. Qui laboriosam assumenda vel doloremque quisquam labore. Voluptatem quidem quo repellat molestiae ratione recusandae. Ea repudiandae quo et ipsa at quia laborum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Pariatur dolorem soluta deserunt ex exercitationem adipisci."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rory.lemke@rohandeckow.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isadore Abernathy"], ["email", "rory.lemke@rohandeckow.co"], ["password_digest", "$2a$04$3cxLAJZ7S8SUj0F9N2QB7OBEThqU9SYCN4qq59KdZX/Pj784sI46m"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Iusto sed quia perspiciatis minus. Nisi omnis veniam animi et. Culpa dolorem explicabo totam dolor optio maiores eum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Qui necessitatibus optio dolore ea accusantium nemo quod."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaqueline@hicklefadel.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hailey Kshlerin"], ["email", "jaqueline@hicklefadel.info"], ["password_digest", "$2a$04$QsHNeO5hr1IYpu/wey.PpepvgrJo1IHQDpZQz1x9HGCAxcabB.PEG"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Quos similique id vero eum. Doloremque voluptatum reprehenderit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Tempora eos soluta qui doloremque ipsa est."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laney_gleason@windler.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Quinn Bergnaum"], ["email", "laney_gleason@windler.name"], ["password_digest", "$2a$04$GVTdIQlXNIp3GV0R6j9SmOwpz8H0z7wZ8UK.EtZexQeMc2yymyaGy"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Vel porro id. Repudiandae dolorum architecto est qui libero sint asperiores. Magnam distinctio qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Dolor ut nisi odit aliquam quo."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noemi@dooleyfeest.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ferne Dietrich III"], ["email", "noemi@dooleyfeest.name"], ["password_digest", "$2a$04$eFyFG4JIEsv.6RrSpE7a7OiDwgFLCJJ3LRBeslMkY3Oioa8hUP5MG"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Eum qui eum repellat aliquam aut qui. Dignissimos molestiae voluptatum eaque aut error. Quia hic et quasi dolorum mollitia quia aspernatur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Quasi esse similique atque nisi provident dolor consequuntur."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caden_murphy@hyattkilback.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Kristina Roob"], ["email", "caden_murphy@hyattkilback.biz"], ["password_digest", "$2a$04$P7wgoqwI1v9v6Ypzbk6t8Ox5R4qMKDFCouteblUSjKEqRA9M/EbZi"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Unde recusandae deleniti veniam quo repellat. Totam nihil rerum voluptas dolor ut est. Itaque saepe dolore voluptatem autem placeat numquam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Assumenda aperiam quia sint quia. Possimus doloremque magni vel cupiditate."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiarra.gislason@crist.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gabriella Maggio"], ["email", "kiarra.gislason@crist.net"], ["password_digest", "$2a$04$PPL/geLdebBUf6T/jn7lBOSKQlYWdkjImhF84uiGdjD1aS71zBWMS"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Officia quia ut nobis consequatur vel voluptatem. Quos dolor distinctio."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Tempore hic molestias mollitia."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.3ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ottis@macgyver.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Coleman Brown"], ["email", "ottis@macgyver.org"], ["password_digest", "$2a$04$D.cTL1nDKdo307vtNEVXm.yddY96MyRL6cnWvCjYFSJWXK.Gz0O/a"], ["created_at", 2016-06-10 15:02:26 UTC], ["updated_at", 2016-06-10 15:02:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (18.9ms) Completed 200 OK in 339ms (Views: 336.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ottis@macgyver.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ottis@macgyver.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$nNeSjFV7jLB0Ls4SB4nTW.BMvA3W9tAxYH78Sq8Cohl1GzabISN3S"], ["updated_at", 2016-06-10 15:02:27 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.4ms) Completed 200 OK in 26ms (Views: 20.7ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reie.pfeffer@keebler.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raven White"], ["email", "reie.pfeffer@keebler.com"], ["password_digest", "$2a$04$U8gsSetaW8O4yVgunTQmqe/Rpd2oQTMAneX5BrZm0QqaodzwH2KNa"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Quod eveniet provident. Quod quasi reprehenderit fuga non hic. Tempore ipsum sunt dolorem dolores dolor."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Ipsum laboriosam minus eum saepe est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.9ms) Completed 200 OK in 63ms (Views: 56.1ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "burdette@weimanndach.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jettie Windler"], ["email", "burdette@weimanndach.io"], ["password_digest", "$2a$04$dhX0QvQs5Pim3o.xO63XPOGqIJcYCPn4mLxvgUdem35FxjCiFKWbC"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 17ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"burdette@weimanndach.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "burdette@weimanndach.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$uXji.hs5XY9j2KJ3AchGYOocs6ZFxnEI/o3XClv3vMWllTvTwFIPK"], ["updated_at", 2016-06-10 15:02:27 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 23ms (Views: 17.2ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosemary.jacobs@kshlerin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Napoleon Monahan"], ["email", "rosemary.jacobs@kshlerin.name"], ["password_digest", "$2a$04$5FQA1EJb7x0AD2C3cf7t6.XG0hSUyhG8kDsDHq5f7ya9Ktlf42euS"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Aliquid omnis quo hic ullam. Voluptas aut explicabo et aut facere. Eius eos ea perspiciatis. Veniam sint reprehenderit molestiae."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Quo ut ut animi. Praesentium fugiat omnis beatae enim ea. Eum accusamus et doloremque omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chance@parisian.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Loyce Goldner"], ["email", "chance@parisian.com"], ["password_digest", "$2a$04$M6/dZkvSG2IyOeB9B4aCJe1EYLKyTIQ7NzO.CeKWw6rb0dLRBw8d2"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Excepturi consequatur sit rerum ipsum facilis temporibus. Alias et architecto."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Possimus consequuntur sed id perferendis occaecati."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allen.thompson@lemke.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roman Hauck"], ["email", "allen.thompson@lemke.name"], ["password_digest", "$2a$04$Ub6dXlCImyW0xA0HBAyMLeK9nN8AlK4JoxEKQWgw7JS38tI9KXz1m"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Laboriosam et voluptatem ut nulla. Consequatur aut magni rem aperiam ipsa laborum ut. Quidem nihil qui doloremque sed."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Fuga nesciunt doloribus cupiditate a quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brenda@von.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Branson Kemmer"], ["email", "brenda@von.biz"], ["password_digest", "$2a$04$GM9ZsUr841eUcRleP9/XFeYhC4QGO.OTxU7dhSuWIqiMceM4/uBgC"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Debitis amet et. Sed reiciendis libero harum amet aut."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Nostrum numquam incidunt id ipsa. Quos perspiciatis et dolor dolorem aliquid voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tanner.dickinson@purdywitting.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sammy Considine"], ["email", "tanner.dickinson@purdywitting.name"], ["password_digest", "$2a$04$xvK8YkVPEWH6eESCB/D4g.mzUF7BVqa0h4GkTBNIkr37/Wz9R/Mvu"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Eum fugiat non cum dolores quis dolores quod. Dolore quo et."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Ipsum autem at molestias eum earum facilis harum. Saepe qui aut maiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "michael@wolf.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Mya Bruen"], ["email", "michael@wolf.com"], ["password_digest", "$2a$04$kJstIXKoTUxUTkOAmK.QiuK0N2zZsoC16h4XW18ywjOU.7wu09jV6"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Dolores atque doloremque ad qui repudiandae qui quo. Vero voluptatem dolore iure laboriosam. Voluptatem sed assumenda molestiae et ea corrupti sunt. Repudiandae beatae enim neque qui et aut."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Unde magni sit harum dolorum aut natus repudiandae. Ea quo iure non accusantium molestiae amet totam. Vitae sit recusandae minus numquam doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "weldon@priceconn.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Imelda Bauch V"], ["email", "weldon@priceconn.org"], ["password_digest", "$2a$04$wgembgOyJWod0bTOeXA16OQljAhpxxrdAUZefhKav/8qJAygFpciS"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Soluta neque impedit. Ullam quos rerum eius corporis est ut ex. Id quisquam molestiae. Delectus sed aliquid laborum nihil alias officiis."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Voluptatibus amet aut maxime accusamus enim eius et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vesta.wuckert@rau.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jarvis Bahringer"], ["email", "vesta.wuckert@rau.info"], ["password_digest", "$2a$04$ZzD21w1r4x4zyH496kTg5.qgC/lglz.STf4nCo9GZw9maRlXP.Z9i"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Illo facilis sunt sed consequuntur ipsum molestiae repellat. Voluptatibus qui animi dolor quasi illo tempore esse."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Aut suscipit omnis accusamus consequatur. Exercitationem ipsum expedita repudiandae esse sunt et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reggie_orn@ullrichbins.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lea Grimes"], ["email", "reggie_orn@ullrichbins.info"], ["password_digest", "$2a$04$UhoGSgVRcfcCGyo0PNyj/OIQjLwUJz0EDlLCXtPURlP5Dn9NkgQAe"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Voluptates debitis excepturi omnis vel. Molestiae commodi esse accusantium odio. Corporis fugiat ducimus et laborum atque ipsam et."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Aliquam nihil ut est omnis quos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glen@williamson.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Sherman Ankunding"], ["email", "glen@williamson.info"], ["password_digest", "$2a$04$Mo/ReSVoZ7nTyrdl9NV9meiiLaIQqddZXlIKx8lHY.KMOujHJHv6C"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Laboriosam ad aut quibusdam quidem rerum. Numquam rerum praesentium. Suscipit natus ea facilis excepturi omnis iusto veniam."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Voluptas excepturi vel aliquam voluptate. Voluptas debitis fuga. Non aliquam aut ut sint nostrum."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anais@wiegandmosciski.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marilie Padberg"], ["email", "anais@wiegandmosciski.com"], ["password_digest", "$2a$04$q7H1n.sZ8/5Kw97NdYfEle2eKC9U.wsPJZQokD0OAFweyH01thwLy"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Modi atque porro. Officia in voluptas."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Maiores veniam tenetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meredith.schaefer@dicki.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Geovany Hessel"], ["email", "meredith.schaefer@dicki.com"], ["password_digest", "$2a$04$blySN1WnyucyRDqBN8I51.oRHCHqKPNOD3STg2/4NAPTJD9Jmhf8S"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Delectus eaque quidem dolorum. Ipsum rerum quia sint quasi facere eaque. Rerum hic quia. Ea quasi aliquam ab nesciunt omnis dolor occaecati."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Facere voluptas voluptatem distinctio nostrum. Libero odit quo quia id eligendi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chase.damore@huelspfannerstill.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Serena Luettgen"], ["email", "chase.damore@huelspfannerstill.info"], ["password_digest", "$2a$04$Gx8Z1F.xofvuljU.12Q32eeJkrlfCRtgGJcB8HZKwxRCrhBIXB6iK"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Iusto non dolores. Culpa debitis suscipit rerum."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Magni sed veniam error ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gudrun.willms@beahan.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jimmy Conroy"], ["email", "gudrun.willms@beahan.org"], ["password_digest", "$2a$04$Mmxt0tLoh4lNPjqT1FmRyeHw/hMy3XlB.Ifif.xdFt65qMbG8DEhK"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Earum cumque perspiciatis blanditiis voluptatem. Commodi reprehenderit enim. Id ducimus accusantium suscipit natus aut tempore blanditiis. Ut ipsum voluptatibus consequatur velit."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Earum nam voluptate aut ab rerum molestiae impedit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eleanora@hodkiewicz.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vicky Harber"], ["email", "eleanora@hodkiewicz.com"], ["password_digest", "$2a$04$bzrY2xYw1u6mTJMkPurb1OzcTEST2xQ8WUenfR0rWdK7xc7uaUkMO"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Aut eaque ipsa tempore officia. Ut ex soluta voluptatem est tenetur aut. Expedita consequatur voluptas nobis sit alias veniam. In ipsa consectetur nemo quam ex et."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Quas nihil aut iusto. Voluptates quia possimus ullam fugiat. Et deserunt consequuntur aut est accusamus corrupti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chaim@kunze.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fay Breitenberg"], ["email", "chaim@kunze.co"], ["password_digest", "$2a$04$PwMX0aYJw4yLudUH/Wp6W.XXvy1JVtDMWZPzc7HRVIKXIw6E5hqU6"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Ullam est voluptatem aliquid rerum fugiat. Totam esse ad. Minus vero omnis tempore molestias rerum. Error aut dolorem ut qui."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Vero voluptatum doloremque qui error animi ut quisquam. Et et ratione ipsa sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "giuseppe@witting.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jovan Mosciski"], ["email", "giuseppe@witting.biz"], ["password_digest", "$2a$04$1b9lW336sw14zt1Szr/8ze.lirPrlR/Hb8XFanWWv.O8hXI3QnaHm"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Sed explicabo qui sed. In unde maxime laboriosam. Est excepturi fugit fugiat impedit. Fugiat accusantium sunt eos illum."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Totam iure et doloribus explicabo nihil aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hailie.mueller@kemmerebert.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Precious Reichert"], ["email", "hailie.mueller@kemmerebert.io"], ["password_digest", "$2a$04$94tE5vx/6PnlI7jJTvP06eOOJvNMtEEeRNcUDXLPozP3mEIWLqTKG"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "In sint soluta ad fuga nam. Perspiciatis modi quibusdam quo voluptas excepturi."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Nostrum sit qui nemo architecto suscipit voluptatem. Sunt quidem ad id aperiam vero adipisci. Voluptates reprehenderit est sed nesciunt quas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marlon.mckenzie@becker.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Micah McClure"], ["email", "marlon.mckenzie@becker.io"], ["password_digest", "$2a$04$iXXQBZLuWO6CDhXCGGxQVuaThQGolbc8eOjjszgBJZj8o.w/lKS22"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Minus quas fugit placeat sit. Quia qui natus nostrum. Voluptatem est sequi quasi et saepe explicabo. Nemo eius distinctio et."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Praesentium dolor et distinctio quia aut ut quos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "henderson@block.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathen Runte"], ["email", "henderson@block.org"], ["password_digest", "$2a$04$xcvzlpTca0VhnD0NvNlBQehhAQrkNf2XFeJjA2tn5y6lG1xZQRO96"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Quia necessitatibus est aut fugit quaerat repudiandae consectetur. Culpa quia atque optio vel nostrum voluptate."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Est porro sed illum. Nam velit sit sed modi nulla dolore. Corrupti qui cum deserunt nihil fugiat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melvin@powlowski.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Alexane Bayer"], ["email", "melvin@powlowski.org"], ["password_digest", "$2a$04$cutAB4FZE78YCGx7EEyv5eis1mT9nnwyuhf3TYSMSt4XLydW.5wPK"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Saepe maiores debitis soluta neque tempora. Est asperiores quis reiciendis. Eum qui itaque animi nulla sequi temporibus. Nemo incidunt architecto perspiciatis."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Quis fugiat vitae repellendus eligendi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zelma@konopelski.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gia Heidenreich"], ["email", "zelma@konopelski.net"], ["password_digest", "$2a$04$uTqw11Vvl4bFry7y.phSh.2EOeJQB06n27UJzcMJNGfbLQe8ngX1K"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Est amet suscipit quod velit sunt quis. Ducimus iusto aliquam. Sint omnis consequuntur temporibus."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Animi rerum aut alias maxime omnis voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macie_frami@west.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delores Grant"], ["email", "macie_frami@west.com"], ["password_digest", "$2a$04$eZmTDMjvKwtfLljrkSUoxebByKVITYkByrSSs3bq8HlVaq2YxKPJq"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Voluptatem unde qui veritatis est reiciendis. Aut est fugiat eos et fugit non. Repellat sit aut dolores eum mollitia."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Officiis eaque eum dignissimos. Voluptatem est rerum hic magni non. Occaecati corrupti recusandae cum autem optio omnis possimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "peggie@hegmann.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Noemie Kuhic"], ["email", "peggie@hegmann.com"], ["password_digest", "$2a$04$U2HYP3XgvJ0sZQi/v54Tl.xa1rCaBozG24U425HURPIHWqp82T.G."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Recusandae aliquid quos id quis ea amet. Aperiam et rerum ipsum necessitatibus maxime."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Consequatur autem itaque aut odit sit incidunt. Autem repellendus quo tempore qui provident ex."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "malvina_hagenes@rogahn.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Gladys Gutkowski"], ["email", "malvina_hagenes@rogahn.info"], ["password_digest", "$2a$04$rPC0HZxA5gVQ0IPuqxNzzOmZzTpxO3lJpPN0KPs/AF9mKIou.6co6"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Voluptatem eos esse eum sed. Temporibus a commodi."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Non ducimus et minus non. Aut rerum natus eveniet voluptates eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zackery_leuschke@larson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Uriah Champlin"], ["email", "zackery_leuschke@larson.net"], ["password_digest", "$2a$04$zf6/aHfzJv6Ed7KRTCthkeYiXAZB5bWuVz7tUD9Mpdtjmr/qOc2TC"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Accusamus assumenda natus rerum facilis minima autem. Eum dignissimos blanditiis et eius nostrum nemo. Sequi aut dolorem deleniti ut. Sint error consequuntur natus et aliquid."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Odit autem voluptas consequuntur et et ut officiis. Adipisci tempora voluptatem nemo dolorum. Repellendus ut minima commodi sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (196.3ms) Completed 200 OK in 213ms (Views: 186.3ms | ActiveRecord: 22.9ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (40.1ms) Completed 200 OK in 57ms (Views: 48.4ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryann@kautzer.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jules Doyle"], ["email", "ryann@kautzer.org"], ["password_digest", "$2a$04$4CrVzmu5UBie97/mDejzQuYMQ5bYW/7iSl8ZBmRQNIirqwtUhtSIm"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.7ms) Completed 200 OK in 28ms (Views: 24.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ryann@kautzer.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ryann@kautzer.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$/dQrWK3jK1HqBr1jXpl0z.BYwmeLUMBh0wlhgh0izhP7wqKdjCFNC"], ["updated_at", 2016-06-10 15:02:27 UTC], ["id", 103]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 24ms (Views: 17.9ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaleb@baumbach.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jonatan Cremin MD"], ["email", "kaleb@baumbach.info"], ["password_digest", "$2a$04$IZTsdR0UinT0zd6RIy3oNeah56zAHUNii9tnxsxMr.CUzDS4InADK"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Omnis corrupti a atque. Occaecati cumque qui. Ea mollitia odit dolores fuga perspiciatis quo et. Ut ut magni."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Qui in assumenda. Qui odio quia distinctio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maryam.grant@lang.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ethyl D'Amore"], ["email", "maryam.grant@lang.biz"], ["password_digest", "$2a$04$ofLHirdI78KefhUcY52KQ.18GHsH0viQEOdLYwPV/ev8QqbvrS1Ui"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Rerum aut est aspernatur quia voluptas quos aut. Consequatur ea delectus perferendis. Consequuntur sunt et recusandae rerum esse aspernatur delectus. Ad est illo dolor id sed."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Enim natus tenetur ipsam dolorem vitae qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gielle.mckenzie@littel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estrella Becker"], ["email", "gielle.mckenzie@littel.org"], ["password_digest", "$2a$04$CsGpwmzCBfxm0iSkxZ2h2OKW9PzMysPi.NpfiyF5/bV0mxjJU.yNy"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Deleniti iure facilis mollitia blanditiis. Id voluptatem perferendis atque nesciunt dolore. Consectetur aperiam exercitationem sequi vitae eum quos."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Maxime quia doloribus nisi consequatur at assumenda ipsam. Delectus explicabo eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rolando.grant@runteernser.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rolando Ondricka"], ["email", "rolando.grant@runteernser.org"], ["password_digest", "$2a$04$fEb0DgUuMQYX.A.1uzZqA.jeT6axlyvx1IuPtU9HcPLEcHislqAm."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Est repellendus labore ut ducimus ut. Fugiat consequuntur facere molestiae explicabo dolores quas ipsum."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Neque aut dolor soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guiseppe@hettingerschroeder.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Efrain Howell Sr."], ["email", "guiseppe@hettingerschroeder.com"], ["password_digest", "$2a$04$m4NGdm/V2XJZRdCtnNf.ReCfWaVjORYop5klPrRdZaepbLr6Qi/Hq"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Sit ut autem dolorum nulla animi. Tenetur nulla perspiciatis minus quidem esse atque. Aut officia odio porro eum qui sed dolorum."], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Alias eos maxime."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ari@reynolds.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reginald Kerluke V"], ["email", "ari@reynolds.io"], ["password_digest", "$2a$04$mtLnLCJs/CCy66pnVt42keSpkiBEn7f/isLYOXlRwAXo4nGMopMxi"], ["created_at", 2016-06-10 15:02:27 UTC], ["updated_at", 2016-06-10 15:02:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Unde consequatur rerum rem ipsa consequatur numquam saepe. Temporibus quo dignissimos et qui quidem officiis numquam. Quisquam laborum libero explicabo qui beatae consequatur mollitia. Earum nulla sint deleniti ad quia."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Eveniet repudiandae deleniti quidem quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "crawford@wisokyconn.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donnell O'Keefe II"], ["email", "crawford@wisokyconn.io"], ["password_digest", "$2a$04$uBZltt/w5Q6hpCc71dy9tehmBJjtn.NYv7bH/e1RqXNrDGc3TSjZi"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Mollitia necessitatibus recusandae quibusdam. Quia cumque accusamus. Voluptates ad iste et dolores pariatur blanditiis. Eum exercitationem libero sunt aperiam eligendi."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Consequatur itaque ipsum odio voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abelardo_spinka@grant.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deion Lockman"], ["email", "abelardo_spinka@grant.io"], ["password_digest", "$2a$04$TENfvmHHCv2ioWmS6/eq0uJfXo0gz4zuQvL7LyUF4g1GqSccn8i8K"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Tempora ipsum veniam corporis. Fuga ut reprehenderit. Distinctio deleniti rerum ut dolor. Aperiam omnis quia."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Voluptas omnis explicabo atque quisquam dolores vel libero. Officiis ut quae qui voluptatem qui. Officiis tenetur dolorem ducimus et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alford.sporer@jerde.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jerrell Bernier"], ["email", "alford.sporer@jerde.biz"], ["password_digest", "$2a$04$QC63CfoDY4UcDZfQSiVNKORg7CbPtcX9tbOYgYZAikvqK5YUmVyL."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Ea et est. Aperiam sunt est tenetur consequatur quos. Voluptatem quas nam."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Aut et qui laudantium. Quidem odio quae explicabo possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jed@bartellcronin.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aiden Nitzsche"], ["email", "jed@bartellcronin.net"], ["password_digest", "$2a$04$.AvIyjx1GRaTOTfRa2f0AOrAi.uCkGv/G8SDShcbVgqPoeM1w9APO"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Ipsum natus maiores. Quos ratione enim totam aliquid occaecati doloremque suscipit. Expedita voluptas quisquam consequuntur velit omnis excepturi."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Eveniet inventore consequatur esse."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ervin@gloverheathcote.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lexus Block"], ["email", "ervin@gloverheathcote.biz"], ["password_digest", "$2a$04$fTlsyucetlIHIFOxHoAbj.jnRlJlKSMhVtx9Zuf8nEZexGUdlARa2"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Nulla sint blanditiis. Qui consequatur in iure et unde. Similique aperiam quos magnam et quis et enim."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Aliquam amet quisquam. In aut libero sed fugit in repudiandae rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meredith_marquardt@halvorson.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Leopoldo Collier"], ["email", "meredith_marquardt@halvorson.co"], ["password_digest", "$2a$04$8bwz5lyjLwaLN5fQ78sUXu2VvGFeLcyBR1ECFC7MqW8UajGqZXrIu"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Sapiente sunt fugiat doloremque illum facere. Et quasi eos laboriosam. Ullam aut voluptatibus recusandae. Dolorum excepturi ad."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Nemo id aut fugit nostrum repellendus ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reece.nolan@hintzcremin.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kenneth Jaskolski"], ["email", "reece.nolan@hintzcremin.biz"], ["password_digest", "$2a$04$3V4JJw6VU0lRcTe/HQ2umOqMS7oMocH7I43GCqwRCQVuIvBMyy.6a"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Sunt rerum qui praesentium ea omnis. Atque omnis numquam provident ullam qui saepe."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Ullam nemo molestiae aut non suscipit est consectetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lionel_schumm@langosh.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Destin Watsica"], ["email", "lionel_schumm@langosh.org"], ["password_digest", "$2a$04$gKLwVqop/g.CJLaPDvCh7umr7QAXwAv8cETtI200kCq21viUxVLvW"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Porro fuga consequatur vel ratione fugiat. Est error facere tempore voluptas inventore est. Enim quam a esse voluptate. Perspiciatis similique ut tempore assumenda quia dolorem."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Doloremque aut fugit et porro et est ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxine_rath@westoconnell.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laurence Weissnat DDS"], ["email", "maxine_rath@westoconnell.name"], ["password_digest", "$2a$04$OG1hnH9w920lidctSf1cV.Ptcu4y9VOf3gpnnOwvimWox0rhQJowG"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Sit voluptate et. Aut iure et voluptatum."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Quos et rerum ea aliquid repellat sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dena.white@mills.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grace Wunsch"], ["email", "dena.white@mills.io"], ["password_digest", "$2a$04$9BfUdX.H0vupFyg0V/HSF.iRhzdGXF5L8Panqt51m1MVPQFrWY6JC"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Qui quia nobis. Ut modi id non aspernatur consequatur eum et. Voluptatem et eum mollitia incidunt qui quia facilis."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Quia tempora sed. Veritatis autem illo eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "polly_murray@adamchowalter.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Carmella Koss"], ["email", "polly_murray@adamchowalter.net"], ["password_digest", "$2a$04$8icQ0Xpeab9wo4VVLHvGxue4myc9T3PFe9Cw0XyAWY/nq/yUYtweW"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Veniam et et dignissimos. Non neque architecto quidem vero."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Placeat culpa ut laborum sint."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keira.langosh@upton.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Samantha Ullrich"], ["email", "keira.langosh@upton.co"], ["password_digest", "$2a$04$5QtxexNln/HzOEEs1SgCwu3ZolXgIWii1s565jJbEhwxdIMyO8wre"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Assumenda enim fuga. Quaerat rerum sed ad corporis expedita iste harum."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Quas qui quod omnis non. Excepturi itaque exercitationem aut velit autem dignissimos aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antwan_deckow@padberg.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Aimee Flatley"], ["email", "antwan_deckow@padberg.io"], ["password_digest", "$2a$04$a6wy0HHThzmhkRkDYLe1WeAU59Iva.usjUNPoT39gRXKlrjqgmnCO"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Facilis dolore recusandae voluptatem est veniam sequi. Voluptatibus minima voluptate nihil sed rerum facere. Sit pariatur ullam nobis sint enim. Numquam quibusdam dolorum omnis."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Ipsa iusto dolores iure voluptatem esse. Odit qui et. Temporibus fugiat magnam unde atque vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cleveland_wiza@reinger.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bartholome Turner"], ["email", "cleveland_wiza@reinger.biz"], ["password_digest", "$2a$04$zKu5SdOtghpEm09NJ45pLeljKE0pY5Op0nPN3I122Fttdj7euo4kW"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Iusto minima ipsam ut quos voluptatem ut. Distinctio omnis ducimus animi dolore perspiciatis excepturi dignissimos."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Eos velit voluptate sit eligendi voluptas. Nihil repellendus quae. Repudiandae modi et quae et dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abbey@simonis.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamison Graham"], ["email", "abbey@simonis.io"], ["password_digest", "$2a$04$4cqr5Kqkq6Dzufc1Pd5lAOdewq/UV.cdyF7iL80.Y2qYAhUh0a0HO"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Animi omnis ipsam nihil. Doloremque ut ex aperiam beatae ullam dolorem. Nulla veritatis aut."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Id ipsam nemo et harum. Quam harum ut. Atque dolorem laudantium corrupti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hillard_vandervort@nikolaus.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeremy Wisozk"], ["email", "hillard_vandervort@nikolaus.io"], ["password_digest", "$2a$04$dNjAnPMGoyS3jb4XZsnjPea37dBa0P6Y6g3TsJ5zKrzAvjqeAgj86"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Quibusdam mollitia eos omnis. Dolorem sed similique. Vel eum nihil qui autem expedita beatae dolores."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Est est velit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "samson@robel.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Waldo Batz"], ["email", "samson@robel.com"], ["password_digest", "$2a$04$INNbLU410PtZwwiOHqqZtOGOwMGjPt7m.PvojL7r7/2Jv0teDfXiC"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Voluptates nisi dolorem cum omnis. Rerum soluta ut. Veritatis laudantium sit assumenda."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Officiis beatae illo voluptatibus vel recusandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmela_mosciski@townebernhard.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nicolette Hamill"], ["email", "carmela_mosciski@townebernhard.co"], ["password_digest", "$2a$04$cv.xc7qSCTKowR/4EqiDFu.DjprAHLeLIc1DB8Ia56Uq.hQpx.O.O"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Sint tempora quasi ipsa. Est nihil sunt omnis quos."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Sit rerum libero distinctio et amet. Sequi quisquam aperiam consequatur nostrum magnam nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trevion_nitzsche@heaney.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abe Keeling"], ["email", "trevion_nitzsche@heaney.name"], ["password_digest", "$2a$04$6wWbY1sz0zIjJK6v/rKPrei2CJIPKReXHSYO2uS4NmYbn7e.KuVtK"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Qui molestiae consequatur sint ut sed et fugit. Distinctio voluptatem est qui dolores. Sed officiis omnis explicabo quos."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Ut quia voluptatum deleniti. Vel repudiandae accusantium quisquam rerum voluptas. Nobis dolores modi ab."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alden.schroeder@moen.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amaya Kuvalis V"], ["email", "alden.schroeder@moen.io"], ["password_digest", "$2a$04$DNL8bIT6K8NG/XOEJc2RBuwR1dnp1YoRuLxfk9aLwE8uy1ONHiaXi"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Id error commodi voluptatem quis voluptate sint cupiditate. Eos porro accusamus."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Qui aut laborum suscipit. Illo temporibus rerum. Cumque nostrum atque laboriosam ex."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (117.0ms) Completed 200 OK in 130ms (Views: 107.9ms | ActiveRecord: 18.2ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (33.1ms) Completed 200 OK in 49ms (Views: 41.9ms | ActiveRecord: 2.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "august.gulgowski@dickinsonwolff.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "august.gulgowski@dickinsonwolff.info"], ["password_digest", "$2a$04$Qd2N/XS6QJnBYRBAzlEvl.sBFSdrATfmGFgXZV9llgZG7HkKtjgua"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"august.gulgowski@dickinsonwolff.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "august.gulgowski@dickinsonwolff.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ScqoDhfolzSvfNJSlBx3y.WgXOsmPoLvKH2dPy.icG1Jd9Rwjn0oK"], ["updated_at", 2016-06-10 15:02:28 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.6ms) Completed 200 OK in 21ms (Views: 16.0ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barney.corkery@flatleyjohnston.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "barney.corkery@flatleyjohnston.net"], ["password_digest", "$2a$04$Bk0DfOiT1zkxRsQ2tO0z.eCDDqpFD4THnbtrOeQp7Zj9opD.CvJcu"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mortimer@gusikowski.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stanley Fahey IV"], ["email", "mortimer@gusikowski.biz"], ["password_digest", "$2a$04$TNTOSgcoNse9CO6F7K4RKOYeGp8o6iGWk3mbH750xjR0dIJyCJrqK"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Veniam non omnis voluptatem. Et asperiores molestias doloremque explicabo suscipit."], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Illo laudantium quisquam id vero quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (1.0ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (25.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (34.7ms) Completed 200 OK in 47ms (Views: 40.1ms | ActiveRecord: 2.8ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.6ms) Completed 200 OK in 32ms (Views: 24.1ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sabina@beatty.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "sabina@beatty.biz"], ["password_digest", "$2a$04$lP6ESFUijceAnZpdNICQQOWUSiiLpTlRKH/sknKZiDrUKa8TRwmDm"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sabina@beatty.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "sabina@beatty.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$pGNQkLg5lb2oktPOjesg1.zgUNomL2vLs9bt04FIYXENKMlZg/7Mq"], ["updated_at", 2016-06-10 15:02:28 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 23ms (Views: 17.4ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marquise.boyle@gottlieb.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "marquise.boyle@gottlieb.net"], ["password_digest", "$2a$04$P/mujlAg425xQqQEqir7W.wEBQrLq7HjkG726AL8MQPdZU2RabBCC"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.9ms) Completed 200 OK in 28ms (Views: 22.9ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 26ms (ActiveRecord: 6.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.2ms) Completed 200 OK in 25ms (Views: 19.4ms | ActiveRecord: 2.3ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kasey_mcdermott@murazik.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josefa Becker"], ["email", "kasey_mcdermott@murazik.io"], ["password_digest", "$2a$04$RjLvj8rf0bzajpkq/vbRLejZ/8drjwwXF83zk.Uy9G.CgUDJW.ri6"], ["created_at", 2016-06-10 15:02:28 UTC], ["updated_at", 2016-06-10 15:02:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kasey_mcdermott@murazik.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kasey_mcdermott@murazik.io"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gDTFQTi1rsQZlhbCpgCXTeBVPZrSYJatfkz8NWH3cz.TvoYBncPPy"], ["updated_at", 2016-06-10 15:02:28 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 1.5ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (21.2ms) Completed 200 OK in 33ms (Views: 28.2ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:28 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (10.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (20.8ms) Completed 200 OK in 41ms (Views: 30.6ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:29 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:29 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:29 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 14ms (Views: 10.7ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$aDJNmK4NiSFMWRxVyIKHIuhmWGzOydSt0q2QDN/R5Mpy5dqxZINxq"], ["created_at", 2016-06-10 15:02:29 UTC], ["updated_at", 2016-06-10 15:02:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:29 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:29 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$nNGQT7uBR3rinPgpCQyMsea7xfzKB4YcSdil6c4ggHZBMm.vmnZC2"], ["updated_at", 2016-06-10 15:02:29 UTC], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.1ms) Completed 200 OK in 33ms (Views: 25.4ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$f1cGtyKDIWjWAI9zsP8Kkep.CtGxbIHk905FjvEF23RTpVokkQ6aS"], ["created_at", 2016-06-10 15:02:29 UTC], ["updated_at", 2016-06-10 15:02:29 UTC]]  (0.7ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 31ms (Views: 24.6ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-10 11:02:33 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-10 11:02:33 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Rb/B/eIq4S9eNqC7rNb8cuWBDWnGeF/tlRAVVOHzqS0Xwmu1m3Umm"], ["updated_at", 2016-06-10 15:02:34 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:61759/admin/posts Completed 302 Found in 18ms (ActiveRecord: 3.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.1ms) Completed 200 OK in 33ms (Views: 20.6ms | ActiveRecord: 3.6ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-10 11:02:34 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:61759/ Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-06-10 11:02:34 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (17.7ms) Completed 200 OK in 37ms (Views: 31.5ms | ActiveRecord: 1.9ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-10 11:02:34 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-10 11:02:34 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 19ms (Views: 15.4ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.5ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (19.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nikko.macgyver@bernhardjacobs.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lisa Weber"], ["email", "nikko.macgyver@bernhardjacobs.biz"], ["password_digest", "$2a$04$RBoTYdhwAdPAX1Mv.E0LN.DoDwqexBfco3mat2XjSf6CKff8Xj9Jy"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 19ms (Views: 15.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"nikko.macgyver@bernhardjacobs.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "nikko.macgyver@bernhardjacobs.biz"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$tt7LGbwOiVBlwoJoz4f.UuVFVVsbZIbZCSv06jonWHgYtZ7xsQab."], ["updated_at", 2016-06-10 15:02:35 UTC], ["id", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.6ms) Completed 200 OK in 34ms (Views: 25.8ms | ActiveRecord: 2.2ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (2.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.4ms) Completed 200 OK in 32ms (Views: 25.8ms | ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stone@huel.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antonetta Nitzsche DDS"], ["email", "stone@huel.biz"], ["password_digest", "$2a$04$bYT3f4rP6BdWNQqR/rvACemvjQDKq8f.C287XrMMpIv.PurkxUo6m"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.1ms) Completed 200 OK in 18ms (Views: 14.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"stone@huel.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "stone@huel.biz"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gN3TGOprTWty8P.MzQZzL../Ic4aApksKj.TIp3OcYoRk5tGYVH0G"], ["updated_at", 2016-06-10 15:02:35 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.6ms) Completed 200 OK in 31ms (Views: 22.0ms | ActiveRecord: 3.2ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-10 15:02:35 UTC], ["updated_at", 2016-06-10 15:02:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (36.4ms) Completed 200 OK in 52ms (Views: 45.5ms | ActiveRecord: 1.7ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-10 11:02:35 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (27.4ms) Completed 200 OK in 40ms (Views: 34.1ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cali@schaefer.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edgardo Leffler"], ["email", "cali@schaefer.biz"], ["password_digest", "$2a$04$.HFEW8hOEUs10pxNWFcAuejpdSkB8AxMZrOKb1HQnoQmxZNha.8Wa"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cali@schaefer.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "cali@schaefer.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Sj3N/AEfigTj186Ru/bCKuGQTMcrwGngJsk2ZTebZwqhWHl0s3p7C"], ["updated_at", 2016-06-10 15:02:36 UTC], ["id", 3]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.7ms) Completed 200 OK in 28ms (Views: 21.2ms | ActiveRecord: 2.2ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (8.5ms) Completed 200 OK in 23ms (Views: 16.8ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 24ms (Views: 18.2ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ada@medhurst.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krista Bayer"], ["email", "ada@medhurst.co"], ["password_digest", "$2a$04$YNSyRTxCGcNiGzJ81.0X9.YKw3BeDhKJ6ZuaIuE4L1nZpfud23sKe"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 15ms (Views: 11.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ada@medhurst.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ada@medhurst.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$tuiCMTilvXG5Pjv2kdIKPe6.Ek3Z375xMEZ7NOrw2gMXIN1Fo0Y3O"], ["updated_at", 2016-06-10 15:02:36 UTC], ["id", 4]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 26ms (Views: 19.8ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 27ms (Views: 19.7ms | ActiveRecord: 1.1ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-10 15:02:36 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.8ms) Completed 200 OK in 23ms (Views: 17.9ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (1.1ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raul_hoeger@leschmiller.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johathan Bins DVM"], ["email", "raul_hoeger@leschmiller.io"], ["password_digest", "$2a$04$Izt4I.AzVuHeiHjzNtFYUex23grD7dTAU20us6G8t5vw0Ucy.svke"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 19ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"raul_hoeger@leschmiller.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "raul_hoeger@leschmiller.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$pGaa72KMQ33LPfjUtM.UxexvvX3A1f7hzxXm4gOC8zVcLMjDQY4Ji"], ["updated_at", 2016-06-10 15:02:36 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 25ms (Views: 18.7ms | ActiveRecord: 1.7ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.9ms) Completed 200 OK in 26ms (Views: 20.2ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 22ms (Views: 15.7ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trudie@steuber.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mark Spinka"], ["email", "trudie@steuber.biz"], ["password_digest", "$2a$04$CJkqdF6QSPR3h7nWtyjm.ebxPT0jqVCMDUAA..nC8AaDeN.zDKwUm"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Quo qui voluptatum alias quis necessitatibus nulla et. Incidunt repellendus est. Fuga eos dolorem fugiat itaque et unde. Excepturi voluptatibus non."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Magnam sit repudiandae rerum aut in quos. Autem eos asperiores dolores. Aut cumque nostrum qui non placeat nam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "richie_stracke@kilback.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marietta Bernier"], ["email", "richie_stracke@kilback.name"], ["password_digest", "$2a$04$IUG7/GNCkohmnHls95Cw5.ayK4DHEolhHjYwax4f8Ib8z1gavVDka"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Ex quo exercitationem maiores iste mollitia et. Ipsum et perferendis necessitatibus pariatur reprehenderit esse occaecati."], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Ex quo illum voluptas eligendi. Nisi fuga ut dolorum doloremque dolore vitae sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.3ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (28.4ms) Completed 200 OK in 41ms (Views: 34.5ms | ActiveRecord: 3.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.7ms) Completed 200 OK in 31ms (Views: 25.9ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darlene_rogahn@gutkowski.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Garnet Schultz"], ["email", "darlene_rogahn@gutkowski.co"], ["password_digest", "$2a$04$c9NFAux.4jcgh9/5YnTfJeS2TMsYrtdgjTwhKNumCaZcIJDsk01re"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Deserunt eos voluptatibus. Maiores est nisi aspernatur suscipit consectetur. Quaerat placeat rerum at."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Corporis ut ipsa et et et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janis@langkling.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elsie Friesen"], ["email", "janis@langkling.biz"], ["password_digest", "$2a$04$uqBq//PdXFgSKNrV4DL6q.0M3bcCo.eJgsvVbTURa4jEhx5UCns.W"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Laborum quod omnis delectus ex ducimus et. Sequi laboriosam numquam enim perferendis qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Tempore pariatur facilis atque totam. Dolor aut aut qui distinctio nulla dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rowland.kuhic@buckridge.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Santina Purdy"], ["email", "rowland.kuhic@buckridge.io"], ["password_digest", "$2a$04$lTSLvv9aSw7UkMCRoD8jT.3fYRmNmTBits3Oi7LsWSzclY/OFKPu."], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Eveniet provident architecto adipisci veritatis saepe. Est omnis sint consequatur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Sapiente ea qui qui facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tod@grimes.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Murl Mueller"], ["email", "tod@grimes.org"], ["password_digest", "$2a$04$JSiz8kW0yZCE/fJTUGtCcuuYv0vNgrXafP5oKHNUGP6QYl32kxEGy"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Et est totam nobis. Ea et aut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Corporis id sed dolores rerum esse sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "george.ruel@wiegand.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Paris Trantow"], ["email", "george.ruel@wiegand.info"], ["password_digest", "$2a$04$DpGnCiZ.MnKahTXgW1Z7hunxKjgCD.ILF2PcaO9xGqfVIthDGIoFm"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Enim ducimus culpa sed sapiente dolor ut. Repudiandae quis aut est quia illo necessitatibus numquam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Accusamus cum dolores voluptatum qui rerum dicta."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rubye.satterfield@bosco.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Valentine Glover"], ["email", "rubye.satterfield@bosco.com"], ["password_digest", "$2a$04$R.weuXBttGzaOuGRkLBlB.d.liTRo7Bd40umPiDUdcwVplCr7k3SG"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Est eligendi sit ut ut. Non ea est dignissimos consequuntur ratione eos quia."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Perferendis explicabo et ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnson@erdman.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ellen Hoeger"], ["email", "johnson@erdman.co"], ["password_digest", "$2a$04$mHUdjirUf76mLI8XWoZi1.7SvDTYqEIOWa6vNSNqvb99Nn4a.fhGm"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Impedit voluptate quis sequi vero porro saepe. Quibusdam ut consequatur in illo. Ut qui molestiae error sed est voluptas consequatur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Repellat dolor expedita itaque sunt distinctio consectetur."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vella.heel@lindgrenschmidt.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rudolph Mann"], ["email", "vella.heel@lindgrenschmidt.info"], ["password_digest", "$2a$04$91r9oW0si3atgqF.D1M9fO0hiGsZ6BPZflBSvtjtJTGq0JVShDRwK"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Modi similique tempore. Error consequatur consequatur tempore voluptas. Enim voluptas dolor cupiditate repudiandae quo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Nihil quo tempora. Culpa dolores consequatur dolor exercitationem adipisci. Rerum qui consectetur dolorum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keaton_hegmann@reinger.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Treva Vandervort"], ["email", "keaton_hegmann@reinger.biz"], ["password_digest", "$2a$04$3lUeIEAj/W9a82GhaZCLEO6nW1rEud6/IgZWRsfkUo0MY6l3vnuFK"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Qui quaerat et optio. Sit quia autem. Qui nesciunt nulla voluptates accusantium. Sed voluptatem voluptas."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Praesentium laudantium optio quaerat maiores sint ut nobis. Autem in quia blanditiis. Quos facilis aliquid."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "earlene.abernathy@smitham.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Felipe Ward DVM"], ["email", "earlene.abernathy@smitham.com"], ["password_digest", "$2a$04$0G1XNUW5aPHOSQJCSkgYruEJq6kLOBNXpC/o7gqjQKVZ255RJvTU6"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Ut accusantium laudantium nulla. Necessitatibus accusantium soluta perspiciatis enim et praesentium. Quae ad iusto et. Recusandae aut natus."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Hic est totam rerum saepe libero. Asperiores aut earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lexus.nitzsche@buckridgekilback.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alda Stoltenberg"], ["email", "lexus.nitzsche@buckridgekilback.net"], ["password_digest", "$2a$04$61XnH.pLtSpECdl.A5g80OhBdCqRDJB6m9jeVXtEJZe67u7TF/BYa"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Et voluptatem eius magni a. Autem non illum dolor iure rerum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Vitae et sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (46.7ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (75.1ms) Completed 200 OK in 88ms (Views: 75.7ms | ActiveRecord: 9.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.2ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (47.5ms) Completed 200 OK in 63ms (Views: 56.3ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shawna_marvin@croninmiller.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassidy Lubowitz Sr."], ["email", "shawna_marvin@croninmiller.com"], ["password_digest", "$2a$04$4Jj10gXpOcAgtM781d83VeZsuD4uFmixDCwctgWOxAh7iJFnF9nX2"], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Vero fuga sed quia. Et qui harum iure qui porro tenetur. Id dolor quasi inventore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:36 UTC], ["updated_at", 2016-06-10 15:02:36 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Libero placeat architecto ab eos. Libero eius non autem quia rerum voluptatum dolorum. Ut ipsa aut dolores est nisi dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:02:36 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.3ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (25.2ms) Completed 200 OK in 39ms (Views: 32.8ms | ActiveRecord: 3.2ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-10 11:02:37 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.0ms) Completed 200 OK in 21ms (Views: 14.8ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adah@bogan.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Duane Hirthe Sr."], ["email", "adah@bogan.net"], ["password_digest", "$2a$04$9CQjl2gUznnOivqn0B1ZIO6hpuWcxNnvUuDQ.WXozCh7phhwQV3wa"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Dolore quaerat ea molestias. Est sapiente quam optio non dignissimos nihil adipisci."], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Excepturi perferendis consectetur id est eaque architecto voluptatem. Et numquam ipsum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-10 11:02:37 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "providenci@croninherman.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Roma Yundt"], ["email", "providenci@croninherman.com"], ["password_digest", "$2a$04$05IMqOaZgK9o8xfEGJ4DrOqIZMY1B6TecM.lwc2v1ZTTAOjcCeSQW"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Quaerat nihil distinctio rerum odio voluptatem rerum. Tempore culpa dicta rerum. Porro qui voluptatem fugit ut. Vitae nihil ut recusandae ducimus est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Expedita laboriosam corrupti nisi sunt rerum eligendi natus. Accusantium quis maxime qui voluptatem vitae odio."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jailyn@jast.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jazmyne Denesik PhD"], ["email", "jailyn@jast.org"], ["password_digest", "$2a$04$f6QYoVk7YbrBRFS9j0gXo.W3KAifn50h9MaRSxM8ArxmJd6hf26Be"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Voluptas officiis quia est quo perferendis accusamus. Tempore corporis non. Impedit ex tenetur laborum veritatis veniam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Quas cumque est nobis hic temporibus. Molestias voluptate alias iure voluptatem quis nihil recusandae."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:02:37 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (18.2ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (32.2ms) Completed 200 OK in 46ms (Views: 37.5ms | ActiveRecord: 5.1ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-10 11:02:37 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (20.0ms) Completed 200 OK in 38ms (Views: 27.3ms | ActiveRecord: 4.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$JVCyH8TqCRtVg3BruufW6u60ZfdvKyygUIbI0wECkcIcGxBOXvF32"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$xAP.yzcGDX4x/9W1TCRz9ulW8ofYc/qxL.bsPpnpT1GNH2SB.KBzG"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$JX12RB/lPEoS03Q3G9WkAu9PCZpL7IcMyI.FRdZS903GBtyc2QWNK"], ["updated_at", 2016-06-10 15:02:37 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "conrad_ankunding@muller.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garrison Feil"], ["email", "conrad_ankunding@muller.co"], ["password_digest", "$2a$04$TkNHgPG/kn9p5VolsHBJR.e7Sb0jSAQe142YEJUJu2iPJvVDU/uYG"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "loyal.bahringer@kuhlman.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Justine Mertz"], ["email", "loyal.bahringer@kuhlman.name"], ["password_digest", "$2a$04$3GpLaJ/gNx/tvV1SXXTHbOb1xAHBZ9R2m/dnfV1uCWq.EZF2H4d66"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jensen_streich@pagacwhite.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Barrett Bashirian"], ["email", "jensen_streich@pagacwhite.io"], ["password_digest", "$2a$04$ljAj4cdveh2g9EShFoOqreEL836rEHMtPR1TPwoMc1IlMfbzFPLXi"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Sunt dolorem ipsum est labore earum iure. Minus veritatis voluptas corporis aut quas iure qui."], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Iusto enim et accusantium iure consequatur ex. Dolore quia cumque similique sed rem culpa est. Numquam nostrum at ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "collin_feil@wizasmitham.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joannie Bins"], ["email", "collin_feil@wizasmitham.net"], ["password_digest", "$2a$04$G6.ihAdy8A0XHZlqci.lyOijwpJQchvDLYv25mXcaB9HIOhGPAQdG"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Vitae placeat est molestiae totam vero. Nostrum animi expedita voluptas quasi voluptatibus."], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Consequatur omnis tempora voluptatem ducimus nesciunt veniam deleniti. Est consequuntur quae facilis non inventore sed iste. Vel iure et numquam ipsam incidunt officiis quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dax@gaylord.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lisette Hodkiewicz MD"], ["email", "dax@gaylord.name"], ["password_digest", "$2a$04$cBKgDFXrvtzHXjN3b2Scg.BXtDH3B/4uh0ZOoWf.lpi7c.9wsVSWy"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hardy@carrollleuschke.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garrick Jerde"], ["email", "hardy@carrollleuschke.org"], ["password_digest", "$2a$04$8Df0mXFY1.QqhDqq/beJ.OGiltr8p/geQMefdxjNnchgiOaELLzZ6"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "litzy.kovacek@nikolaus.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Verner Schoen"], ["email", "litzy.kovacek@nikolaus.net"], ["password_digest", "$2a$04$roofWBEh4uMN32KsXEZkgOtn45NTRTi.ShGuCd1uBjXJ9GKTKFgo."], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myah@becker.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Filiberto Blick Sr."], ["email", "myah@becker.info"], ["password_digest", "$2a$04$2nKoBxLqrJDFfNvWWj2yo.V0bNYRKCaq2hP5uUR.YEZh45xSBaoSS"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Recusandae nihil ipsum illo aliquam harum. Vel eaque est qui quasi incidunt recusandae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Nemo ex voluptas enim vel magnam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "summer.bauch@kaulkewillms.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gregory Schmitt"], ["email", "summer.bauch@kaulkewillms.com"], ["password_digest", "$2a$04$AcRZr1vyS4egW0yJef8b/u6SaevuIu0EL22jxaQxvra1FXQMBbY3a"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Sequi et odio ut. Et qui accusamus autem voluptatem rerum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Numquam ea necessitatibus omnis quasi nihil optio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 13:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dortha.goldner@sauer.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miracle Simonis IV"], ["email", "dortha.goldner@sauer.com"], ["password_digest", "$2a$04$uj9HcASpw9wh.ml27hjsp.MMwHj4/E4OMPdnqnuUtWHxTpPWVMSnC"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Debitis sed repudiandae porro. Non consequatur debitis dolor sed dolores suscipit tempore. Quidem exercitationem beatae et molestiae dolores omnis perspiciatis. Facere aut vel sit qui sed architecto."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Sint dolor corrupti quasi nostrum reprehenderit asperiores. Occaecati magni voluptatibus consequatur aut autem."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alvera@muller.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kiley Fisher"], ["email", "alvera@muller.io"], ["password_digest", "$2a$04$/1rxtQF4yecKDRQbKwluyel51oV8OrVI7XqkUvV9KUpPBiFt7r3aK"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Voluptates eligendi odio voluptatem sequi. Odio cupiditate rerum culpa ut."], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Omnis expedita inventore. Aut aut voluptas illo sed. Quam necessitatibus error maxime hic ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelle.runolfsdottir@robel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sebastian Fritsch"], ["email", "marcelle.runolfsdottir@robel.org"], ["password_digest", "$2a$04$2ENl.WAOdPvhNW/wJxgqyOFYKzQF/FjvZrBymvQG/MFjbMIzvgIny"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theo.hoppe@beahanlegros.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marian Miller"], ["email", "theo.hoppe@beahanlegros.name"], ["password_digest", "$2a$04$aEet8aXbsJCrS9T4NUcgEuS53vXxPmOmWuugXlxsiuRGuhp5Hks3G"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Corporis officiis sit et ut vero. Porro est recusandae ut aperiam libero. Explicabo sapiente voluptatem laboriosam est."], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Dolorum sed possimus et dolores sed deserunt sint. Tenetur distinctio consequatur sit commodi. Suscipit consequatur nulla dolores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laurie_muller@morar.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Moshe Bogan"], ["email", "laurie_muller@morar.io"], ["password_digest", "$2a$04$6d5KBAvP9SiwGOT4EIru6.V5vqVEnxX1eE24Kk.1qItGBILSgD4r2"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Reprehenderit iste et optio magni fuga vel. Libero ipsa et quod. Consequuntur laudantium eaque consequatur. Sunt sint pariatur nemo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Voluptatem ut voluptas consequatur dolorem adipisci illum. Adipisci accusamus natus est ab at incidunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (1.1ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["id", 25]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sasha@grant.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Godfrey Legros"], ["email", "sasha@grant.co"], ["password_digest", "$2a$04$TRpp5ImxT.c4LFg.6obD5ecU9y8HLp2eCwsIszEAs.D1SErZUwz4i"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$FG20j7gHZAEGM9fS8FrlqOtaDruvzopIUimp04H7by7Xl.SZHda9a"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$e4eNOU/vWTeAo0T117VWW.k9UDYZFmVDUYdv0wLzsjztmj/iWjfF6"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "freddy@batz.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nyah Stark"], ["email", "freddy@batz.co"], ["password_digest", "$2a$04$0iXYuoTBd6zG.mvhNsjiJu8Qs6NHEP562pC5Yt4QaPUo9CLBVx8em"], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Aut ratione commodi voluptatem est et. Et quisquam sequi eum repellendus. Aut est qui aliquam pariatur atque. Ut tempore est fugit voluptatem et inventore."], ["created_at", 2016-06-10 15:02:37 UTC], ["updated_at", 2016-06-10 15:02:37 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (11.3ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 20ms (Views: 13.9ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antone_mills@kovacekwalker.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Brenden Strosin"], ["email", "antone_mills@kovacekwalker.com"], ["password_digest", "$2a$04$olFpDWzcGaDfe8DIgZenIelSJGsDGnmrI/3oWUM6Qrsizx5KKLbdq"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.6ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label28"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label29"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label29"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 30], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label29"], ["id", 30], ["LIMIT", 1]] SQL (0.8ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:04:20 UTC], ["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 13ms (ActiveRecord: 3.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 31], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:04:20 UTC], ["id", 31]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 32], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 15:04:20 UTC], ["updated_at", 2016-06-10 15:04:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label30"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label30"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.4ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (4.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 21ms (Views: 13.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "susan_leuschke@yost.co"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Kirstin Bailey"], ["email", "susan_leuschke@yost.co"], ["password_digest", "$2a$04$s0plfM8aJ8RQ9JGRPrXXi.xQHsXyUk0UQlfL6joK.NcS1IYyuRkse"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 1.9ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label28"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 13ms (Views: 1.7ms | ActiveRecord: 0.4ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label29"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label29"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 30], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label29"], ["id", 30], ["LIMIT", 1]] SQL (0.8ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:06:19 UTC], ["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 31], ["LIMIT", 1]] SQL (1.2ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:06:19 UTC], ["id", 31]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 32], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 2.2ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 15:06:19 UTC], ["updated_at", 2016-06-10 15:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label30"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label30"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:07:31 UTC], ["updated_at", 2016-06-10 15:07:31 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 1], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 31ms (Views: 17.1ms | ActiveRecord: 2.7ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.2ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 19ms (Views: 12.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaleel_rodriguez@feeney.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sienna Kautzer"], ["email", "jaleel_rodriguez@feeney.io"], ["password_digest", "$2a$04$9TC./Ed8hg0FtfoeKW1Yx.VpZ1megs/y/31ID6ZInklPhxOPlT/L6"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 15:08:48 UTC], ["updated_at", 2016-06-10 15:08:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label28"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 15:08:49 UTC], ["updated_at", 2016-06-10 15:08:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label29"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label29"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 30], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label29"], ["id", 30], ["LIMIT", 1]] SQL (0.9ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:08:49 UTC], ["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:08:49 UTC], ["updated_at", 2016-06-10 15:08:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 31], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:08:49 UTC], ["id", 31]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:08:49 UTC], ["updated_at", 2016-06-10 15:08:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 32], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 15:08:49 UTC], ["updated_at", 2016-06-10 15:08:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label30"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label30"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 1.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$3gNukx2dR/50bFMGt4wel.9SjbRYCEQVjYyp9jQ509rOuAV2sGeLO"], ["created_at", 2016-06-10 15:08:57 UTC], ["updated_at", 2016-06-10 15:08:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$Aq0GMMvKXYL3I8RoNNzUwOC9jndO9MzJKB3iz9wbmiE2adf9K.n1S"], ["created_at", 2016-06-10 15:08:57 UTC], ["updated_at", 2016-06-10 15:08:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$UqjxWoLrnq3QFYxrgLin3.7Wntt0FKijC6fQhItm21D0s8qDhMYae"], ["updated_at", 2016-06-10 15:08:57 UTC], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beaulah.abbott@metz.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Fidel Reichert"], ["email", "beaulah.abbott@metz.biz"], ["password_digest", "$2a$04$3yA.qrx2KVYfEWuW9pLhSepravr0kHYUVoC7SFm49wEp3/VlNTume"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Delectus quos deleniti ut architecto ullam aut. Blanditiis maiores ipsum in officiis pariatur. Vitae non non veniam dolorum explicabo tempore eos."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Veniam eius molestiae modi voluptatem. Nesciunt tempora id accusamus veritatis adipisci. Distinctio dignissimos eum quia neque amet veritatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 18ms (Views: 12.5ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "iva@langosh.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alec O'Hara"], ["email", "iva@langosh.org"], ["password_digest", "$2a$04$rqOAhlzwAJQN/cymCPwrVeHS/wX6rhSoTts54OKljLYLFpKRRnnle"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Facilis soluta fugit. Ducimus dolor ea magnam fugiat dolores sint. Autem culpa deserunt ea et."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Dolore odio qui. Deleniti mollitia optio neque tempora ipsam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pedro_stamm@mann.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Whitney Rowe"], ["email", "pedro_stamm@mann.biz"], ["password_digest", "$2a$04$dbHnkJCo9h9gq6dQrmBsUuszc/oaYs1IIc43oNJj3XgTx3r7leYRK"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Totam voluptas itaque. Doloremque similique modi. Delectus vel at."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Temporibus facere in exercitationem. At aut unde odit consequatur voluptatibus id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norbert@halvorson.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pietro Hand"], ["email", "norbert@halvorson.biz"], ["password_digest", "$2a$04$XsCy1xaPh7fS9ZvVmnszjekaWF0nvmbxaKOSO6JuNFTkMYp2Im5KG"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Ipsum cumque necessitatibus labore vitae harum aliquid. Velit labore animi repudiandae et exercitationem ea."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Nobis quo officia et. Quidem non est praesentium autem enim vel impedit. Illo consequatur cum id quasi unde et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brenda.boehm@herman.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Timothy McDermott"], ["email", "brenda.boehm@herman.name"], ["password_digest", "$2a$04$vd/iAVon.XkRZ36/6T6WquLF5vqBqtlvz1H1WOOiRPxzdxsUrVQxW"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Soluta consectetur in in. Fugiat ut est praesentium odit."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Qui molestias ad sit. Et enim quos magnam. Eius et laudantium et quidem enim eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gilda@zemlakgutkowski.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helga Champlin"], ["email", "gilda@zemlakgutkowski.io"], ["password_digest", "$2a$04$lt3NBhSD7nSPHcOvamCh/OXrdMwPTJKBDSoGatsPscKl49mpdcIWS"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Aut sint labore. Nobis quia sint sed non necessitatibus omnis expedita. Aut qui eaque aliquam."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Dolorem voluptas numquam neque esse."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eudora_mclaughlin@schiller.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmy Towne"], ["email", "eudora_mclaughlin@schiller.io"], ["password_digest", "$2a$04$guZbufL0VAI8O2OVuZZlkeH4U8yjtSaoqYGOiCTd8kXmqaNKyAwZK"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Debitis sint tenetur facere facilis rerum at. Quae aut iure autem modi. Quos commodi sunt dignissimos totam beatae similique dicta. Nulla repellendus omnis delectus ducimus sed corrupti expedita."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Aut officiis provident et modi rerum dolorum. Omnis rerum iure perspiciatis est delectus facilis. Quibusdam fugit est vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katelin_kaulke@murazik.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wyatt Kassulke"], ["email", "katelin_kaulke@murazik.biz"], ["password_digest", "$2a$04$F7WQuJ4OPJH2DKyCoxPPIuyc/Zehik7Z45C1ZIHmKXhkQQIyWn9m6"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Cupiditate adipisci et molestiae in nulla occaecati incidunt. Voluptas animi dicta eligendi maiores molestias autem. Velit nesciunt qui et maiores sunt numquam. Magnam id est enim."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Temporibus aut aliquid deleniti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gregg.strosin@hettingerschaefer.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vladimir Lesch"], ["email", "gregg.strosin@hettingerschaefer.net"], ["password_digest", "$2a$04$FYtZF7tfgv2evPlspztxLeyd5TDD70auOX7Fu7ZhdbdZWcY4B6Xde"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Sed alias quis nisi neque voluptas magnam aliquam. Sunt atque quaerat provident."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Ut aut in saepe sapiente necessitatibus molestias."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mya.sanford@treutel.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Savanna Murray"], ["email", "mya.sanford@treutel.info"], ["password_digest", "$2a$04$pj/rCyQMElHEjHWF65zLHeM3wiEzX/n2wUXIgvWB.Wtotb4V5AxH6"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Harum eos modi sunt esse doloremque. Modi ullam qui recusandae. Expedita porro sit nobis."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Iusto totam cupiditate ducimus sint quibusdam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "graham@murphy.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mariano Jaskolski"], ["email", "graham@murphy.com"], ["password_digest", "$2a$04$PJOYqI9.dZKzmOZQVMRgje46YI9OV2mDvUVLXgS4NolFlEinAxf7y"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Quibusdam dolorem quia debitis sed et ut. Pariatur ea consequuntur. Vel est molestiae ea."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Nam ea in suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janis.toy@sengerpfeffer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lillian Will"], ["email", "janis.toy@sengerpfeffer.org"], ["password_digest", "$2a$04$/7su1sJ3Lf6HTgVOySTRw.qr51W/gh5Dspg1cLx7RjyEsHLiCIksK"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "In consequatur exercitationem rerum dolores sed sunt. Recusandae officiis rerum id. Vel tempore ea saepe quis tenetur et."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Debitis minima est quia voluptate ab omnis id. Voluptatem praesentium eveniet. Corporis tempora quia repellat velit id velit qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tamia_jacobson@hoppe.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willow Dickinson PhD"], ["email", "tamia_jacobson@hoppe.info"], ["password_digest", "$2a$04$xUfh3McgUP7e30VS3K/TIOjkpGs81foGAABKoDEqo7DQ09ZDDVmKa"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Autem fugiat natus odit exercitationem. Sit impedit natus recusandae excepturi quo animi ullam. Laudantium blanditiis neque similique."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Sunt non harum. Sed et cum natus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demarco_weber@cain.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cortez Bechtelar Sr."], ["email", "demarco_weber@cain.com"], ["password_digest", "$2a$04$S1PApLcL5xgicuBJ7E5Dne2ZBuh0Brx.Te5iaKHavMlTHLfompGwm"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Et et delectus blanditiis quidem aut dicta. Beatae molestias aliquam."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Qui possimus velit voluptatem consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myron@weber.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rowena Rosenbaum"], ["email", "myron@weber.com"], ["password_digest", "$2a$04$YCefFyBxmbvKSmBAcvUCZ.cV2YgnvzSwZFVplV7fQadyQo2yHRyGu"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Maiores impedit placeat. Commodi et modi quos et similique."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Quo enim in. Sit velit excepturi id magni sed. Nostrum voluptatum sunt dignissimos nobis officia voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "titus.grady@vonkerluke.io"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Alphonso Kihn"], ["email", "titus.grady@vonkerluke.io"], ["password_digest", "$2a$04$foa1yxTDE2VI11AVYz8W0uEW9uBaNwzSQChEzBz36hdcnCJF3Fy3i"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Excepturi atque impedit dolorum et. Ad voluptas at nihil qui maiores voluptas nihil. Iusto facilis omnis aut autem repudiandae eveniet aperiam."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Autem sapiente dolorem quaerat quibusdam qui assumenda. Voluptatibus consequatur aut beatae ut ut non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margaret@quigleyleannon.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cathrine Senger"], ["email", "margaret@quigleyleannon.org"], ["password_digest", "$2a$04$z8NB5WbZyUqM34jzxi/zjOERm54SQcVImo9mlnHgRyqSqZWIFa022"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Earum consequatur pariatur et qui. Nihil perspiciatis repellat inventore eveniet iure sint facilis. Est aliquid dolore soluta."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Nesciunt velit dicta molestiae non voluptatem nostrum. Quia dicta autem asperiores sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dillan_gaylord@runolfsdottir.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amelie Mueller DDS"], ["email", "dillan_gaylord@runolfsdottir.biz"], ["password_digest", "$2a$04$EjzOtQIMvhaZw5EFH9VOpu/Hd2MfUoCb.Em0WmwK95lHDIn9o6sW6"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Aut sed est expedita est. Dolore dicta sed. Facilis at veniam repellendus quam velit. Odio nostrum consequuntur quo culpa magnam."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Ipsum incidunt eaque blanditiis quam omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mikel@waters.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lilyan Effertz"], ["email", "mikel@waters.net"], ["password_digest", "$2a$04$2ejpqlTLZMEqR56JSVX2fOY73Dxiazsw.9/eGY/KDe7bVKE8FhMbC"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Modi eum deserunt possimus illum. Ullam consequatur autem. Error eos nemo ex facilis rerum occaecati."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Aut magni nisi voluptas sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeramie_konopelski@jakubowski.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carlee Schroeder"], ["email", "jeramie_konopelski@jakubowski.info"], ["password_digest", "$2a$04$azDIeOUbd/hpaUsmHMBP8Olu8QBIzeVWAZKrQvXlSMx1/EfCrQOLS"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Sit dolores sed consectetur enim dolore qui. Inventore vitae ex omnis modi doloribus officia velit. Ad perspiciatis in doloribus voluptatem eos. Dignissimos non voluptatem repudiandae aut."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Facilis ea vel. Ea dolorem quis aliquid vitae nam quas est."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "henri@baumbach.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rubye DuBuque"], ["email", "henri@baumbach.net"], ["password_digest", "$2a$04$sYYm8np7BbrT0OAfAu1mw.OIqKBcBIr7gL1y1HuJMCDaci6FzfFcS"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Quas impedit et temporibus esse nulla voluptate. Praesentium consequatur natus."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Vel quis officiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caterina_dach@thiel.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnoldo Medhurst"], ["email", "caterina_dach@thiel.name"], ["password_digest", "$2a$04$Fqfe/GuA0.6kN/3yztbxNe951QfjMvW/gR2VTBV9DkM4zhbJJNi/C"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Provident quia omnis et sunt. Non sed vel qui recusandae. Voluptas soluta ducimus."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Ut ad voluptates odit minus voluptatem. Tempora quasi et. Similique fugit maiores impedit enim quidem voluptatem ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eli.howe@legros.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aurelie Lindgren"], ["email", "eli.howe@legros.info"], ["password_digest", "$2a$04$h8yjL/EL8EX/pbt7DzLt/eGViMZpnzRvlPH7snPXwU39Bx772TENy"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Corrupti vel asperiores nemo. Ab ullam sit."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Possimus libero consequuntur maxime praesentium. Molestias qui officia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cydney@gaylordjones.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Mertie Cormier"], ["email", "cydney@gaylordjones.info"], ["password_digest", "$2a$04$P2ftWCtZwIJs77wFL5b91.Cx7bKa2FI.EXrgT7I8Hl.K84VA72JJ."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Nesciunt rem saepe. Earum facere illum cupiditate omnis hic sit. Ex qui maiores dolorem."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Quo cupiditate non architecto id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hector@jenkinshagenes.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tremaine Nicolas"], ["email", "hector@jenkinshagenes.info"], ["password_digest", "$2a$04$N8oylDLHd7.QB39rbmWFFekwTtxsV6Ph.KM0GCE2GqYcGyCyJLTby"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Eius minima saepe ipsum. Minus enim doloremque ipsum."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Molestiae possimus nihil laborum illo id eveniet dolore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madyson@marvin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dameon Kerluke"], ["email", "madyson@marvin.name"], ["password_digest", "$2a$04$QZcrdLxSjp3A4oEvX9OXMuTXN/TYit3KwQ0j7PfKYHPg.w4ZHr/Mm"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Aliquam et amet esse perspiciatis atque. Quibusdam est dolorum eaque nemo quasi eos accusamus. Occaecati totam sed."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Sed fuga qui et cumque tenetur aliquid."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sage_konopelski@schimmel.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Muhammad Lehner"], ["email", "sage_konopelski@schimmel.co"], ["password_digest", "$2a$04$CWKOs3kLj87tZq0wyghwJ.GhJgRVAvI9hr7Ul6QmWU1fNufpcOEnG"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Sunt tempore veritatis quaerat quidem. Et libero a velit qui."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "In enim nostrum velit quam est. Doloribus voluptate placeat voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "koby_langosh@roberts.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stefanie Jakubowski V"], ["email", "koby_langosh@roberts.net"], ["password_digest", "$2a$04$gkctm6KOvaMPsEJ74hwXPeBU.AXE1fmZOfYkGUiguJR0ACr4/4mD."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brooklyn.rau@blanda.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lenore Bosco"], ["email", "brooklyn.rau@blanda.info"], ["password_digest", "$2a$04$KoH.kho1h0/.If18BAi9suOTXa0NsjQ23.bBFecB1WY85cd.HNPCC"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Eveniet qui repudiandae error illum. Non vel ut tenetur pariatur. Sed recusandae at doloribus ipsam. Omnis aut ut enim excepturi dicta quia.", "summary"=>"Molestias voluptatem est debitis aspernatur occaecati. Soluta aliquam sequi eos accusamus tempore et. Fugit quo consequuntur.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.1ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Et cupiditate ullam accusamus corrupti iste voluptatem molestiae. Hic cumque vitae ab et.", "summary"=>"Perspiciatis porro inventore quibusdam enim in. Dicta possimus et quasi.", "title"=>"Title31"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 1.4ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "savanah.bosco@parkeraufderhar.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sarina McGlynn"], ["email", "savanah.bosco@parkeraufderhar.io"], ["password_digest", "$2a$04$AYYyRNqNvotaCBz9.m0o3eX6xYbqUO/RZsPY8o.SvQ0CJkrZ9YcdG"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Explicabo consequuntur consequatur ipsam sapiente tenetur corporis. Corporis unde adipisci quis.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Explicabo consequuntur consequatur ipsam sapiente tenetur corporis. Corporis unde adipisci quis."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 18ms (ActiveRecord: 3.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Praesentium totam in. Sit id officiis expedita blanditiis nulla non saepe.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.7ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "loma@eichmannmoore.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Kadin Bartell"], ["email", "loma@eichmannmoore.com"], ["password_digest", "$2a$04$4QOjcFVsBgA7LWTimGRd4e0AKIlItpG8Xb9VBAHU/7gEPi9mhu.Qa"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Suscipit laudantium sit et enim quo cupiditate. Iure fuga nihil. Ipsa iste tenetur."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Sunt aut explicabo alias. Consequatur delectus corporis nam qui quo. Fugiat libero autem quia ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sam.metz@ortiz.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keyshawn Lemke MD"], ["email", "sam.metz@ortiz.com"], ["password_digest", "$2a$04$tlNvkU67gAxusaSY3b5Qi.n1odYJ7qChDjHqR/ipFWhI89DAHauF."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Fugiat voluptate sed quae aut. Eum voluptas aut eius mollitia vel ut. Nostrum culpa accusantium."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Est delectus corporis occaecati. Optio nemo autem laboriosam. Qui amet quaerat."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.5ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "modesto@franecki.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Otis Mante"], ["email", "modesto@franecki.com"], ["password_digest", "$2a$04$6WmAx1MCsRU5K1GP/ihtjO79P6/AIkcFhMpR9V8YNuKGOIcCVQqYm"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Et possimus expedita. Dolorem dolore ut quisquam qui in consequatur. Accusamus quibusdam praesentium. Sit ut ratione ipsa est id."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Reiciendis maxime ipsam vel. Explicabo omnis ut consequatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.5ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tomasa@bernierkilback.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristal Rosenbaum Sr."], ["email", "tomasa@bernierkilback.info"], ["password_digest", "$2a$04$WZNCg5fFqrX.o0iLboFVkeYDZEYx/WEqVX08OQn83wqjLEd.rRjKy"], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Non qui est et modi. Officiis accusamus sequi cum est sed fugiat eos. Nam consequuntur repudiandae quos in blanditiis."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Maxime esse corporis est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (1.3ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:08:58 UTC], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.5ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randal@stiedemann.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zakary Muller"], ["email", "randal@stiedemann.com"], ["password_digest", "$2a$04$OFr.zcRIcolGz.aE3p0KBuDS3IrhSwirZNGyBjN0ULYcSUZrX6uk."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Voluptatibus dicta delectus non soluta molestias ut aliquam. Error nihil iure."], ["created_at", 2016-06-10 15:08:58 UTC], ["updated_at", 2016-06-10 15:08:58 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Sit minus nostrum fuga sed ut aliquam qui. In totam deleniti explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:08:59 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 44ms (ActiveRecord: 3.0ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alvah_waelchi@hackett.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ahmed Stokes II"], ["email", "alvah_waelchi@hackett.biz"], ["password_digest", "$2a$04$8/Xi5Obrk3OaKI3E6UFnnetfrB1g9IzfVi9RjsQlpRZ8KQKqS/AT."], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacey.schuster@gorczanyoreilly.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vilma Thiel IV"], ["email", "jacey.schuster@gorczanyoreilly.net"], ["password_digest", "$2a$04$nKP.95qV47.zrZYF0.YKX.V21KAh4gtAUgJQnXXxNM/flJRwhcon2"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Consectetur sed magnam repellendus est qui minima. Eveniet et beatae est mollitia voluptate quos non. Reprehenderit provident eos dicta velit voluptas."], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Est reiciendis a non nihil placeat exercitationem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-10 15:08:59 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.7ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "baron@feeney.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Earline Bruen"], ["email", "baron@feeney.io"], ["password_digest", "$2a$04$7ApW7pBS0vw7Z6ZB3wOoiOsR8KYuJ/DpmJDpdjOZ2q5NKPtEf0p1G"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Dolorum id esse. Iusto consequatur quia impedit at atque et. Itaque ea cum."], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Veritatis aliquam dolor est laborum sunt aperiam ea. Aperiam voluptatibus accusantium quam eaque nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:08:59 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.4ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Wilford Cruickshank"], ["email", "user@user.com"], ["password_digest", "$2a$04$Dp970N4AHCk3FIYZdhUGU..wkLwV3OuyYQh2t9f0dOFIr7nDPU7Ze"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zEEMTtyGXJQ96jgp2UCcb.ufU65eRWuKg9gA3wwyEpH1UKu4H4bf2"], ["updated_at", 2016-06-10 15:08:59 UTC], ["id", 41]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 2.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "camila.lang@rutherfordschroeder.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jabari Bartoletti"], ["email", "camila.lang@rutherfordschroeder.biz"], ["password_digest", "$2a$04$69FPKPHTgDnzgQfq3PWdauiBb7/FBKvzy/txFA3yI0Cu6EOhalbra"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.4ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:08:59 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:08:59 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kian@dach.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cale Beatty"], ["email", "kian@dach.co"], ["password_digest", "$2a$04$vJzXizfLzceh1vn1klyYkecSujXuA/eA1UNLuJvLVwxHdGqLNpjte"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Aliquam et ratione. Quis minima ipsam eius."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Consequuntur minus nihil sit molestias debitis. Cupiditate molestiae aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myah_dietrich@reilly.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jack Mohr Jr."], ["email", "myah_dietrich@reilly.com"], ["password_digest", "$2a$04$lgvLsURfvc8E9b1UXQdsZOSTVgPnn9oAM8N80fXM7XSKyi4vqA45C"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Quos odio molestias deleniti occaecati provident quas. Molestiae deleniti est sunt laudantium voluptas enim adipisci. Voluptatem nisi est dolore optio quas ea."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Quod natus quaerat necessitatibus nam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ima_stoltenberg@mraz.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oleta Reilly"], ["email", "ima_stoltenberg@mraz.com"], ["password_digest", "$2a$04$dJQhDKI1WJGlFwmPs/WjUOedfNAifeLMww2oaEzRImFppakuZjMM6"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Quam ipsum occaecati sint illo quidem ex. Atque sapiente deleniti. Laboriosam voluptatibus dolor quaerat atque quibusdam qui."], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Asperiores earum ut sit non occaecati."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 21ms (Views: 15.2ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "connie@schroeder.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Savannah Dietrich"], ["email", "connie@schroeder.org"], ["password_digest", "$2a$04$kndG1ybt/mfcdCsAC.YijeUvp811YpaROTxxGOcDhF28AGBFzpQ72"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Qui in voluptatum labore error fugit cumque culpa. Quasi harum rem quos."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Hic neque assumenda est. Id perferendis qui quam ut rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hector_herzog@dibbert.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Amparo Baumbach"], ["email", "hector_herzog@dibbert.info"], ["password_digest", "$2a$04$Oyfj/8EbkjxzvKbNGVnzNumnlNhDUFUtvHLU9FKUbaWSnQKv/Rg2y"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "At molestiae qui voluptas aperiam et et sunt. Eum soluta et dolorem aut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Deserunt omnis velit voluptas cumque."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pierre.brekke@mohr.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abelardo Runolfsdottir"], ["email", "pierre.brekke@mohr.name"], ["password_digest", "$2a$04$kNAd/pfJkhTZd7BgTKV6quFa1zlI1mHoc7OPvZWhflcOI.HkwSp42"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Fuga ipsa voluptatem culpa at dolore. Quam sit quibusdam doloribus. Officia neque ut dolores. Ea illo aliquam a."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Rerum nulla sed veritatis. Magni officiis omnis. Qui voluptas voluptas itaque nihil alias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josiane.mcglynn@hudson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Floy Monahan"], ["email", "josiane.mcglynn@hudson.net"], ["password_digest", "$2a$04$J2NqYFArWAJssoTxV1eMTezDOxu6HoDbfc.wexl83GHWoQ5vZ2jPS"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Repellat vero velit nisi explicabo facere ducimus. Officiis et sit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Laboriosam quas eligendi ut repellat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sunny@wolffkilback.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gunner Pfannerstill"], ["email", "sunny@wolffkilback.io"], ["password_digest", "$2a$04$ymmSZFqpGAod0w01GOYDDOVZ2.6GhcyYM61u21BeNpFOn82zgBLZa"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "At iusto voluptatem sint. Quidem dolor laudantium consequatur aut. Id rerum ratione adipisci sapiente et est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Rerum harum et eos. Sunt doloremque exercitationem esse illum in iste."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lee_orn@collins.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joshua Gerlach"], ["email", "lee_orn@collins.com"], ["password_digest", "$2a$04$5rHOw/t50JqIwVrs3FiKneMiwUfedP0breAGAVY/R5gwYpP5Z99QS"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Quam inventore quo doloribus distinctio. Voluptatem cumque nesciunt ut. Fuga doloribus est. Voluptas voluptatum vel numquam quam facere nam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Neque expedita similique."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nora_tremblay@hoeger.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Breanne Parisian"], ["email", "nora_tremblay@hoeger.org"], ["password_digest", "$2a$04$x86PPc2iQdN1lKT8sFX2ee9YIMxyPjtsUiPn9PMI01MV3Cp6IzaqS"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Debitis est alias tempora voluptatem nihil optio. Nisi enim ea ducimus quasi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Ut similique et incidunt omnis. Sapiente assumenda possimus consequuntur enim harum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laila.pfeffer@mccullougheffertz.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lorenza Rutherford V"], ["email", "laila.pfeffer@mccullougheffertz.io"], ["password_digest", "$2a$04$rlWQMBNQp91cbyhCt/3ta.FwtvCu5BF7KJewG4Yqb7loQgHz1eC/a"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Dignissimos sint libero consequuntur quisquam animi facere vel. Quae et ipsum fuga."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Eum fugiat earum. Ducimus et reprehenderit aliquam architecto officiis voluptate beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amos@weimann.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Austin Maggio"], ["email", "amos@weimann.net"], ["password_digest", "$2a$04$vrCGcOeViZda9MrzwzPo8Ocxuuzd/npWkw54hk6S2a3ZALSu6RIRK"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Quo voluptas repellat. Voluptate dolore minus aut excepturi voluptas. Perferendis id similique dolores iure rerum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Sapiente voluptas modi voluptatum ut unde inventore nemo. Ducimus occaecati est inventore error eos ab sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theron.wunsch@adams.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stanton Christiansen"], ["email", "theron.wunsch@adams.net"], ["password_digest", "$2a$04$jkx6uD7bb2hvsz8Rd4nwb.Ehwz3zM6XPGbaGy90pymje.Nxw8oyHa"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Velit atque dolor maxime vel dicta. Suscipit quo natus voluptates sit maxime recusandae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Repellat sed rerum. Quibusdam facere saepe."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelsi@bergstrom.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Haskell Terry"], ["email", "kelsi@bergstrom.org"], ["password_digest", "$2a$04$9QT1N151q0Uen3D9CzDBreFLqAaaHvBSppLzifEGfEPOzsa6Xskc2"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Est eum autem et. Ut eius a cupiditate ex dicta. Minus quis in quia."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Possimus laborum deserunt voluptas aut molestiae eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orion_kuhn@mueller.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abe Kirlin"], ["email", "orion_kuhn@mueller.biz"], ["password_digest", "$2a$04$DKkskA/Mdu6IisGlcx2cEOJqRYOmH6.e0kdqYjtZRrhyJojWpXOOa"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Voluptatum corrupti id totam. Amet est aut quia molestiae iste."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Eaque harum dicta natus labore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "morton@kutch.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hector Little"], ["email", "morton@kutch.com"], ["password_digest", "$2a$04$M3jCamAFsniCERJW0Il9IuvWkHdfIlrGtN0.aa6BIBaHMn1/TNBb2"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Aut provident dolores facilis delectus occaecati voluptas. Ut itaque ut sunt beatae voluptatibus. Itaque dolore et. Itaque eveniet dolor eligendi."], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Blanditiis aut est aliquam officiis labore reiciendis enim. Sit eaque eius quam amet voluptatibus dolorem quaerat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 34ms (Views: 8.5ms | ActiveRecord: 2.9ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "coty@walter.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Asha Leffler"], ["email", "coty@walter.org"], ["password_digest", "$2a$04$ftmixSZtorujKVgeJu6rmOf6sSQd283L/U0NuyEHnYt/7L719Jk0q"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Accusantium omnis ea voluptatem ut autem. Eaque non id. Omnis laudantium ut molestiae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Hic similique dolorem enim numquam modi quia."]] SQL (0.9ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zander@reichel.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allen Hagenes"], ["email", "zander@reichel.co"], ["password_digest", "$2a$04$TPJ9NpxZiYel0s86b7hN1.ahpC0ng6lVyK55xRaFqLiUa0nQhBxyS"], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Eum sit doloremque. Commodi nihil minima ab."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:08:59 UTC], ["updated_at", 2016-06-10 15:08:59 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Ut odio et. Perferendis inventore quos optio id."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brady@wisoky.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ella Ernser I"], ["email", "brady@wisoky.co"], ["password_digest", "$2a$04$DugN6XfJZ64p9b924TQnAOAdWUuzt4mP3SzaNU3HLeueuDuDyu8.C"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Quia minima eveniet facere dolorem quo molestias sint. Occaecati sint ratione accusamus repellat nostrum. Voluptates ea dolore ab culpa."], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Pariatur aut eos id dolores. Minima laborum eos cumque beatae et adipisci temporibus. Alias cumque est numquam sequi quis et iure."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nona@armstrong.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margaretta Lakin DDS"], ["email", "nona@armstrong.org"], ["password_digest", "$2a$04$B93xDPmCm0oEE3B54YUZHOvSmQRLk/20JlW0FBlfKaTdpv3lIK4Yy"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Quo vel esse velit unde. Dolor unde optio sit sapiente earum sint. Ducimus occaecati dignissimos quae. Dolorum est recusandae fugiat odit enim voluptate."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Ea aliquid aut asperiores minus. Earum animi molestiae. Aperiam culpa temporibus assumenda quidem dolor unde."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-08 00:00:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jason@osinski.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vickie Bashirian"], ["email", "jason@osinski.info"], ["password_digest", "$2a$04$u0R7VxNnDV5rjvaIAgRVyOwh6RMNFsTTX7.iJ/6mXAClkIRYEy06q"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Necessitatibus sunt quibusdam qui dolore ducimus exercitationem. Hic autem eaque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Labore laudantium eaque voluptas."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darien@bergnaum.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jayme Hauck"], ["email", "darien@bergnaum.net"], ["password_digest", "$2a$04$Fs3g8HTZT4wh54LQXKMGouY.x5AMTSpTpGpoytN/CZQXZb8IH0FL."], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Odio corporis iste saepe qui. Velit rerum dolores consequatur."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Rerum et in."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juliet@uptonhilll.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Myah Kautzer"], ["email", "juliet@uptonhilll.info"], ["password_digest", "$2a$04$imm9R2cmttgSYUxLkFiU1udiYM5DBdo/rYNZQXoMIW8TQ.imLkydu"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Perferendis sint iste optio sit enim veniam. Est est nam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Vel omnis perferendis iure. Iure eum libero velit earum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christ_cruickshank@luettgen.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Madelyn Deckow"], ["email", "christ_cruickshank@luettgen.biz"], ["password_digest", "$2a$04$fcSeEFTuiq43QorgRSTVIOlhX3frSUKo/UHtyavXPgg3.DAYSUSj6"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Aliquid accusamus adipisci ea ipsum eos. Eum consequuntur omnis. Non inventore recusandae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Qui accusamus consequatur enim aut porro qui quo. Iste qui fugit sint tempora ut. Voluptatem error vel adipisci est rerum ea accusantium."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "krista_feeney@dickifisher.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stephanie Prohaska"], ["email", "krista_feeney@dickifisher.name"], ["password_digest", "$2a$04$GE8SX0rpG7Y4LRt0MCZgw.89H5MKKM8UcxWjjTeeGzG1uiqkyWkMK"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Fugiat omnis esse corrupti. Repudiandae qui molestias eum et. Consequatur sit qui qui quasi nam nisi sequi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Autem qui optio omnis aspernatur atque labore corporis."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norma@wyman.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Elna Kris"], ["email", "norma@wyman.net"], ["password_digest", "$2a$04$DnW4nIsn2yZZmsxHBUgNVeL4yT7eBM4vwDtbKSEyzfFRvXj9pKfFC"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Illum animi debitis itaque quo est. Sunt consequatur ut dolores corrupti. Autem odit et eum quia sunt est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Est cum est doloremque fugit. Assumenda officiis quae eligendi dolores qui. Harum molestias delectus et libero aut eos."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keira@pacochahoppe.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeanie Kautzer"], ["email", "keira@pacochahoppe.net"], ["password_digest", "$2a$04$A4qErE0r7mB2S5xAufaeJeg089m3BGxeMMo4c4Xqmsw8nR2fOmtP."], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Voluptatem asperiores voluptas cumque sint unde mollitia vel. Distinctio similique et quibusdam nulla."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Quia quaerat voluptatem et quia sed. Aliquam tempora cumque qui facere id repellendus et. Necessitatibus iste sunt ex molestias veritatis accusantium."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandria_oberbrunner@bergnaumhermiston.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hettie Jerde"], ["email", "alexandria_oberbrunner@bergnaumhermiston.name"], ["password_digest", "$2a$04$rtaUk17PayFAwkBbMfcbCOfbSwBV2JG/Ek832g1nXWRLrzxeD4u/S"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Minus dolorem omnis saepe qui. Eius vitae laudantium dolor placeat."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Id ex iure autem. Dolorem harum fuga dolor quasi exercitationem. Voluptas eveniet quibusdam est."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gabriella_ko@tremblayheel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Okey Howell"], ["email", "gabriella_ko@tremblayheel.org"], ["password_digest", "$2a$04$VncvAUlr.8rilwuKodBU4OoDbrB92ewY5LFVzFv7x3MSniTAHSdHi"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Eum ea recusandae blanditiis sed eveniet veniam. Eum ut maxime deleniti quasi velit magnam distinctio. Necessitatibus cumque consequuntur nobis. Rem nihil error sunt quia."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Omnis at minus. Omnis et illum molestiae quia doloribus perspiciatis. Repellendus libero dignissimos vel sed porro."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reymundo@macgyverpouros.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Obie Predovic"], ["email", "reymundo@macgyverpouros.com"], ["password_digest", "$2a$04$z4udhOD5e77eHo0/hHCgFeQ8DHwGCRC02mRNJw4AG1fdHzCz8c59y"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Sed rerum numquam ab molestiae. Voluptas quam esse laboriosam et asperiores. Laborum consequatur qui. Maiores debitis delectus id quos et eveniet veritatis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Pariatur sed in iure suscipit. Quis quasi omnis velit provident. Nulla qui nihil."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rocky@heaney.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyree Armstrong"], ["email", "rocky@heaney.io"], ["password_digest", "$2a$04$MnY9lHO9LrktLd1lYf7RZeJHfndQ9huup.pg28FY34eGQ3Uztj/I2"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Eligendi asperiores ea velit suscipit. Ducimus facilis ipsa molestias nostrum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Aut amet dolore error non ut. Doloremque voluptatem laboriosam et vel. Et non est sunt repellendus."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donavon@lowezieme.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karine Kerluke"], ["email", "donavon@lowezieme.name"], ["password_digest", "$2a$04$v3/HSXrmYQ7H2QGoT5LvTu8NP.k/F95BFcA8xwE9hSo3fCTFkdqc."], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:00 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (19.5ms) Completed 200 OK in 363ms (Views: 359.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:00 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"donavon@lowezieme.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "donavon@lowezieme.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZR1fvpf9c9iNJBRB1ri3KOEthlOOtCKJzpCQxJPeTITpgAWMWmIGi"], ["updated_at", 2016-06-10 15:09:00 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:00 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.7ms) Completed 200 OK in 32ms (Views: 22.7ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charley@waelchitowne.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roel Pagac"], ["email", "charley@waelchitowne.biz"], ["password_digest", "$2a$04$sP7LF62pRFTbIAKXQ4AP4OhlyMluCMP2SdKIdzEnAN3daPQ88lQAe"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Aspernatur possimus et enim qui. Et est doloribus est et. Qui deserunt dolorem sit porro earum eos repudiandae."], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Et ducimus a odio. Commodi repudiandae sit et. Voluptatibus et aut nam et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:00 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.0ms) Completed 200 OK in 28ms (Views: 22.2ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyshawn@langworth.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Seth Boyle PhD"], ["email", "tyshawn@langworth.info"], ["password_digest", "$2a$04$4CxnGVZcwm6mgOpUBZjIB.X4eyIofbjrjR2okNqFQlnJYsr9chJbe"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:00 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (40.4ms) Completed 200 OK in 53ms (Views: 50.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:00 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"tyshawn@langworth.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "tyshawn@langworth.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$G.wn70XJBd59pdRulPdt9uz2q1QuLgqJhkrWpMBoXSqfDPa3WjxgG"], ["updated_at", 2016-06-10 15:09:00 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:00 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 24ms (Views: 18.8ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "graciela@oconner.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sabryna Marquardt"], ["email", "graciela@oconner.io"], ["password_digest", "$2a$04$BPfuMPZaOqy0k6HuxBZ2a.6qOhg5I7XGmB6f/jlukm4HJsVuNIYTS"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Dicta cum neque. Vitae id accusamus ratione sapiente facilis sint."], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Consequatur dolorem inventore. Reiciendis veritatis ducimus maiores officia aliquid."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "milford@huelsmosciski.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wilfred Goyette III"], ["email", "milford@huelsmosciski.name"], ["password_digest", "$2a$04$35sLYIXKVyjgyAQV1uY/AeVlYXsvu6MmCVj.5eKV25AeV6anwlg6C"], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Ducimus sequi sed quis. Aliquid totam qui corrupti quia dolor tenetur."], ["created_at", 2016-06-10 15:09:00 UTC], ["updated_at", 2016-06-10 15:09:00 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Natus id non laborum quia animi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "neoma.schuster@fadel.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Ashlee Ruecker"], ["email", "neoma.schuster@fadel.co"], ["password_digest", "$2a$04$dlclLSD.Pvsi8K3NNG9D7unhnW3XUSRulKgWHBRauvJ3BqNCjb2V."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Officia impedit laudantium eum excepturi earum architecto. Quia culpa ut veniam labore molestias voluptas repellat. Dolores excepturi nam fugiat sint ea tenetur."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Dolore et fugit provident beatae nobis blanditiis et. Ut debitis nobis architecto illum eos. Quia repellat deserunt et reiciendis accusamus quod quibusdam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aaron_rippin@quigley.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fatima Dickens"], ["email", "aaron_rippin@quigley.io"], ["password_digest", "$2a$04$kQHmF3y2pYX5q/0.x/a0V.b7j/fg74vBBqkC0z/zvRqM117FziZf6"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Accusantium et soluta temporibus. A quia sit."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Aperiam id voluptate animi consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "teie.willms@sporer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorothea Eichmann"], ["email", "teie.willms@sporer.biz"], ["password_digest", "$2a$04$ukjuCe2na/D1QSZe3qKkO.y9i66HaVhw5Ah1THnKT4U7eOvFawPRO"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Voluptas minus est necessitatibus sed quis saepe ratione. Aut voluptatem tempora facere et sit labore."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Temporibus ullam voluptas. Enim reiciendis est qui esse mollitia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roosevelt@zieme.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kallie Schuppe"], ["email", "roosevelt@zieme.co"], ["password_digest", "$2a$04$FhRwr6A1L36GtOLtDph2u.dBFGLhwPkRkwG8dkDJc5S3q8RZU.te6"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Aspernatur alias qui iusto. Magni cum voluptas molestiae et beatae quos."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Fuga voluptatem eveniet optio quod ratione vel. Sapiente distinctio et voluptas illo id enim. Sed et qui qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "perry@gerhold.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arely Paucek"], ["email", "perry@gerhold.org"], ["password_digest", "$2a$04$M/huqHDEnMitlR/luFdAzu0FcV6ECixMMGLKuVZmfMSN5loCgvOVW"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Repellat voluptatem impedit cum est voluptas vero distinctio. Et in et."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Rerum expedita qui ipsum laudantium. Rem in accusamus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaylen@kohlerthompson.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bessie Tromp"], ["email", "jaylen@kohlerthompson.info"], ["password_digest", "$2a$04$SvQ1OlDgBTag/QLpRHv9OOToeMhou9oOdcGgpt8JYMOW.Wmo.9fUG"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Maxime natus architecto aperiam. Veritatis et quia atque hic."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Quam voluptatem commodi quidem omnis asperiores eum adipisci. Deleniti assumenda nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "uriah@hane.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joan Torphy"], ["email", "uriah@hane.biz"], ["password_digest", "$2a$04$hGdpXH.jTKRU.BsTACS6MusG1i3WgUigZpP7Y0VfNFlZf8cPlwrhO"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Excepturi ipsa laborum dolores assumenda animi minus unde. Minima quia iure enim praesentium ipsum nesciunt provident."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Consectetur voluptas odit aut itaque fugit et. Tempore iste illo optio nobis quaerat explicabo iusto. Nobis rerum illo optio aliquid."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayce_haag@goldner.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ike Bernier"], ["email", "jayce_haag@goldner.com"], ["password_digest", "$2a$04$04wM7pntO/2DHvmaOJqVOuVHi8IDapN.yXrtRYKoTMtr/l80DxI6q"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Sint magni optio quo accusantium iure error qui. Quas et quia accusantium. Non iusto corrupti."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Numquam qui quas asperiores aut non. Voluptas mollitia delectus ut adipisci quo vero et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jane_graham@kleinfeest.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nelle Wiza"], ["email", "jane_graham@kleinfeest.net"], ["password_digest", "$2a$04$KjNebhgO/OJsEs.UkggIfu9kLydkCVKsku6HzLa8ULLtZR39W5ne2"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Qui voluptatem unde blanditiis. Qui asperiores voluptates."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Consequatur saepe quae quaerat. Nostrum est nulla asperiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "odell_metz@leannonwhite.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elmira Eichmann I"], ["email", "odell_metz@leannonwhite.info"], ["password_digest", "$2a$04$lH4bTqPHWoTVSOeKVa.x9OQ98u2bwTNfVv1VpX73ouchUEcV3KOLu"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Ipsam provident nemo qui et est beatae quae. Temporibus voluptas voluptatibus sit. Molestias quidem saepe. Illum sed vitae."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Voluptatibus eos ut facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "francisca@goodwin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Kaylee Cremin"], ["email", "francisca@goodwin.io"], ["password_digest", "$2a$04$EJigS0iA0xDiF3fThTa4C.YY1W4K9GwmO0NfKifSfwru4OipRjIh6"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Ex est ratione asperiores et aut soluta consequuntur. Exercitationem qui similique eos saepe. Iure est nostrum qui harum iusto labore."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Dolore quisquam doloremque. Iste atque eum et repellendus. Iure reprehenderit unde voluptates eaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "craig_schoen@oreillyherzog.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dora Skiles Sr."], ["email", "craig_schoen@oreillyherzog.co"], ["password_digest", "$2a$04$8cOqTHZvZ7VTvgK/7.8LvO9u5VcFTDNSWIY69t7W8FLJwa3WMD8oa"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Facere vero fugiat rerum vitae neque. Libero tempora voluptates nulla. Quaerat repudiandae qui molestias. Accusantium voluptatem cum deserunt in tenetur quo."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Culpa magnam sed aspernatur. Iure officiis veniam eum accusantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arianna.labadie@heel.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Charlene Klocko"], ["email", "arianna.labadie@heel.io"], ["password_digest", "$2a$04$QIvrIDleNbwQFCjCRZICye1s9c2J1mHek/in8oq3Jcx9Fi9T2P0W."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Mollitia facere laborum. Facere eius alias sed dolor dolores. Est pariatur eius et illo rem saepe aut."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Possimus et architecto eligendi. Non libero cum odit nisi consequatur excepturi. Sunt qui ut nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonina@bahringer.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lowell Daniel"], ["email", "antonina@bahringer.name"], ["password_digest", "$2a$04$5ALv.v0Pnfg3zwf9uPqaju2EqJhc4Y/iFeYWvDcCFD9zCVuq0rBkS"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Quos et rerum saepe non dolorem. Numquam qui eum doloribus. Ab corporis ut optio provident."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Id veritatis quo qui. Et iste sed ut commodi quae ut fugit. Hic voluptatum dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adaline.lakin@stiedemannward.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vernie Rempel"], ["email", "adaline.lakin@stiedemannward.org"], ["password_digest", "$2a$04$i432ChxJGXoCUhKXg4KYCuHTx3WIM50bTLSg6M3Ycfr9gKL1ePXrC"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Unde placeat at. Rerum necessitatibus cupiditate eum. Provident inventore dolore eum."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Animi nisi sed amet voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evelyn@bergstrom.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Loyce Hyatt II"], ["email", "evelyn@bergstrom.co"], ["password_digest", "$2a$04$/drYZqaj/goRlDXx354XM./qbBJV5jUV4mg0y.jFbe1UwyqZw0B6u"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Qui similique laborum eaque consequatur sit pariatur ut. Aut harum earum et laboriosam temporibus assumenda."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Exercitationem vitae architecto fugiat culpa soluta neque. Suscipit dolore aut aut culpa iure autem. Est nulla est ratione dolores rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amalia@reynolds.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Angus Sawayn"], ["email", "amalia@reynolds.biz"], ["password_digest", "$2a$04$y4cVgXYWN0Kkfm3eqhG/fOy4K6jocCnN9kzOTSM0grwaRRwahr5Ni"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Quisquam voluptatum ducimus a consequuntur libero molestiae sed. Velit et aut. Saepe dolor commodi eum consequatur."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Perspiciatis numquam ut id expedita sequi error."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erik_swift@breitenbergupton.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Giles Little"], ["email", "erik_swift@breitenbergupton.info"], ["password_digest", "$2a$04$SdgnkSLRIy4tvbv5bWqR3.Fg4KjxpW6vi/EruDsXHeCShVEMvjhX2"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Est ullam eligendi. Qui cum eveniet doloremque consequatur necessitatibus et quos."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Et fuga voluptatibus eligendi quo. Illum est et nostrum quaerat mollitia quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ebba@kulas.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Everardo Dickens"], ["email", "ebba@kulas.net"], ["password_digest", "$2a$04$R.B9ueIuEmWMFgzjv6Qbvukgj41yfo/6JqjD8gJcKeKdPUXjYYkRa"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Eveniet iure excepturi sapiente saepe. Sapiente beatae repudiandae ut qui consequatur."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Facere quis omnis animi omnis. Corrupti distinctio magnam omnis. Ducimus cupiditate nostrum amet quia reprehenderit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "corene@emardoconnell.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Easton Gaylord"], ["email", "corene@emardoconnell.io"], ["password_digest", "$2a$04$gX0/51K9ztKb.sMoxWdIvO39n.oXQPGYC99j4WsYj9Ki2VaiMY//G"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Nihil hic mollitia et eos in maiores sint. Totam magni officia aut ut et rerum. Provident vitae eum minima cumque ut. Sint laudantium qui."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Sed est atque saepe est."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zula_franecki@botsfordbaumbach.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bobbie Becker"], ["email", "zula_franecki@botsfordbaumbach.io"], ["password_digest", "$2a$04$EHO1bW/wGP6nVMHFTuBmP.m.YrkNxveoNgftjR5x/wf4JpCn98OLq"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Distinctio error molestiae similique. Id tenetur nobis aut omnis. Veritatis dolorem cumque id explicabo."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Neque aut rerum. Delectus ducimus dolor praesentium quod esse corporis. Eligendi odit rerum commodi voluptate a."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edyth.abbott@fritsch.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carole Prohaska V"], ["email", "edyth.abbott@fritsch.info"], ["password_digest", "$2a$04$J.lnDp0RvFAUjD7yRoN99.mO/gqv5.Pn.fLuzmUBTMJlJGx0ilFA6"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Sapiente et dolor nisi deserunt incidunt. Quos ducimus rerum est quo consequatur ullam."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Expedita et rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reyes@thompson.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Kevon Dickens"], ["email", "reyes@thompson.org"], ["password_digest", "$2a$04$XaBNjnIVUvmByPAzmYHoke8YbbEum7bav9uvqBjMLigifsGY8waGu"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Sit ex iste dolor quos magnam blanditiis. Blanditiis tenetur distinctio dolores. Sit harum qui. Dolor ea molestias illo."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Reiciendis non ratione ex inventore nostrum repellat voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jazmyne@keeling.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bruce Schamberger"], ["email", "jazmyne@keeling.net"], ["password_digest", "$2a$04$SiKcsw/3EUHRfGLsz2yK6eUZ1G5Gd28amxY.gRk.d5tQQa5d9.YL2"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Accusamus nesciunt voluptatem officiis beatae officia. Facilis dolorem voluptatem illum neque suscipit corporis itaque."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Velit ut consequatur amet fugiat repellendus veritatis quae. Soluta nemo ut maxime quibusdam aspernatur voluptatibus consectetur. Velit amet vel dolor fuga est fugit omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:01 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (192.8ms) Completed 200 OK in 210ms (Views: 183.6ms | ActiveRecord: 22.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 11:09:01 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (46.9ms) Completed 200 OK in 75ms (Views: 66.9ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gwen@yost.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beverly Steuber"], ["email", "gwen@yost.co"], ["password_digest", "$2a$04$erEMjFQYtzPetuI35rG.aOSuEHz/aOXwv2NzIduAvMy527FOznmW6"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:01 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:01 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"gwen@yost.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "gwen@yost.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$EzpotITQKO1QsapVLa.sk.lZMTLC0q59XznZg1yyWHyTpQ28OyIsG"], ["updated_at", 2016-06-10 15:09:01 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:01 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 24ms (Views: 18.6ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sandy.wintheiser@howellruecker.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nico Deckow"], ["email", "sandy.wintheiser@howellruecker.org"], ["password_digest", "$2a$04$FhxgT8cuUurZIiETDRRT6.6J6HrD3daqrR0Znhuz/IfC2ApnzgnOy"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Maxime excepturi ea blanditiis eveniet. Asperiores quae est molestias unde explicabo. Velit nisi qui et nemo suscipit ut. Aut harum aperiam enim nemo cupiditate mollitia sequi."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Ut accusantium occaecati illo. Accusantium eum suscipit autem dolorem. Numquam voluptates nesciunt at delectus voluptatibus tempore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosella_reynolds@mclaughlinaufderhar.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katelyn Kassulke MD"], ["email", "rosella_reynolds@mclaughlinaufderhar.net"], ["password_digest", "$2a$04$r31nF7IouJjxbPkNufPBH.9qTN3j3TEa3wpPah5ST7Xg3A58Df6mC"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Ducimus sunt esse. Vel quae eos soluta quos omnis."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Quam aperiam quo et voluptas corporis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyler_barton@kochwolf.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Abbigail Toy"], ["email", "tyler_barton@kochwolf.co"], ["password_digest", "$2a$04$ZHvRxrAix9opln3Pmw7qlOq3nnsxxnKU9HCythb1okupLUu71nbLK"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Quis harum itaque aliquam dolores fugiat quia sapiente. Praesentium quae beatae repudiandae molestiae et sunt enim."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Quae facere odit et ipsa et. Iusto voluptatem modi quidem ullam in. Itaque odit laudantium magnam nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haie.effertz@strosin.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jade Ullrich"], ["email", "haie.effertz@strosin.net"], ["password_digest", "$2a$04$PNn1/tyqXyLAAgiWUM8U1.wKRFCUdZ2qWgH.XJ7uC.HLzYXV2VZwG"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Id non alias nihil quia porro ad minima. Excepturi recusandae qui laborum ut. Animi ipsam aliquam facere impedit id. Quis sapiente nostrum repellendus veritatis provident dolor."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Architecto suscipit ex ratione ducimus voluptas aut minus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamil@littel.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Annabelle King"], ["email", "jamil@littel.info"], ["password_digest", "$2a$04$wIBBbhvXiO5xPz1ZqkfFyusoZqB9fIjwg5rbKs68AId0OYUw7fAmK"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Adipisci illo sint minima atque et velit autem. Cum molestiae ad eum."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Voluptatibus voluptatem rerum. At error rerum voluptatem voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berry@stiedemannmraz.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Brandt Flatley"], ["email", "berry@stiedemannmraz.org"], ["password_digest", "$2a$04$HbQkmILs22au8m/aRlWa2ew2Kp3ahSpyKYFpWLqxtUVYzDMgv643y"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Totam maxime laboriosam natus reprehenderit assumenda voluptates. Enim ut eum cumque saepe dolorem aut. Vel soluta in quo laborum sed. Laborum omnis ut eius tempore autem."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Optio accusamus enim nobis. Ea numquam voluptas. Quia enim saepe est est omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delaney_hartmann@crooksgerhold.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alda Roberts V"], ["email", "delaney_hartmann@crooksgerhold.com"], ["password_digest", "$2a$04$HB2ymZ63YEtskFMb/wZRHeWKmElMyrNCipCeXBjM7.HCwwUzJO/um"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Delectus quia voluptas qui quos nostrum id. Exercitationem nihil blanditiis dolor. Rerum quidem id quas dignissimos."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Suscipit temporibus corrupti autem et amet. Officia quidem esse et est incidunt sapiente. Numquam id ea hic aut non commodi architecto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "syble@harberbernhard.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mohammad Prohaska DDS"], ["email", "syble@harberbernhard.info"], ["password_digest", "$2a$04$2SI5dzyPdbWWK2qKR6CJyOHffafqChi1H7tY51NHmBgj1G.bSkruy"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "A recusandae nihil dolores sed. Qui ut commodi sed eius voluptas rerum est. Ut rerum ea cupiditate tempora et qui."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Pariatur illum vitae et. Neque et nemo ipsum in odit distinctio. Sapiente quia quod rerum autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "michel_wyman@muller.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Sierra Schumm"], ["email", "michel_wyman@muller.info"], ["password_digest", "$2a$04$O/UnmlxXPIIchByIYP4eJuR0F47i9qqd02HIGOQTZ1XGHNFydJotK"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Autem vel pariatur tempore magnam. Necessitatibus in enim temporibus quo. Minus ad qui. Rerum nostrum placeat sequi consequatur."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Aut eveniet accusamus voluptatem debitis vel."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "minnie_jerde@wiza.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorian Kiehn"], ["email", "minnie_jerde@wiza.name"], ["password_digest", "$2a$04$zXdzzELvJGC.dWJxDBAgEuZ8W4KfbXEmQTfNkLfYhPXT6XDPLWk0u"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Et aut consequatur voluptate ad officiis. Pariatur sint autem debitis sunt tenetur eum."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Omnis atque quia eos iusto incidunt et ipsa. Dignissimos id est repellat ad. Tempore consequatur laudantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyson_dare@bode.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristal Schiller"], ["email", "tyson_dare@bode.org"], ["password_digest", "$2a$04$mOP0Q2D160oc7hzQSrYGFu2Ms4deJ.ijKCorkcL2NjA37jadt7s5i"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Asperiores quia ut. Placeat quasi cupiditate."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Corrupti cum ullam aut et non distinctio. Assumenda minima est nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yeenia@crona.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Muriel Dibbert"], ["email", "yeenia@crona.org"], ["password_digest", "$2a$04$pTMJMz8TEeQwWgtI03RS5O88STbBbvXHx49VRLyrNaxlACVcbYIfi"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Voluptatibus modi corrupti enim in ut. Provident sunt rerum."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Rem totam odit aut asperiores. Reiciendis necessitatibus sunt doloribus veritatis sunt atque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerry_wunsch@cronin.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaiden Adams"], ["email", "jerry_wunsch@cronin.io"], ["password_digest", "$2a$04$k3i0Kf0PsWZdaRxYwTKCXOhNVDwyK1olJ7gYR1.bYNZowoPOZDJoa"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Sunt debitis quod esse. Est quis omnis reiciendis qui. Dolor vel vero optio dolorum aut quibusdam sed. Voluptas labore et asperiores ut."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Et dignissimos ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonina@stokes.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anabel Kuhn"], ["email", "antonina@stokes.biz"], ["password_digest", "$2a$04$AFRqBNUablx7ihGOw3rtG.95dNlBA8upzl8txNM5pN6qctfGFyyVC"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Perferendis occaecati non est. Quidem est non qui dolorem. Labore ipsa necessitatibus sed eum enim. Asperiores dolorem voluptatem possimus maxime enim."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Doloremque aliquid eligendi repellendus eos ex expedita natus. Illum recusandae odio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gwen.stoltenberg@beatty.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Glennie Crooks"], ["email", "gwen.stoltenberg@beatty.co"], ["password_digest", "$2a$04$LMmcsFZInNJbXMIayYkvt.Pp34Rs2GX52pqLloQeCCbupN29tqQLG"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Reiciendis doloremque officia. Quia soluta porro. Soluta rerum maxime dolorum reprehenderit provident."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Beatae eveniet ipsam officia rerum sed. Aspernatur vitae expedita exercitationem illo minima voluptatem. Sit cupiditate accusantium eius quas."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lia@pouros.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gunnar Brown"], ["email", "lia@pouros.org"], ["password_digest", "$2a$04$w.j1xqRU7CZrNVT8IUr4gO9d833XUTEGauSrX7zD.Os3mdyEmt99u"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Dolorum sed sit vitae fugit. Dolores aut consequatur."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Et alias nihil aspernatur dignissimos et. Ex aperiam enim voluptatibus voluptatum atque incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jade@lebsack.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Peter MacGyver"], ["email", "jade@lebsack.info"], ["password_digest", "$2a$04$/OAlaAwCH/xWiPR8NpBYWeXKUne4r2CbJDHTI5fvMK7B5k3yE1Vmu"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Perferendis qui animi aut facere. Natus non perspiciatis est eaque accusamus soluta."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "In modi molestiae. Rerum quae deleniti voluptas sequi tempora. Molestias odit eveniet."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfredo@mckenzie.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marvin Crooks"], ["email", "alfredo@mckenzie.net"], ["password_digest", "$2a$04$Z5m5LzjZmedBMW6mrlqYvuFn/IPbZvvEF8UjaUOXbX1GDWAHIacDG"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Culpa quia eveniet est voluptatem expedita non. Et eveniet consectetur veniam praesentium ex."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Sed ut incidunt officia asperiores aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rylee@considinecasper.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "German Schinner MD"], ["email", "rylee@considinecasper.biz"], ["password_digest", "$2a$04$llIBg0VH/3RQH47N0ecQyuEPeMivX5yyywoJLaPPmJ1PGfEnsn06a"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Assumenda aut vel. Distinctio sunt possimus. Quisquam aut et velit facere. Ut sit quia ipsa et nemo maxime quia."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Quo ipsum dignissimos quo aut id sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sydnie.sawayn@beierheathcote.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximo Rogahn Sr."], ["email", "sydnie.sawayn@beierheathcote.org"], ["password_digest", "$2a$04$wS9B3BubGVcxvRINyyg0T.aVVGcmNFb7Enn5xaSx8pbd1yjxVb0uG"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Neque nobis rerum dolorum. Nostrum id officiis. Et doloribus commodi."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Hic magnam perferendis in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pansy_schiller@rempel.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Colton Dibbert IV"], ["email", "pansy_schiller@rempel.name"], ["password_digest", "$2a$04$o9GgAI1s01PASy2.4TJuLe7bZOjLM8EFJzW756N1lh.f2skPnfGqi"], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Qui illum qui laborum in. Porro et ut iure quibusdam architecto."], ["created_at", 2016-06-10 15:09:01 UTC], ["updated_at", 2016-06-10 15:09:01 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Iste ad quia et rerum voluptatem aut. Aut suscipit rerum sed perspiciatis. Consequatur unde praesentium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "immanuel@pollich.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Theron Smith"], ["email", "immanuel@pollich.net"], ["password_digest", "$2a$04$0zYdIXTz1JGjbOQE3845G.Z/iTiywz5MajfsGVWJsK/JBjwxe/TSa"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Voluptatem non enim ratione sed praesentium. Eaque quisquam voluptatum quod optio. Quis doloribus quis et fugit molestiae voluptas. Inventore voluptatum culpa repudiandae iusto facilis."], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Sed possimus quia dicta officiis distinctio velit. Et aut rem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicolette_schinner@aufderhar.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berniece Simonis I"], ["email", "nicolette_schinner@aufderhar.name"], ["password_digest", "$2a$04$QlfEeaSAdJAa/dOkwrMTyO1eF6Gr/Nd16.7apQzH3KDvM0ZjDhu/e"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Nesciunt non adipisci aut non in. Iusto aut quisquam tenetur. Dolorem blanditiis et provident sint. Quia eaque sit maxime vel cumque."], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Facilis reprehenderit possimus ea voluptatem. Recusandae eum dolore aut facilis quo in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moses_konopelski@lindgren.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Toney Huel"], ["email", "moses_konopelski@lindgren.io"], ["password_digest", "$2a$04$lQ0B5Dc0hDw2OK4eCySz/.PvDrZwtxEUCqegqj5TNjy4Ti.RXn8PW"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Cupiditate aut doloribus. Dolorem ducimus autem quaerat."], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Velit voluptatum error qui ratione voluptas optio. Cumque itaque quo provident autem assumenda. Aut facere ipsa sed tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bianka_emmerich@zboncakzboncak.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eugenia Hickle"], ["email", "bianka_emmerich@zboncakzboncak.net"], ["password_digest", "$2a$04$lggWlJ5l3HhyyrVRddm08ur.w11LJMevpS3X.BFp4J9YKqaDMYXOi"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Quo consequatur nisi id sint perferendis. Odit modi delectus cupiditate autem consectetur expedita. Sint expedita consequatur aut dolorum. Sit vel iste qui et sint minima ut."], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Sunt facere atque voluptatem molestiae voluptas quae. Rerum provident expedita vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "murray@kuhn.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Crystal Runolfsdottir"], ["email", "murray@kuhn.org"], ["password_digest", "$2a$04$1L8c87c1JSAOkOSEonvBluJwNErWE.eG4zTEPX7ar9LEp33MWjYBK"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Eos est earum doloribus est. Ipsum est debitis et."], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Velit sunt sunt. Sapiente facere quia fuga voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (118.6ms) Completed 200 OK in 132ms (Views: 110.6ms | ActiveRecord: 17.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.9ms) Completed 200 OK in 39ms (Views: 33.0ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rene_stokes@littel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "rene_stokes@littel.org"], ["password_digest", "$2a$04$YiSKlkLt1gsa3uOZBqE6D.PeruOX8AipLg6U8TO.oiJJSY0kAPB4e"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 15ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"rene_stokes@littel.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "rene_stokes@littel.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$bCSMujuPmuQVoh7M0Y.3ouywdl2im5Qt5kPXjxL1XCNSNepLcCCTS"], ["updated_at", 2016-06-10 15:09:02 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 21ms (Views: 15.6ms | ActiveRecord: 1.4ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lindsay@gottlieb.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "lindsay@gottlieb.co"], ["password_digest", "$2a$04$kypCAJYip69oHVNIChzRGeAz0RSzycDDhvhK9A3Gm64bWGM7fNXPO"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roy@armstrong.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Justus Roob"], ["email", "roy@armstrong.io"], ["password_digest", "$2a$04$uaMVwb4nHXdK/2RKAdgwcO.6KTYkqw89l.hFbgo966Tzexl70g4Sy"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Deleniti autem dolores. Quaerat fugiat dolorem eos quam sit est alias."], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Rerum ipsa nihil qui ea repellat. Voluptatem dolorum error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.8ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (24.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.8ms) Completed 200 OK in 51ms (Views: 43.4ms | ActiveRecord: 2.9ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 15:09:02 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 5.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.0ms) Completed 200 OK in 34ms (Views: 27.3ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brice.ruel@emard.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "brice.ruel@emard.net"], ["password_digest", "$2a$04$jT9G70ZnmdDl6eRlI5zOWu0ezjzwmwpwTvptruRZKoJ3jlstIu5Zy"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"brice.ruel@emard.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "brice.ruel@emard.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$D0ob1NWexkUZwl2UmitvIuGvk0H8eRAiyjLjOogjurykvW21FDWT6"], ["updated_at", 2016-06-10 15:09:02 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 23ms (Views: 17.1ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moises@abbott.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "moises@abbott.name"], ["password_digest", "$2a$04$j7CttyUcp4g9Q3i6t41R8OF6i5hHAHRAiDqcveHP8DrPO4o/bdGI2"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 31ms (Views: 25.3ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.8ms) Completed 200 OK in 30ms (Views: 23.2ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marina@morar.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Concepcion Kling"], ["email", "marina@morar.org"], ["password_digest", "$2a$04$jgVqLaCOKN30yUzlTNmmZ.jos8/b.WC8IWb3m5EhLhx9hRTGGg/6."], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marina@morar.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "marina@morar.org"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$21L8hXMilYzDU06nsHIZTeMxkBywl/LftdfOISR8CykG/arJzEZ7q"], ["updated_at", 2016-06-10 15:09:02 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.2ms) Completed 200 OK in 25ms (Views: 19.1ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.6ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (17.2ms) Completed 200 OK in 30ms (Views: 23.6ms | ActiveRecord: 1.7ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (4.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (24.6ms) Completed 200 OK in 44ms (Views: 33.6ms | ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.5ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$U1zOpWpRnSMboWXYbGpkMuTF7vztRaOjyunWbUdu.pmOAY89Rv04a"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$geD2tmbLvAZsTviNtqLFc.P9PQVmzWkJ9loVwTRoIwAHynLUn6i26"], ["updated_at", 2016-06-10 15:09:02 UTC], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:02 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 23ms (Views: 17.9ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$rOMQTdZobXFirqV2G4rLnePJm5HCQdzOP56I97oyIsprios/SY.5i"], ["created_at", 2016-06-10 15:09:02 UTC], ["updated_at", 2016-06-10 15:09:02 UTC]]  (0.6ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:07 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.2ms) Completed 200 OK in 17ms (Views: 13.9ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-10 11:09:07 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-10 11:09:07 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:07 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) BEGIN SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$uHQk60bhlktQ1lYgbxar2epDi4mPOiNJDnztOsva6cRxl8qL1Vrsu"], ["updated_at", 2016-06-10 15:09:07 UTC], ["id", 137]]  (1.2ms) COMMIT Redirected to http://127.0.0.1:61895/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:07 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.9ms) Completed 200 OK in 31ms (Views: 21.4ms | ActiveRecord: 4.0ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-10 11:09:08 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:61895/ Completed 302 Found in 4ms (ActiveRecord: 1.5ms) Started GET "/" for 127.0.0.1 at 2016-06-10 11:09:08 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (12.7ms) Completed 200 OK in 29ms (Views: 23.4ms | ActiveRecord: 2.2ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-10 11:09:08 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-10 11:09:08 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:08 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.0ms)  (0.4ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (17.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mason_schinner@larkin.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margaret Blanda"], ["email", "mason_schinner@larkin.co"], ["password_digest", "$2a$04$h/U2d5qxpDmI4iYR2Zjn/Ox21Lf0g5ro86XKsSSh6ghKWjrYLQHiG"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 17ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"mason_schinner@larkin.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "mason_schinner@larkin.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$q3FMHvCvc6/qVDQJia7.du8qSlGVxDXvvhm/34YFm1rfelgVjDRky"], ["updated_at", 2016-06-10 15:09:09 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.6ms) Completed 200 OK in 33ms (Views: 25.2ms | ActiveRecord: 2.1ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 27ms (Views: 20.1ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shana.heathcote@skiles.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emerson Collier"], ["email", "shana.heathcote@skiles.net"], ["password_digest", "$2a$04$lheY2G2K6UwDaoX4O88RnOUVe3hmLiDp4XK9/Ggv4yeiR9yxe.EOm"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.5ms) Completed 200 OK in 17ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"shana.heathcote@skiles.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "shana.heathcote@skiles.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$3xIbaLKh/XZakxNRmp3L2OfL.ft6/941MUudXuzzK1PGCS2.MiR9S"], ["updated_at", 2016-06-10 15:09:09 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.1ms) Completed 200 OK in 33ms (Views: 24.6ms | ActiveRecord: 3.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (36.8ms) Completed 200 OK in 53ms (Views: 45.2ms | ActiveRecord: 2.1ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (28.8ms) Completed 200 OK in 43ms (Views: 36.3ms | ActiveRecord: 1.8ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norwood@vonrueden.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thalia McDermott"], ["email", "norwood@vonrueden.io"], ["password_digest", "$2a$04$PUZ5uuxC2aZVztm9yBVdR.tqDfi6S5Bzfa9TGjd7HBz.JF/Y5ZGqC"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 18ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"norwood@vonrueden.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "norwood@vonrueden.io"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$l9XW.JY17TJv5PGc4JYo2uDhMJuvar6YvgPHza7KoovV6O7yboFMG"], ["updated_at", 2016-06-10 15:09:09 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.2ms) Completed 200 OK in 26ms (Views: 19.4ms | ActiveRecord: 1.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (8.4ms) Completed 200 OK in 23ms (Views: 17.6ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 23ms (Views: 18.7ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sarina@lang.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noemi Ziemann"], ["email", "sarina@lang.io"], ["password_digest", "$2a$04$9//eFogFlO5ts0qPrLCDkuh4UI00Jk5lTV21D.rsXjQAg7inrucfW"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 15ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sarina@lang.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "sarina@lang.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Hoeyp8XLyRQlUz4mC806R.R4i4Fj/gRUZDS6Ci6gRzQ9QOmIDtDtG"], ["updated_at", 2016-06-10 15:09:09 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 28ms (Views: 20.7ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (8.9ms) Completed 200 OK in 24ms (Views: 18.4ms | ActiveRecord: 0.8ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-10 15:09:09 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (16.9ms) Completed 200 OK in 33ms (Views: 25.5ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "henriette.moriette@shieldsratke.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Elliott Moen"], ["email", "henriette.moriette@shieldsratke.org"], ["password_digest", "$2a$04$VPsGlXMPrlRpJdYs777zzOO2ov5BMe9SK3uJaZiKD0ZVdFsz.2.ZG"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"henriette.moriette@shieldsratke.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "henriette.moriette@shieldsratke.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.PmxyUqBGcgUVntkFXdlWOagoxcaI79B9bNFDdHF0XLfx4hnyd9bC"], ["updated_at", 2016-06-10 15:09:09 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 23ms (Views: 16.9ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-10 15:09:09 UTC], ["updated_at", 2016-06-10 15:09:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:09:09 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 22ms (Views: 16.0ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (8.9ms) Completed 200 OK in 20ms (Views: 15.1ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alberta@hane.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elias Hills"], ["email", "alberta@hane.name"], ["password_digest", "$2a$04$xaqIvrUdUOejCsuelumbv.bSgJL6Cevb7aOjoivP9sSgm3eNU2F8G"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Necessitatibus impedit quia cum consequatur maxime aspernatur. Odit fugiat impedit illum qui at quod."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Iure ullam quis dolores deserunt veritatis autem non. Et nam est atque eligendi beatae quas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blake@corwinspinka.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cale Abernathy"], ["email", "blake@corwinspinka.co"], ["password_digest", "$2a$04$iQrAhGOUGS7Q2GBJJaNpsO6xcMlRQlz/S6rd.2M7Y46YHpZzbB.0C"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Nam mollitia soluta pariatur voluptas quia assumenda. Autem dignissimos modi debitis incidunt repellendus. Laudantium cum eos veniam ut eveniet."], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Voluptas id voluptatem eius libero. Sit animi ex. Et illo eos tenetur unde fuga."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (17.1ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (33.8ms) Completed 200 OK in 47ms (Views: 41.2ms | ActiveRecord: 3.0ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.6ms) Completed 200 OK in 25ms (Views: 19.8ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sarah@bartell.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Kyra Gleason"], ["email", "sarah@bartell.co"], ["password_digest", "$2a$04$4ZfEFext3Kqt/mtOPG7NY.kn315szZjONBojC.y2Rh2FD0T0Tfv/W"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Quidem asperiores et provident illum voluptatibus quia. Quisquam perferendis explicabo cum eum et est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Omnis temporibus ea asperiores tempora quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maymie@lynch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brooklyn Goyette"], ["email", "maymie@lynch.biz"], ["password_digest", "$2a$04$b15TDdChRG1xys5z7cniNu6LFY56iNTZSpBbrrYnQVSgYbvx5s8Cy"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Et dicta voluptas similique itaque. Omnis iste quod iusto soluta dolore ipsa aut. Non cum et ducimus quos."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Ut id dolorum explicabo. Qui perspiciatis et dolorum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rogers@littel.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Doris Walter"], ["email", "rogers@littel.info"], ["password_digest", "$2a$04$0wp6.4yZFWAaQlHBCy9p4.kqL8LoVJdjQHIgvJ/3IX7oLVhKY.8ra"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Aperiam odio aut et impedit aut. Omnis asperiores autem magni sit tenetur odio."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Error velit vel officiis. Beatae quisquam quia nihil rerum neque eius. Numquam quis nesciunt consectetur tempore suscipit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noemie.muller@turner.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Fred Jast"], ["email", "noemie.muller@turner.com"], ["password_digest", "$2a$04$zbnotq2sk4cV6mEvroIYrOfXwZ0ndqSUZ1hHIpTH8BiO5GAKoJ9j2"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Inventore et iure. Qui ullam aut corporis. Ab sequi omnis non omnis cum dolorem. Illo dolor doloremque voluptates ut quam earum et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Assumenda nobis id. Eligendi voluptas quos deserunt quo quibusdam. Et dolor est voluptas aperiam deleniti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abdul@sanford.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erich Prosacco I"], ["email", "abdul@sanford.co"], ["password_digest", "$2a$04$pfpKubJo.z1vmm8r0FHz8ODLjSOAgdVdxr3YcT.PwYoZUAqySQ0um"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Possimus quo occaecati ratione corporis. Et enim ea voluptatem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Odio aperiam qui optio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maida_schmitt@hilll.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Olen Crist"], ["email", "maida_schmitt@hilll.biz"], ["password_digest", "$2a$04$s6rW/Xf6hJsfxgp0woVrTu1a4ncVxSIN9zwhG7XUJDXlzH9C.8RL6"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Sunt vitae sit. Aut ducimus sit quia et est ea quidem. Ut quas adipisci rerum quaerat quod maiores. Odit at itaque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Corporis sit et provident et est ut voluptates. Maxime repudiandae et quia quae. Perspiciatis temporibus ratione ut molestias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brooks@torpnolan.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Cindy Bauch"], ["email", "brooks@torpnolan.biz"], ["password_digest", "$2a$04$ucKW1RJbIrkqbUzNTImp4OO6yrsgD.OrO4JNyckggMa8aZO6PQryq"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Dolorum enim dolor quia nam. Recusandae amet qui voluptas quis quo debitis earum. Dicta dignissimos praesentium omnis deserunt mollitia."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Inventore aliquam itaque quisquam tempora enim velit temporibus. Et delectus vero dolor veritatis possimus. Quia at optio quibusdam facere et id iusto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "drew@white.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mustafa Stiedemann"], ["email", "drew@white.net"], ["password_digest", "$2a$04$gM1yqC2PSL3RbuwkMhCQj.O0b/hPlklEdfBACcD4caBPqLEvyWiCu"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Dolorem in quo explicabo fugit libero enim consequuntur. Aut eos sequi exercitationem rerum tempora perferendis. Provident accusantium rerum voluptatum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Maxime voluptas quae qui. Nobis eum blanditiis quo laboriosam numquam. Et et ut molestiae explicabo expedita."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mckenzie@casper.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Susanna Kutch"], ["email", "mckenzie@casper.info"], ["password_digest", "$2a$04$hsHNMfhL.ZPIQabYrhf9GuSjyKecaRYOVvyD9lS7EyqALZUYfMIE2"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Beatae quia repellendus. Nam enim a eum vel. Commodi eos ut et aliquid impedit necessitatibus quas. Nobis provident alias."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Enim quo aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "favian@cormier.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eloise Haley"], ["email", "favian@cormier.io"], ["password_digest", "$2a$04$9SoWf3sZKaaRo6MTWZqpne5nvo5RQJRLvuo1psqkJan8tgyAzfyHy"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Quia velit consequatur nihil nam. Rerum vel optio non ad sit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Cupiditate error voluptas dolor est reprehenderit non pariatur. Totam in illum voluptates quia at ratione."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "piper@rooblebsack.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karlee Hegmann"], ["email", "piper@rooblebsack.io"], ["password_digest", "$2a$04$ODyVPduJScMfotRZli2tTekSnXEciY98xdt87CWc9YEzkLbNVwou2"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Distinctio vel laudantium. Nisi fugiat ut assumenda quo. Sequi molestias similique saepe et et facilis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Molestiae accusantium fugiat magnam qui distinctio voluptatem sed. Ut dolorum est natus molestiae assumenda eum. Et non dignissimos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (49.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (81.1ms) Completed 200 OK in 95ms (Views: 80.7ms | ActiveRecord: 10.3ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.1ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (42.6ms) Completed 200 OK in 58ms (Views: 51.6ms | ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ariel_gusikowski@brown.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Claire Gutkowski"], ["email", "ariel_gusikowski@brown.biz"], ["password_digest", "$2a$04$z7r51vVZ/d0KvG6sq8l9ruKAYIt1BtjRlqo8L694OMWtvIaa3DwRC"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Eaque qui nesciunt cum non minus ratione quaerat. Expedita officiis accusantium minima et fuga sapiente quia."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Est corrupti et nesciunt atque occaecati nulla. Non aut id doloremque ut vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (10.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (23.6ms) Completed 200 OK in 37ms (Views: 31.3ms | ActiveRecord: 2.6ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.8ms) Completed 200 OK in 17ms (Views: 12.1ms | ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "larue.tremblay@schmittorn.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vida Kemmer"], ["email", "larue.tremblay@schmittorn.info"], ["password_digest", "$2a$04$UIfjq39DKQm0E.QqM2vtq.CJTzm6gQksDIzGtgzFSGFZIjKXxvqii"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Placeat omnis molestias est occaecati culpa. Hic blanditiis reiciendis repellendus. Adipisci enim molestiae voluptas qui quia. Ipsa minima necessitatibus est fugiat sequi id."], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Ea qui molestias dignissimos atque est et. Dolor tempore hic quis id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "manley_dibbert@padberg.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Howard Nader"], ["email", "manley_dibbert@padberg.io"], ["password_digest", "$2a$04$100mgC06PP9D6nSFRNDLL.ulf5exY/2HVw.OOmsxu2Ca.BMvjJas."], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Fuga saepe laborum quae. Itaque doloribus accusamus laborum laboriosam recusandae eius. Officiis dolor sit."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Doloremque aliquam dolor necessitatibus et tenetur corrupti et. Qui id sed repudiandae dolores maxime quae sint."]] SQL (0.9ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berenice@wunschzulauf.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laverna Hintz III"], ["email", "berenice@wunschzulauf.com"], ["password_digest", "$2a$04$h9thTP9RdJ/4p3OsLhOybOPT28g6N1AOpXYVSGQSgni/bjHGEkqES"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Corrupti officia ut voluptates vitae quas corporis. Fuga harum incidunt. Quam dolore veniam sint quibusdam nam aperiam. Vel ut expedita vel."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Officiis neque necessitatibus perspiciatis animi."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.4ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (19.1ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (33.9ms) Completed 200 OK in 52ms (Views: 42.5ms | ActiveRecord: 4.9ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-10 11:09:10 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (19.2ms) Completed 200 OK in 39ms (Views: 27.8ms | ActiveRecord: 4.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$rsZAvydemrRumg1uWTZRreyljJohEzAIgJbZeHcww18d27NItNUX6"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$jHw5XKeEk5xvUDC6XNwhGO67pJdOv4FLMQIcci/ZLEFx/NxXZ6.Wy"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$H4O71Cs1uRjsoVqLtZzSJOI0jfniqyTtf9PsYpdg4X0nn8.m9Fbkq"], ["updated_at", 2016-06-10 15:09:10 UTC], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonel@kemmer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neoma Mosciski"], ["email", "leonel@kemmer.org"], ["password_digest", "$2a$04$P.9HbX05TiW4sdZjWz9oQOuf4xqebpTQ7.x7eWAIeuua1u1Ai8buy"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ilene_brekke@bernhard.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaylen Grimes DVM"], ["email", "ilene_brekke@bernhard.org"], ["password_digest", "$2a$04$Nd7.YvXJEmR6Wxd48w/1d./On69D3V0SYFh6yvCp/.u6c4JpKGO5a"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "florida_kling@carroll.biz"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jimmie Cronin"], ["email", "florida_kling@carroll.biz"], ["password_digest", "$2a$04$tlUz/BybWWapWGx5qttL8.FcvlfDDojA7BcB6eN/ywAkXVoAKgtb2"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Vero quidem molestiae qui quae. Possimus qui blanditiis soluta cupiditate qui at."], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Ad id quasi harum similique."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roscoe@beahanlueilwitz.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Breanne Gibson III"], ["email", "roscoe@beahanlueilwitz.org"], ["password_digest", "$2a$04$PpdH2q46tOsMsk.kLHDJDuAql8Aq25FLw305X1GB./VGjZjzdATVS"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Eaque et nulla voluptates voluptatum sequi a. Aut nemo ut id. Aperiam libero saepe ipsam optio."], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Quis nemo recusandae cumque dolor assumenda voluptatem. Rerum et occaecati sed libero quidem animi nobis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mafalda@dickinson.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Domenica Satterfield"], ["email", "mafalda@dickinson.name"], ["password_digest", "$2a$04$Fff1G2IdoLTYMETiddPV1u/svxWRYnnebLLqGX1MZbhadTTxWh/Zu"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delmer.pfannerstill@casper.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jackie Bashirian"], ["email", "delmer.pfannerstill@casper.info"], ["password_digest", "$2a$04$WvZm9wd2Bz6FWGO9i8C3geNl0mhn1hW3mKdzsDSZa68b4XGlXHtQW"], ["created_at", 2016-06-10 15:09:10 UTC], ["updated_at", 2016-06-10 15:09:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "floyd_herzog@nolan.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dejuan Hirthe"], ["email", "floyd_herzog@nolan.org"], ["password_digest", "$2a$04$OMDPVCcKp0Hrwpml5pt9MeOBkpg.QwgczyY69NNZVmikE1J56YKWe"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexis_grady@gutkowski.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Armani McDermott"], ["email", "alexis_grady@gutkowski.net"], ["password_digest", "$2a$04$hNvHYfaFIWGxopAmsUp5.OkUIyI/RA/84.r5GA4Q.5LbC6YV4PPla"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Nemo autem accusantium placeat soluta voluptas consectetur. Nam nulla delectus beatae in facilis. Repellendus atque vel."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Quia eveniet excepturi consequatur sequi. Est nulla qui ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "louvenia@emard.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ricardo Champlin I"], ["email", "louvenia@emard.biz"], ["password_digest", "$2a$04$losJi3sPdAu7x9P3Q1.wl.UYQKYCElx6v2ifTRR4Hb1p.Hr7puj0a"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Molestiae dolor perferendis quia. Blanditiis voluptate qui vel voluptatibus architecto cumque. Non impedit hic ipsa."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Excepturi optio nisi sunt harum. Porro id accusamus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 13:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "patience@blanda.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amina Sawayn"], ["email", "patience@blanda.com"], ["password_digest", "$2a$04$g9.V86HFl308ehwTJbkEmeu2g04XQYOpAqEy3gjEqCWrBkDbkVsTK"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Quam asperiores aut. Eos rerum modi tempore quae rerum. Quod commodi et voluptas non. Veniam numquam a aliquid consequatur soluta."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Qui molestias quas excepturi. Odio et nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pink@monahankutch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Green Steuber"], ["email", "pink@monahankutch.biz"], ["password_digest", "$2a$04$1w7h2VcnmfM5i49kC1D4zOgsMLhSfecJvXYKSkgiRReoxGNCSC3au"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Explicabo quis quas et dolorum maiores. Molestiae voluptates necessitatibus voluptas repellendus. Qui nostrum consequuntur dignissimos ad deserunt quos facilis."], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Quasi dicta incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meredith.legros@torpweinat.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heber Kuhic Jr."], ["email", "meredith.legros@torpweinat.name"], ["password_digest", "$2a$04$EEabs7LTF5p3IZktXD1MkO.LTpXKVcdWSTX0x5CJvulBgM.1R8PsG"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pete@brown.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verner Sporer IV"], ["email", "pete@brown.info"], ["password_digest", "$2a$04$yDmPpayczLBx07pQ0b7QIe9yHN.8VGGZDRlb4JouOzmQ1/DXyMHQK"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Consequatur cum iure vel quidem. Qui vero iste nihil eum ea. Iusto qui nemo aspernatur quia tempora sunt. Cumque optio laborum fugit soluta aut."], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Quia est quia voluptas sapiente voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["id", 24]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maymie_grimes@mills.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hilario Klocko MD"], ["email", "maymie_grimes@mills.org"], ["password_digest", "$2a$04$ctdTNJRtdhmRV9cp//MQOesHPbkMqNePsbJ5hV1whRfN9TT9EdWnq"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Laudantium excepturi earum doloremque. Tempore sed perferendis sapiente mollitia excepturi. Culpa illo eum corrupti."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Mollitia placeat porro voluptates. Minus officia dicta autem omnis distinctio sapiente et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["id", 25]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rozella@hermann.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Ernest Emmerich"], ["email", "rozella@hermann.net"], ["password_digest", "$2a$04$TW2QjJMo4OOVA90iebRjYuJKKFqeNFxZGyhZCGyRwDKntzP560GPG"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$u7rXQst5uFnTxazhWm73EeQ./NSyEaWDRdg2xCGrQq4aibgFwuIKq"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$V95GbwvW3dupPOo66b81xu84Wv566pVSUE6Du2BNpOOhU/ZLPOulG"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grayson@hammes.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reagan Feeney I"], ["email", "grayson@hammes.name"], ["password_digest", "$2a$04$AzDpffIxV/mfdCNkYP8jCO3sWzBX.PfvKTHzU8bLuKSZpPgnOHN1G"], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Tempora quidem necessitatibus. Voluptatibus cum deleniti repellat soluta minima delectus id. Reiciendis blanditiis iste libero non."], ["created_at", 2016-06-10 15:09:11 UTC], ["updated_at", 2016-06-10 15:09:11 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (13.3ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sunny@franeckimedhurst.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Rita Hettinger"], ["email", "sunny@franeckimedhurst.net"], ["password_digest", "$2a$04$gBS7aN48e/fRF7ac/NAQ6eCj3bS0yNDJ0I9rah8toz3eHVLti5GKW"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Voluptatem et voluptas. Doloribus ullam esse ipsam sit cumque dolor. Qui non quibusdam optio suscipit et. Vel et qui impedit at."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Quidem eum necessitatibus nesciunt ut illo assumenda vitae. Occaecati placeat atque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 18ms (Views: 13.0ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garth_turner@labadieruel.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Niko Abbott"], ["email", "garth_turner@labadieruel.name"], ["password_digest", "$2a$04$f3RfDzf7DFi2x/oXG..9S.RqsrUlrkQAaBYkq84bGuiBCF7cIykp2"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Quod nesciunt et est voluptatem rem. Sed nihil iste."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 2], ["slug", "title2"], ["summary", "Deleniti nostrum eius illum fuga aspernatur odit. Nulla odit nostrum velit numquam quas. Architecto soluta qui rerum ut enim est distinctio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilburn.ruel@gislason.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leora Stiedemann"], ["email", "wilburn.ruel@gislason.org"], ["password_digest", "$2a$04$zpJS3QZQJYRNb7tbUupAVe3yJakX1TLmD9ykT7pTAfg6m2PeG6fRa"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Consequuntur reiciendis fuga ea reprehenderit laborum officiis aliquam. Doloremque perspiciatis et dicta nobis dignissimos qui omnis."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 3], ["slug", "title3"], ["summary", "Omnis rerum iure aliquam ea earum architecto asperiores."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candelario_damore@langworthrunolfsdottir.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erica Auer Sr."], ["email", "candelario_damore@langworthrunolfsdottir.io"], ["password_digest", "$2a$04$888ZcIZSFl3MTHM/0dxibekCgAnpVb4kUSSfXt6w4TvWaXdi8Ui2a"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Fugit quo natus itaque architecto dolore sint. Illum aspernatur ab et cumque fugit."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 4], ["slug", "title4"], ["summary", "Beatae laudantium voluptatibus perferendis ex quidem velit sapiente. Quibusdam omnis accusantium amet natus sed incidunt excepturi. Reiciendis quia voluptates esse et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "forrest@stantonswaniawski.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alfonso Harvey"], ["email", "forrest@stantonswaniawski.biz"], ["password_digest", "$2a$04$4/ejfLdEcB8VdDeZIKdRCeWniYCieAoCjK4N4v/Ep4c3kNeeN0BFC"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Qui et quia. Ut occaecati consequatur. Quia aspernatur tempora praesentium excepturi."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 5], ["slug", "title5"], ["summary", "Quis ut tenetur odit. Hic aliquam ipsam dolor eligendi perspiciatis veniam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laverne@runolfonruecker.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ruth Herzog"], ["email", "laverne@runolfonruecker.co"], ["password_digest", "$2a$04$Jxg7/wBoUBMn0JNCY/A/jejJ/xg/Yo0vGuY7o0znyGs.vFlxOF9z6"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Quia deleniti magnam consequatur occaecati dolores fugit ut. Accusantium fugit molestiae quam nostrum soluta. Temporibus eos qui vel possimus velit. Exercitationem sapiente incidunt neque eligendi."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 6], ["slug", "title6"], ["summary", "Harum ea maxime pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jonathon_hammes@keelingfarrell.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Deonte Abbott"], ["email", "jonathon_hammes@keelingfarrell.co"], ["password_digest", "$2a$04$62LqEAK1rENM3l3BcXU/ze9LxTWjrsXIjPb/k0Icv8bCPf1wdS6TC"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Facilis dolor voluptates aliquam laboriosam officia. Earum qui vel."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 7], ["slug", "title7"], ["summary", "Quibusdam aut maxime aut dolore explicabo et id. Natus consectetur molestias atque mollitia nobis cumque et. Et libero illo dolor itaque dignissimos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "odea@jast.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karelle Padberg"], ["email", "odea@jast.co"], ["password_digest", "$2a$04$h4UiAoj3s81M5AqMQvck1.5GMmKQfzWUhRZTNxQOVDHs00apkDZRC"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Voluptatum est id harum incidunt fuga repudiandae aspernatur. Itaque dolores ut voluptatum repudiandae voluptatem qui. In autem et. Vel minus cum."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 8], ["slug", "title8"], ["summary", "Velit eligendi quasi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leland_weinat@nikolaus.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corine Bayer"], ["email", "leland_weinat@nikolaus.co"], ["password_digest", "$2a$04$LafHI6xfeZcBBHYjVd.Au.o8jS0IHbIo1o2o5nYbj8TsKXcoSzoU6"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Est eos deserunt. Nihil neque pariatur modi."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 9], ["slug", "title9"], ["summary", "Accusamus itaque et rerum rem qui nobis. A sit numquam aut assumenda."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raleigh@deckowcarroll.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elizabeth Kutch"], ["email", "raleigh@deckowcarroll.name"], ["password_digest", "$2a$04$wxXh6ba3eh45DZWoB/OXXukP.wJ7TiILi8dXnthNCbHOwrv89bggK"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Dicta consequuntur rerum temporibus quo. Aut voluptatem et commodi debitis. Pariatur non laudantium ut cum inventore. Non similique sit quis."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 10], ["slug", "title10"], ["summary", "Repudiandae ea aut non."]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matilde_hartmann@trantowprice.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Carley Nitzsche"], ["email", "matilde_hartmann@trantowprice.io"], ["password_digest", "$2a$04$.37H1.bt8u5.4UORt2plcOUBCrI4Dz8PoRHdbGNWytinHLN6QHNR6"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Dolorum quod itaque aut. Quas eum asperiores dignissimos et officiis inventore rerum. Soluta porro in."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 11], ["slug", "title11"], ["summary", "Harum aut incidunt consectetur iusto. Ut autem aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "audrey@stokes.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pete Labadie"], ["email", "audrey@stokes.net"], ["password_digest", "$2a$04$uwH.SB6KXfiriSINEec9seUT/ZbRTyn9LlUr1z77.SN28YNQlZA5."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Quod aut qui modi illo. Accusamus laborum assumenda quia est ex dolorem sunt."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 12], ["slug", "title12"], ["summary", "Odio quo quia. Nesciunt et doloribus fugit illum ab exercitationem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "braden.runolfsdottir@christiansen.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Cathy Spencer"], ["email", "braden.runolfsdottir@christiansen.info"], ["password_digest", "$2a$04$VXK8UbAWCdARN.xX/HEmi.M2aPIhObp.Wb3kvfeOSNZ6tTKsH38wC"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Dolor at est iste ut quam delectus. Sint voluptatem et deleniti quia occaecati recusandae. Qui voluptatum omnis. Voluptatibus eum voluptate molestiae."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 13], ["slug", "title13"], ["summary", "Maiores rem et praesentium illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "piper@zboncak.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nella Raynor Jr."], ["email", "piper@zboncak.info"], ["password_digest", "$2a$04$qQoj8W9g86GUUcEnMLLjIOENqmegB1mBvsPRYNscd4lHGs7t66P7K"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Non corporis eum non dolorem consequatur at aperiam. Rerum qui aliquam perspiciatis. Laudantium sapiente mollitia minima. Aliquid molestias aliquam architecto."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 14], ["slug", "title14"], ["summary", "Reiciendis commodi ut alias voluptatem ipsum. Vitae sed animi iusto repellat optio maxime. Vitae autem molestiae repellat laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eliza@olson.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arno Bailey DDS"], ["email", "eliza@olson.co"], ["password_digest", "$2a$04$Er7wec3PAyo6cAR2E.dQEOGUXqJqVwg8pxZmQyV9IdIPiL9DFsIW2"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Perferendis accusamus minima et rerum est sunt. Earum tenetur repellendus qui."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 15], ["slug", "title15"], ["summary", "Velit et autem cumque aut quidem magnam eius. Est explicabo qui molestiae et. Provident minus eaque exercitationem laudantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aglae@franeckidooley.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rossie Satterfield"], ["email", "aglae@franeckidooley.name"], ["password_digest", "$2a$04$s0QusIZhvFQsjm3PrRgyf.GtXIyjHcN6Tt8Yz.5TKQERhwlhujge6"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Aut eum qui perferendis. Nisi temporibus illo voluptatem ad. Qui eveniet sit laudantium et ex aut delectus."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 16], ["slug", "title16"], ["summary", "Eius aut non dolore nihil minima. Accusamus sit molestiae distinctio veritatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jovan@durgankris.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Justyn Champlin"], ["email", "jovan@durgankris.biz"], ["password_digest", "$2a$04$M5u5op5T08/BrdjJNv62KO2rtKtCmQdyvpoP/kOBBzno2gUn9XoBK"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Blanditiis aut debitis. Dicta sed qui enim temporibus ipsum."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 17], ["slug", "title17"], ["summary", "Asperiores distinctio id. Ab est voluptas deserunt deleniti aut consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lawson.howe@strackereichert.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elmore Cole I"], ["email", "lawson.howe@strackereichert.co"], ["password_digest", "$2a$04$uov0IJH.O7sYOThk5OZsBefw5iV9RB8eiR5./T/lW6J7xYfbc6gHu"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Eaque ducimus est eos quas ut. Recusandae rerum laboriosam. Velit asperiores similique."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 18], ["slug", "title18"], ["summary", "Aperiam et repudiandae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "neha.grant@bode.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bert Bogisich"], ["email", "neha.grant@bode.biz"], ["password_digest", "$2a$04$yyUJf5vwAXGs.whvlXhinecVb/gUzgFPICy/NW4uxru08sC8tRzZS"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Sint cumque voluptatem fugit quia. Et velit corrupti vel voluptatem et id doloremque."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 19], ["slug", "title19"], ["summary", "Possimus qui quas quia atque. Quia hic perspiciatis quos sed fuga voluptas maxime. Quisquam qui temporibus quo incidunt."]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cyrus@connelly.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "John Funk"], ["email", "cyrus@connelly.name"], ["password_digest", "$2a$04$/FqYewzk7cAycPc.TJRqVOgtifHK8En65QW3V/JLOMpUVtjDy9YnO"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Quaerat numquam qui asperiores dolorum sunt aut. Explicabo in placeat cupiditate est. Ut est numquam minima et. Nisi voluptates aut nesciunt dicta."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 20], ["slug", "title20"], ["summary", "Commodi voluptas hic rerum. Cum sit ut voluptatibus in. Mollitia alias id ea temporibus ad sunt inventore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frieda.kilback@goodwin.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mekhi Swaniawski"], ["email", "frieda.kilback@goodwin.co"], ["password_digest", "$2a$04$34wUB0sXci2ADIORg3Fn7e/tTvDmUbE0KFenQ6Mlqab0brsOPJi1u"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Voluptatibus quod ut tempore. Repellat dignissimos tenetur et itaque consequatur. Corporis culpa quos et dolores."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 21], ["slug", "title21"], ["summary", "Voluptatem consequatur quis dignissimos enim. Sint quia ducimus dolore ut. Cum praesentium rerum nisi inventore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cristian_mante@ritchie.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Declan O'Keefe PhD"], ["email", "cristian_mante@ritchie.org"], ["password_digest", "$2a$04$kh7hkqJyxeu8fkM50CDmseORcmEOcnSg84hh65awzFp/2kgP0b2BO"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Velit fuga accusamus tempora voluptates voluptas aliquid. Enim dicta tempore soluta atque repellendus."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 22], ["slug", "title22"], ["summary", "Voluptas eligendi maxime."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ocie_lesch@rippin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marlin McGlynn"], ["email", "ocie_lesch@rippin.com"], ["password_digest", "$2a$04$kbm0snGCCf2sWAIapEuUk.Qx2Vnd6o0u/AhmDJv/zM3nDOhtGl1HO"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Omnis quos aut dolore. Sit rerum sequi quia. Soluta eum molestias deserunt sint est animi."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 23], ["slug", "title23"], ["summary", "Quod laudantium quae vel esse molestiae. Deserunt nobis ut ipsa iste natus. Et porro et sunt quae mollitia fugiat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keara@kirlin.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kallie Corkery II"], ["email", "keara@kirlin.org"], ["password_digest", "$2a$04$Uk.eikqUU9XSDMPluNQlR.FaAaCk3lcFb9aRFr5dR1jxO5AZHTXtG"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Adipisci praesentium assumenda optio est. Quia accusantium consequatur non esse recusandae modi. Corporis et dicta ut ipsum. Doloribus corporis rerum quia eos omnis."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 24], ["slug", "title24"], ["summary", "Sapiente culpa sunt accusantium blanditiis. Vel voluptas veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beatrice@toy.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noble Gusikowski"], ["email", "beatrice@toy.com"], ["password_digest", "$2a$04$.3ejZ/Vaw9fNvC8WNcGf9e/8RY80FP5ksUjQ9rGE152iYzFWfcq3m"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Aut consequatur qui in doloremque. Consectetur est a eos amet atque est culpa. Eum consequatur asperiores beatae sed quae voluptatem voluptas. Numquam ut quia nihil."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 25], ["slug", "title25"], ["summary", "Qui accusamus sint vitae et vel. Id et itaque nostrum quis nam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gertrude.pollich@jacobs.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Libby Lockman"], ["email", "gertrude.pollich@jacobs.name"], ["password_digest", "$2a$04$4Wpp2KfZfQcqpog3hqPHsONkrcE.3.j.vI6fmmoUcqFnIU5lO2TYS"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Alias similique occaecati quia. Quia voluptatem ut. Architecto magni ipsa."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 26], ["slug", "title26"], ["summary", "Ut quia et temporibus earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delia_schmidt@dietrichwest.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "May Yundt"], ["email", "delia_schmidt@dietrichwest.net"], ["password_digest", "$2a$04$CFFDCbXHuCT6yqUyxEQG4.u4szEr8eJOjbIViD25D39ZAVSG8Xfgi"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Et tempora et eveniet. Ea eos corporis quod qui est. Deserunt occaecati ut similique voluptatem aspernatur nam eum."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 27], ["slug", "title27"], ["summary", "Voluptates sint et nobis aut assumenda a."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maximillia@kohlerwelch.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamar Lind"], ["email", "maximillia@kohlerwelch.name"], ["password_digest", "$2a$04$hHjwY4YWEpFqMort25Z9gOAI.Z/pRu3HQ0ORCuItOH44o0yga84HO"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deborah@halvorson.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnoldo Tillman"], ["email", "deborah@halvorson.co"], ["password_digest", "$2a$04$C9TlgSAsh0iKlki9ETQlZunfmqeIkpPs.9q2Zi8k/6pNG4nUbgJdm"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Est atque molestias. Et enim omnis eaque modi voluptate.", "summary"=>"Iure et expedita aliquid. Sequi assumenda provident deserunt doloremque.", "title"=>"Title29"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Incidunt quaerat aliquid rem earum veniam consectetur. Dolore cupiditate quasi nihil aut.", "summary"=>"Et tempore et optio non. Quas maxime ut iusto ab. Tempora qui est error quibusdam.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angela@witting.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Camilla Borer"], ["email", "angela@witting.com"], ["password_digest", "$2a$04$gCE7TlvOVnKaFwMgcfKHNew8RH0wtq96GzdHgoBJOPWMfE16or6jW"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"30", "body"=>"Body", "summary"=>"Voluptas aliquam iusto temporibus voluptatem dolorum accusantium dolor. Quod fugit vero ut adipisci aliquid vitae.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 30], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 30], ["slug", "title"], ["summary", "Voluptas aliquam iusto temporibus voluptatem dolorum accusantium dolor. Quod fugit vero ut adipisci aliquid vitae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 21ms (ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Sit rerum non velit doloremque placeat et et.", "title"=>""}}  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 1.0ms)  (0.2ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayda.mccullough@kulas.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leonor Gaylord"], ["email", "jayda.mccullough@kulas.co"], ["password_digest", "$2a$04$4xSi5lblkYhrPrbp.4zU6.fWSBA.8HFs8tKKQo5G9IJFllSGd/5Xu"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Qui qui voluptatum est deserunt atque aut. Dolorum qui vel. Dolorum reiciendis esse omnis et. Et explicabo assumenda dolorum consequatur."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 31], ["slug", "title32"], ["summary", "Voluptatem hic sint dignissimos. Eius autem voluptas voluptatibus neque corporis alias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.5ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matilde@welchfeeney.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antonietta Watsica Jr."], ["email", "matilde@welchfeeney.net"], ["password_digest", "$2a$04$qyEYcqTtNpxJQItaQAhE0OeDoeZZ5aLL3vXRQViMmYtyRsjt2RxBS"], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Earum aliquid aut eum non. Molestias omnis porro. Ut iusto culpa assumenda numquam consectetur in."], ["created_at", 2016-06-10 15:12:13 UTC], ["updated_at", 2016-06-10 15:12:13 UTC], ["author_id", 32], ["slug", "title33"], ["summary", "Laborum omnis non occaecati consectetur quae provident dolorem. Laboriosam quia dicta facere modi sit. Tenetur iusto nulla tempore tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.6ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casper.torphy@feil.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Herman Waters"], ["email", "casper.torphy@feil.net"], ["password_digest", "$2a$04$bt7VlzmtiVWGxn1/uTFVYOCD7Hp21QZVZ9Jb/Wa.Dky8ejm0zz1dq"], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Perspiciatis omnis vitae ab aut ea possimus. Ea in eum sunt."], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC], ["author_id", 33], ["slug", "title35"], ["summary", "Dolore similique accusantium. Et omnis repellat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clifton_rutherford@terry.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Destiny Cole"], ["email", "clifton_rutherford@terry.co"], ["password_digest", "$2a$04$SvMk/rFVrvCmBBIX4Xoob.v/Dld/z6kdX2B4KmUYyEAw3fwA575Ye"], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Ab dolorem est enim minus recusandae iusto rem. Accusantium nemo voluptas quia quod at. Ducimus earum dolores rerum dolorem impedit. Libero ut est aliquam voluptate tempora neque."], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC], ["author_id", 34], ["slug", "title36"], ["summary", "Aliquam dolores iusto accusamus perferendis. Voluptatibus voluptate vero in veritatis animi aut. Expedita soluta possimus hic."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:12:14 UTC], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.2ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "magdalen@schowalter.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hoyt Heller"], ["email", "magdalen@schowalter.info"], ["password_digest", "$2a$04$CDVR8fONhjkRaEewmmZvIObERZwnumXcPzBRRLXi0twqezL4IdHmW"], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Reprehenderit odio occaecati sapiente exercitationem reiciendis. Rem ut molestiae et. Velit nisi quibusdam delectus enim eius consectetur eos."], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC], ["author_id", 35], ["slug", "title37"], ["summary", "Quidem neque sit dolores. Illo enim ratione. Quod consequatur deserunt eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:12:14 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.9ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sandra.ryan@heaney.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ryder West DVM"], ["email", "sandra.ryan@heaney.net"], ["password_digest", "$2a$04$c/O9J8BD4tGprdZmbAqjXuZ4gZ2hHxEBPW7Eh4UM4EtFzbwCP1yKu"], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marietta@pollichjenkins.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berry Tromp"], ["email", "marietta@pollichjenkins.name"], ["password_digest", "$2a$04$t3oOUv8FymTLEQEzZEpOIeB5jp2lAexj5LlwXXtDvHAkvyv4tzPTK"], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Beatae et dolor. Quia voluptatibus vel ut. Sint quo impedit modi numquam qui laborum. Minus excepturi et in aut numquam."], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC], ["author_id", 37], ["slug", "title38"], ["summary", "Alias dolor quis suscipit eum. Pariatur odit minima quibusdam molestiae consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"36", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 36], ["updated_at", 2016-06-10 15:12:14 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.8ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxime@beer.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Karina Veum"], ["email", "maxime@beer.com"], ["password_digest", "$2a$04$Yz917klCcTOgKVo6bRV9uufeD6zLy3V3spe5p/5LjLj.LAMTeR3Ue"], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Et quisquam sit at perspiciatis hic. Earum a voluptatum saepe amet labore."], ["created_at", 2016-06-10 15:12:14 UTC], ["updated_at", 2016-06-10 15:12:14 UTC], ["author_id", 38], ["slug", "title40"], ["summary", "Harum pariatur quis sed assumenda debitis et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:12:14 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 3.1ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$5q0eniAHlZ9W81gIoDA3TuQ2gyeTvCPwp8OGhzD46YfgG8Qftap3y"], ["created_at", 2016-06-10 15:12:22 UTC], ["updated_at", 2016-06-10 15:12:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$ZHwVwlCfTmO1eJqsspwFKu.XH.uTQhL5o4MeSdafV3K/pBnyDE/5S"], ["created_at", 2016-06-10 15:12:22 UTC], ["updated_at", 2016-06-10 15:12:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$la0aYnDGktXYphbV7oyijujIEbGxcErgxdmio8m3/wiXSb7xh2TV6"], ["updated_at", 2016-06-10 15:12:22 UTC], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bryon@jacobsonborer.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karelle Lang"], ["email", "bryon@jacobsonborer.co"], ["password_digest", "$2a$04$ch39oQkM8hr69kDTJV/BC.dZyQPNSVQ0V7BEBI/cnHdfPl10LFwUm"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Eligendi atque ea expedita iusto aliquam ullam. Adipisci amet nesciunt voluptatem sapiente assumenda. Aut ex quidem fugiat sed iure. Nihil reprehenderit qui excepturi tempora quod."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Quia minus molestias."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 17ms (Views: 11.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "napoleon@schadenhahn.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Lillie Bosco"], ["email", "napoleon@schadenhahn.info"], ["password_digest", "$2a$04$UvaKPxJL2bSqXHGsJT7NSu.PpUJoTb5ygZdaysNrEycMw8IfIwB3i"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Maxime praesentium dolore corrupti ab totam quis voluptatem. Quidem aut sapiente architecto rerum aut. Aut sit nihil id cum laudantium. Odit ratione quod dignissimos dolores eos aspernatur eum."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Tenetur nulla rerum aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rhiannon@goodwinwiza.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Ethan Baumbach"], ["email", "rhiannon@goodwinwiza.net"], ["password_digest", "$2a$04$G9NMUgd0Cd/cMEplveHh..lEJxv29Xgo3rAGcfuokQOBU1C39g1z."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Expedita qui nulla ipsa odio. Reiciendis atque et deleniti aliquam. Fuga et aut nam. Impedit et provident adipisci corrupti."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Dolorem et repudiandae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordyn@brekkekris.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arvilla Wyman"], ["email", "jordyn@brekkekris.io"], ["password_digest", "$2a$04$1SS.DwI8JeEIxPgRDoACkuClIbLmCH2AfOv1nbhu4L1OFMJlf.jPG"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Quam quod explicabo et quasi. Quae deleniti et porro quia eveniet illo accusamus. Aliquam eum excepturi nam sapiente delectus."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Aut possimus accusantium nulla soluta et voluptatibus fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heath_labadie@douglas.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dudley Thompson"], ["email", "heath_labadie@douglas.io"], ["password_digest", "$2a$04$WtaHJpjWwodZHvWf/gS87uyVrWa7qkpOBKvwd4s/EQDYRdz/enoHy"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Non aperiam laudantium suscipit ut velit doloremque aut. Necessitatibus quia ipsum. Fugit rem recusandae distinctio accusamus."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Nihil distinctio autem non est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helen@king.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Electa Jones"], ["email", "helen@king.co"], ["password_digest", "$2a$04$/kHj5DOL5Kh2kgydJ1nBteSeq7J/BMO/rLfkYUBKXZrAxK3uQQs3q"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Voluptatem itaque dignissimos eaque aut. Distinctio provident et omnis animi. Accusamus rerum quia explicabo in."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Officia magnam beatae eaque ducimus enim rerum quos. Et nihil error. Voluptatem deserunt voluptatem minus voluptatibus fuga vero."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "damaris@mann.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johnny Considine II"], ["email", "damaris@mann.info"], ["password_digest", "$2a$04$6hES2VTS9HjMDZDQbDBHTupzZP4fR0HNs50j2f2W8cGSr27oXeoDu"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Tenetur corporis doloribus omnis voluptas nisi assumenda quam. Reiciendis vel odio illo aut est repellendus fuga. Aut accusamus consequuntur ut. Accusamus voluptatem qui a."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Eos repellendus ab nisi voluptatibus."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brent.douglas@stiedemann.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Breana Zieme"], ["email", "brent.douglas@stiedemann.io"], ["password_digest", "$2a$04$kQsxsGKwFqxjeKudPkHjnub7gw.F04zsJV7oMDaK048nMny2TuGje"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Voluptates illum sit sed voluptatum similique. Quaerat aliquid est."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Corrupti magnam enim soluta nesciunt voluptatum ratione."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pablo.barrows@rueckerryan.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lavada Ortiz"], ["email", "pablo.barrows@rueckerryan.co"], ["password_digest", "$2a$04$M4c1ccK2iKvsZjKsxIvkXOz/HwVTKtRP4.vBRXn5MyqsryirKaoIq"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "At autem dignissimos sit consequatur ut. Aut rerum aut. Delectus ea molestias et tenetur sit excepturi et. Fugiat sunt eum ipsum."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Quia animi voluptas quas doloremque rem voluptas. Eum omnis distinctio a. Voluptatibus impedit temporibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brandi@mertz.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wava Kutch"], ["email", "brandi@mertz.co"], ["password_digest", "$2a$04$GEBJfCg038nWL.JuyJ2Ffe5cuSGX63KZKE290cYdGpYXw/A50rrd2"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Hic inventore qui ipsa recusandae consequatur laudantium reprehenderit. Fugiat in nostrum eos est. Consequatur eius quibusdam. Perferendis est soluta nihil ut aut at."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Alias est nostrum dicta iusto nihil fuga. Iste quibusdam quae tempora aspernatur doloribus ea. Qui maxime aliquid eos sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vaughn@bradtkecrist.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Odell Moen PhD"], ["email", "vaughn@bradtkecrist.info"], ["password_digest", "$2a$04$H7xq./eVTMkEoLxtjTPN2./s9rFloJYn1pN2JRtbQ7amkYqLm5KIi"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Vel consequatur dignissimos at aut et aspernatur neque. Ut aut assumenda aut. Excepturi quia ducimus ipsa labore incidunt. Occaecati nulla voluptates fuga."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Sunt molestiae voluptatibus. Sint excepturi sint facilis eligendi sed error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katelynn@kuphalbauch.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vella Spencer"], ["email", "katelynn@kuphalbauch.net"], ["password_digest", "$2a$04$0oDrLyaxCrYYTjch/xu8bucKUqf5cGISXb2ZzOZuxLKRvkyEeHARG"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Rerum atque possimus molestiae unde architecto. Ipsum excepturi enim. Provident commodi dolores nihil."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Aut odit et consequuntur. Debitis voluptas id sunt cumque aut maxime voluptate. Fugiat neque ducimus aut reiciendis dolorem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayme.kuphal@bogan.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jerrold Abshire"], ["email", "jayme.kuphal@bogan.net"], ["password_digest", "$2a$04$QqoRBvBAZuJTHTJisbDDF.NnDAUDFLEW078rRMBjoxWQi7VQAkpAC"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Voluptatum voluptas dolore quo qui accusamus occaecati doloribus. Et est dolorem voluptate reiciendis omnis temporibus sequi. Aut enim sed ad. Aspernatur quo possimus odio."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Quam aut quos et omnis architecto eligendi vero. Sapiente nemo provident quas rem nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lily_casper@luettgen.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Naomi Raynor"], ["email", "lily_casper@luettgen.info"], ["password_digest", "$2a$04$2lhjul9mqqZGFkidyl40xurhbA4S112HwBXQweOm9K8K7m/fgI5pW"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Sit reprehenderit exercitationem qui consequuntur libero. Minima eveniet quae expedita. Aut sit officia. Et reprehenderit sequi hic magni quia."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Rerum qui non modi odio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "diego_gibson@fisherbosco.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Ona Wisozk"], ["email", "diego_gibson@fisherbosco.com"], ["password_digest", "$2a$04$BAEv8T5GJf.TcusOHI/VxebSHYSxbiqreJzpCQWnDwn4W83IRY9wC"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Minima eos qui. Dolore et voluptas odio quae repellendus nihil."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Ipsa laboriosam consequatur doloribus quisquam blanditiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caterina_schulist@little.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Augustine Hammes"], ["email", "caterina_schulist@little.info"], ["password_digest", "$2a$04$1ypXbgR.zoDvUoW/.25xiu7av3mK6i0VIHcJjlfiv533oo.PUEj2a"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Incidunt nostrum dolore ducimus non voluptas minima. Distinctio numquam iste eius. Ut unde quos sit numquam voluptatem vitae eligendi. Magnam saepe architecto enim cumque cupiditate."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Sed non cupiditate. Fugiat unde qui quia eum at corporis possimus. Et temporibus ratione et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elody_prohaska@haleyparisian.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willy Thiel I"], ["email", "elody_prohaska@haleyparisian.biz"], ["password_digest", "$2a$04$moCgBxppaRhF8QJv1LY7Qez/YC7XHXikZnaxfWG3iVCpV5/TKitEO"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Beatae est qui unde dolores praesentium qui ut. Ut officiis et dolores inventore et unde pariatur. Quod quia sed exercitationem magni cum explicabo et."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Aut vel mollitia et eum. Non enim est. Et perferendis aut qui possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daisha.corwin@stantondonnelly.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Wilhelm Pacocha"], ["email", "daisha.corwin@stantondonnelly.com"], ["password_digest", "$2a$04$2MKKxzVckFrs6dJmhEqjWu1USR88/hHOGNMlLt/UfrV7uZmIMf3fK"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Repellendus qui mollitia dolor voluptatem illo rerum. Hic quia consequatur rerum corporis voluptate ut sunt. Dolorem possimus occaecati laboriosam. Vel reprehenderit quia eum."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Error eum quas omnis illo natus. Doloribus voluptatibus inventore facere error similique voluptas. Consectetur dolores vitae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mertie.lebsack@bins.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hyman Blick"], ["email", "mertie.lebsack@bins.io"], ["password_digest", "$2a$04$DX7D5sC1H0ZAU.fN1rgQ.ud/ta6iUY4GhcE/Fp/JgQ/oz5eDZqIWK"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Possimus sed et voluptatem quia. Reprehenderit deserunt a modi voluptatibus illum vero."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Autem quia illo voluptatem. Ratione et est vero minus quisquam optio et. Deserunt rerum doloribus cum itaque expedita eos tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "skye@smitham.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aubree Keebler"], ["email", "skye@smitham.co"], ["password_digest", "$2a$04$3GsLZmQZ8twTxumbBwhSB.Q2RDVibt/HmmP0ytmAF27wFVCIKqp7K"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Sed optio ab rerum et. Nulla quasi ad."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Unde possimus nemo. Sed debitis quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bridgette_kuhic@jacobson.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nedra Bode"], ["email", "bridgette_kuhic@jacobson.io"], ["password_digest", "$2a$04$TeoIZk3E.j/U/5NupLGtWeXkVfykzHj93WeISYR6q2/lkxNZ9smSS"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Quos magnam libero quam repellendus ut. Et rem doloribus perspiciatis. Quis dolore dolorum explicabo cumque. Sequi et beatae eligendi et."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Rerum unde in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexa.stamm@bogancormier.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isac Botsford"], ["email", "alexa.stamm@bogancormier.net"], ["password_digest", "$2a$04$s3Fh8ZEhCazImt2cPs9AReSkq0oT1G.TOoHciLbb0E8iK1Wza9C9m"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Sit dignissimos suscipit ipsam aspernatur est doloremque. Velit beatae cupiditate consectetur reprehenderit velit odio. Mollitia et vel. Commodi labore itaque eum."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Qui tenetur eligendi placeat. Est quae mollitia. Assumenda dolores accusantium nostrum non ut minima."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ellie@strackerice.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Stanley Jacobs"], ["email", "ellie@strackerice.org"], ["password_digest", "$2a$04$4nR.mALcIhasFVeXKRkdaOewfU/lj/ep1/y46rQQh0tBK/IvuoAju"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Odit commodi mollitia soluta. Nostrum vero voluptates accusantium et cupiditate quia. Omnis voluptatem facere qui."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Itaque dicta odio qui at quo dolores. Consequatur sit assumenda consequatur sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chaya.oconnell@moorenienow.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Michel Walsh"], ["email", "chaya.oconnell@moorenienow.name"], ["password_digest", "$2a$04$1nxZ/CN7UXd4QAyzasX1CemlL9eRVdwa9W5hTSEo8mH.IXM//56bq"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Earum at rerum. Distinctio laudantium molestias."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Facilis adipisci id. Aliquid ipsam similique. Veniam aliquam in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randal_herzog@stokes.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Mariah Wiza"], ["email", "randal_herzog@stokes.biz"], ["password_digest", "$2a$04$txdUphikri2.zFBC9rp9g.D17lKYS4U6wbw2N44vhOx4JhyM08ZcG"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Explicabo voluptas deleniti non molestiae impedit. Necessitatibus reiciendis molestias distinctio provident rerum. Illum sed accusantium quia."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Perferendis qui et non. Vitae doloribus ad ut quo vero velit neque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fatima@damore.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jack Carroll"], ["email", "fatima@damore.name"], ["password_digest", "$2a$04$AIKPn7GvXqdxlx.2nTY49uuoWtRDmtVEgWvbj6szqwBqlsj9WF8TG"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Eius aut explicabo rerum nam a. Doloremque totam facilis non qui veniam. Ut nesciunt porro assumenda iure magni libero eos."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Ea exercitationem accusamus nihil aut. Deserunt aut aut officia harum qui architecto facere. Quia nemo animi aliquid sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "constance@lockman.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alysson Deckow II"], ["email", "constance@lockman.org"], ["password_digest", "$2a$04$ZiafvDnzqc9L84aMuNSB/erHOF52B44gCMLo3Q2MF.VKo7RRH8fsq"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Beatae in omnis exercitationem laudantium quo temporibus error. Omnis consequatur sint quis iure molestiae est."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Placeat omnis quia eligendi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marion@kuhic.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Domenic Schaefer"], ["email", "marion@kuhic.net"], ["password_digest", "$2a$04$iiPNqjUZwKY9p3.8heM1Cet8NZjXh4i7a/8NPBbFZ.268MJQO2ktW"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lillian@wolf.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ernestine Miller"], ["email", "lillian@wolf.info"], ["password_digest", "$2a$04$lw6zmdQp8rNe2yyuiSquTuaUfJwkwCqhi3EU6ShJogybxGnQIyclS"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Vel eum eligendi. Sit minima dolores numquam illum. Quia nostrum et delectus voluptate.", "summary"=>"Sed perferendis natus cum in quia.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 1.1ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Voluptas et consequuntur rem. Odit quod mollitia. Quia enim sequi ducimus repudiandae soluta accusamus officiis. Magnam est et ut tempore adipisci.", "summary"=>"Qui vel ut. Commodi laboriosam odio consequatur sunt itaque qui ea. Tempore ut asperiores.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashleigh_feeney@walshvonrueden.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rolando Reichert"], ["email", "ashleigh_feeney@walshvonrueden.biz"], ["password_digest", "$2a$04$q3YUs/ZCiBzJxItXQ0EYru.vilm5OY0M4oWDZ.qfTy1/k1BlX1OcC"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Qui id est fuga esse soluta velit. Consequatur natus fugiat sequi error odio.", "title"=>"Title"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Qui id est fuga esse soluta velit. Consequatur natus fugiat sequi error odio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.5ms)  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Sed aliquam itaque. Numquam autem ipsam quo voluptas et. Qui quam recusandae molestias aut.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 1.2ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mara_bernhard@rippin.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaqueline Lockman"], ["email", "mara_bernhard@rippin.name"], ["password_digest", "$2a$04$hfR/0BzPh0UgQP1yPHRBUehJCQUGI8YHt2UJw.XaKv0mj/DqgZYtG"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Eos quaerat ut sequi expedita illum est. Ut ipsa vitae non velit."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Consequatur consequatur voluptate molestiae alias sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "domenick@ruecker.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jovanny Murphy"], ["email", "domenick@ruecker.net"], ["password_digest", "$2a$04$37XACadhcNskpqkrHsHv2e1Jx74.e6vNk7kOkX1/EBtzvXTGbTwKq"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Quibusdam sapiente sit iure soluta eos aspernatur. Dolorum explicabo optio sequi amet minus ut qui. Non consequatur odio dolorem. Illum repudiandae quisquam magnam nulla eos."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Blanditiis commodi iusto pariatur architecto. In delectus quia et nemo qui. Laboriosam exercitationem quae saepe non quis eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.6ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gianni_kuhlman@mills.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Demond Wunsch"], ["email", "gianni_kuhlman@mills.net"], ["password_digest", "$2a$04$wVyfXjVBmCSyOlMueDP30Oliy0FhimtGApBEVnlQrJiaJksbKzxji"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Explicabo assumenda voluptate est magnam. Porro officiis veniam omnis consequatur. Atque et totam dolor. Voluptatem dicta rerum sit omnis odio."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Commodi quae tempore cum illo aut aliquid. Molestiae deserunt voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernita.murray@mcclure.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hal Klein III"], ["email", "bernita.murray@mcclure.net"], ["password_digest", "$2a$04$WIQwgiq1pvVYyxPosNN8QOTGa7L.FQKLe.wc1tWFn3h2tlgSx47sO"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Suscipit pariatur delectus. Velit ut incidunt culpa quia et."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Debitis quia ut tempore. Aut quia deleniti voluptas et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:12:23 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 3.3ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "camren.tillman@adamsbecker.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hertha Walter"], ["email", "camren.tillman@adamsbecker.org"], ["password_digest", "$2a$04$VuuI5EpDJxCz.86KVb2F8.3Ij6HKsfZPW/yzV73lS7wAsFwWIVg2K"], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Voluptates iste rerum et nesciunt blanditiis et. Quo consectetur impedit deserunt repellendus veniam. Sed dignissimos repellat qui."], ["created_at", 2016-06-10 15:12:23 UTC], ["updated_at", 2016-06-10 15:12:23 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Voluptas debitis porro. Et placeat modi temporibus. Qui nisi consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:12:23 UTC], ["id", 33]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 43ms (ActiveRecord: 3.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tara@zemlak.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Viva Steuber"], ["email", "tara@zemlak.name"], ["password_digest", "$2a$04$8XwdnqwrAmk69YoGgO6ks.doHL/ApKzAc5bpzStjwuGAmO.040ba2"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maribel@streich.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Concepcion Murphy"], ["email", "maribel@streich.com"], ["password_digest", "$2a$04$cUaUCoGk2tp0T64J2Ha4heJruiBG.NFiw.AQLoPuDC0iwS1MTABPS"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Molestias occaecati aut voluptatem. Non et possimus. Natus dolor voluptatem iusto. Velit aspernatur dolores consequatur rerum dignissimos."], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Voluptatem magnam et rerum. Distinctio odio eum eaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-10 15:12:24 UTC], ["id", 34]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.7ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "justyn@ritchie.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Issac Trantow"], ["email", "justyn@ritchie.org"], ["password_digest", "$2a$04$AyJUsyxDE.0js46eW6eTP..HsMUXVJvcB/XvxI4CLXwXtBwhnu5We"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Autem suscipit et vel aut voluptatem asperiores. Ut unde est debitis. Eaque aspernatur accusamus distinctio."], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Laudantium repellendus veniam repellat recusandae. Expedita numquam id quia totam. Laudantium reprehenderit qui occaecati tempore ipsam aliquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-10 15:12:24 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.4ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corbin Haley DVM"], ["email", "user@user.com"], ["password_digest", "$2a$04$s9RoSkCe/cmw/lp4LEhcJeLks7VT4JUhRnvD1tuukFd.oVRSqmheG"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$95bq6KT2yN4.qXXQ53DejugOihUZEi27s0eTTVzDvwBrp4iRuUvoK"], ["updated_at", 2016-06-10 15:12:24 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isai_flatley@towne.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Angie Ryan"], ["email", "isai_flatley@towne.io"], ["password_digest", "$2a$04$kuDhHh/1Yyu3UGN8hXV7muV7DHlg1.NlYyrLYo0GVR0q/qGBixVaS"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.8ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:12:24 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-10 15:12:24 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 3ms (ActiveRecord: 1.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guiseppe@batz.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gina Bauch"], ["email", "guiseppe@batz.net"], ["password_digest", "$2a$04$kYKg28zA3ioYto34tXb3uOnj3RrDuCNkvS8T0RYMjf9Eejgu8hmo6"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Sit aliquam maiores libero similique velit deserunt. Et soluta error quia voluptatem repudiandae numquam. Sit non aut a architecto."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Sit doloremque perspiciatis et fuga. Minima sit necessitatibus ullam vero iusto consequatur ea. Sunt facere voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cyril@nikolausvonrueden.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beth Simonis"], ["email", "cyril@nikolausvonrueden.info"], ["password_digest", "$2a$04$QHBf9G8MJ0t8EJWnJ6tQ8uKUKK8l2uwXjwo/LQj0BDIC.NG.5IuYq"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Sed iure doloremque temporibus quam rerum. Provident quod et repellat. Quis aperiam dolor molestias esse. Aut vel nostrum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Quia sequi harum. Sunt dolor et quidem atque voluptates quos facilis. Blanditiis ipsam eveniet pariatur fugiat adipisci."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chauncey@streichmurray.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sadie Stark"], ["email", "chauncey@streichmurray.name"], ["password_digest", "$2a$04$m.tQJUHEcplb3VZ54NqeaOOXx4h9ACdth7y2/MHEXE./Fx5Gl6fjW"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Doloribus itaque enim nisi consequuntur sed. Blanditiis sunt doloremque maxime perspiciatis veritatis."], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Ullam optio consectetur veritatis sunt adipisci voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 19ms (Views: 13.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ervin.stoltenberg@cristpagac.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rebeca Jacobi"], ["email", "ervin.stoltenberg@cristpagac.name"], ["password_digest", "$2a$04$SOOrfSxmpf/Ewhp15h/jseWz2id/bVcPjgQP2/riHvK9Yr23xBfQS"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Libero sed qui voluptate qui. Mollitia quaerat quasi hic voluptatem velit dolorem saepe."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Tenetur voluptas dolores ex sed placeat voluptatem eligendi. Ducimus et eveniet aut dolorem architecto odio aperiam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "prudence@luettgen.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berta Ritchie"], ["email", "prudence@luettgen.net"], ["password_digest", "$2a$04$yrZQRV38zISeKXk7lBX91ebI2NENRMK3gzctslVE5OvM47m3lWFoq"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Illo itaque asperiores natus rem. Quod ex esse."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Esse quo consequatur ut. Eos blanditiis dolor itaque sit iusto. Deleniti reprehenderit nihil saepe ex incidunt dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxine@rohan.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Presley Becker"], ["email", "maxine@rohan.io"], ["password_digest", "$2a$04$4fQj7P2BCPXlEAojNbDhdecePAoe4VCf.3FoSrMSOBJ3g9w3MzD/y"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Blanditiis velit sit. Aliquid vel delectus quidem et et. Corporis recusandae ut impedit dolore aut et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Quis laudantium itaque rerum voluptate reprehenderit non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laisha@barrows.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Reva Schmidt"], ["email", "laisha@barrows.co"], ["password_digest", "$2a$04$fAVXw0dUPbWD/1BDTvs4ketvz4oozcGxTng.msxu9OaXBuqj.yX.m"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Eum id nihil ad sit quia. Sequi quibusdam fuga harum et illum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Tempore eaque est voluptatum est. Consequatur qui repellendus dignissimos autem explicabo itaque nulla."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "willis@gislason.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bobbie Koss"], ["email", "willis@gislason.org"], ["password_digest", "$2a$04$vMc7xOavEYNmq6V/Lfljiu7MBFVZ2O2hKFRih.MpTEpLzL8pLiJAC"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Non magnam iste sint autem sed. Accusantium molestiae non ut quam libero ut. Qui sapiente at."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Repudiandae et dolorum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicolette@deckow.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kimberly Bode"], ["email", "nicolette@deckow.net"], ["password_digest", "$2a$04$ZKW4SdKBskcvD09Ikmen2ulLbrj6F9BFEsuXS4rRgrMxEkDG1xaHe"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Nulla eveniet sed. Molestiae non quasi error odit aut at qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Ullam harum magnam. Sed voluptas dignissimos voluptatum et beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eladio.powlowski@harvey.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Torey Greenfelder"], ["email", "eladio.powlowski@harvey.org"], ["password_digest", "$2a$04$eA99XZW3JfY1S8938hJs.ObVBQk5DQOwawxJ7TV3AeBtDOo5.fCGS"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Dicta fugiat consequatur. Voluptatem quo quis aliquam sequi autem."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Velit fugiat est exercitationem architecto. Et deleniti aut ab placeat reprehenderit molestiae cum. Nobis explicabo quae facere enim commodi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robbie_rutherford@lindgren.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Napoleon Greenholt"], ["email", "robbie_rutherford@lindgren.co"], ["password_digest", "$2a$04$VY8mv4YchTiFVzETRl73OOpPdvK/N.zwlDtfYXzW3c9T42hlUbE/G"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Molestiae odit repellendus iste ut ab nisi. Non quod temporibus fugiat quibusdam labore quia. Laborum cupiditate veniam excepturi."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Ea dolores sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shane@connolson.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Prudence Weissnat"], ["email", "shane@connolson.name"], ["password_digest", "$2a$04$CQa3pETgP/NNCqg5eEYXvuZf.gWB48s3yS6Jw2h/955Jra6qTtF8m"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Dolor nihil reiciendis maxime inventore aut. Dolor aut nostrum quia ut commodi fuga veritatis. Ut et iure libero ut incidunt."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Inventore dolore voluptatem dolorem quo officia alias. Similique dicta minus incidunt nisi quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brian@herzog.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Monique Medhurst Sr."], ["email", "brian@herzog.com"], ["password_digest", "$2a$04$0MKBfNIcU62QnMKAfNNtPO8soBBon1ryhUcnljWtJdjT9gKGJAHu2"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Molestias sunt omnis. Occaecati expedita ipsam omnis voluptates itaque."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Dolor est numquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alan_mosciski@reilly.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Addison Hoeger"], ["email", "alan_mosciski@reilly.com"], ["password_digest", "$2a$04$HIU8TH9iocLR6hdq7Hza.urFfe/c1e3pgzan35n/ERmCNz2Ac/ICS"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Soluta harum quos voluptatem architecto aut sit necessitatibus. Quis eveniet corporis. Reprehenderit iusto alias qui numquam dolores aut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Necessitatibus quia sed quibusdam. Qui suscipit eligendi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lilliana@hegmann.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Charity Little"], ["email", "lilliana@hegmann.name"], ["password_digest", "$2a$04$pib3QDw3iJjXoDNHnoYEeOtAqYICruW9FW1e4HF59lS/I1OViYwx."], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Omnis laborum ea repellendus at enim id iusto. Sed fugit sit modi voluptatem eos cupiditate magni. Amet impedit consequatur dignissimos praesentium."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Saepe qui eius dolores aut. Porro consequatur et eveniet alias ipsum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noemie_kreiger@kreiger.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamey Kuphal"], ["email", "noemie_kreiger@kreiger.io"], ["password_digest", "$2a$04$lyYeKOVUGM.bukEhqjuf4O/oPR8nds5qU.MCBE8hJ.yyo//ljMHoO"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Sequi exercitationem qui dolorem veritatis doloremque. Quidem eum ut et. Exercitationem debitis reiciendis quas ab accusantium. Rem praesentium iste suscipit unde."], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Nihil eius nemo adipisci illum culpa quisquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.8ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 39ms (Views: 10.9ms | ActiveRecord: 3.6ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashly.collins@hilll.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Woodrow Hilll"], ["email", "ashly.collins@hilll.net"], ["password_digest", "$2a$04$GVyfZe1d/OT8E1fyqMxl7ecQ8.xPnfw0Z4cl7dHQjtFLM9OxqVsji"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Voluptatum sed commodi aperiam iste rerum non. Eum dolor incidunt non. Dolores eveniet autem molestiae."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Provident inventore dolor nesciunt ea laborum dolores mollitia. Et id ullam laborum iure accusamus nihil. Dicta quos ut quasi et tempora."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "muhammad@hilpert.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eldora Koelpin"], ["email", "muhammad@hilpert.name"], ["password_digest", "$2a$04$r8yLMMLQByqvDBEsLQhg/OZh4sndShrOkIGLyWfmpOcOC9QFDl41a"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Nemo molestiae inventore. Neque non sed reprehenderit voluptatem voluptas ea accusamus. Dolor deleniti rerum nihil. Cum odio est minima fuga."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Deleniti saepe ratione repudiandae nulla quos unde architecto. Voluptatum harum in beatae vel quia. Id consequuntur debitis qui consequatur quo."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "asha@fisher.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vivianne Osinski"], ["email", "asha@fisher.com"], ["password_digest", "$2a$04$eUPi6iiXMUpqklN8mQuvhOHWJmIR6aUDmRk0n..qp/mWV3G9Tv6zy"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Nesciunt dolor occaecati eaque at molestiae. Nisi fugit sit nemo ut commodi quod et. Ipsa omnis enim adipisci minima in. Ut cum dolorem sed."], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Qui officia explicabo impedit ut. Atque error ratione molestiae non."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dion@binswisozk.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexanne Kihn DDS"], ["email", "dion@binswisozk.org"], ["password_digest", "$2a$04$/5WJCIcOVbRB54IIEUF36eeWGCfwDqXO71ZRmxN6O.1Kz98GgKD8m"], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Sed similique quo. Accusantium aut suscipit facilis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:24 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Laborum est ipsum reprehenderit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-08 00:00:00 UTC], ["updated_at", 2016-06-10 15:12:24 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.2ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "immanuel.willms@willms.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Aidan Baumbach"], ["email", "immanuel.willms@willms.com"], ["password_digest", "$2a$04$2sDX4zyS3nNoOBnZWRxncuKkcKd5A6cEU3.tU/rO36Wyid9Y.gCMm"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Eius dolorem placeat nesciunt quia sed porro omnis. Nostrum aut aliquam qui voluptas quos. Suscipit ut voluptatum aut. Ut qui cupiditate quae et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Nihil officia autem voluptatem. Maiores dolorum a magnam qui laborum omnis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alvera_champlin@kutchkris.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Patrick Ryan"], ["email", "alvera_champlin@kutchkris.com"], ["password_digest", "$2a$04$Gy.SsoZg9pPj/wibqqeccuZKh0BfIFmuBI0h.1vZpK0zgsN/SI13y"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Vel et aut deleniti in. Odio dolor impedit ipsam sed. Alias inventore et qui voluptatum."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Reiciendis occaecati sint. Dolor quia et deleniti qui aut pariatur maxime. Aut est quia sunt repellendus mollitia repudiandae aut."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nigel_monahan@upton.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madge Bosco"], ["email", "nigel_monahan@upton.org"], ["password_digest", "$2a$04$V0CnSFJr6ShijFYnrBkDbe6cN7XetnUovW056ItVG/km52JmUvive"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Et atque non reprehenderit sed delectus enim esse. Deserunt iusto qui ratione dolorem est quo. Saepe exercitationem nemo in. Qui nulla ea."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Aut ab eligendi. Numquam dolor voluptatem minus tempore ipsa."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "floyd_smith@klein.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gregoria Tillman I"], ["email", "floyd_smith@klein.biz"], ["password_digest", "$2a$04$rtGsTRUVF5I.wJLw.5Fq9OkJeQjAsbFWdIAxYxORepdBdpvDBzY16"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Quia ipsa ut molestias numquam. Aut animi aperiam harum possimus cumque aspernatur. Tempora eligendi veniam fuga."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Optio nihil dignissimos ea sequi rerum quo et. Doloribus minima tempore fuga nam."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiley@welch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elwyn Schaden"], ["email", "kiley@welch.biz"], ["password_digest", "$2a$04$3NfYqvF/nECqM7dwTQRu8OYft8vL2bjtsBtq.o4x5fWp.XqSYazQi"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Placeat et qui incidunt ad voluptas omnis illum. Quis necessitatibus magnam ut rem nihil. Dolores id culpa facere ex ipsa. Est cumque explicabo."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Est deserunt est reprehenderit qui sint ratione. Quidem et temporibus."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guiseppe@swaniawski.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Tyrel Schuppe"], ["email", "guiseppe@swaniawski.com"], ["password_digest", "$2a$04$RPnOxMDeNrMq3X50zKHTIeNUy5oacqFRsRRMUs.zEKOPaSsbgSkfW"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Tenetur debitis eius nesciunt. Error dolorem ratione."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Aliquid non est dolor omnis. Nostrum unde quas soluta. Sed et et ullam et."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christiana.glover@stamm.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carleton Marvin"], ["email", "christiana.glover@stamm.org"], ["password_digest", "$2a$04$pUQrGgNWMrNkkWpWJMSQbuGqxk/EMsO0fPJI7xnYCDCbpvFkYDbRK"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Eos commodi dolores aliquam non. Eum animi est consequatur repellendus id in hic. Eum doloremque iste laudantium."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Tenetur maxime voluptatem sunt distinctio reprehenderit cumque ipsam. Suscipit porro aut. Quia ipsa magnam at iusto omnis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "david.roberts@lubowitz.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cornell Weimann"], ["email", "david.roberts@lubowitz.co"], ["password_digest", "$2a$04$5ACEADwzNFihG1HefHZJZe7VUne.42uGkZRJJKxMD/UySIt9C0yYO"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Magni alias et. Ratione nihil ipsum perspiciatis in sed consequatur. Totam dolores voluptas saepe consequatur dolores. Illum tempora quisquam sequi fugiat cupiditate est."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Aut voluptatum quas labore cumque deleniti. Nostrum excepturi et eaque aperiam consequatur quos voluptatum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dereck@sanford.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Winfield Casper"], ["email", "dereck@sanford.org"], ["password_digest", "$2a$04$dadmpWQrLe2Ssex3NTky9ufqG.f73w18w1ZeGKKCRkRHthwXTDE6O"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Dolores non hic quia. Corporis molestias provident est labore illum accusamus. Optio molestiae animi vel ea minus."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Sed labore debitis quia nobis sit neque. Modi quo adipisci et. Tempora magni sed deserunt qui."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garrick@bahringer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Juana Morar I"], ["email", "garrick@bahringer.biz"], ["password_digest", "$2a$04$mc4FEM2lMlY0mcPuCNQyS.3huUKJv21GdfqXpwzcmKWFQ9eIZhXqC"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Consequatur qui natus odit et. Impedit doloremque natus reiciendis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Et neque qui non ut. Quis deleniti esse ad ratione similique."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmelo.mohr@price.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Braden Kertzmann PhD"], ["email", "carmelo.mohr@price.org"], ["password_digest", "$2a$04$5NmZWfcsu6pdnEzdSGWUVeVkSSeTqkeZX1ZN7vAWljRQvcitbJ3zS"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Et accusamus aut. Ea voluptatem sit et aperiam. Sapiente exercitationem totam aut pariatur. Ab et debitis est quasi autem hic."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Consequatur ipsa pariatur ut nesciunt quisquam minima sit. Voluptas atque nihil molestiae repellat."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.2ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ambrose@veumondricka.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Kennedy Beatty"], ["email", "ambrose@veumondricka.com"], ["password_digest", "$2a$04$2U7FlPFsxm4DkII9xAKNTuVNfHnlExrgSZDDN2PA1t9Gy141jF8SG"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (18.8ms) Completed 200 OK in 355ms (Views: 352.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:25 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ambrose@veumondricka.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ambrose@veumondricka.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$oIhMezyTeeTeqseqWUM6NuPT3tFNJSDRrBnEMTskNbM6Lbv7ai4n."], ["updated_at", 2016-06-10 15:12:25 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:25 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 29ms (Views: 20.4ms | ActiveRecord: 1.7ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norwood.wisoky@waelchi.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sienna Smitham"], ["email", "norwood.wisoky@waelchi.info"], ["password_digest", "$2a$04$K1CqMHWxwBUTMjhJtts.be6c7g.29R7nnUBRkvTgb1puyjd/opyLe"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Voluptas vero consequatur. Quisquam natus quo architecto."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "In ratione iusto quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:25 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.8ms) Completed 200 OK in 32ms (Views: 25.9ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yasmine@mitchell.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Constance Bradtke"], ["email", "yasmine@mitchell.co"], ["password_digest", "$2a$04$VSw9XErDHbxNBtCmH3LdU.fAaY7LlOetE/pFuJ1xxGcbrnyaABV.q"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 50ms (Views: 47.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:25 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"yasmine@mitchell.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "yasmine@mitchell.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$hnhcuqgfAMHYlSHhNhDisO3SJMMmhrHu3q7ZnVshUoUHyKrRgmP8C"], ["updated_at", 2016-06-10 15:12:25 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:25 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.9ms) Completed 200 OK in 23ms (Views: 17.6ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ottilie.larson@tillman.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Devyn Lockman"], ["email", "ottilie.larson@tillman.io"], ["password_digest", "$2a$04$UsuJExEiftF5vm6lQ6808.l9QwH28kYLz12MBi3eE5TJuXi/Aqq4m"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Quibusdam vitae unde ea. Illum doloribus nam veniam."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Possimus iste et non commodi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adolphus_boyle@rolfsonschiller.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Justen Lind"], ["email", "adolphus_boyle@rolfsonschiller.net"], ["password_digest", "$2a$04$hqk/BAGMBbExQ/4PDTIpC.anU9UXkud/QbIw3XmqwYHQf8nKs1sDS"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Impedit est autem. Fuga aut eaque doloremque libero. Exercitationem provident itaque sequi omnis tenetur."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Accusantium quo incidunt minus. Accusamus incidunt et labore omnis aut. Inventore ullam rerum aperiam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myriam@beckervandervort.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Mac Zieme"], ["email", "myriam@beckervandervort.biz"], ["password_digest", "$2a$04$bjZfx.bYZji/MEquoVJbx.Jj65l/ZAOD08/xQTqB.J4kgrM.32wKK"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Nemo eaque officiis incidunt aspernatur dolores quod voluptas. Reprehenderit et labore iusto est."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Molestias facilis dolor aut. Iste error quam. Quo qui accusantium blanditiis officiis nobis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christy_leannon@osinskidoyle.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristal Kemmer III"], ["email", "christy_leannon@osinskidoyle.info"], ["password_digest", "$2a$04$QJvrDV3xQsjHLdoHjfoBOe/45ej/y2E4DacTYDnqiB3EOhf4.cKQ2"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Eaque voluptatum omnis repellendus. Sequi incidunt quia aliquid."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Sit quisquam eos adipisci dolores voluptates. Sed velit nisi. Non molestias nisi beatae sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "solon@lubowitzruecker.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kole Durgan III"], ["email", "solon@lubowitzruecker.name"], ["password_digest", "$2a$04$Re0oyw6BIJlQAttmo9Kjh.CvTp3KfmLADm49b3JCmCyHmcGy/G4ay"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Nisi sint earum. Ducimus sit voluptates."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "A quam consectetur iste."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamison@bartoletti.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ashly Graham Jr."], ["email", "jamison@bartoletti.co"], ["password_digest", "$2a$04$Xctp/rircOcKJAtsvzra8e95ngjpOP.DGJMpG6b2YrMGRpAMg7LGm"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Reiciendis voluptatem non qui qui natus. Nobis autem perspiciatis fugiat cupiditate nostrum. Minus ut eum occaecati sit. Omnis quis possimus consequatur."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Optio autem temporibus. Cum sapiente aspernatur repellat asperiores magnam quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katherine@brown.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christy Wolff"], ["email", "katherine@brown.com"], ["password_digest", "$2a$04$EzMvpvMQ7Iqfh9Yz7bfTW.XB4lt1.jnOT9Drpk0pdVQpJ/6ZuHx0i"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Quo dolorem numquam vel voluptatem id assumenda. Suscipit optio ratione sed nostrum aspernatur aliquid. Dolorum exercitationem in perspiciatis qui molestias veniam. Temporibus vel numquam vitae molestiae."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Ut rem et. Molestiae eum id. Et quia nostrum praesentium et enim provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "minnie.koch@torphilpert.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Maci Turner"], ["email", "minnie.koch@torphilpert.co"], ["password_digest", "$2a$04$Omjfqc7at0yKudbSx99p5.ky.F7ar6uYkXLpWWOM1MDMwuCWX66U6"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Repellendus vitae dolores reiciendis blanditiis esse. Soluta rerum quos. Earum veritatis cupiditate nihil eius eos iusto."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Nihil enim consequatur quas reprehenderit soluta. Qui dolorum maiores ducimus quam sed laborum voluptatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ken@hintzwelch.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "D'angelo Kutch"], ["email", "ken@hintzwelch.net"], ["password_digest", "$2a$04$RCiY3CySR6Yect1/RyUVZ.7.8C2I.N8oe95BpBFKymKvhsMp.H3PO"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Et ratione voluptatem quas et ipsam. Animi voluptate deserunt eligendi a. Corporis aperiam dolorem."], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Quia quia delectus harum explicabo voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ludie@labadie.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nellie DuBuque"], ["email", "ludie@labadie.biz"], ["password_digest", "$2a$04$ItxTADmlb/L1QrqSNe.nGeJDPIRbLgrHpVJ3aZIePGmTSn2Tg0sIq"], ["created_at", 2016-06-10 15:12:25 UTC], ["updated_at", 2016-06-10 15:12:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Ut ipsa sunt quisquam qui voluptate dolore. Dolores rerum reprehenderit ducimus quis quia."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Non harum nihil quo culpa voluptatem quas maiores. Neque laboriosam in suscipit odit atque quam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "schuyler_bartoletti@stehr.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "D'angelo Harvey"], ["email", "schuyler_bartoletti@stehr.org"], ["password_digest", "$2a$04$9bmUI5/p10h1HvmBXXzUlezO8Lhcr13hFMt/wkXtR16uPCsxnSDIa"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Distinctio voluptatum impedit sint aliquam numquam. Molestiae et non repellat at ut. Nostrum suscipit rerum perferendis nihil tenetur. Laborum optio similique id velit cumque ab est."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Id et aut. Illum reiciendis est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adolfo@mertz.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arjun Marks"], ["email", "adolfo@mertz.biz"], ["password_digest", "$2a$04$tw6ZlkFwv9SMP4RTfkPOZOijpavKYZ.UqPI1JmlYJmer2oro7d6c6"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Commodi in at sit non. Vel voluptates aut provident. Esse possimus laboriosam et tenetur. Doloremque voluptate dolor enim tempora."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Illum dolor qui reprehenderit sed placeat veritatis mollitia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brooklyn_jacobs@brownconsidine.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Luisa Dach MD"], ["email", "brooklyn_jacobs@brownconsidine.net"], ["password_digest", "$2a$04$0wKf5BHZmG7b.pim0foajOHA41IHFVKDsdTqmhDERKKTmT1WTTka6"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Et aut labore ut omnis repellendus temporibus non. Quas quis et non. Odio quaerat est doloremque deserunt id voluptatibus expedita. Pariatur ut neque suscipit recusandae officia."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Natus deleniti qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gladys.hartmann@feeney.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clyde Waters"], ["email", "gladys.hartmann@feeney.biz"], ["password_digest", "$2a$04$Qw3RrehjyG6QO5Y04WjE6ex6wk3JcJ0vdcU8.91jKboOc.hUNJMti"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Sit est earum. Rerum mollitia incidunt odio eaque id quo magni. Nam eligendi iusto. Autem amet sed et consectetur."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Recusandae quod nemo sapiente cupiditate iusto. Et voluptas molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shayna_altenwerth@west.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Una Rogahn II"], ["email", "shayna_altenwerth@west.net"], ["password_digest", "$2a$04$ONDuMdWIq.YAHZ7wrARdjefhQAFyAYW1IptXhf7lgsjDwQeXziA7i"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Quibusdam ut non et. Aperiam qui ipsam eveniet nihil quos."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Dolorem cumque velit quas. Blanditiis voluptatibus dolorem excepturi neque quo ipsum. Rem nisi et vel sit tenetur iste."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "duane@hilpertsmitham.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raymundo Moen"], ["email", "duane@hilpertsmitham.io"], ["password_digest", "$2a$04$9M94rJZskYySpKJpLmm4Xua7X0CMe5.w/vWJAA8pPhAb0a2ldB1ZG"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Odio voluptas omnis ipsum voluptates eaque dolorum et. Voluptatem placeat corporis dignissimos. Unde molestiae ea ut."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Harum vel ducimus nulla iste."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lukas.gutmann@gulgowski.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rollin Hammes"], ["email", "lukas.gutmann@gulgowski.net"], ["password_digest", "$2a$04$S6.4thCpgbOHMDC5dRkH1uDAPD3pZ2XyqIgLT7sr8JgQz/5JowDUi"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Tempora et sed. Ipsum dicta aut enim repellendus ipsam."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Quo fuga fugit et assumenda rerum officiis et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leann@howe.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katelyn Goyette"], ["email", "leann@howe.io"], ["password_digest", "$2a$04$jekzx7rDoL4M/QdSbtMH2OzyL3jbvBerae50QNrzi2ODxLNDvTRfe"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Magni et minima. Et deleniti voluptate nihil est et consequatur iste."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Ipsa modi qui perferendis. Dolor reprehenderit architecto quis dolorem saepe doloremque. Natus corporis totam quidem quia vel placeat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "geraldine_larson@dacharmstrong.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Tania Schmeler"], ["email", "geraldine_larson@dacharmstrong.org"], ["password_digest", "$2a$04$0AkWIaiCu05Wkr8.scMOEO3epO5DikGqAMtaaAGeIRxAZqRbab/bm"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Iusto maxime officia eos fugiat quo eaque recusandae. Blanditiis voluptas aspernatur explicabo quia omnis. Pariatur rerum quisquam sunt est architecto. Repudiandae at maiores ut corporis saepe."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Sed ut pariatur et fuga sint."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bettie@zboncak.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keshawn Ebert"], ["email", "bettie@zboncak.net"], ["password_digest", "$2a$04$dIsQsbdTOu5nM4L/a2sOi.rKG44YS7Z8F9nCOqv6XkPv//g1TdKee"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Voluptatem eos molestias omnis harum dolores veritatis. Voluptatem iste enim incidunt. Ab atque ex rerum. Ullam ut et ex."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Vitae corporis et sequi ducimus quia error quos. Sit fugiat earum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hailey@kemmerabshire.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Loraine Baumbach"], ["email", "hailey@kemmerabshire.com"], ["password_digest", "$2a$04$bEpByLW9CDmDTU9P2o0Ea.nLItT8lkYkADtp/g79cKlG/q3wguKcO"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "In qui adipisci molestias maxime. Sed tempora voluptatibus reprehenderit."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Atque dolores cum aut qui rem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lou@hand.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lila Morar PhD"], ["email", "lou@hand.info"], ["password_digest", "$2a$04$twvCTfwBMUtvV62qfFbWC.MPL0GYEcgm8SWomjZBz5x039VLUYF8u"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Libero dolor maxime voluptatem voluptas. Libero nam dolorem. Neque vel voluptatem. Rerum aut non dicta id voluptate."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Eos repellendus sit corporis mollitia illo voluptatem. Quo itaque amet autem nesciunt odio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "michaela@sipes.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Larissa Ryan"], ["email", "michaela@sipes.biz"], ["password_digest", "$2a$04$IXWjmXhNR8A2K2bqNglu5.NozDLsyrGq9GT8XKGoE5d8WKAi9LUh6"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Nemo sit ducimus quisquam magnam error animi. Dolorem autem facilis quia. Et doloremque dolores fugiat molestiae maxime quia."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Suscipit numquam aut sunt officia repellat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rafaela@schneiderwill.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jan Gutmann"], ["email", "rafaela@schneiderwill.com"], ["password_digest", "$2a$04$6LNEEzthHOKBp7jAOCO/7elq0XfCezXtk9Z7i.AoGtx/Vz/0Rh2hm"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Explicabo quisquam repellat iure cum. Atque voluptas aut et. Sit quaerat provident ab nobis. Est nemo in praesentium voluptatibus."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Illo animi eum accusamus ipsa. Deleniti nostrum ut rem natus temporibus voluptates vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ervin@effertzhalvorson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kody Gorczany"], ["email", "ervin@effertzhalvorson.io"], ["password_digest", "$2a$04$ODwHb3swgddCJoPU3fBeyemwQzSxnPDiom.Hvz.dfdFSzK1Qqm9HO"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Delectus laboriosam aut est. Rerum nesciunt tenetur sint. Cumque tenetur eos commodi eveniet at voluptatibus blanditiis."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Quo provident consequuntur nobis et voluptatem qui. Possimus molestias fugiat iure animi. Vitae earum temporibus quibusdam reiciendis sequi sint exercitationem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erin@von.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Aimee Thiel"], ["email", "erin@von.name"], ["password_digest", "$2a$04$T3iEi7Ef2SJ8EqQYCE.zfOy5xfA4PtjiO.nyXLC5tD7xsFF8dnyKa"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Qui voluptatem voluptatem unde velit molestias aut architecto. Dolore dolor molestias assumenda. Voluptas quidem impedit sint culpa sit totam. Consequatur numquam necessitatibus sunt nisi."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Vel quia laboriosam ad alias. Ex occaecati atque minus illum facilis distinctio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (245.5ms) Completed 200 OK in 271ms (Views: 238.9ms | ActiveRecord: 26.5ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 11:12:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (54.5ms) Completed 200 OK in 78ms (Views: 69.8ms | ActiveRecord: 3.2ms)  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rasheed@lind.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mae Will"], ["email", "rasheed@lind.org"], ["password_digest", "$2a$04$YXlIP5tIHztvTD2a9JSXU.7PUlLODGI5jxv5dAIc8.56O6zdqwJD."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"rasheed@lind.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "rasheed@lind.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mvD24rkGkgKw9nLWTsf6Qu7JuzKmWxuR6JlSao2ff/11oSAYZ1z/O"], ["updated_at", 2016-06-10 15:12:26 UTC], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 22ms (Views: 16.9ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ellis_connelly@kubheathcote.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Cassie Beier"], ["email", "ellis_connelly@kubheathcote.io"], ["password_digest", "$2a$04$.5pPadPeWlsr7fh7akIaROZEHGifUisCi1VagdKtQqVR.AAB6gcKC"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Expedita impedit ab ducimus ullam aliquid. Quod quisquam animi accusamus temporibus sed sunt at. Vero quae natus dolor rerum voluptatem itaque. Impedit eos et cupiditate eligendi minus est."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Nisi ut eius dolore ratione. Dignissimos quia repudiandae ab eius soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mazie@blickspencer.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carolyne Harvey"], ["email", "mazie@blickspencer.info"], ["password_digest", "$2a$04$AR0uu0IDFHRYwjNU.9cMUuxnye/lg.YlbtLYzdqWntkYSfA6O8/zG"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Pariatur temporibus nostrum et reiciendis id. Iste architecto voluptatem reprehenderit aliquam illo. Harum dolores autem sint atque dolore ipsa. Temporibus numquam velit est deleniti voluptate autem delectus."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Fugit id omnis non. Praesentium optio autem nostrum omnis temporibus repellendus. Omnis accusamus quo hic at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cara@denesik.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamarcus Kertzmann V"], ["email", "cara@denesik.biz"], ["password_digest", "$2a$04$pdyBGEw0dWSrYeV/7tCKne8QZUsD9s8oQfBJ9D.XjYe0vmJ5XkkSW"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Et sint blanditiis. Tempora et autem voluptas omnis. Laudantium aut sed voluptates quibusdam ipsum aut. Et et reiciendis eaque reprehenderit dolorum et sunt."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Quaerat vitae sed qui temporibus et ea libero. Optio incidunt explicabo ut quod. Eos ex qui voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arnold@halvorson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jaunita Kozey"], ["email", "arnold@halvorson.name"], ["password_digest", "$2a$04$SIRVd2TeEraUACpgIVhae.Swvhr29.tlbICkdJotAbRirFYiTul/K"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Ullam et adipisci quas. Nam est fuga reprehenderit officia accusantium. Voluptas modi officia velit."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Nesciunt aliquam repellat necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "preston@mraz.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamel Dach"], ["email", "preston@mraz.co"], ["password_digest", "$2a$04$NqyEdf5suUxUqcXH3r/kbeIEVQX5Jtm/6jDwiwkdAs6bQ7W1f1Afa"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Aut et ut odio. Corporis voluptatem a consequuntur ipsum ex velit. Sunt nemo distinctio ducimus. Autem sequi blanditiis cupiditate sed."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Aperiam et distinctio eligendi. Perferendis sequi eaque dolorum nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tod_reichel@schaden.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marielle Christiansen MD"], ["email", "tod_reichel@schaden.io"], ["password_digest", "$2a$04$BDIm0G/R9npYk8I6l8XqQeRUtCwYRnG7Zuvms3xXHk2IDrXYGYUnq"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "In iusto placeat. Et rem voluptatem. Rerum expedita dignissimos omnis et aliquam vel delectus. Dolores et possimus excepturi maiores tempore qui pariatur."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "In quo adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelica_schumm@thompsonstrosin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jonas Reichert"], ["email", "angelica_schumm@thompsonstrosin.name"], ["password_digest", "$2a$04$N5O2NlT90E.l9/Q3h6MW1O5TtEK1X5TWaL9zG2I8tIwwhu.szAadC"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Ducimus aut optio dolor. Non nulla ut accusantium harum fugit consequatur."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Consequuntur nemo modi nostrum dolorem ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mayra.hilll@kinghuel.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Syble Toy"], ["email", "mayra.hilll@kinghuel.co"], ["password_digest", "$2a$04$c.GM9bUoLC2HlavOfqLUzOmhB/YziBNtbU5Z5aeL/MusQr6oP2jYq"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Qui velit eum delectus. Ut quam aut voluptas sed. Voluptatem assumenda ut id eaque amet magnam aliquid."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Sed consequatur quibusdam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiel.dooley@huel.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ryder Kuhn"], ["email", "kiel.dooley@huel.info"], ["password_digest", "$2a$04$O5G.UEBtxxOf6g/ICRVNLO6EAy/Lv3GhHMZo7kZyjNVLyoGng96ZG"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "In alias in quis voluptates. Nesciunt modi iusto aliquam."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Odio ratione ut vel repellat eum cum voluptas. Et dolor doloribus sint consectetur. Voluptas ipsa et fugiat est animi architecto voluptates."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elvis_gislason@stiedemann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ralph Crona"], ["email", "elvis_gislason@stiedemann.io"], ["password_digest", "$2a$04$pl/pOTLyXdRE0ybbAt2jDOhmLqV/C.2XZJBnfK215EN6BSh.IBnEG"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Porro iste voluptatem qui. Reprehenderit numquam non eos laudantium eius."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Reprehenderit at sed corporis iste voluptatem est nostrum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melvina_ortiz@mitchell.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vicenta Schaden"], ["email", "melvina_ortiz@mitchell.io"], ["password_digest", "$2a$04$Rylxgc.qA8s.kVPy4nvaDulYCkYkPhT3lyMBducAZHRAy9PDHyemq"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Autem dolores voluptatem dignissimos error consectetur dolor consequatur. Doloribus qui eveniet labore autem nisi dolor provident. A perferendis ut non et id corrupti. Eius consequatur natus."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Voluptatibus laudantium asperiores accusamus. Sit rerum officiis. Excepturi et enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yazmin@trompgreen.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kacey Schimmel"], ["email", "yazmin@trompgreen.net"], ["password_digest", "$2a$04$vIr2y/QE7O5kETVmLlPxrugycH938Z37ZBFy6aeTSWN.COglLxrC."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Quia consequatur et. Nemo dolorum molestiae. Labore quae laborum."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Sint numquam et omnis voluptatem non aspernatur quia. Eum sit unde quis voluptatibus dolorum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hayden.senger@armstrong.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carlos Von Sr."], ["email", "hayden.senger@armstrong.info"], ["password_digest", "$2a$04$e6hm8FpgSPbWg/rUhG3g3Ohf8aJJA3zN37gudOKYzbL1TD0UiVVaq"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Consectetur ullam dolor nemo. Eius cupiditate sit eos quaerat vero est assumenda."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Ea eos aliquam voluptas ut officia odit sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nickolas@prosacco.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Woodrow Hoeger"], ["email", "nickolas@prosacco.io"], ["password_digest", "$2a$04$ltQFWqeEd/voJxIUWpmGHuwdeRjrsOkOqooYz4gwV1dbVIDZEbgmS"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Voluptatem consequatur aspernatur dolorum dicta mollitia rem. Dolores voluptas mollitia ex voluptas ut rem aliquid."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Eligendi sit non dicta. Ut commodi eum cupiditate. Delectus est optio praesentium consequatur nisi non."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "imani.will@beatty.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnulfo Denesik"], ["email", "imani.will@beatty.name"], ["password_digest", "$2a$04$IHrJGkdEFL3BmVOqA19vpeW3awlIqvxD2pX8m.Gx0ZiBDw2GVqm5S"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Omnis non quibusdam officiis necessitatibus soluta. Quae dolores voluptatem eos. Nam libero natus ratione distinctio magnam."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Maxime illo eius corrupti rerum reiciendis distinctio. Beatae quis et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "westley_nikolaus@sanford.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mia Thiel"], ["email", "westley_nikolaus@sanford.com"], ["password_digest", "$2a$04$2zirEKqDtzGO12FI.zbrbuHbRxk2.s1mgMzUjiBLjkeRzZZuI4hPG"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Esse ab nulla omnis. Sed ut repellendus ducimus et nihil odit. Molestias corrupti dolorum doloremque. Maxime doloribus eius ut tempore vel consequatur."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Quidem voluptas iure."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darby_flatley@white.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clay Kilback Sr."], ["email", "darby_flatley@white.io"], ["password_digest", "$2a$04$3UVo0JiFjbR70HvrXVeMqOGQh89pUmr1atRVrYtTDS4SB3Yc40jBW"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Non possimus necessitatibus omnis sed. Consectetur hic aperiam ut officiis et. Laudantium aspernatur sed eius unde vitae. Fuga consequatur odio vel."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Ea fugiat velit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayden_lebsack@hoeger.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tommie Schumm"], ["email", "jayden_lebsack@hoeger.info"], ["password_digest", "$2a$04$wDPSxCxJpCTwheeQZAGSIO2VcpN8TSB0tFhHDUu3UYstFtx14KxWy"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Commodi similique dolor aut consequuntur non fugiat. Ab distinctio ad iure consequatur quis dolores. Laudantium et repellendus quisquam eius voluptatum ab qui. Quo officia sed ratione."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Sint recusandae odio consequatur et sequi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ricardo.haag@langosh.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Damon Harvey"], ["email", "ricardo.haag@langosh.co"], ["password_digest", "$2a$04$0ltQfQzaGik7Lp0oETvio.tbtnAqMNR948W446a8aiimErJbBlWzi"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Dolorum officiis quaerat nobis aliquid et. Commodi dolor aspernatur velit libero temporibus. Corporis eius minus laborum et."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Aliquid unde sunt fugiat voluptas maiores sunt et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josiah@runteadams.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verona Stokes"], ["email", "josiah@runteadams.net"], ["password_digest", "$2a$04$i6yeBBRFjWhLLV94CRiBpelUacVLsZMYUI0aVdDapWAYcbKWNzmgq"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Veniam autem et aut ipsa recusandae. Vitae est excepturi mollitia debitis. Numquam deleniti laboriosam velit accusantium eaque."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Maiores architecto qui harum est. Totam quas natus id dolores. Praesentium ducimus harum fugiat in in rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "natalia_lakin@blick.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Cathrine Kutch"], ["email", "natalia_lakin@blick.io"], ["password_digest", "$2a$04$CUoQzU0JMheYw8Sts7AfceDq/E13V/gPbLArDm7E4uoE8F8kZIMRK"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Assumenda fugit sapiente possimus. Numquam error rerum doloremque quis tempore. Cum modi voluptatem ad esse enim dolor."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Excepturi labore accusantium ut dolor dolore dignissimos quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haylie@cronin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kiel Muller"], ["email", "haylie@cronin.info"], ["password_digest", "$2a$04$0ncb5Y93JnS5AKaEMVIEZeiH6yuZ1gH8haPZ4rLe5lMBVYUlTyrzm"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Qui natus quod molestias dolorem beatae qui. Quasi voluptatem deserunt itaque est."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Necessitatibus eligendi tenetur temporibus. Quo dolore explicabo delectus eaque sit esse quibusdam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marina@larsonmueller.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yessenia Cormier"], ["email", "marina@larsonmueller.io"], ["password_digest", "$2a$04$UA4FdiyBYi5HjNbTZuMU1.CXsHztiqZkLtxaq5W62XFZW5h4igM1a"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Et aut omnis qui quia quibusdam. Est est officiis non cum non occaecati voluptatem. Sequi facere quam perferendis."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Modi esse consectetur. Nemo harum est animi ipsa quo quia aspernatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rae@wiza.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krystina Beier Sr."], ["email", "rae@wiza.io"], ["password_digest", "$2a$04$wjGaa.QVgZ4QdTP68MaIT.3ujKQKtib.T.v7o/3hs8FwUQWINih6y"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Distinctio velit odit. Ipsum commodi occaecati. Voluptatum cupiditate eligendi omnis et."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Molestiae et et est vitae ipsam quia. Vel voluptatem quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eudora@gibson.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Consuelo Torp"], ["email", "eudora@gibson.com"], ["password_digest", "$2a$04$3NO8vkO.aKtLSoKVLm93AOxXjH8yYZ0e.rFpMNeUveDq1LtZzGtce"], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Ratione adipisci minima nihil tempore est. Tempore similique ipsa minima."], ["created_at", 2016-06-10 15:12:26 UTC], ["updated_at", 2016-06-10 15:12:26 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Veniam excepturi perspiciatis fugiat est sit. Corporis qui corrupti quia eveniet dolor recusandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "boris_erdman@goodwin.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lou Sawayn PhD"], ["email", "boris_erdman@goodwin.net"], ["password_digest", "$2a$04$ND/eYVXHEySxR5ypK4T7luW03/PyHpe5ZTPGLd6JxRCenva1qnGga"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Vel ipsam et. Eos est tenetur nisi aut maiores incidunt molestias. Maiores maxime inventore incidunt quos error. Ut facilis aut porro ducimus labore consequatur."], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Facere est illum repellat qui quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (120.3ms) Completed 200 OK in 132ms (Views: 109.6ms | ActiveRecord: 18.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.3ms) Completed 200 OK in 40ms (Views: 33.9ms | ActiveRecord: 2.6ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rusty_adams@labadie.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "rusty_adams@labadie.org"], ["password_digest", "$2a$04$Aaawu0l0A/sJLXX/4DHzlOgnt7IauYKzwqLkGz9TVwS8zWzof./I2"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"rusty_adams@labadie.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "rusty_adams@labadie.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.PlzMmA7O2tHfmaCAzYFy..7r.kwf1z3Sq4pf/Asi0.NZ.srXNISS"], ["updated_at", 2016-06-10 15:12:27 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.2ms) Completed 200 OK in 22ms (Views: 16.5ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isabell@borerpfannerstill.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "isabell@borerpfannerstill.com"], ["password_digest", "$2a$04$Nn3TrhnJIeElIs1Avaw/qumZP8jXNRH6of0H1lNKJ6rsElE2fleUi"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eriberto@zboncakcorwin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Halie Buckridge"], ["email", "eriberto@zboncakcorwin.com"], ["password_digest", "$2a$04$YOv3tjaXrCq.hNFJmlu.feBARKCGEAFHrgx74Kz691KVNqChShTOO"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Voluptas unde culpa et quae. Fugiat qui incidunt consequatur dolores quia nostrum. Suscipit sint natus dolorem dolorem fugit distinctio. Provident delectus et qui blanditiis consequatur nihil in."], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Deleniti quos ducimus. Quia velit magnam est minima. Iste ducimus deleniti qui et dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (23.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.1ms) Completed 200 OK in 50ms (Views: 42.5ms | ActiveRecord: 2.9ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 15:12:27 UTC], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.6ms) Completed 200 OK in 34ms (Views: 27.1ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mertie_rolfson@doyle.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "mertie_rolfson@doyle.io"], ["password_digest", "$2a$04$rLAsu84YUvIeZRv7Bcy5Du3oWrH7ueHwzy9QE2.gpmEokHKTwFl2G"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 13ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"mertie_rolfson@doyle.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "mertie_rolfson@doyle.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mSTY59OXxV8..4K7Cj90A.3qctvetAdwK6/xoDNw5BOA8twh.Mu6K"], ["updated_at", 2016-06-10 15:12:27 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.8ms) Completed 200 OK in 23ms (Views: 16.8ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leila.okuneva@bernier.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "leila.okuneva@bernier.net"], ["password_digest", "$2a$04$eqS8rqvgY6uX9l70SE1HpO5sS1bqmCbsZI6UY09747YS6OU5yFQHm"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.4ms) Completed 200 OK in 28ms (Views: 22.5ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 20ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.4ms) Completed 200 OK in 30ms (Views: 23.2ms | ActiveRecord: 2.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aylin.rolfson@corkery.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erica Bayer V"], ["email", "aylin.rolfson@corkery.com"], ["password_digest", "$2a$04$gx9uCBCfg5z/L/Jpz1ASQe2DpxTKNltKZYeW4TWEl7I15/3vwkZGm"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"aylin.rolfson@corkery.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "aylin.rolfson@corkery.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$CSyc9P49qGhvWG6bwXogI.6ERlbcxMPZMMu8bLsfwaPO8WEtbFDdG"], ["updated_at", 2016-06-10 15:12:27 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.6ms) Completed 200 OK in 22ms (Views: 16.7ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.8ms) Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.5ms) Completed 200 OK in 31ms (Views: 24.7ms | ActiveRecord: 2.0ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (4.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (24.2ms) Completed 200 OK in 43ms (Views: 33.3ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 31ms (Views: 28.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$l6TJMRYWBHvObl0Sow3bp.C66B640c9K8/caY9CxHK6kijEGxJWSW"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$L5zrkDqeEBGtd9oS1CQ8w.XUjmfkv1hpcd11FH2Hm6ROzAXv6nZHu"], ["updated_at", 2016-06-10 15:12:27 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:27 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 23ms (Views: 17.3ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$i8jsMTHZVNNcno54jPMlQuRI5LNMjLJOg/6Yt1MHEgjNWGtJJn3ZG"], ["created_at", 2016-06-10 15:12:27 UTC], ["updated_at", 2016-06-10 15:12:27 UTC]]  (0.4ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:31 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.1ms) Completed 200 OK in 23ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-10 11:12:32 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-10 11:12:32 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:32 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (4.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8qCC8qN5moLS79tHr7kUne4VUnfIdgzrtMVkjhVHc8.l488ifjZXu"], ["updated_at", 2016-06-10 15:12:32 UTC], ["id", 137]]  (0.7ms) COMMIT Redirected to http://127.0.0.1:62010/admin/posts Completed 302 Found in 19ms (ActiveRecord: 6.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:32 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (2.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (1.1ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.7ms) Completed 200 OK in 36ms (Views: 24.6ms | ActiveRecord: 5.2ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-10 11:12:32 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:62010/ Completed 302 Found in 5ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-06-10 11:12:33 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.6ms) Completed 200 OK in 32ms (Views: 25.5ms | ActiveRecord: 1.8ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-10 11:12:33 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-10 11:12:33 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.1ms) Completed 200 OK in 17ms (Views: 13.7ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.4ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (17.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anya_kiehn@kirlin.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lelah Moen"], ["email", "anya_kiehn@kirlin.net"], ["password_digest", "$2a$04$m.VFHNoa4qbspcDx1HCPMuWm6p4YAMJMOk/tXJ9wWAkx6.Luw9Eny"], ["created_at", 2016-06-10 15:12:33 UTC], ["updated_at", 2016-06-10 15:12:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:33 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:33 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"anya_kiehn@kirlin.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "anya_kiehn@kirlin.net"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$m8NYJNkK1cQvR8EPrdqGoe5w80H9BQyBmJTj1CtBZPuxSTQ4O9V1a"], ["updated_at", 2016-06-10 15:12:33 UTC], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:33 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.2ms) Completed 200 OK in 30ms (Views: 22.4ms | ActiveRecord: 2.1ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.2ms) Completed 200 OK in 32ms (Views: 24.1ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abbigail@barton.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Craig Grant"], ["email", "abbigail@barton.net"], ["password_digest", "$2a$04$iFNl4EvtPLpStGrYr6Zeb.VaSqgIOHQQSUlJ5XFr/8.o4Dc2/DeQi"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.4ms) Completed 200 OK in 18ms (Views: 14.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"abbigail@barton.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "abbigail@barton.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zkyxFnMbRA0XNwUZrD6MBeOlm/Jl9uXCbERSp4lMCX4oDSHeVZ95W"], ["updated_at", 2016-06-10 15:12:34 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (1.3ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.3ms) Completed 200 OK in 32ms (Views: 22.4ms | ActiveRecord: 4.4ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (34.1ms) Completed 200 OK in 48ms (Views: 41.8ms | ActiveRecord: 1.7ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (30.2ms) Completed 200 OK in 45ms (Views: 38.6ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexis@zulauf.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Osvaldo Feeney"], ["email", "alexis@zulauf.info"], ["password_digest", "$2a$04$3jXTMMsifFSPW1.eOOxmnerzdKWLTD.qUsDj/hv1lJ/BhYfX07a0G"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 16ms (Views: 12.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alexis@zulauf.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "alexis@zulauf.info"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ifPMe56xoxq52AXm8dB7YuEjsVyb7i9.ZoaCRHS6seBkMeA57SXTu"], ["updated_at", 2016-06-10 15:12:34 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.1ms) Completed 200 OK in 30ms (Views: 23.4ms | ActiveRecord: 2.0ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 25ms (Views: 18.8ms | ActiveRecord: 0.8ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (15.8ms) Completed 200 OK in 32ms (Views: 23.8ms | ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "einar@bergnaum.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reanna Breitenberg"], ["email", "einar@bergnaum.io"], ["password_digest", "$2a$04$jToth0ZmzItvVntTilKE1uYDPFqzyK/lmLAXPMC5SZhnGzUKCu4uG"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 17ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"einar@bergnaum.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "einar@bergnaum.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$uQQZvgGfRc5REXN0ilS/peFhQTU2m31dO4AsJjBGNKi15amgtjEV2"], ["updated_at", 2016-06-10 15:12:34 UTC], ["id", 4]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.3ms) Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 1.9ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 1.0ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-10 15:12:34 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 12ms (ActiveRecord: 3.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (18.4ms) Completed 200 OK in 34ms (Views: 25.4ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hattie_littel@rohanschumm.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Casandra Roob"], ["email", "hattie_littel@rohanschumm.org"], ["password_digest", "$2a$04$tpGLhC8ef9J3xrXWoTfUlO6wRm0T9Lxgg0z27qz6YoNdyMoSQwjmi"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"hattie_littel@rohanschumm.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "hattie_littel@rohanschumm.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XDit20y0GzLU6Iw/3mftTOwMLrtV.tFi8cD.eZnFSfXZpSaRHw1sq"], ["updated_at", 2016-06-10 15:12:34 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.6ms) Completed 200 OK in 26ms (Views: 19.7ms | ActiveRecord: 1.8ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 25ms (Views: 18.4ms | ActiveRecord: 1.6ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (1.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.4ms) Completed 200 OK in 27ms (Views: 20.1ms | ActiveRecord: 2.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jey_yost@schmitt.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Germaine Brakus Sr."], ["email", "jey_yost@schmitt.com"], ["password_digest", "$2a$04$CF/l7xhBA9IyKdyvN6gSL..fQr/S76bOlxHeN0TfRKOnfmDKhDNvC"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Saepe nihil molestias ab accusantium veritatis distinctio. Dolore laudantium quidem illo ipsum maxime aut. Quo ab molestias deserunt quo ut voluptatem. Neque sint odit aut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Maiores ipsam dicta occaecati ut qui rem est. Deserunt voluptas sapiente aperiam vel esse ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meaghan.waters@treutelwitting.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delphine Bins"], ["email", "meaghan.waters@treutelwitting.name"], ["password_digest", "$2a$04$3y/HHfBtDuVCvJAT2FHWvuNX/EcbCG8iRRvBPpz21uP/a2KPXVT9u"], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Enim itaque non aut exercitationem. Explicabo est iusto sunt qui magni. Dolor dolorem tempora odit."], ["created_at", 2016-06-10 15:12:34 UTC], ["updated_at", 2016-06-10 15:12:34 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Voluptatem perferendis non ducimus ut aut dolores. Odit aut est totam corrupti quia deleniti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:12:34 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.1ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (26.7ms) Completed 200 OK in 41ms (Views: 34.8ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-10 11:12:35 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.3ms) Completed 200 OK in 41ms (Views: 36.3ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zula@rogahn.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Jacey Emmerich"], ["email", "zula@rogahn.biz"], ["password_digest", "$2a$04$6DicBFkgyffmgVg1EAPBN.e/jV/Jk2AJUsdmUtUukWncHAnk/94nG"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Ipsum neque et. Dolorem numquam est reiciendis officiis sed."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Quae similique et adipisci dolorum. Quia et ipsam. Consequatur accusantium fugiat modi quis dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haleigh_bogan@denesik.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eldred Bashirian Sr."], ["email", "haleigh_bogan@denesik.name"], ["password_digest", "$2a$04$l66F5CHpHlEPUA9dg97LF.TvL6Fyw/pyXLTaobrVHwmRjyOePdMBa"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Quia consequatur dolorum temporibus modi minima dolorem corrupti. Quisquam provident deleniti consequatur laudantium id eum. Dolorem a aut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Omnis vel perspiciatis eum eius mollitia veniam. Ratione dolores et earum unde. Et aspernatur et ad."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abel_abernathy@schiller.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estefania Rice DDS"], ["email", "abel_abernathy@schiller.net"], ["password_digest", "$2a$04$o9tV8yfjI5SLmq.ohDBfjODmMkmkpMGV6gVpIFlJ4z.3q8lP8flgG"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Perspiciatis dolores magnam consequuntur iure. Accusantium officiis ut."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Autem minima sed. Voluptatum explicabo mollitia. Numquam voluptas qui eum alias et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marianne.schaefer@wisokyveum.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Monty Kerluke IV"], ["email", "marianne.schaefer@wisokyveum.info"], ["password_digest", "$2a$04$V4H8Eey7XE/7ct5bPjaYne1duisnYdzRfDv7mF3wqTUy4zr9FuGZa"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Nihil autem consequatur aliquid. Corrupti sed aliquam eos numquam nihil iusto. Incidunt quos fugit vel mollitia omnis pariatur impedit. Impedit nihil porro minima."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Repudiandae aut velit rerum et quos ex."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "priscilla_padberg@durgan.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Rollin Kemmer"], ["email", "priscilla_padberg@durgan.biz"], ["password_digest", "$2a$04$4S0YQoGn4Biu7a/LnQ9KeuMJdat7DKVNhHjN3kmYE5v0V7iXKsGtW"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Commodi exercitationem aut rem sunt reprehenderit. Reiciendis aut vel officiis totam sunt. Dolores assumenda vero nihil doloribus ut et ad. Itaque dicta sint quibusdam."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Est quidem dolorum quisquam in omnis et velit. Soluta et ut. Odio at ducimus totam nam quae in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "efrain@flatleysmitham.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alberta Kutch"], ["email", "efrain@flatleysmitham.co"], ["password_digest", "$2a$04$2wWXv6U3Dn5nefYO19kMneuRmYXEgSMT6qsMFv5jTsEWtKToW3ZqK"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Accusamus consectetur itaque qui vero exercitationem. Sint adipisci sunt quod enim repellendus. Dolores et maxime adipisci delectus soluta dicta iure. Rem et nemo ea reiciendis maxime mollitia."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Nisi distinctio eveniet et dolor veniam. Natus nesciunt iusto a perferendis quos porro. Cum ut ad rem non maiores ipsam quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonora.emard@tillman.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamey Kassulke IV"], ["email", "leonora.emard@tillman.com"], ["password_digest", "$2a$04$wVQ3CKRiRKL8ibTx8uXfzu.FVXSb2L/9foZZyrYr5QnPzyrA1dAsm"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Porro sequi provident. Excepturi eveniet autem optio repellat voluptatum quasi ratione. Rerum consequuntur maiores esse rem quaerat ut sit. Placeat dolor nemo quibusdam ut laudantium."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Iure officiis voluptas facere rerum quod debitis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamont@will.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaqueline Volkman"], ["email", "lamont@will.com"], ["password_digest", "$2a$04$qvJyA.i2IcN0JkZ/EJLZl.pqqamYK3FW8BHXypoqvsTyoCHIVODb."], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Sit sint illum saepe est quas ut repellendus. Minima sunt laboriosam corporis quis veritatis ut quas."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Tempore nostrum voluptatem consectetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eve@wymanprosacco.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Troy Morissette"], ["email", "eve@wymanprosacco.com"], ["password_digest", "$2a$04$U9YgFB4JwPO8V0zq52fY/.ELsb21po/DGA5T2DNZqwTNXpIZVswpu"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Ut quibusdam ullam eum accusantium consequatur qui. Aut rerum inventore et."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "At consequuntur sapiente ullam hic. Consequuntur est magni neque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elisha@dicki.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gracie Watsica"], ["email", "elisha@dicki.name"], ["password_digest", "$2a$04$XQgYXSGOGKpxkrj7aiv9J.RAQa/oZwG8miA5g92/ObzajpIdIqIre"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Quia voluptatem officiis. Incidunt cumque omnis numquam totam quia. Et nemo iste tempore voluptas error omnis. Corporis quo beatae dolor sunt nihil."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Sint sunt alias maiores. Iste error et ipsa. Sit voluptatem ipsam ratione aut enim officiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dion_schumm@torphywaters.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bartholome McClure"], ["email", "dion_schumm@torphywaters.org"], ["password_digest", "$2a$04$jfshzE6RtI8O6sVnnZiRLeBF7uos0xCofRS.wl6rMR1YVzL1uceYi"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Odio mollitia voluptatem amet qui. Fugiat sint consequatur qui error aliquid tempore. Dolore dolorem inventore provident repellat eum consequatur. Repellat iusto error eius."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Sequi nihil vel quasi sed incidunt aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:12:35 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (52.3ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (83.2ms) Completed 200 OK in 97ms (Views: 83.0ms | ActiveRecord: 10.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-10 11:12:35 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.8ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.5ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (41.0ms) Completed 200 OK in 54ms (Views: 47.9ms | ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "willow.greenholt@mayerlangosh.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rylan Pfeffer"], ["email", "willow.greenholt@mayerlangosh.co"], ["password_digest", "$2a$04$oWwmnB5cLFcsjvuhy7jSdujfHkq/6q5QkX1kCX4V1KNVLrk45E8Gu"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Earum aut blanditiis cumque laboriosam et. Ex rerum est voluptas. Minima delectus quos distinctio aut consequuntur. Vel molestiae asperiores eveniet alias iusto."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Voluptas rerum natus est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:12:35 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (10.9ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (25.8ms) Completed 200 OK in 40ms (Views: 34.0ms | ActiveRecord: 2.9ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-10 11:12:35 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.6ms) Completed 200 OK in 21ms (Views: 16.1ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrtice.waelchi@hirthekshlerin.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Winona Rohan"], ["email", "myrtice.waelchi@hirthekshlerin.net"], ["password_digest", "$2a$04$TbuI9hAZdDhYkBT.izR7LeGZez3vItT/Z2KzQSuAGG/kI7gKDbmxi"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Et nam fuga suscipit facilis. Voluptas quo possimus. Hic sequi voluptates."], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Et sunt error eius enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-10 11:12:35 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.9ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lenora@bauch.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Maurice Cassin"], ["email", "lenora@bauch.io"], ["password_digest", "$2a$04$bntUzgFWzrgwW2TdjOw4hu4SaVpjB8U3rcGysUIMIYGUbEfAqsxwe"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Maiores temporibus blanditiis mollitia. Qui libero dignissimos qui ducimus. Aspernatur vitae consequuntur. Commodi minima dignissimos omnis consequuntur praesentium omnis eveniet."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Doloremque distinctio non."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ally@leannon.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hosea Kemmer"], ["email", "ally@leannon.info"], ["password_digest", "$2a$04$vhYezVIlgOURh5gejQeNsuJLuHdLvC/4E4aazISvYpq0sZsqA/rsC"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Aut nulla consequuntur ducimus facilis. Quis architecto fugiat aut aliquid animi tempore."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "Repudiandae voluptas sit. Ut explicabo et voluptatem sequi. Debitis nostrum facere consequatur reprehenderit consectetur quia."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-10 11:12:35 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (20.1ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (33.8ms) Completed 200 OK in 48ms (Views: 38.6ms | ActiveRecord: 5.5ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-10 11:12:35 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (1.0ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (10.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (17.9ms) Completed 200 OK in 41ms (Views: 26.6ms | ActiveRecord: 4.4ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$LBKC6HzZXWW1lPOOxTysTefXi5X7iRbjivyit17AuOvFov3USfJPW"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$0xZQR22D12DpRUvHf0yHuefAmzA0X15vb88WPhZml680YqWOVjQhe"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$TowjRSwySYQt1zJPl3oKceRhXCefiouYm/sIpTBV6GzRhAr3qaxAa"], ["updated_at", 2016-06-10 15:12:35 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (1.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandre@beahan.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaci Abshire"], ["email", "alexandre@beahan.info"], ["password_digest", "$2a$04$DmTKMnfYQ2nBPWsCYk4wz.P6VaIdakjNjpDA6PJ21willDQySqCZe"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stan@daughertywest.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laurie Koch II"], ["email", "stan@daughertywest.com"], ["password_digest", "$2a$04$zjtGrWTsNxEkTv7hS4fSKuZ1gMUp16MT.5t8s00eq7HgWH8q/orhW"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ellsworth_murazik@considine.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Talon Lang"], ["email", "ellsworth_murazik@considine.net"], ["password_digest", "$2a$04$H31FAGdTrbN7T0LxNDWqveOIhXCj0vrB19EojPtrLt5qp0urV5V5q"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Error velit qui fuga debitis dolore. Qui voluptate hic ut labore consequuntur voluptatem et. Voluptatem laboriosam quas ipsum dolor exercitationem rerum."], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Inventore saepe at quia ea tempore veritatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (1.0ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gianni@bogisich.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nelson Mosciski"], ["email", "gianni@bogisich.name"], ["password_digest", "$2a$04$hDE/fcB2XVq4yNyoemXmEubE0NGl/KXaH.Q89DM.s47JOsGbA0JJ2"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Iure rerum ea voluptatem et. Et at corporis. Consectetur distinctio molestiae et pariatur vero."], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Voluptatem sed voluptatem. Voluptatem aliquam nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eula.brekke@lebsackzemlak.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shirley Price V"], ["email", "eula.brekke@lebsackzemlak.info"], ["password_digest", "$2a$04$yMLe83CvUV5vzHLjCd70ku1A0w/j2nH1Dh9D5CT49hvm/qDLwqb3m"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cordia.rau@gottliebkemmer.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noble Hammes"], ["email", "cordia.rau@gottliebkemmer.name"], ["password_digest", "$2a$04$3rXcGyM2qsOqYKO5kDyys.Lr4hN.6kVKK66WXeaKGnPfA.ATZLLZu"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melia@moore.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaden Ryan"], ["email", "melia@moore.com"], ["password_digest", "$2a$04$WQhSQSPB8Ns4Akk4D.eK/uA8gVkP6EaNoeuyjme/4QXPlc0pajBJe"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennett.sipes@cormier.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adolf Haley"], ["email", "bennett.sipes@cormier.com"], ["password_digest", "$2a$04$RzIw.IhHTunwcjuCTWSTHONG.H8NQtPd98XfM93nbO1OOhrt7RMle"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Velit nam consequatur earum cumque aut. Et ut dolorem est non officiis odio. Quia fuga in."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Sint ullam voluptatibus molestiae qui non dignissimos. Dolorem culpa excepturi quos aut dolor dolores. Quos et alias autem voluptatem magnam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "magali.block@goyettekulas.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Geovany Kiehn"], ["email", "magali.block@goyettekulas.com"], ["password_digest", "$2a$04$YRsXYpjcJEnl0UMP0M2WV.j19WtiIdMSOWgNWI4f3DPDKIarUp9Xi"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Vel quia debitis officiis. Saepe aut eveniet temporibus. Repellat ratione dolorem et cum. Est fugiat hic a repellat nobis."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Qui laboriosam deleniti tempora sint necessitatibus. Quasi rem dolores rerum possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 13:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["id", 20]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anahi@fahey.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Agustin Welch"], ["email", "anahi@fahey.biz"], ["password_digest", "$2a$04$qSUCcZEgKMiEa.B971WyGuDxXyjQ8gsS42IkbHJo0F7gdwf6avWSa"], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Quia aliquam et minus. Ullam aliquam libero nesciunt laudantium tempore. Quia fuga placeat at unde eveniet magni esse."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:35 UTC], ["updated_at", 2016-06-10 15:12:35 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Saepe tempore repellat sint consequatur. Et suscipit magnam itaque aspernatur. Nihil autem optio repellat consequatur quia odit id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ben_stiedemann@hackett.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Glenda Mohr"], ["email", "ben_stiedemann@hackett.io"], ["password_digest", "$2a$04$djDCklA4Nn7AX9yUTn/g/OJl5SdyTYC0owKbg30RBMRuUFuQ.6k3q"], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Rerum culpa veritatis. Error a aut. Voluptatem sequi repellendus ratione numquam at. Quas distinctio quia voluptas cum quasi."], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Sequi ipsam nam in magnam id dolorem. Eum amet neque omnis ipsum sed qui. Eos cum voluptatem eum enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kitty@murrayward.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Reagan Brakus"], ["email", "kitty@murrayward.io"], ["password_digest", "$2a$04$2tzQYhrai5WVkZdMLmhIb.fjgWDgggEIZzlKY83YOaJ2fbP7Jx13q"], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "giovanna_friesen@kuhnrosenbaum.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Horacio Gorczany"], ["email", "giovanna_friesen@kuhnrosenbaum.name"], ["password_digest", "$2a$04$NT0jzVqaUm9EC/U6A3o04e96aIDCuQIBUcbXwY9qc3a2aW0QVNwIq"], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Non aliquid consequuntur temporibus. Nemo omnis ad et vel. Magnam qui ab incidunt itaque nobis numquam."], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "Modi quam et porro. Ea cupiditate praesentium voluptas. Laboriosam ea quos excepturi consequatur voluptas dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["updated_at", 2016-06-10 15:12:36 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aryanna@herman.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willis Blick"], ["email", "aryanna@herman.net"], ["password_digest", "$2a$04$ZqyH8.8lkNjhPY/f.KA42e7phWI5J09F0AGjrzK2qs2rbxdSdLTOG"], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Placeat dolorem ipsam quis ullam explicabo provident. Officia eligendi eius sequi quia. Odio autem voluptatum non blanditiis dolorem quo. Voluptas quis enim molestiae enim amet corporis qui."], ["published", true], ["published_at", 2016-06-10 00:00:00 UTC], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Laudantium architecto natus vero. Impedit voluptatum aperiam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-09 00:00:00 UTC], ["updated_at", 2016-06-10 15:12:36 UTC], ["id", 25]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "buster@rennerbayer.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mabel Kemmer I"], ["email", "buster@rennerbayer.name"], ["password_digest", "$2a$04$8oXJvPpkhZrLScuXF4DaseO1FKirFB3DmKWq0LX3eeYTfZ7cMZNd2"], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$i3n272IB4KdP2X6QQY5pxudOfnvEk7vuGw9ehZuNPEsydaRG9YCK."], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$0A6WduRkUxNtWqLynyA3x.KliO8wANyqmVBXrQWszqyXOJROy4tba"], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelo@kuhic.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Talia Carter"], ["email", "angelo@kuhic.net"], ["password_digest", "$2a$04$Lj40otKHHkLLQ5bNb8GrpOUxavFOrvDHRYoAk2KxTMo03u03PK3VW"], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Eaque debitis id neque voluptatem et vitae. Quibusdam saepe nam. Quibusdam temporibus delectus vero a amet quasi."], ["created_at", 2016-06-10 15:12:36 UTC], ["updated_at", 2016-06-10 15:12:36 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (14.1ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) BEGIN  (9.4ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (7.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (7.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (41.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (1.0ms) ROLLBACK ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.7ms) BEGIN  (7.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (8.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (43.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (15.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (24.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.1ms) BEGIN  (1.3ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (806.3ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (24.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (777.5ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.2ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (765.7ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (6.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (806.4ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (824.8ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (807.5ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (802.6ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.6ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (2.1ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (800.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.4ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (30.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (725.2ms)  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.7ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (629.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.7ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (26.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (9.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.9ms)  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (812.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (4.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.1ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.8ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (24.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (799.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.2ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.8ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (836.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.0ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (784.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.9ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.9ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.9ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.2ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (26.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (798.0ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.9ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (785.3ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (3.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (796.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.2ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (2.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.4ms) BEGIN  (5.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (8.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (6.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (34.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garnett_mitchell@batz.org"], ["LIMIT", 1]] SQL (3.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fabiola Howe I"], ["email", "garnett_mitchell@batz.org"], ["password_digest", "$2a$04$ZRhjksbezoEnloOOIxwjs.HflEExwDymk1qp5eZnwqGnWn2zzFN6q"], ["created_at", 2016-06-11 20:53:22 UTC], ["updated_at", 2016-06-11 20:53:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Cumque et inventore impedit deserunt. Culpa eveniet adipisci vitae voluptatum vero facere. Quasi aperiam praesentium. Similique quaerat enim aperiam et quam sint."], ["created_at", 2016-06-11 20:53:22 UTC], ["updated_at", 2016-06-11 20:53:22 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Accusamus ipsa commodi et voluptatibus. Fuga tenetur rerum. Ea rem qui ut dicta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamal@larson.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mckenzie Mitchell"], ["email", "jamal@larson.biz"], ["password_digest", "$2a$04$Lq5CCgN.CKEuUllQ1fqRVuKLoET0tjM3T.wxKtTMMr9IbEHMraIXm"], ["created_at", 2016-06-11 20:53:48 UTC], ["updated_at", 2016-06-11 20:53:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Enim molestias animi at quia. Qui possimus odio ex qui neque. Cupiditate modi qui sit aperiam et eos."], ["created_at", 2016-06-11 20:53:48 UTC], ["updated_at", 2016-06-11 20:53:48 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "In autem ea aliquam vero. Et ut ipsam ab autem nisi. Voluptatem aut tempore repellendus maiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.6ms) COMMIT  (3.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mozell@langbashirian.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Fae Zboncak"], ["email", "mozell@langbashirian.com"], ["password_digest", "$2a$04$4Ed/NNrk95AnTMD7qb6ZEOb8CzRUpqwL34aEm1fwwLvUKydJuNQQS"], ["created_at", 2016-06-11 20:53:58 UTC], ["updated_at", 2016-06-11 20:53:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Dolore aliquid nostrum culpa dolorum voluptatum velit. Delectus eum corrupti. Deleniti nisi quam omnis commodi suscipit tenetur. Qui sunt magni et atque aliquam et."], ["created_at", 2016-06-11 20:53:58 UTC], ["updated_at", 2016-06-11 20:53:58 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Distinctio nam reprehenderit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jalon@ruel.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josephine Wolff"], ["email", "jalon@ruel.biz"], ["password_digest", "$2a$04$2kl.2f9LFEHZtDwsrErTZOygx1EbT7QkhzJU3zoBzgRQdACQsAFNS"], ["created_at", 2016-06-11 20:54:20 UTC], ["updated_at", 2016-06-11 20:54:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Esse eum quo fugit dolorum expedita et sunt. Quisquam nobis adipisci eaque est fugit. Inventore blanditiis perferendis sed recusandae placeat reprehenderit dignissimos. Qui ex ab cupiditate praesentium dolores."], ["created_at", 2016-06-11 20:54:20 UTC], ["updated_at", 2016-06-11 20:54:20 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Ab voluptas iste quas saepe perspiciatis facere. Consequatur perspiciatis quas consequuntur. Voluptates neque eum qui id aut officiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml (49.4ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "flo.keler@fritsch.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fred Reichel"], ["email", "flo.keler@fritsch.info"], ["password_digest", "$2a$04$WKF16WlNsjpdcqb2rc7jb.NTIsa9q2osdajF6OJSdTuj15DbMdR7C"], ["created_at", 2016-06-11 21:00:40 UTC], ["updated_at", 2016-06-11 21:00:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Pariatur quia eligendi facere libero perferendis aspernatur quisquam. Dicta repellendus adipisci iure perspiciatis modi cumque. Sint officia qui quos expedita. Inventore quod enim ut itaque ullam."], ["created_at", 2016-06-11 21:00:40 UTC], ["updated_at", 2016-06-11 21:00:40 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Velit pariatur nostrum sed repellat quo est maiores. Fuga doloremque dolorum ut exercitationem perspiciatis. Facere sunt cumque incidunt ut quo et tenetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml (46.9ms)  (0.8ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (24.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kendra@grantmarvin.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stefan Schmidt I"], ["email", "kendra@grantmarvin.org"], ["password_digest", "$2a$04$cKeaQx4qCQ1q/qQxVKkZvuqSI0tc2uzMyinSs9IhU1pqW7lVgypN2"], ["created_at", 2016-06-11 21:04:31 UTC], ["updated_at", 2016-06-11 21:04:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Tempore quam odit. Dolores tenetur perspiciatis tempore. Vel ratione totam quos enim qui."], ["created_at", 2016-06-11 21:04:31 UTC], ["updated_at", 2016-06-11 21:04:31 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Aut facere et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml (31664.9ms)  (0.9ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cary@howellmonahan.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Price Marks"], ["email", "cary@howellmonahan.biz"], ["password_digest", "$2a$04$4dGzT/pmI7lslTgKr207NuI6PsCmclMEztfxyG50pJL/EkdR/.gZ2"], ["created_at", 2016-06-11 21:08:26 UTC], ["updated_at", 2016-06-11 21:08:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Veniam exercitationem doloremque cum quibusdam eos eligendi non. Id id aut nesciunt totam labore provident. Blanditiis architecto et natus. Autem temporibus neque."], ["created_at", 2016-06-11 21:08:26 UTC], ["updated_at", 2016-06-11 21:08:26 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Assumenda qui voluptates. Error tempora et est illo. Sunt inventore est."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.2ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frances_hudson@brakuslakin.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. May Weissnat"], ["email", "frances_hudson@brakuslakin.org"], ["password_digest", "$2a$04$PHKCb5CxgzSZOY1OFv510uhP3MoEKAYrRur05AD5CnCR8Y.gs48HK"], ["created_at", 2016-06-11 21:09:27 UTC], ["updated_at", 2016-06-11 21:09:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Est minus asperiores modi id occaecati voluptatem ipsum. Placeat ducimus consequatur non. Voluptatem aperiam est autem dolorem quo consectetur cumque."], ["created_at", 2016-06-11 21:09:27 UTC], ["updated_at", 2016-06-11 21:09:27 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Magni repellat deserunt consequatur blanditiis illo eius. Ea tempora labore non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (48.0ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "teresa_gulgowski@watsica.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Name Gerhold"], ["email", "teresa_gulgowski@watsica.name"], ["password_digest", "$2a$04$h/juoncb2Ue7azCIOGsaO.ztvTZV9HP1XL5WX2.6Udd96wNjffmGm"], ["created_at", 2016-06-11 21:17:42 UTC], ["updated_at", 2016-06-11 21:17:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Vel deserunt voluptas tempore a non dolor excepturi. Illum ea officia est ab ducimus reprehenderit."], ["created_at", 2016-06-11 21:17:42 UTC], ["updated_at", 2016-06-11 21:17:42 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Mollitia aliquam rem molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (49.0ms)  (0.8ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johanna_mayer@schadenbartoletti.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wilma Turcotte"], ["email", "johanna_mayer@schadenbartoletti.co"], ["password_digest", "$2a$04$nf45PzxxWO/NxlsuzdCtruW5VTKaT8Aps9lZUb1DnYCqbn1SeYNsi"], ["created_at", 2016-06-11 21:18:07 UTC], ["updated_at", 2016-06-11 21:18:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Et eum et doloribus delectus. Eaque dolorem molestiae vero."], ["created_at", 2016-06-11 21:18:07 UTC], ["updated_at", 2016-06-11 21:18:07 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Voluptas error qui. Aliquid ipsa et quas exercitationem facilis."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (46.2ms)  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (14.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennie_kuphal@mckenziemueller.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ross Auer"], ["email", "bennie_kuphal@mckenziemueller.co"], ["password_digest", "$2a$04$4p6yMD7J2ns6NBjYplL8uO4N7G7MbbMDdw8Z0PPoe0cdDRJ0avgem"], ["created_at", 2016-06-11 21:18:35 UTC], ["updated_at", 2016-06-11 21:18:35 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Et eligendi tenetur. Illum saepe nemo omnis odio officia. Perspiciatis est qui laborum."], ["created_at", 2016-06-11 21:18:35 UTC], ["updated_at", 2016-06-11 21:18:35 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (3.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 1], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (65.1ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (3.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (30.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nat@heller.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Harrison Roberts"], ["email", "nat@heller.co"], ["password_digest", "$2a$04$0ei7MjBYX7Uhk223UoE6JOqr.njOMu3FUxuoav7GpAefLvjAA2v5K"], ["created_at", 2016-06-11 21:22:51 UTC], ["updated_at", 2016-06-11 21:22:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Vero est quidem esse consequatur non sit fuga. Velit natus soluta. Ut ab ad vero sit. Est commodi aut blanditiis tenetur aspernatur totam."], ["created_at", 2016-06-11 21:22:51 UTC], ["updated_at", 2016-06-11 21:22:51 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Minima nemo rerum amet et. Enim sed et et culpa quae dolor explicabo. Tenetur laborum rerum iste velit maxime vitae sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (58.6ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) BEGIN  (12.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.5ms) COMMIT  (9.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (8.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (73.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (2.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (5.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$0FsJpsV5woaMycpjKoelB.P8/yP6fd.ph.mVH9RVS.Snfe.ED2TPy"], ["created_at", 2016-06-20 01:26:44 UTC], ["updated_at", 2016-06-20 01:26:44 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$cdzYD/goNfuYkrVUnRDJ7uX0/WR7yDrGW4qwOZoM3ShKUsd/n9huW"], ["created_at", 2016-06-20 01:26:44 UTC], ["updated_at", 2016-06-20 01:26:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (2.1ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$L5JzF0Cz4Q1BH8PicXt6ku3oOFa7YHxoZBeVgR2eGegIWRhMwzeSO"], ["updated_at", 2016-06-20 01:26:44 UTC], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adam_blanda@jerde.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donny Koepp"], ["email", "adam_blanda@jerde.info"], ["password_digest", "$2a$04$4PRuzPnFgy/NpcbiG9CWRuFeQDT773X09.Xl/gdhIRCyz1f9zL1GK"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Quo et ipsum aut. Iste et sed numquam recusandae non est laboriosam. Autem aspernatur occaecati voluptate consectetur impedit."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Cum aut non in deleniti odio laudantium. Quo in dolorem saepe non quo molestiae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 23ms (Views: 16.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gillian@gleichnerabbott.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amy O'Conner"], ["email", "gillian@gleichnerabbott.name"], ["password_digest", "$2a$04$YCp1lcVVl6HJ.e8Jk.5fxe5/oEk2VwkdtMzqqIxlyomDy5Tq6lFjm"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Et dolorem eos illo aut in. Architecto facere cum temporibus quis. Dolorem et repudiandae incidunt delectus odio non. Eveniet et qui saepe et atque."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Quod est nam voluptatem pariatur ea ea ut. Qui nostrum consequatur repellendus atque tempora modi sit. Porro cupiditate harum qui repudiandae sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brook_pollich@olson.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Polly Reichel"], ["email", "brook_pollich@olson.com"], ["password_digest", "$2a$04$vjWZW/4ryfoxrAL7A9ZJNehPs7IoKnIvo2qHPGDpkorPyxzgkKoc2"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Ex omnis saepe commodi sed deserunt. Nesciunt tempore nam officiis quia facere et magnam. Sapiente eum quis ut minima accusantium. Dolorem quo velit."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Ut est quis placeat non quas pariatur consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pat_reichert@corwin.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Matt Blick"], ["email", "pat_reichert@corwin.org"], ["password_digest", "$2a$04$yg96Q.hw.QrvgnJykZDzQeuAqgl2nVcMj4TQaqQwXNBfM6mUNIWT2"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Voluptatem vel perferendis voluptate perspiciatis. Quia amet dolorem numquam architecto mollitia."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Ipsa sunt odit. Animi et culpa sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "neha_wolf@schoen.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dixie Daniel I"], ["email", "neha_wolf@schoen.com"], ["password_digest", "$2a$04$5BWwc5YzYDTdieu1CM.La.3qKF/sqmCJFAUnb7fz5JsKXtTWoWFdu"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Earum molestiae non corporis ut ut voluptas quaerat. Et sapiente asperiores quae soluta. Maiores vitae aut in sed facilis omnis et."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Placeat sint eveniet eaque quia. Totam modi deleniti hic inventore. Quae possimus numquam quia voluptate facilis optio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keegan@kaulkelindgren.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maryam Witting"], ["email", "keegan@kaulkelindgren.com"], ["password_digest", "$2a$04$/v6PABv9KK3Qom1zrNo30eDmhmt.rBXHsjWiLl6hcGsPBy6CCfk0e"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Maxime rerum dolor alias repudiandae omnis nostrum est. Minima reiciendis velit voluptatem repellendus laborum assumenda. Natus quia perferendis ipsam labore beatae. Ipsum adipisci earum a provident atque ut vel."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Qui qui et cupiditate aut laborum et. Et quis inventore unde sequi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "salma_hauck@paucek.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Barney Gaylord IV"], ["email", "salma_hauck@paucek.net"], ["password_digest", "$2a$04$ANjMFpxQ7dBN5qDXUydn8.7JRpZqbOk.vwHzNiZezB9vGUxnlImt6"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Omnis ut pariatur fugit dolorem. Voluptatibus et aut velit rerum illum."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Tempore aliquam quod consequatur qui aut modi. Iure maiores ut facilis ut minima."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kip_boehm@hodkiewicz.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brittany Nolan II"], ["email", "kip_boehm@hodkiewicz.name"], ["password_digest", "$2a$04$VUw4JuHMMThnPpdw8zFWCuO7W5q8QzBlzjWV9XNk3GpRfOagWRrei"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Quia natus non et. Qui quae nostrum. Libero aut voluptatem iste a enim earum porro."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Provident modi ratione est rerum. Molestiae tempora eum molestias tempore accusamus. Aliquam tenetur itaque eos nesciunt porro et aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rod@mcclure.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elenora McKenzie"], ["email", "rod@mcclure.name"], ["password_digest", "$2a$04$FySH5ReGogb.WTpX4E8sdeqZD6P246rXqZG8ZRv34mg/ztYcpl8.2"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Sit magnam accusamus. Voluptatum quas omnis in doloribus voluptatem eaque non. Praesentium et vero. Quis nesciunt cumque eius ut magni dolore autem."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Rem blanditiis enim qui. Veniam perferendis sit occaecati ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cristal@heathcotebode.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexie Connelly"], ["email", "cristal@heathcotebode.name"], ["password_digest", "$2a$04$Dl8Wat5mBZxIKU.3lezX2OpSijEgr2rbTAObTn.LxWYcmLMe7vZWW"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Sit in vero distinctio laborum et soluta. Tempora beatae eos ipsa maxime. Provident quia omnis quis qui dolor."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Ut quae sit suscipit provident inventore nobis voluptatibus. Minus voluptates ut. Fugit expedita sit voluptatem aliquid non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcus@bogan.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Nathaniel Ledner"], ["email", "marcus@bogan.info"], ["password_digest", "$2a$04$xrSc0hAyhmFFmE1Yox.TyOCDUxBL/WypQzhwJaJNnVp6CctQZ635y"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Repellendus voluptatem consectetur aperiam debitis architecto voluptas. Iste eum nihil aliquid quia accusamus ut corporis."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Est et sit nemo nisi qui consequatur. Enim rerum et omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orlo_dach@grady.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sasha Wilderman"], ["email", "orlo_dach@grady.net"], ["password_digest", "$2a$04$C6slvgtQJgq8bNXN.JOSn.2RMKFf1tOyD1qXKQc9Z.Kmd2AVO5uI2"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Quibusdam suscipit necessitatibus. Sit facere quis deserunt aut. Corrupti aut facere sit."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Quibusdam nesciunt dignissimos ut facere fugit quo sed. Repellendus eum velit possimus quo. Saepe quis repudiandae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theodora@beahan.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Landen Davis"], ["email", "theodora@beahan.info"], ["password_digest", "$2a$04$mP6prlJvIyH5JV6.NySNLO4y9.UG3VTPh7RWqVXHGpqnPHOzYmmQG"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Suscipit vel aperiam corrupti assumenda culpa eum. Sunt sint nihil. Quasi dolores exercitationem doloribus consectetur aut alias."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Harum pariatur omnis quas qui debitis quibusdam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "derick@bergnaumwyman.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Godfrey Bahringer"], ["email", "derick@bergnaumwyman.info"], ["password_digest", "$2a$04$5qgKDYbCtRaYx/8/FYr3HOaLmcnJo8zNXrbc9Ou/8DHAgkh.yc85G"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Atque laudantium porro similique quo. Ducimus impedit quam distinctio."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Et et consectetur. Ad sit sit ut nulla minus voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "breana@rohan.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Breana Connelly"], ["email", "breana@rohan.co"], ["password_digest", "$2a$04$ve2IC3.uG846L1zOJ2v5iuM1LLIfT.6C88WqH72U/oLJPOUlpj0X2"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Est omnis quia ut quo voluptatum animi. Sint sequi adipisci voluptatem voluptate et sapiente minus."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Eos a recusandae dolor ut. Aut in animi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmanuel@bosco.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Sylvan Lueilwitz"], ["email", "emmanuel@bosco.net"], ["password_digest", "$2a$04$oQJC0FYDoz94I9B0KsjqEuGkWgEB3aRZXRmKiJpu37SNaisg0xJ6C"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Similique asperiores et cum illo nostrum harum praesentium. Corporis enim pariatur. Nostrum et eos."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Aut fuga qui facilis et voluptatibus. Omnis quia ex eum eos sed tenetur. Sint natus sunt enim velit a voluptatem blanditiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tom.kohler@kris.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Madisen Harvey"], ["email", "tom.kohler@kris.name"], ["password_digest", "$2a$04$pUVr4qeB/BXgF/8aBo5SAeeW79U7pb7uG2v8oQtUGYEqJm7o3XD.e"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Molestiae ipsa ipsum. Omnis maiores fugit est excepturi pariatur eos ut. Dolorem ea voluptatibus sed culpa."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Repellendus nesciunt maiores et. Debitis aut maiores deserunt et. Quisquam sed quo perspiciatis ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dante@kihnsipes.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bennett Jacobi"], ["email", "dante@kihnsipes.co"], ["password_digest", "$2a$04$eMD/tSyL6VA9pPZ1ckY4GuiPZWPmwIp180w/8s3AOPifI9xMqvmLm"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Fugiat sapiente voluptatem. Cupiditate sunt nostrum consequatur excepturi suscipit. Veritatis blanditiis aut voluptatibus necessitatibus nesciunt corrupti. Voluptates eveniet nihil et."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Est ab cupiditate. Dignissimos id ut ex minus. Voluptates vel corrupti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicola_graham@konopelskilindgren.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dale Rosenbaum"], ["email", "nicola_graham@konopelskilindgren.name"], ["password_digest", "$2a$04$wSZcpZORRVLyd8AXiclHe.6Ww.GTX1fdI/Xf6cGbuc59zSgJ20jUS"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Qui ea qui dolor ad. Laboriosam delectus ut nam corporis. Nostrum cum provident sapiente porro. Dolores debitis voluptatibus ea quas."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Dolore aut nam cum neque consequuntur quam sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helga.schimmel@stanton.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucas Pacocha"], ["email", "helga.schimmel@stanton.co"], ["password_digest", "$2a$04$pGpXFycYveR.6HajGi1vTeKd4lhh8IwGW96QlEKkugZGKtm8YrJHW"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Dolor harum eveniet repellat iusto nihil rerum. Tempora est enim deserunt qui voluptatem est nostrum. Cum non veniam amet ut."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Cumque quia ducimus quaerat eligendi omnis ab qui. Ea sunt et est beatae. Asperiores a saepe animi molestias atque voluptatem voluptates."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eunice_fadel@towneturner.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jakayla Medhurst"], ["email", "eunice_fadel@towneturner.net"], ["password_digest", "$2a$04$.eMaJjus5XlR9.hbF4OoTe6FA5McOpV2aI0apgjoCy1JNtvXtAKWi"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Et architecto aliquam eum. In non aperiam mollitia qui non et."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Et similique et modi necessitatibus. Assumenda ratione adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beie.dach@hoeger.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Jaquelin Corwin"], ["email", "beie.dach@hoeger.com"], ["password_digest", "$2a$04$KTVCO/e8mJnIsJQoLuF5muZ.1I60QjENJKmIw82AZthonoSlZAWTi"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Enim tempore aspernatur quisquam soluta quam omnis. In sapiente error illo quas harum."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Aut voluptate sit maxime nobis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maverick@bailey.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Price Schumm III"], ["email", "maverick@bailey.info"], ["password_digest", "$2a$04$PY2prXJhnnNxCkvNjihJaemKCJyhwEIrQhykdycTIoYwsjS2DANr2"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Voluptatem omnis perspiciatis ullam quo tempore cumque minima. Repellat fugit et molestiae ut."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Magni ut quidem eveniet laudantium natus sed. Enim explicabo qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "constantin.reynolds@heaney.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosemary Osinski"], ["email", "constantin.reynolds@heaney.io"], ["password_digest", "$2a$04$ttbs3K7t2zGXQWeGwr.rLOYIZ9S8CJ9IFGcfr6n4M6d80Qlx0lE72"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Minus commodi blanditiis. Quia qui ipsam tempora voluptatem."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Occaecati eum eveniet aut et aliquam rerum. Saepe consequatur velit repudiandae quis rerum. Omnis nulla qui et itaque vero qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lew_jacobson@gutmann.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ewald Connelly Jr."], ["email", "lew_jacobson@gutmann.net"], ["password_digest", "$2a$04$WyO2JKA8Pbjc7MMfXWHJB.k7R8VYI7EbrA4Lpl3QT7TlcuFonxThC"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Cum distinctio aspernatur. Iure distinctio praesentium. Et aut aspernatur harum unde incidunt id."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Quo magni ut nisi quo magnam excepturi voluptatem. Explicabo ex saepe error. Maiores pariatur asperiores et soluta corrupti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arjun@hudsonhauck.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jailyn Durgan MD"], ["email", "arjun@hudsonhauck.biz"], ["password_digest", "$2a$04$e49eDVOZtjCO90EzmiTU4OkmCkllJL3ivoQQ1CrReHU5IqdEyHk.G"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Illum facilis sunt expedita itaque earum. Ipsam rem dolor hic quas necessitatibus aperiam explicabo."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Ut perspiciatis quod. Quia incidunt exercitationem."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "royal_wilkinson@harber.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maria Towne"], ["email", "royal_wilkinson@harber.org"], ["password_digest", "$2a$04$HOOVcLMkUwzbo7TzMdNhvO1wCw29y5isC9ykS5PHzoY91naIyFSfe"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Consequatur qui laborum. Doloremque fugit quia. Officia recusandae eaque maiores dolorem ipsa maxime."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Delectus ex qui nobis nisi officiis. Laborum et nemo aut eius eligendi dolor. Saepe repellendus aspernatur libero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anika@weberhartmann.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hermann Wiegand"], ["email", "anika@weberhartmann.org"], ["password_digest", "$2a$04$FU/oKTviGN747cIKiq7X0ufR3EzmapHkuWThvWVW08DNnPRu5eSvW"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "polly.treutel@weinatraynor.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elfrieda Heller"], ["email", "polly.treutel@weinatraynor.io"], ["password_digest", "$2a$04$Fbfow1o6a3uAKgtRa32fXuJRdz5Z.HVkYYAFs./R16wMAf5PP8niS"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Qui ut eum ratione nemo reprehenderit provident asperiores. Fuga quam et adipisci facere vero et. Dolor deserunt eaque doloremque non. Molestias aut perspiciatis laboriosam quaerat quis qui nobis.", "summary"=>"Laudantium sunt consequuntur provident ut rem enim omnis. Nihil ut qui maiores iusto eos. Rerum aut saepe.", "title"=>"Title29"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.7ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 1.9ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Inventore eius debitis consequatur commodi omnis minus ea. Non aut sit error delectus rerum. Eos modi enim. Nihil et eos dolorem sapiente aliquid rerum fuga.", "summary"=>"Nihil omnis minima. Repudiandae non et rerum.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mike_corkery@hagenesgutmann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kathryn O'Hara"], ["email", "mike_corkery@hagenesgutmann.io"], ["password_digest", "$2a$04$Cp/Xjjd51IjaRUQtRNeNY.TbLdprxB512vU0VvoDyXdZdM9jDL866"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Corporis iste asperiores et quod ut. Dolor quo voluptate. Nulla saepe impedit ut mollitia.", "title"=>"Title"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Corporis iste asperiores et quod ut. Dolor quo voluptate. Nulla saepe impedit ut mollitia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Inventore officiis et. Architecto accusamus labore libero eos dolorem consequatur sint. Voluptatum ipsa molestias repellendus suscipit.", "title"=>""}}  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maritza@adamslindgren.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nolan Wuckert"], ["email", "maritza@adamslindgren.net"], ["password_digest", "$2a$04$pKovVW1rvcBg3JheWlIv8eQsy90UvVIAiMos5UkIdbAovoqd.n2PO"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Alias iste voluptatem. Et velit nihil molestiae beatae."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Facilis id officia adipisci dolores repellendus qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zachariah@schoenmoriette.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gardner Ankunding"], ["email", "zachariah@schoenmoriette.com"], ["password_digest", "$2a$04$c4.YNE1WsJGURwlWY9IvjuxIMfP7Y3XeHV9uiUGd4rsKv.B8bIkne"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Ducimus ut enim repudiandae deserunt at aut. Officiis sapiente modi maiores. Sed ex culpa in. Enim temporibus facere qui magnam."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Repudiandae magnam facere nemo in reprehenderit. Illo repellat deserunt quia quibusdam qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ben@crona.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaime Hilpert"], ["email", "ben@crona.net"], ["password_digest", "$2a$04$hYUg.Am9WZLtYYwAGrZ2Be6kstCZDVlA7IACTc7KgXAIVundWSn/W"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Odit dolores similique aut harum repellat nesciunt quo. Mollitia ipsa explicabo est."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Quo ex iure. Excepturi odit laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lenna_cremin@williamson.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Otha Bauch"], ["email", "lenna_cremin@williamson.org"], ["password_digest", "$2a$04$Qu2AbRBvkvSwUrANb.b0guULh7dc4yMQLVVYoi6giXt15jzQ8GlO2"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Laborum non sed fugiat voluptas incidunt alias omnis. Magni nemo aut officiis."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Inventore distinctio earum et sed nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-20 01:26:45 UTC], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauretta_murray@oconnell.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mike Kiehn"], ["email", "lauretta_murray@oconnell.net"], ["password_digest", "$2a$04$OtAv0fJfR4y/vFt1n6xW5.U31Pc3nX.GW.E1HMQMn93TClCmh8chW"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Enim provident occaecati culpa ut. Eos vel aut laborum voluptatem cupiditate voluptatibus vel. Est aut sint sapiente quo ea."], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Numquam sapiente ea aut omnis nostrum ullam et. Eos sint consequuntur reprehenderit. Impedit neque qui debitis exercitationem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-20 01:26:45 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "miller@parisian.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miguel Brakus"], ["email", "miller@parisian.info"], ["password_digest", "$2a$04$R3tPD9Feovlp/HHDJTXFGujKvU8HVYP16X/7BCdITUktFRKiG452W"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raphaelle@borer.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marjorie Rogahn"], ["email", "raphaelle@borer.org"], ["password_digest", "$2a$04$kA3zN1y7piVqBnT0yboAFeQRLff2a6xPUeuwBXOcLiqawxqRe6yL6"], ["created_at", 2016-06-20 01:26:45 UTC], ["updated_at", 2016-06-20 01:26:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Cum sint occaecati consequatur. Et autem est dolorem quo. Non dignissimos deleniti et omnis eos est qui."], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Natus nisi qui ducimus quos. Qui modi magni ut eveniet suscipit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-20 01:26:46 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lester.carroll@gleason.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jorge Toy II"], ["email", "lester.carroll@gleason.io"], ["password_digest", "$2a$04$X8rD.eoTV4bNBHGlm0.usugh6YPpkaGM4O0B/SH3YpuJ6lLkdAapa"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Amet voluptatibus alias. Ea error molestiae aliquam reiciendis laboriosam magnam sunt. Atque ratione non quis blanditiis error nam."], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Necessitatibus in eos et nisi est maxime corrupti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-20 01:26:46 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 8ms (ActiveRecord: 2.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beverly Kerluke"], ["email", "user@user.com"], ["password_digest", "$2a$04$GyMOCZOyUmFMSwR3XjoKeOp0bKdIK1jbLHNNwWFTYLJ6aZzeHQPLa"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$iK5TxGkvrz65F1nIxylO7eLNtu2234CBfaiVEZ7c.3BWjT38lRoOS"], ["updated_at", 2016-06-20 01:26:46 UTC], ["id", 41]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.4ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ivah@moriettedooley.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fritz Bechtelar"], ["email", "ivah@moriettedooley.biz"], ["password_digest", "$2a$04$E.C2MA5d2K1DlHCiYxbO4.P2aIuS8WtxaydQHRBqcCLkQoHkqArXO"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-20 01:26:46 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.5ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-20 01:26:46 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alba.howell@lindgren.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Destini Little"], ["email", "alba.howell@lindgren.org"], ["password_digest", "$2a$04$R00X8TMxdsYP4QzvBLw0zukymDBSql0omEzXEDGgOaDV.p./rRvji"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Quia debitis quos accusantium consequatur error iste sed. Corporis ut cupiditate deleniti et doloremque soluta. Est aut enim nihil eos. Vitae laborum aut."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Vero eius nulla rerum. Consectetur dolorem itaque tempore error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lorna_stark@stanton.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Godfrey Pagac"], ["email", "lorna_stark@stanton.net"], ["password_digest", "$2a$04$IiR6EWBu22rdeXco/awwPeNsAPfhdtlMOIjEISgvok17HKnz/0TlK"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Labore et et vel tempora quo. Nostrum ut maiores eum qui corporis error. Dicta beatae amet temporibus est. Numquam ut tempora porro."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Amet omnis modi. Et unde quod ad maiores illo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orval@sauerkaulke.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Saige Morissette III"], ["email", "orval@sauerkaulke.biz"], ["password_digest", "$2a$04$Gv3IhUz22jfkoHx804XpceLyBywobiqQZJS9paYWXYKgpTQHxoUgS"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Quaerat et dolor reiciendis voluptate tenetur sit. Voluptate necessitatibus a excepturi. Esse inventore est aut. Ad eum autem harum labore hic dolorem tempore."], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Sit culpa deleniti numquam dolores. Temporibus iure ab qui ipsam."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-18 00:00:00 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 18ms (Views: 12.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monroe@sanford.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heather Stokes"], ["email", "monroe@sanford.biz"], ["password_digest", "$2a$04$44C7/q2iMjFZyyuGt1Ltg.WiHmXMX4WdAEKV528UFsr9EW6EvmEny"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Ut omnis et illum error maiores possimus ut. Quam et excepturi temporibus id officiis voluptatum."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Aliquam incidunt facilis enim dolores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elenor@wittingokon.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katlynn Kerluke MD"], ["email", "elenor@wittingokon.org"], ["password_digest", "$2a$04$bYAAxzngdmdX7Y5JqN926e66SrK0HcxB.jLZZDxkPTzrgORUSIJIa"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Totam sint quos nesciunt porro amet praesentium et. Repellendus quod dolor asperiores sit aut."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Labore amet eveniet consequuntur assumenda modi ut. Et est assumenda iste consequatur voluptatum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alberto@metzlabadie.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mavis Koelpin III"], ["email", "alberto@metzlabadie.name"], ["password_digest", "$2a$04$iOIuEK3/AHARpu5B573nEedeun3Pqes3/zpd0VGG.BXGacckBY1km"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Blanditiis corporis ad. Et quasi placeat. Veritatis voluptatem odio qui ratione."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Consectetur sunt soluta officiis dolorum doloremque ut. Eligendi enim ipsam minus. Modi est accusamus et ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nelda@macejkovic.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Kenyatta Paucek"], ["email", "nelda@macejkovic.org"], ["password_digest", "$2a$04$8iixwY9kyB/Coxr5NXy/N.yyHi77jP4y5uVYWavoEx.hk.JpH6ZtW"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Id est odit. Iure expedita at et nobis doloremque."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Et ipsa corrupti aspernatur aut. Ut repudiandae atque non quas laudantium officiis sed. Qui saepe quae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauryn_barrows@leffler.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leo Mohr"], ["email", "lauryn_barrows@leffler.com"], ["password_digest", "$2a$04$IsygntLjBtOE46YbyFmoceEgF3kIAkPtDOzZ64mWrVYj8SU80jFZ6"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Tempore cupiditate consequatur omnis. Amet voluptates tempora. Harum tempora magni in. Ab vel provident minus."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Tenetur unde quia id ea ullam ea suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erick.kreiger@bruen.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alfredo Sawayn"], ["email", "erick.kreiger@bruen.co"], ["password_digest", "$2a$04$68Desmauqwu7yzIn730hyuwcB9xs8mxUjHBDAI2rwu9LzlqmFKNg."], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Odit exercitationem vel. Animi minus et aut provident odio nobis. Alias sunt nisi eius voluptatum."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Cumque et ut culpa. Nostrum laudantium quia ut incidunt rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fleta@hermanlabadie.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ola Medhurst"], ["email", "fleta@hermanlabadie.name"], ["password_digest", "$2a$04$.zdTRFl8loKKV3QFUqW1QeEbNy2SVa1oT6RJNVmRyuyZ/0aQ2Mnhe"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Repudiandae possimus debitis voluptatibus beatae. Tempore eum quas quisquam. Qui libero in dolorem rerum officia."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Enim nihil sed quod."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lizzie_greenfelder@connjohns.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Mekhi Lubowitz"], ["email", "lizzie_greenfelder@connjohns.net"], ["password_digest", "$2a$04$0GQKnGgI/Yrw9uHV88WcjeFz9GPYt1otLqOKkJSFaqCs6lqTBUblm"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Repudiandae distinctio minus dolorum. Eum qui vel odio laudantium est."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Officiis ut aut in. Cumque dignissimos et ut quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "weston@little.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jennyfer Schiller DVM"], ["email", "weston@little.info"], ["password_digest", "$2a$04$m1lw4UCvgp/G0hE644nVLuJEKPoH/ci9Jh3b4LRoy54X/.93Vz43O"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Atque voluptatem et nostrum sit voluptate cumque ad. Ut quia dolores alias et rerum sunt. Qui officia eos doloremque eveniet dolor in. Deserunt aspernatur sit non."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Dolore dolores modi iusto quo dicta omnis. Sint ad voluptas nihil ipsum ut est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hollis@armstronghoppe.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frida Herman"], ["email", "hollis@armstronghoppe.org"], ["password_digest", "$2a$04$dE.BpWedanLWn08yBLcJQe3Aubq2mlWcI94ZqxqJYiyphNLahYPSa"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Explicabo quas possimus commodi sint sapiente. Aut iusto exercitationem atque at consequatur illo vel. Ut libero quod laborum veniam."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Quasi eos quos et dolore. Possimus amet dolores iste unde cum quis explicabo. Ex qui molestiae molestiae ducimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "consuelo.carter@sporerkuhic.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erick Schmitt"], ["email", "consuelo.carter@sporerkuhic.name"], ["password_digest", "$2a$04$BUP3SGK6aAPLewSKRkyx1elW9FE4tbitcvDi5rvcFMeiyGCLg4gDq"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Rem facilis quis. Exercitationem omnis sunt eos non rerum. Maxime alias molestiae sit aliquid et. Alias voluptates optio eum voluptate id officia."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Porro aut et odio voluptatem qui sapiente ipsum. Praesentium cum dolores officiis voluptas doloribus sed. Laudantium dolorum ut quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joy_gleichner@brakuchoen.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Hellen Gusikowski"], ["email", "joy_gleichner@brakuchoen.info"], ["password_digest", "$2a$04$y2Rkh31l8AKHIqCULRYlCuC.GJKE8moNTMcDyxPVnzCCWZzcniO.G"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Aspernatur molestias cumque aut qui. Magni qui consequatur aut. Explicabo omnis nihil delectus dolores assumenda quasi. Eaque animi quis doloribus et rerum et delectus."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Et tenetur asperiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kasandra@littleolson.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clementine Harvey"], ["email", "kasandra@littleolson.com"], ["password_digest", "$2a$04$UeV5c7D3QNnJZCZdDP.6lOuPYBkypZwbtkOrrBSwlEbTJOr6Gclje"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Nostrum accusantium earum officiis veritatis. Neque id perspiciatis dolorum. Mollitia ipsum voluptatem eos voluptas et. Et facilis nemo quia nisi."], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Aut voluptates ipsa vitae voluptas est est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.8ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 44ms (Views: 8.0ms | ActiveRecord: 3.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wade@rau.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maxine Pouros"], ["email", "wade@rau.com"], ["password_digest", "$2a$04$srfTqanQ7vM58YuEVIizleb2V6sY/Z8fQLbVm4viq8gvgXVuKEGTG"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Commodi nostrum eum. Alias velit sequi fugit magnam quia quis."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Reprehenderit facilis laboriosam provident molestias est quas. Magnam alias vitae placeat exercitationem perferendis delectus atque. Quia consequatur alias."]] SQL (0.9ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauretta.wolff@mosciskioberbrunner.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Melba Murray"], ["email", "lauretta.wolff@mosciskioberbrunner.info"], ["password_digest", "$2a$04$3s7JtdvGDwwoVG6Yp5BjsOKDvvabyivM8uWFyWCAmi7ZIm8Zqi8ES"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Totam impedit veritatis omnis. Et iste delectus dolores et nulla harum blanditiis. Quia totam qui deleniti neque. Dolorem velit voluptates voluptatum dolores."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Qui recusandae aut earum excepturi nihil omnis quisquam. Ducimus sit modi unde vero rem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laurianne_rolfson@buckridge.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alysson Conroy PhD"], ["email", "laurianne_rolfson@buckridge.com"], ["password_digest", "$2a$04$1x8rbvH1fE4uiUCSiKwfTOPM9muloaFesz1txCK7I647JkGU6DX1K"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Esse dolores laudantium voluptas. Facere quis et eum quo."], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Quia itaque quis libero enim impedit aut. Dolorem voluptatum quo dolore quia quod sequi. Autem magnam deserunt dolorem alias itaque libero similique."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoey@stroman.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gerda Schiller"], ["email", "zoey@stroman.net"], ["password_digest", "$2a$04$hGfp5j4uEwv5Ei92Frx29./wLCGA0Oytgve4kKsqCsj/76KNXwEeu"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Quod pariatur et quis animi aut. Distinctio eveniet quod dolor cumque aliquam laudantium sunt."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Quos hic ad doloremque in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-17 00:00:00 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.0ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delia@oconner.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximus Zieme Jr."], ["email", "delia@oconner.io"], ["password_digest", "$2a$04$hhn7fxgfgZkv0ZGW.mhckuS0X4s3Fpf4H.qrotpW69v57E5kifglC"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Est ratione culpa. Ad est minus debitis autem aut perspiciatis et. Cumque qui quis voluptatem. Vel quam facilis optio quisquam quo aut."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Ut dolor quia quod voluptas et. Dolore sit omnis rerum et. Incidunt aut omnis."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cecil_lindgren@roob.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allie Marks"], ["email", "cecil_lindgren@roob.org"], ["password_digest", "$2a$04$noVsMNpxOx8r74rAeBQReOSRB0yXaChvNQLTbgXWAirlXX69UPLeO"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Vel nulla corrupti iste. Consequuntur dolorem iusto assumenda qui natus totam aliquam. Est voluptas quae ea."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Rem quas asperiores impedit necessitatibus error deleniti."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christophe@glover.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lenny Hackett"], ["email", "christophe@glover.io"], ["password_digest", "$2a$04$DCgpk6v.gQxOAOS2XtgiNecJiL9M88KNqpgeoBTGrVqDtE7.WfYKW"], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Minima laudantium exercitationem architecto corrupti aut illo impedit. Qui facere omnis est sed quod. Nam ratione provident sed porro dicta. Qui omnis voluptatem eum."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:46 UTC], ["updated_at", 2016-06-20 01:26:46 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Molestiae dolor perspiciatis quam. Nobis cumque iste omnis porro aut cupiditate enim. Eum voluptate quasi optio iste."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zane@altenwertharmstrong.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dillan Huels"], ["email", "zane@altenwertharmstrong.name"], ["password_digest", "$2a$04$bFStl7I09LlDWNr3skeYH.nM3N.rCKajCtyq0qwcGlV.GTOr0EgoS"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Voluptas quae corporis aut. Esse aperiam consequuntur sit voluptas ut. Illo maiores nostrum error est. Consectetur dolore a ut."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Recusandae sed quasi temporibus inventore ut. Pariatur ut quia et et error. Rerum voluptatum consequatur consectetur."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "martin.roberts@yost.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nellie Emmerich"], ["email", "martin.roberts@yost.name"], ["password_digest", "$2a$04$lhr1aGWQR24ygl2100RNo.4ECF2dfUe8OWVk4cpd/HAekHj5/pFTe"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Mollitia ut aut odio sed excepturi dicta quia. Odit eos eos voluptas pariatur assumenda alias expedita. Nihil molestias eos."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Eum fugit commodi est aliquid. Sed nam voluptatibus."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daron.conroy@kshlerin.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Luella Okuneva V"], ["email", "daron.conroy@kshlerin.co"], ["password_digest", "$2a$04$poNpY.A/.S07JR.1OWtbYOPCHMK5j5ra42c1J40BqFxaKhUR4QMYW"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Voluptatem assumenda nihil vitae blanditiis. In et temporibus vitae."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Laborum aut quae iure. Fugit ut mollitia explicabo. Expedita et quia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marco@priceaufderhar.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Candice Koelpin"], ["email", "marco@priceaufderhar.org"], ["password_digest", "$2a$04$PKYiFSvvhc4EnjVve9A0Q.Hm.KGSLOK89nOEYQ9gEFGWiM1JocF5y"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Dolore est doloremque. Qui a non qui eaque quia. Quasi sed ipsam aut. Deserunt fugit quis tenetur deleniti voluptatem."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "A ullam reprehenderit. Veritatis alias quia. Nemo voluptatem recusandae soluta explicabo autem aut."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilburn@yundt.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Dangelo Hahn"], ["email", "wilburn@yundt.name"], ["password_digest", "$2a$04$seFYrikGBKXXSi0c8bqp9OXAiZOpJIRA9S6X6WIJ6DRwzl9/aMqL6"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Sequi quibusdam atque quia ipsam autem voluptas dolorem. Sunt nobis aut adipisci tenetur assumenda animi quam. Necessitatibus ut similique eos praesentium. Quisquam aperiam nam voluptas est nisi."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Totam pariatur aliquam ipsum repellat quae."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brennan@leschhartmann.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Enrico Kertzmann"], ["email", "brennan@leschhartmann.net"], ["password_digest", "$2a$04$Ops09m2yyVlvtWX9uo6eH.5wAJNyv/100ymrotr.9lqaRhKSIE0X."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Maiores assumenda consequatur est aspernatur. Doloribus sint nulla rerum."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Omnis voluptatem maxime reiciendis vel velit rerum veniam. Aut voluptates et dolorem voluptas rerum. Exercitationem ab quia facere perspiciatis consequuntur."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ted_hintz@kreiger.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Kamron Zieme"], ["email", "ted_hintz@kreiger.com"], ["password_digest", "$2a$04$pKJfdBYNQbQKeyDNezCrPOH0k/USHYN//M005VP/42dv3PzfjY64q"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Ut optio iste magnam. Praesentium omnis similique. Est est placeat quae facere adipisci voluptatem exercitationem. Sed consequatur quam et modi animi."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Enim quia molestiae rerum. Quibusdam tempore ut rerum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emma@dickinsondamore.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Jess Bode"], ["email", "emma@dickinsondamore.io"], ["password_digest", "$2a$04$1rIwmB.DJ9e/2FGSrFnMj.JvNBnvsmg.MrVlfUhMXltAOsEeyjr6m"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Voluptatem autem qui porro quasi omnis aut. Illum enim eius sunt."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Laboriosam et maiores alias ut sint voluptatem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marge@howellrunolfsdottir.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Camden Stamm"], ["email", "marge@howellrunolfsdottir.net"], ["password_digest", "$2a$04$ELD9rpfzUts.7pA0m2c4re/VaW7xN4JJxokaBeJ30i0ABwEPVpgVO"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:47 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (21.2ms) Completed 200 OK in 336ms (Views: 333.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:47 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marge@howellrunolfsdottir.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "marge@howellrunolfsdottir.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$biQ4XbqcM7N9NTVXQ/k17upoPRsqYCB2SsV06/Ojnxlszr01S46e."], ["updated_at", 2016-06-20 01:26:47 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:47 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.3ms) Completed 200 OK in 42ms (Views: 32.6ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sterling@vonrueden.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jenifer Collier"], ["email", "sterling@vonrueden.name"], ["password_digest", "$2a$04$fVb5T5f9IxBFgGAZWDewme5kii3G94HL2jobvtVmQ4NRzuQjxfF7W"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Veritatis quas voluptatibus consequatur et aut. Vitae dolore quidem saepe. Velit iusto facere assumenda."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Minus est consequatur consectetur qui et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:47 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.9ms) Completed 200 OK in 33ms (Views: 26.1ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elroy_windler@marks.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ashlynn Senger"], ["email", "elroy_windler@marks.com"], ["password_digest", "$2a$04$XITYXdNquA6TZ1pyu6ufKus1HrlsDtjP17j75JgQdP59uPu0rX3S6"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:47 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:47 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"elroy_windler@marks.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "elroy_windler@marks.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$7OBi4plrb36o0Qqf4PaXZeqQlxfkNo5QzK.k8B2i46Jijs02DCaK2"], ["updated_at", 2016-06-20 01:26:47 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:47 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 23ms (Views: 17.5ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "albert_romaguera@mohr.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Napoleon Yost"], ["email", "albert_romaguera@mohr.org"], ["password_digest", "$2a$04$dfLNgShltKmUaXdIhdyflu6cAdX0Akbw7sc8KHZZN433j91OEliQG"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Est quia nesciunt est et. Dolores voluptatem et sapiente. Doloremque sed aut voluptas ab. Sit omnis unde."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Et consequatur qui illum dolores. Iusto est fugit iure eaque ullam laboriosam. Excepturi cupiditate officia ab consequatur culpa sit et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "markus@grahamkulas.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gustave Dach"], ["email", "markus@grahamkulas.com"], ["password_digest", "$2a$04$D/.1/cIdGjXapMG7SfbH4ecvLMV800tmNgie8yGB2efJ0w/4Ay.aS"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Velit inventore sint quod expedita fugiat a. Aliquid deleniti earum omnis quis consequuntur officiis nihil. Facilis vero qui et rem beatae. Sunt autem saepe."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Sit consequuntur repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "perry.bartell@deckow.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Danika Langworth"], ["email", "perry.bartell@deckow.com"], ["password_digest", "$2a$04$mRlAQLxGOuxzz4uwjkhC0euPs/83q/UEB/AhqY7mdguFmBmWl8NRW"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Aut suscipit soluta vel quia assumenda impedit. Omnis quis quas pariatur est. Minus necessitatibus aliquid et fugiat."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Autem omnis nulla enim veritatis nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maurine_zieme@shanahan.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chanelle Jaskolski"], ["email", "maurine_zieme@shanahan.name"], ["password_digest", "$2a$04$Ql2pXuzWOz.KFHeNTrhkHOgA3v.068L4lqydi7a99u8aHs6adllwO"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Voluptatum iure iusto magnam aut ad consectetur autem. Qui et non velit quaerat. Optio amet illo nostrum aut qui enim nobis. Et velit nostrum dolorem voluptate odio ex."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Atque fugiat sed ex. Enim quia ut molestiae sunt dolores magnam et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frieda_treutel@ohara.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nicole Mante"], ["email", "frieda_treutel@ohara.name"], ["password_digest", "$2a$04$JQRzOat/uqm5/j3liVhjW.H9PkkzvdxkZLYIVyZWwi6hIV5VqHHzK"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Voluptatum natus sit ea aut. Blanditiis voluptatem magni harum est nostrum ex delectus."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Saepe molestiae eaque velit. Qui dolor et facere. Dolore cum necessitatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christa.krajcik@hagenes.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Theodora Pouros"], ["email", "christa.krajcik@hagenes.org"], ["password_digest", "$2a$04$GV3zP228LqjD4My6zkZIz.qgGXADh4GhBLmy0CrY9nYcn9qroU2jy"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Ipsum reprehenderit dicta magnam et dolores vitae libero. Architecto fuga dolores nulla."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Iure amet quidem. Aut ullam molestiae voluptatem ab suscipit fuga."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arlie@rowe.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosalyn Predovic III"], ["email", "arlie@rowe.net"], ["password_digest", "$2a$04$sprSgbruZL/o3VgMdkz79elGIFudSDOpAl78g1UvE0vt5Crwpe3qm"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Earum nihil eius. Eos et ut natus corrupti."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Laboriosam suscipit sed. Saepe quo delectus laudantium fugiat. Rerum enim quisquam qui aut itaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "henriette.nikolaus@reichert.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roy Mraz"], ["email", "henriette.nikolaus@reichert.name"], ["password_digest", "$2a$04$W43Y/dRAIMI1nDxneCwZAu3w6cEQO34wh7xtCScJIVHaiGeCtXj1G"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Hic quidem sint quia quam nam similique. Nulla animi alias labore cupiditate pariatur. Est quas deserunt incidunt."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Et accusantium qui porro perferendis sunt et. Voluptas qui molestiae at optio dolores. Expedita deleniti labore iusto nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tia@stracke.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Norberto Armstrong"], ["email", "tia@stracke.biz"], ["password_digest", "$2a$04$wwljG7b77JZF74DcdE9DjePUx0/zH9rNlN2tMO9QDACHNxYaz8O2u"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Tenetur sapiente unde. Incidunt impedit nemo voluptas sed voluptatibus aliquam quasi. Est et ullam adipisci qui nobis. Adipisci ipsam provident dolorem nemo animi consequatur."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Reiciendis adipisci placeat qui est commodi ut nobis. Soluta amet aut repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "prince_corkery@schinner.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Augustus Wolf"], ["email", "prince_corkery@schinner.co"], ["password_digest", "$2a$04$4WX2AadCvz0J6.SF/LkNaOuQ18Iu4XeaFPH7qwrGWvBCkGAHKZoHm"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Eveniet sunt velit qui dolores voluptatum. Quam perferendis nostrum facilis ut ut dolores. Quo nisi error eius magnam."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Hic voluptatem omnis nesciunt officiis adipisci autem dolorem. Nulla fuga totam eius sed et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilbert.ruel@pfefferspencer.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lawrence Von III"], ["email", "hilbert.ruel@pfefferspencer.io"], ["password_digest", "$2a$04$TH31H.xbuxXZhiBubtDMa.myzQ14lXp1Z4KOCznf5ZpjI1BWn5dWC"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Optio quod ad. Sit et quis repellat ab laboriosam."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Aut unde pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edmund@wisozk.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rudolph Hirthe"], ["email", "edmund@wisozk.co"], ["password_digest", "$2a$04$MsquzSjKZG2l9QJNjj9LTusR/3IeDXaHTJDyfvWdyoNkQobuvPD2."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Vel beatae omnis quas. Nisi hic doloribus. Repudiandae odit sint illum dolor maiores eum architecto. Quasi dolore voluptatem voluptas debitis officia vero quis."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Sunt iure id sit qui tempora nisi. Similique sint iure."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ulices_mosciski@robel.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ettie Stark"], ["email", "ulices_mosciski@robel.io"], ["password_digest", "$2a$04$k2q7xE1jHo8WKo1LUR8gZOPAXz/lDUNsN9MMESditsmoqJzToYKQe"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Maiores distinctio nostrum. Non enim nobis sed."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Voluptates a alias. Sit et suscipit consequatur explicabo. Corporis beatae ipsum voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daniella@gottlieb.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Westley Trantow"], ["email", "daniella@gottlieb.biz"], ["password_digest", "$2a$04$.up376ZJvJe0AkxyfxnI8OlbKnnP4Z8bTVBpOg2ric0mgxJJDM8DO"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Quo eligendi a voluptatibus. Eos veniam voluptatem voluptatem assumenda."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Dicta autem consequatur voluptas non deserunt vero repellat. Doloribus soluta repudiandae nostrum non veniam est. Consequatur est praesentium rem est dolor voluptates mollitia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stanton@willms.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Robyn Kilback"], ["email", "stanton@willms.name"], ["password_digest", "$2a$04$dkQMjBTPxHovGJnFUTOpCOoNhhnirDvftw90SZCVB07Q2gKRBShPS"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Dolores voluptas distinctio qui debitis. Doloribus reprehenderit nihil. Sed dolorem placeat nesciunt alias ad maiores."], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Ab accusantium earum facilis quis molestiae soluta ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dallas@grimeseichmann.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaleigh Schmidt"], ["email", "dallas@grimeseichmann.info"], ["password_digest", "$2a$04$6wY6ock.WFnJO3260DsMGuQ2Yx8fEvgTtNlxROZZuPnV8w.BaZCFS"], ["created_at", 2016-06-20 01:26:47 UTC], ["updated_at", 2016-06-20 01:26:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Doloribus sint id. Id ab dolores consequuntur aut."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Est fugit doloremque et quia delectus est. Voluptatem fugit non aut ut in inventore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heloise_koelpin@grimes.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anabel Fadel"], ["email", "heloise_koelpin@grimes.biz"], ["password_digest", "$2a$04$moIsokVic7Dwa2IrNctgneF.p8FbHf3fRNZq2E.k.JaA8C3e0sh.y"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Cumque voluptas natus. Doloremque qui sit eum qui quas. Consectetur minima est quidem. Eaque laudantium delectus veniam quia explicabo."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Vel molestiae amet praesentium. Provident ut voluptatum voluptatem et voluptas. Occaecati autem aut hic."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sierra.cummerata@kuhic.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nyasia Mayer"], ["email", "sierra.cummerata@kuhic.info"], ["password_digest", "$2a$04$oQgqSZstIiL0280Anp.vRue4IedF9k4HzLxFyKIHlfcYYNuxSWSSG"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Molestiae vitae sit. Ab sapiente molestias laudantium nostrum veniam. Quos quibusdam molestiae expedita. Rerum maxime nam veritatis est."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Quibusdam quasi consequatur et. Quasi ut ut aspernatur. Fugiat molestias pariatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reese@will.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lexie Predovic"], ["email", "reese@will.net"], ["password_digest", "$2a$04$9CJBYDj/.zJf4KseQTTzP.dojvBRphs5kKelTJw3GQbNINmq7MtR6"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Cum animi eligendi ut facere et sint. Quas nam doloremque et magnam sed. Fuga corrupti error laudantium deserunt. Aut voluptatibus illum et placeat fugiat."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Rerum perspiciatis eos fugiat. Non eaque cumque voluptatem quia. Ea qui neque at laborum quia quasi sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zora_schmeler@herzog.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Emmett Bartoletti"], ["email", "zora_schmeler@herzog.co"], ["password_digest", "$2a$04$Plua2l7vIHubwIFxQQF6R.c0UPysJTtppMhxGGe0WjSgbspUWoR2G"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Quas sunt repellat qui. Sit doloribus sed odio. Eos amet non qui. Ipsa ut soluta non et."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Aliquid aperiam aut non illum quidem error voluptas. Fuga ut et nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "effie_rogahn@rutherford.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jovany Kuphal"], ["email", "effie_rogahn@rutherford.co"], ["password_digest", "$2a$04$nL1X7e4Xv4J1Uo/HaQtBE.YF/LG9zEFR0A.h.eotWkPD5nWdb59fG"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Consequuntur temporibus dolore optio ex eum. Numquam qui officiis voluptatibus nisi odio expedita. Sint autem suscipit dignissimos et similique eius accusantium. Eos ut rerum blanditiis impedit."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Quae non delectus. Doloribus sit qui cupiditate consequuntur placeat. Rem aut illo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jo.steuber@crooks.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Nestor Bogisich"], ["email", "jo.steuber@crooks.org"], ["password_digest", "$2a$04$Z3i7WrCKAPi88//W/la/mudz6Yyvl.0rKYW/ERQECPsClbLWyo37O"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Omnis quia harum ut est ut. Vitae voluptatem iure. Aliquam tempora ut rem in officia."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Animi odio consequatur sed aut assumenda eum sapiente. Non officiis et omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "destiney_gleichner@roberts.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Albin Brakus"], ["email", "destiney_gleichner@roberts.name"], ["password_digest", "$2a$04$sZ3h4Y/m06bwzvrfXl/p0OtBSkh/GIkxknNsdZN/uyALd.Nbb00hW"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Rem in tenetur amet soluta veniam unde dolores. Sequi amet delectus. Ea autem culpa consequatur harum dolore voluptatem. Accusamus voluptatem dolore aperiam non autem velit accusantium."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Dolores ut qui amet. Laudantium facere rerum. Commodi aut et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauretta.friesen@schroederschowalter.biz"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lawson Rutherford DDS"], ["email", "lauretta.friesen@schroederschowalter.biz"], ["password_digest", "$2a$04$ZfpE7kM6rPZMuHpWQZ5bnOLL/CP7uMjvSM3Cs8xbjv0SZY/wK69CK"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Quae quasi voluptates rerum. Qui labore placeat. Cupiditate beatae ipsum itaque voluptates vero soluta et. Est ipsa ut porro."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Omnis aut aperiam enim nulla maxime et doloremque. Reiciendis nihil ut libero facere non voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gilda@reichel.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jada Fadel"], ["email", "gilda@reichel.co"], ["password_digest", "$2a$04$6Zl/tM8tssrDCtmFNC45Ju6SilTU4rSW.0o3GxjjOP8SipLxGKf/y"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Qui porro aut sapiente voluptatum. Omnis maiores voluptas aut deleniti odit necessitatibus."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Aut excepturi eius quia sit animi facilis officiis. Voluptas sapiente autem repellendus in. Numquam expedita quasi delectus veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madisyn_block@bruen.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gregg Stark"], ["email", "madisyn_block@bruen.name"], ["password_digest", "$2a$04$qhiNkLITJgWfyYKm2WGPPeSbVAIBBl5Qn.h/BB9Fu1AM6l.zdVDpS"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Voluptatem sunt cupiditate deleniti. Itaque amet est quidem molestiae voluptas. Velit asperiores facilis sit ut quo possimus. Molestiae explicabo voluptas."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Iste atque eos. Magni dolorem quis quasi incidunt voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (201.7ms) Completed 200 OK in 218ms (Views: 190.6ms | ActiveRecord: 22.8ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-19 21:26:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (37.7ms) Completed 200 OK in 61ms (Views: 54.3ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marguerite@botsford.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dereck Collier"], ["email", "marguerite@botsford.com"], ["password_digest", "$2a$04$9dg4ausMTaqQ/xnkJ1XNO.1gUe9n1CjF6eycDYALruH3zbwLMyOXK"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:48 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.1ms) Completed 200 OK in 16ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:48 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marguerite@botsford.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "marguerite@botsford.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gfYDIUpu56sw7Lv7g225/uaGwa.dJ6Jje3icOYDHfXX.YONmXBfAe"], ["updated_at", 2016-06-20 01:26:48 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 24ms (Views: 18.4ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vidal@tremblay.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Irma Stracke DVM"], ["email", "vidal@tremblay.com"], ["password_digest", "$2a$04$zHMgqpp8xD.BmbaVdsliY.W39164Et6ktUtnWl9/RdE//hLOgc1iC"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Et totam qui aut ducimus. Ut quam magni aut dolor repudiandae culpa tempore. Sit incidunt optio rerum magni."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Eveniet dolore ducimus quas sit voluptatum tempora. Maiores dolore aspernatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gladys.schroeder@littel.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Westley Denesik"], ["email", "gladys.schroeder@littel.biz"], ["password_digest", "$2a$04$3ntasjA.3xQh70XY8MThp.NG9V.tjJMZb.GF85BY6kKOSlWE7hJfq"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Et est at cum aut modi nihil. Laborum reprehenderit praesentium ipsa in. Dolorem laborum ducimus dolores."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Saepe omnis temporibus laborum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sydnee@witting.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Tobin Simonis"], ["email", "sydnee@witting.net"], ["password_digest", "$2a$04$ZpxP8qJ6xFvYNXxZxJY4deDpbfp67.yxpjoQLrpDXmc0V.Tt5eJOm"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Mollitia quae veritatis. Commodi et asperiores nemo explicabo perspiciatis."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Ullam corporis vero repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janiya@gerlachwilkinson.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Monserrate Feeney PhD"], ["email", "janiya@gerlachwilkinson.name"], ["password_digest", "$2a$04$FMhuDbJRUJDDcU3p5sMkJuW9VTn4ZzhCrNxCnRfvFOq5NDZ.1aiim"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Alias itaque ducimus ullam. Similique consequatur aliquam exercitationem quam expedita veniam. Ut quis et blanditiis nemo ducimus ut odit."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Voluptatem libero qui facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heather@abbotteichmann.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corrine Jacobson"], ["email", "heather@abbotteichmann.org"], ["password_digest", "$2a$04$YuphhXHW/rd3ypVigV5C/O/J2jPSw3MqnOxLGXk65xj0IEmryTof2"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Laudantium et iusto. Sint aut quibusdam deserunt sapiente quia laudantium quia. Sed minima iure magnam veniam qui. Sed aut sapiente dolores."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Est quo ex numquam. Omnis at rerum in sed illo. Autem architecto labore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylah@wolf.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ethel Volkman V"], ["email", "kaylah@wolf.io"], ["password_digest", "$2a$04$bdISR/.czuFVmPkSgbgz1eHHb/Hy2eQPrswb1xD3IgjqrGVFYysfS"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Saepe nesciunt ut molestias. A temporibus sint reiciendis facere. Minus voluptas corporis ratione."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Facere velit atque voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gregory.okon@hegmann.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Magdalena Douglas"], ["email", "gregory.okon@hegmann.org"], ["password_digest", "$2a$04$ez90IGvJl5wZTeR5mk6f4uoRq0EqldxAnzxCCtWMvkuzs99yKdziO"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Deleniti animi porro voluptatem adipisci. Itaque iste aspernatur necessitatibus corrupti."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Atque eum quia distinctio voluptatem minus delectus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grover.zieme@beahanwiegand.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zaria Heathcote"], ["email", "grover.zieme@beahanwiegand.com"], ["password_digest", "$2a$04$U.oWw8gxO5lLizT5BQX4H.fS0hWeUFP7bpug1mA2zT2w3cwEHbLOG"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Necessitatibus blanditiis dolor eveniet asperiores. Cupiditate aliquam distinctio a quo sed nesciunt soluta."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Explicabo et qui quod."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gillian@torp.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allan Gaylord"], ["email", "gillian@torp.io"], ["password_digest", "$2a$04$4Ap/Qg5KsAORtFSj/11YTOmzWAizxbYfc6aRlCD.sgfBUVUwtKwOS"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Debitis repudiandae ipsa quasi voluptatem. Deserunt id quos beatae sapiente."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Aut explicabo voluptatum quasi non eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matilda@kirlincartwright.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sterling Shanahan"], ["email", "matilda@kirlincartwright.com"], ["password_digest", "$2a$04$2PkYnA0XM/pPkNIKGCZm8.vWW1l2uh7eNc4GpuQGrr825ysHNmZdq"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "In recusandae qui. Illum et architecto nihil assumenda reprehenderit. Incidunt molestiae enim."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Aut quia et aliquid et. Sit quam voluptas aliquid."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guido@reilly.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Maeve Dickinson"], ["email", "guido@reilly.co"], ["password_digest", "$2a$04$6gTws/iFzg5e1xINyd6QIONG5BwFBmdbFHLEYnFFdeC/UcJUby7yO"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Nam natus earum illum quia ipsum porro. Cumque et sit qui aliquam illum. Ipsa veniam beatae."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Voluptas accusantium sequi sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fredrick@kaulke.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Macie Marquardt DVM"], ["email", "fredrick@kaulke.info"], ["password_digest", "$2a$04$RrRCuMCfNwiHU1dx1WwCv.CLID9B61U.GvBI2pQTsCWF8aPcHrbfu"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Modi dolor illo unde totam. Consequuntur rem totam nam aperiam."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Sed hic architecto ratione repellendus. Voluptas voluptate possimus animi. Iure libero labore adipisci est repellat aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yvette@wehnerschinner.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aliya Rodriguez"], ["email", "yvette@wehnerschinner.io"], ["password_digest", "$2a$04$H.90pRWt5kdl4jf6pQUgt.sl4kI4SDULlMWUE4E4rCAIFyF/4HtCS"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Minus reiciendis modi. Autem distinctio laborum consequatur quo."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Et alias soluta ut nisi architecto. Quo tempora soluta similique dolores laborum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randall@padbergwill.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nikko Kuhic"], ["email", "randall@padbergwill.biz"], ["password_digest", "$2a$04$GviEgHgOa2bR37pfMKMzgeeaTKxxa28FwSYexOsX/CII9bsDYFMoW"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Sint adipisci quasi at optio eos quisquam. Id iste facere vitae porro error ut."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Deserunt dolorum quam voluptatum omnis mollitia vel impedit. Facere velit qui est commodi voluptatem voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norbert@purdy.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marianne Mitchell"], ["email", "norbert@purdy.com"], ["password_digest", "$2a$04$tM.FX2k.eVsYqbPW1eyeW.P4gIYJ72OYoOljUORS.oDs/Zvbr3FbK"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Pariatur inventore perferendis perspiciatis et asperiores expedita. Ut dignissimos accusamus aliquam. Consectetur cupiditate eaque quod alias quia architecto voluptatem."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Doloribus nostrum enim velit iure eum aspernatur. Alias repellat quo in quis neque ipsum sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoe_carter@wisoky.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Everette Schuster"], ["email", "zoe_carter@wisoky.info"], ["password_digest", "$2a$04$fqCubXD5NsoJIi7Z8DWKS.SXRsJmI.o22raARDu4.B5.oWSAi/Kr2"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Pariatur provident consequatur vel ipsum. Nisi et neque animi nemo. Et autem dolorum."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Nostrum aliquam voluptatem natus excepturi. Vel minus rerum error. Repellat dolorem repudiandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "genevieve@kochschaden.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Verdie Rau"], ["email", "genevieve@kochschaden.info"], ["password_digest", "$2a$04$Eda7JGHMRgjrUk4ByS09LeagiGTBhRq5bQ7lNiCZ3awCDYJro9HSy"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Labore facilis esse aliquam assumenda voluptate. Architecto quia quam aut ratione qui officiis aperiam. Recusandae temporibus architecto voluptatem."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Ratione tempora laboriosam numquam eligendi quis sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daphnee_bechtelar@gottlieb.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Danyka Torphy"], ["email", "daphnee_bechtelar@gottlieb.org"], ["password_digest", "$2a$04$WM/GiCMWP1xeuLiKQYYqxOyPAg9viw2qZuazqPc7R/U1viXE14NHu"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Ad adipisci voluptatem pariatur nisi sint. Minima debitis ratione aliquam quia fugiat accusamus inventore."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Ut neque fugit delectus eligendi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaya@nitzsche.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dillan Hammes III"], ["email", "kaya@nitzsche.name"], ["password_digest", "$2a$04$gUEy4iHBdZMReERsLS8I1ecD/qrh14dXSMsbO2EkHo8xLm/Mz.u9W"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Odio cupiditate quod. Autem quae praesentium et corrupti eveniet quis. Explicabo perferendis veritatis quam. Fugit perferendis quis minus fugiat ea."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Ut nihil ut aut qui perferendis optio odio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "uriah@hegmannmante.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rodolfo Grady PhD"], ["email", "uriah@hegmannmante.net"], ["password_digest", "$2a$04$gWIIilBda79Q3DYb4LeegugrD8Lry4aeg3KaWgjXwoSu/XIVspN82"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Ex quia omnis dolorem sunt magni. Ut harum consequatur quasi totam in. Adipisci atque labore ut. Sequi sit repellendus nihil consequuntur."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Eaque quo nulla minima molestias qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dayton@stammwaelchi.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Brianne Heller"], ["email", "dayton@stammwaelchi.com"], ["password_digest", "$2a$04$4yjOJs2FKuNWBO/5AlipyOhe0k37txm5BKwsqqf4uOcZHWqAmfWCW"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Sunt maiores consequatur quos. Quia maiores ut."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Doloremque quia autem labore rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sydni@hodkiewicz.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aliza Lakin"], ["email", "sydni@hodkiewicz.net"], ["password_digest", "$2a$04$GYW4O2J2zE4N1grWYtDDiuWIXuPnNOSnD70IL/hk8PYMQ5dHUBGYC"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Eos sunt maiores natus consequatur qui similique. Et dolor iste libero ut provident."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Sunt quaerat praesentium et tenetur cupiditate velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ronaldo@corwin.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dakota Lebsack Jr."], ["email", "ronaldo@corwin.biz"], ["password_digest", "$2a$04$WG2vTWEWmMsZO0URgEgWGuJXYPHoGCcjFif2eFjlNSxgkGlS8WdaK"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Doloremque nesciunt nemo sint. Quibusdam quia distinctio maxime itaque."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Expedita et sint sit sapiente ut. Nihil accusamus et dignissimos est perspiciatis error aut. Nam harum rerum dignissimos saepe culpa qui earum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "toney@tremblay.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pat Weimann"], ["email", "toney@tremblay.co"], ["password_digest", "$2a$04$05q2ubrt0jBfbqlWRe5AFOBkRxCrIPaYXRUvOhxfIr/87hEbWKaey"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Illum quia et sunt praesentium exercitationem. Molestiae sunt aut iusto nam."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Vel odit eaque. Est debitis delectus vero. Sed inventore ipsam voluptatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arlene_schuppe@bergnaum.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Teagan Vandervort"], ["email", "arlene_schuppe@bergnaum.biz"], ["password_digest", "$2a$04$lLPDM9dADFy1lEjUFF.MOeCBFI4G.wt6w9I8D4HJRa4dPUljUfHuG"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Est et occaecati consequatur dolores dolor. Repellendus velit qui blanditiis."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Repellat id officiis repudiandae veniam soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erika@doyle.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Demetrius Watsica Jr."], ["email", "erika@doyle.biz"], ["password_digest", "$2a$04$y8i/TM8Fpq4BWi8X9jgfmOm/A5kyeiVOWDjDuIcQ4v.phs18wCK8W"], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Iusto quidem non iste modi provident. Non occaecati in veritatis quaerat aut tempore quia."], ["created_at", 2016-06-20 01:26:48 UTC], ["updated_at", 2016-06-20 01:26:48 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Aut beatae odit aut architecto id et. Minus sed sequi molestias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (117.0ms) Completed 200 OK in 128ms (Views: 106.3ms | ActiveRecord: 17.8ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-19 21:26:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (29.8ms) Completed 200 OK in 43ms (Views: 36.8ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mikel_pouros@senger.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "mikel_pouros@senger.com"], ["password_digest", "$2a$04$HDhzKfYrKFkMTseOa/aI9umqz2kXGry/J4bEirbKSevdHip9sc6Ue"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"mikel_pouros@senger.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "mikel_pouros@senger.com"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8mMcqua3FLrlyizKoJjIWOs5NuI097ZmE50ebkUivJiG89r0hsSiu"], ["updated_at", 2016-06-20 01:26:49 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.5ms) Completed 200 OK in 29ms (Views: 23.3ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "morgan_larkin@kirlin.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "morgan_larkin@kirlin.co"], ["password_digest", "$2a$04$EPMwjzaC77.yA.ctl.ux7ug0snvlq7VxFqVbMXlSPFElWZSZMujnq"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brant_barton@greenbruen.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johan Kuphal MD"], ["email", "brant_barton@greenbruen.net"], ["password_digest", "$2a$04$dQSUvqZEgDusBfcAmZZgYOg3IWF.EHpbSNmHlS4AXkzO6YxiMEari"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Voluptate facilis dignissimos qui. Qui assumenda consequuntur sit omnis quae et. Rem facilis vero labore voluptatum. Tempora molestiae mollitia sit provident."], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Laboriosam eligendi molestiae ipsum quia eum odit qui. Eum consequatur vitae. Est assumenda magnam illo aut maxime."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (1.0ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (31.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (44.9ms) Completed 200 OK in 58ms (Views: 49.6ms | ActiveRecord: 2.9ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (1.2ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-19 00:00:00 UTC], ["updated_at", 2016-06-20 01:26:49 UTC], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 23ms (ActiveRecord: 6.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.2ms) Completed 200 OK in 34ms (Views: 24.1ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ila@okonlynch.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "ila@okonlynch.name"], ["password_digest", "$2a$04$Bofq90qeG3W86r.KxhbICuI2cYByzIHh1aqMFw3Epn53I7/rwnylm"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ila@okonlynch.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ila@okonlynch.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$KLgF9XKdo0/HGvnHdBBfwOKtLp66wwI4LGHl1rgtEl0XYzjbnlLMK"], ["updated_at", 2016-06-20 01:26:49 UTC], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 22ms (Views: 16.3ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alda@bergnaum.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "alda@bergnaum.biz"], ["password_digest", "$2a$04$cuv2jgDMpxQBoXAXD3KRUOY6Lw3Z7InCV09yRB/cgKp1X8R8xWTIa"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.8ms) Completed 200 OK in 29ms (Views: 23.8ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 5.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 26ms (Views: 20.0ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lera@hoegerrau.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emelie Abshire"], ["email", "lera@hoegerrau.net"], ["password_digest", "$2a$04$FiuwbloqqdZ6jm99h0hhX.SWGJCoSwM8eD68SJv9EAMg8ucX.HjS."], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lera@hoegerrau.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lera@hoegerrau.net"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$FoS5a6vVbIsUxqlUn7PxautrLe4gjZARqsaEqngNMYgSkkcjBmJhK"], ["updated_at", 2016-06-20 01:26:49 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 25ms (Views: 19.3ms | ActiveRecord: 1.4ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.0ms) Completed 200 OK in 28ms (Views: 22.9ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (4.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (22.1ms) Completed 200 OK in 41ms (Views: 30.5ms | ActiveRecord: 3.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 16ms (Views: 11.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$VqVtyF6b3W.REoOxCdOpF.vrHTXOIiOizdJC2eQHVcQ.qWIidGNb6"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8mjKQz7Z2Sw46/Q..yCQJeHvLbFGhEQN2SwOwIJ.1Qqj3XwMXa08u"], ["updated_at", 2016-06-20 01:26:49 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.2ms) Completed 200 OK in 28ms (Views: 21.3ms | ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$bO5itOI7uNxO9El299qp5uywObjN7oCLrDPRI6NWUkb5xp/OSAuli"], ["created_at", 2016-06-20 01:26:49 UTC], ["updated_at", 2016-06-20 01:26:49 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:54 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.3ms) Completed 200 OK in 21ms (Views: 17.0ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-19 21:26:55 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-19 21:26:55 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:55 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4GKdKt32U//SWaO5TC5IL.LWc8QEz5x9PlYQCyX6yJafe6c9HBYpi"], ["updated_at", 2016-06-20 01:26:55 UTC], ["id", 137]]  (0.5ms) COMMIT Redirected to http://127.0.0.1:50182/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:55 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.5ms) Completed 200 OK in 36ms (Views: 24.3ms | ActiveRecord: 4.0ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-19 21:26:56 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (2.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:50182/ Completed 302 Found in 9ms (ActiveRecord: 3.4ms) Started GET "/" for 127.0.0.1 at 2016-06-19 21:26:56 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (20.3ms) Completed 200 OK in 50ms (Views: 42.7ms | ActiveRecord: 1.9ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-19 21:26:56 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-19 21:26:56 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.0ms)  (0.4ms) BEGIN  (0.5ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (18.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordon@hickle.org"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isabelle Langworth"], ["email", "jordon@hickle.org"], ["password_digest", "$2a$04$VNY6WFNSHG9.QmnA4XD94emso0NGVMxZkwjjdnBvv6bijZgj8s6bC"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.1ms) Completed 200 OK in 18ms (Views: 13.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jordon@hickle.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jordon@hickle.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WUUMIJXm7mrYZbgxbEWGpOjKCIdjjT6j4i/he1VEHmjb2QT1CIiiG"], ["updated_at", 2016-06-20 01:26:57 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.4ms) Completed 200 OK in 33ms (Views: 25.7ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (1.0ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.1ms) Completed 200 OK in 29ms (Views: 21.9ms | ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacey_ritchie@nikolausgulgowski.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Beryl Stokes"], ["email", "jacey_ritchie@nikolausgulgowski.org"], ["password_digest", "$2a$04$pU3pBzjVmgr9UySE.MfKDeEzMqhmZMXzlwHO2XOfIx61trLyGmAi6"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.7ms) Completed 200 OK in 16ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jacey_ritchie@nikolausgulgowski.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jacey_ritchie@nikolausgulgowski.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$CMcim.ND.4HecqAUSmNHH.jsHCJK.yNp8swl37L7rW366nxhgNWj6"], ["updated_at", 2016-06-20 01:26:57 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.9ms) Completed 200 OK in 33ms (Views: 24.9ms | ActiveRecord: 2.8ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (39.0ms) Completed 200 OK in 53ms (Views: 46.1ms | ActiveRecord: 1.9ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (24.8ms) Completed 200 OK in 37ms (Views: 31.2ms | ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melisa.ratke@lind.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Conner Anderson"], ["email", "melisa.ratke@lind.name"], ["password_digest", "$2a$04$Plv7XFFdy/5PxRkaYzuJJezheVYckDrYyZrnufsWPSv6RWhiXJr8C"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 16ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"melisa.ratke@lind.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "melisa.ratke@lind.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rfYFgXUJnM7nT.wFx2bKaeWyShriO3HqZdFcBRX65YZRpzoGW5uke"], ["updated_at", 2016-06-20 01:26:57 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 23ms (Views: 17.2ms | ActiveRecord: 1.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.3ms) Completed 200 OK in 23ms (Views: 18.0ms | ActiveRecord: 0.6ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 24ms (Views: 19.1ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blaze.stark@barrows.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kenneth Kuvalis"], ["email", "blaze.stark@barrows.biz"], ["password_digest", "$2a$04$Xh2Qx2/2rb0l0btOpqqmmukd4MLYkK.2zIGJ2Yh3MBlMCj5lW04Ka"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"blaze.stark@barrows.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "blaze.stark@barrows.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$aCsUyxSVyWWfutI2LnXZlOPvOIR7ZWD2pz9Ah8SHIIvH4.CVIS9Kq"], ["updated_at", 2016-06-20 01:26:57 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 24ms (Views: 17.0ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-20 01:26:57 UTC], ["updated_at", 2016-06-20 01:26:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-19 21:26:57 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-20 01:26:58 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.9ms) Completed 200 OK in 23ms (Views: 17.4ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mark@luettgen.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Glen Hayes"], ["email", "mark@luettgen.biz"], ["password_digest", "$2a$04$v0LZJPc3Xj6xiL3qSc6qYen.0vyV5RpunEtBrCP1YxIohnoEkv11."], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"mark@luettgen.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "mark@luettgen.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$QpbZhUEoFujbErCCgd.IouO82vFP.Xy./9eHJ5mvYKZQ5OLO.0Spe"], ["updated_at", 2016-06-20 01:26:58 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.8ms) Completed 200 OK in 21ms (Views: 15.5ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.7ms) Completed 200 OK in 21ms (Views: 16.2ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.5ms) Completed 200 OK in 24ms (Views: 19.3ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "andreanne_howe@damorekutch.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Susana Rohan"], ["email", "andreanne_howe@damorekutch.org"], ["password_digest", "$2a$04$VCjov7ETHCpGeQ4V2cizi./LgRVEVwARuU4R4xPp2jTLnJ3UG/go2"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "In recusandae ut inventore non eius perspiciatis id. Qui nulla perferendis aut officiis debitis incidunt. Sit vel aut et. Nostrum magni adipisci."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Aut omnis explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amari@sporer.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maudie Erdman"], ["email", "amari@sporer.org"], ["password_digest", "$2a$04$MqBGYof1TCMwllkszbb72eMsW4RMXFOq1eq7zu3FplVAXIr1UNu0y"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Laborum esse optio. Voluptatibus dolores non ducimus ab iusto. Distinctio dicta iusto."], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Laboriosam ut saepe."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (16.9ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (30.5ms) Completed 200 OK in 44ms (Views: 38.9ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (25.1ms) Completed 200 OK in 40ms (Views: 35.4ms | ActiveRecord: 1.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amely_heaney@skiles.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bryana Romaguera"], ["email", "amely_heaney@skiles.com"], ["password_digest", "$2a$04$AndAYSFG.3wXVEtT3I62qu1Y6mpFzDxCJbBSe0w5sXLMapdvjQP/6"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Eveniet qui iure velit dolorem dolorum nesciunt. Est est ut voluptatibus aspernatur provident. Quis voluptatem ullam. Quo vel quis totam consequatur."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Voluptatem est sapiente iste non aut consectetur cumque. Non necessitatibus fuga aut quibusdam inventore. Occaecati amet dolor autem voluptatem porro."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alec@ryancummerata.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wilton Toy"], ["email", "alec@ryancummerata.net"], ["password_digest", "$2a$04$OyAuEuMrG3yduusXVtcVwu3brq4ig4tuC6uSqZtob5ls4Obxn1PG6"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Est nam dignissimos corporis cupiditate explicabo. Ut mollitia quam nobis quos accusantium. Omnis illo quibusdam repudiandae eaque ducimus error ipsum."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Est qui quasi laborum. Aut quas possimus dolorem sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hayley.roberts@dickens.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Judson Jones"], ["email", "hayley.roberts@dickens.biz"], ["password_digest", "$2a$04$y8YFMIFK25je0hJ67yYXleG4KTOnyCi2Jbz/k1utmrIcJBPsjVoR6"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Quos magni eius harum. Perspiciatis est fuga delectus ut."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Qui culpa aut quo et a."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cruz@johnstonkoepp.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Erling Orn DDS"], ["email", "cruz@johnstonkoepp.name"], ["password_digest", "$2a$04$Pucp22KHG936mrJMn9pqNepUm6EQQr9zB3WPNtIMbTcia5IOxspT2"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Sit deleniti aut rerum veritatis ipsam ut officia. Voluptatum consectetur expedita exercitationem ea earum natus."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Ut dolorum rerum beatae quaerat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cortez@gutkowskisteuber.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamil Kozey"], ["email", "cortez@gutkowskisteuber.co"], ["password_digest", "$2a$04$Gx.jg8XU3QiMDwJ1SLDy2eRXgyhlitMFFPzK/dluHWid5aXYwC3QC"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Nemo sint porro exercitationem. Dolores eaque dicta quia adipisci. Pariatur quisquam mollitia praesentium. Est quidem qui qui impedit laudantium culpa."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Dolores placeat totam voluptatibus vitae quia omnis. Alias autem fugiat porro quia omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cierra@runolfsdottir.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verla Miller"], ["email", "cierra@runolfsdottir.info"], ["password_digest", "$2a$04$ZRI2Cw5wvGlddPVFznGkb.KRUYElRUh1Nr58N8FJ24QmG.oNzSVyq"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Vel iure illo veniam soluta dolorem ullam quibusdam. Totam fuga delectus aperiam tenetur. Veritatis et expedita magnam voluptatem."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Molestiae impedit consequatur quis at."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "william@hermandonnelly.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Obie Moore"], ["email", "william@hermandonnelly.io"], ["password_digest", "$2a$04$6yh97JsEBEKk/bni0k33YexowMdEyljFlIHo/3mfBTteKKdkEabJK"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Esse alias repudiandae animi quia. In aut vel et qui voluptatem. Eum sed rerum facere numquam vero. A pariatur explicabo error libero."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Dolorem error qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyson_daugherty@wolff.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evert Barton"], ["email", "tyson_daugherty@wolff.info"], ["password_digest", "$2a$04$cElO5X8QIhgBRNDAJzy2COiN/4YRJkjGWacFfSwC5fbR6xLJm/Zjq"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Illo cum asperiores. Velit dicta voluptatem quam voluptate."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Amet ut eaque accusamus itaque quaerat aut illo. Et libero quis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mario_jaskolski@stiedemann.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amira Dickens"], ["email", "mario_jaskolski@stiedemann.net"], ["password_digest", "$2a$04$iQyM7Dwe/9Wj/M3M5b45nOIycgA9jHmQCXabgtuGHoQRLC7HrJAwC"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Vel nam soluta qui sit. Consequuntur rerum ut dolores dicta similique. Eligendi nostrum maiores aut recusandae id."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Sit id dolores quo neque eos ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonia@cole.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jess Romaguera"], ["email", "antonia@cole.io"], ["password_digest", "$2a$04$wibaBS6L6rUkx1OP9b3Q4uwJkrpLTm9mq8njWMPIZcah2NFfNhgVK"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Iure in voluptatem ex ut. Quia molestiae eius praesentium sunt iusto et odit. Amet voluptas ratione similique dignissimos dolorum quasi."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Temporibus ut dolorem quia non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emelia_gorczany@crona.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zelma VonRueden MD"], ["email", "emelia_gorczany@crona.biz"], ["password_digest", "$2a$04$ngpKQfFrEXHdR05iO0A8venDzRgtKROfbXaUSkwvS.d2lDSfkEiZu"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Id quae fugit. Asperiores voluptatum est. Eum quas incidunt voluptatem nihil. Ratione eum alias."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Voluptas consectetur dolorem. Deserunt itaque rem recusandae repudiandae corrupti dicta. Quae rem eius vero ut odio enim dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (42.7ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (70.7ms) Completed 200 OK in 94ms (Views: 80.5ms | ActiveRecord: 9.4ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.3ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (35.6ms) Completed 200 OK in 55ms (Views: 48.6ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamont.price@wiza.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rebekah Cartwright"], ["email", "lamont.price@wiza.co"], ["password_digest", "$2a$04$naoCOUbXl3l0f6fjwJISfeAv72qoSE44/n415jldiIPyU.qM/o/tW"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Optio sequi ex. Molestiae eum eaque sequi repellat. Sint illo perspiciatis."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Quia voluptatem hic. Porro et autem provident modi et maiores. Molestiae unde velit exercitationem praesentium debitis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.3ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (22.9ms) Completed 200 OK in 37ms (Views: 31.6ms | ActiveRecord: 2.7ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.8ms) Completed 200 OK in 19ms (Views: 14.7ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jairo@green.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kole Stiedemann"], ["email", "jairo@green.info"], ["password_digest", "$2a$04$joqJdXVBSKrQDWltzjHXlOaev2JBELwZcqYtD9QuXi/qrLaIvb6Hi"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Quisquam officia alias. Aut quo sint dolorum sit officia reprehenderit sed. Fugit totam est rem. At aliquam voluptatibus."], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Exercitationem cum nam ad voluptatem molestiae deserunt voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.8ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aletha@danielparisian.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aimee Berge MD"], ["email", "aletha@danielparisian.name"], ["password_digest", "$2a$04$FqzhYy1aV/.xWnykrxuabetevBvoGvisRNX8lePtR1wEB1ZGdFbFe"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Dolore est voluptatibus. Quia cupiditate molestiae optio necessitatibus ratione iste rerum. Quo quidem fugiat pariatur tenetur accusantium aliquam modi."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 21], ["slug", "post1"], ["summary", "Dolor minus consequuntur. Cumque qui et et."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "denis@quigleymuller.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zack Aufderhar"], ["email", "denis@quigleymuller.biz"], ["password_digest", "$2a$04$SObC6cCdTc/VjTwP7smXhOgCIyTH2BFMHhOHdtEahmRqdeKeJ0n7a"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Corrupti fugit qui dolor. Labore velit repudiandae occaecati molestias eos soluta consequatur. Minima omnis at et rerum pariatur."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC], ["author_id", 22], ["slug", "post2"], ["summary", "In sed facilis quas repellat."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.4ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (19.3ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (33.0ms) Completed 200 OK in 48ms (Views: 39.1ms | ActiveRecord: 5.6ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-19 21:26:58 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 16 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 16], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 16], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (21.7ms) Completed 200 OK in 43ms (Views: 31.1ms | ActiveRecord: 5.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$bDxWzBUj7bjq5UKNCYwczuLYI9jcX4EAKS4j/hEHexptJTOpu8mfa"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$qfOnfTP09PjteRGrkzpUYu/Rz9dCBLRdsVIQXhTfqzsVWMjB56VHS"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wkf13e40LOMRRy.gq78K..GTHGnbm36ip5uvl2n18e0t7rC3uxDJm"], ["updated_at", 2016-06-20 01:26:58 UTC], ["id", 24]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-20 01:26:58 UTC], ["updated_at", 2016-06-20 01:26:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerald_daugherty@jast.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carole Bernhard"], ["email", "jerald_daugherty@jast.info"], ["password_digest", "$2a$04$OVASB5TRVluGBFeu4IIP8eahEcvTWJuHz473BMoKGquz6hety9Ia6"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janae.cronin@bergnaumheidenreich.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Roberta Wiegand"], ["email", "janae.cronin@bergnaumheidenreich.net"], ["password_digest", "$2a$04$GMjNtjPZZrDxaTfbsKuNnONQaFtZcL8yqPgWAQoiL3v44KqsBceYq"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laurine@senger.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sigurd Swaniawski"], ["email", "laurine@senger.io"], ["password_digest", "$2a$04$hZ/JIY0TL6N1bPQp.MTTEO6aCSpjdWCeAnUDjEG57zMZdU//KLE5O"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Corporis inventore est iste. Voluptas magni iure sint rerum. Neque a amet."], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 27], ["slug", "my-title"], ["summary", "Fugiat illum voluptatem corrupti consequatur et aut explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zack@sporer.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sigurd Labadie"], ["email", "zack@sporer.info"], ["password_digest", "$2a$04$xO1U5xPAUXnJAhVicakHzOTK.aBTIRge5G.ZshzCYd99sb6Pr9BpG"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Ut ea nulla. Pariatur totam ipsum maxime quia enim dolorem qui. Error ut est ducimus iusto. Corrupti esse et inventore."], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 28], ["slug", "my-slug"], ["summary", "Qui similique sit corrupti. Nesciunt quo quasi impedit sed ducimus iste. Libero sit iste officia impedit saepe."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deangelo_reichert@metzzulauf.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jayda Lebsack"], ["email", "deangelo_reichert@metzzulauf.net"], ["password_digest", "$2a$04$59pJOnmjkfzW6wJbKx.gmu/1cvKfUr1mvduFmdaHRvxA9TJyvU2tW"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erica@robel.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Olaf Wilderman"], ["email", "erica@robel.org"], ["password_digest", "$2a$04$io.APF2M4r.tPbg/0L9UQOVazNooaBkVtVINx7WHvtkoLz0ENDhDK"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sebastian_sipes@grady.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Reyna Medhurst"], ["email", "sebastian_sipes@grady.org"], ["password_digest", "$2a$04$64mintWC9IByW0e4vyESNukHO0XtVmwCzzK3/Xi5JEuYwceYPr7Ee"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "danny_hoppe@colliersimonis.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delmer Mraz"], ["email", "danny_hoppe@colliersimonis.net"], ["password_digest", "$2a$04$Onrr8guULnWmEtaFLFZ4EepcA85cuzpLK4k0L90VexSydmQTFHdQS"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Enim rerum sed sed. Numquam ipsum vitae dolor delectus est sint eligendi. Et distinctio maxime eligendi inventore exercitationem veritatis. Totam molestiae blanditiis enim repellendus."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 32], ["slug", "title144"], ["summary", "Quae fugit vero perspiciatis doloribus. In voluptatem nulla rerum ab veritatis libero sit. Magni numquam assumenda in omnis et ut a."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dudley.streich@kuhic.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Doyle Friesen"], ["email", "dudley.streich@kuhic.co"], ["password_digest", "$2a$04$5GKygsABqQtQ37xtPpR9S.QVNhsy4/xngytSyQFUjia9ORyV4nAO2"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Unde nulla nostrum dolores ea voluptatem cumque. Provident a et rerum tempore eos est. Exercitationem quis qui alias voluptatem et magnam et."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Sed aliquam beatae neque porro sed. Amet et et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 20], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-19 23:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["id", 20]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "modesto@heel.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Alvah Hermiston"], ["email", "modesto@heel.org"], ["password_digest", "$2a$04$6GbFnenO2D/dguIdMt3Qk.kisMDY1FHsv1CfAybAMiE4TwwECJCVa"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Maxime qui est alias distinctio et ex autem. Deleniti qui cum quod distinctio autem eum. Aut nihil neque."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Aut modi explicabo eum et esse quisquam necessitatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcel.jakubowski@borerbogisich.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Domenico Spinka"], ["email", "marcel.jakubowski@borerbogisich.info"], ["password_digest", "$2a$04$LTn9bYUEYqlVqgp3Hq/UZuXcGcOivqrAaGQslzecp4LaOXoGAf1DG"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Rerum qui eos quisquam odio. Fugit hic assumenda et ullam. Sapiente iste quod non tempora est. Quo neque numquam dolorem."], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Quis dignissimos molestiae voluptatem esse voluptas debitis. Nisi ratione expedita laborum commodi officiis et non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "destiny_beier@mcdermott.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estevan Hudson"], ["email", "destiny_beier@mcdermott.org"], ["password_digest", "$2a$04$5rugnD55An.9ASlrEXfaU.xQ/5KS3q7r0JkEmByvSipiUQJ/gwcvW"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claria.mckenzie@hauck.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Catalina Witting"], ["email", "claria.mckenzie@hauck.info"], ["password_digest", "$2a$04$j55TMw/VD5uVoOSPsgJtHerq5/ZYm54piY7Du22s6gwKOWxSGfNpe"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Eaque cum qui neque quo quam quo ab. Amet voluptatibus vero quibusdam. Officia sit qui. Ipsum ipsa aspernatur nam vitae illo dolor quia."], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 37], ["slug", "title149"], ["summary", "In similique aut ut. Nemo esse ut cum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 24], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["id", 24]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jameson_berge@medhurstroberts.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aletha Marvin PhD"], ["email", "jameson_berge@medhurstroberts.biz"], ["password_digest", "$2a$04$cVtkYMU7G6np3cLtMgdBu.fDSWKv5yWd7UYTReqaU8QopJNPaUBcS"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Vel molestiae et quasi nam. Eos repellat omnis corrupti pariatur adipisci voluptatem."], ["published", true], ["published_at", 2016-06-19 00:00:00 UTC], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Id sint quibusdam doloribus est quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-18 00:00:00 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernard_heller@okonkuvalis.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Treva Conn"], ["email", "bernard_heller@okonkuvalis.co"], ["password_digest", "$2a$04$U8C0qZs4wtEXyGTOpEpQlewz5Pk/pAHH89l3FW5goW19o/ylxQ.bW"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$X9LLZyazq25s0kKtkItR/.0twApw6uxTjXCTfCiutSH8.GU0X2iRO"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$qs/tQDKBfyfSxYz4Mbmjpux/7lxhIJFvwidmbEW0ryZ2Oe1DAX/IW"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cordelia.stoltenberg@oberbrunnerondricka.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Susana Klocko DVM"], ["email", "cordelia.stoltenberg@oberbrunnerondricka.name"], ["password_digest", "$2a$04$v6BJc9phh8bApZV/Bd6Sy.uiQ4/sBbKMj5E3LEmA4gphSjK5jzJpK"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Quia libero dignissimos officia nihil. Animi accusamus laborum."], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 42], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 26], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (13.2ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sofia.lowe@lynch.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mozell Zulauf"], ["email", "sofia.lowe@lynch.co"], ["password_digest", "$2a$04$Cx1G694H6lFMjSEvro1h.eLkonpfVnpUIgU8Vp2AlBJ8QaKhVZPZW"], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Dicta repellendus qui enim. Perspiciatis maxime est et dolor eligendi maiores doloribus. Aperiam ipsum repudiandae incidunt. Possimus vel et aut sequi."], ["created_at", 2016-06-20 01:26:59 UTC], ["updated_at", 2016-06-20 01:26:59 UTC], ["author_id", 43], ["slug", "my-awesome-title"], ["summary", "Accusamus fugiat dolores. Aut reprehenderit ex totam voluptas et inventore doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (53.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (5.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.1ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pierce_orn@volkman.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kathryn Waelchi"], ["email", "pierce_orn@volkman.org"], ["password_digest", "$2a$04$Wj4qJpSO3EEwXqVWsMSfV.aQ1wfQWDYdqZGmGMo3ZgGHDTkXrG1lm"], ["created_at", 2016-06-20 01:30:04 UTC], ["updated_at", 2016-06-20 01:30:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Quae dicta non aut aut quo mollitia. Deserunt veniam qui repudiandae. Molestiae eaque ratione fugiat."], ["created_at", 2016-06-20 01:30:04 UTC], ["updated_at", 2016-06-20 01:30:04 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Reiciendis ut aspernatur et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (9992.1ms)  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (21.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nona.leuschke@reichelgusikowski.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reese Volkman"], ["email", "nona.leuschke@reichelgusikowski.biz"], ["password_digest", "$2a$04$SDeY0Q6H.oj.bFkpNoC1degLIvHzd4YhZUjNPp8OYXhhoDdD5qLGK"], ["created_at", 2016-06-20 01:30:40 UTC], ["updated_at", 2016-06-20 01:30:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Officiis accusantium quam sit reiciendis non nostrum qui. Libero eos et. Nostrum sint perspiciatis."], ["created_at", 2016-06-20 01:30:40 UTC], ["updated_at", 2016-06-20 01:30:40 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Consequatur et accusamus occaecati adipisci rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (6001.5ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maybelle_abshire@mcclureschumm.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Manley Carter"], ["email", "maybelle_abshire@mcclureschumm.com"], ["password_digest", "$2a$04$nAhC.l9Fu20RUa3XPq8.0OnCdeYqHkFrrME9qegw0Ns6MD5psvb2O"], ["created_at", 2016-06-20 01:36:15 UTC], ["updated_at", 2016-06-20 01:36:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Mollitia odio eum esse dolores et ut ullam. Adipisci sint autem eligendi in est. Illum dolores adipisci sed culpa. Quis deleniti voluptates dolores."], ["created_at", 2016-06-20 01:36:16 UTC], ["updated_at", 2016-06-20 01:36:16 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Et nostrum deleniti id excepturi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3790.7ms)  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.5ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donna_erdman@lind.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arlo Kuhlman"], ["email", "donna_erdman@lind.org"], ["password_digest", "$2a$04$rHsKNbSkC7g2u9kJZi9L8u2/F0dg3sBhKTyNkMMAxuCeXSbq3WKKK"], ["created_at", 2016-06-20 01:36:36 UTC], ["updated_at", 2016-06-20 01:36:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Esse est amet. Quas et molestiae totam sint corrupti accusamus. Natus corporis alias ad molestias. Quae dicta possimus quis."], ["created_at", 2016-06-20 01:36:36 UTC], ["updated_at", 2016-06-20 01:36:36 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Et tempora officiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (44.3ms)  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jorge_pfannerstill@krisfay.io"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Colleen Braun"], ["email", "jorge_pfannerstill@krisfay.io"], ["password_digest", "$2a$04$3u23UNwHu4q5TiXBr/46PuKM7ELLou2s4hddVqLyExkU8.eHpKkLa"], ["created_at", 2016-06-20 01:37:03 UTC], ["updated_at", 2016-06-20 01:37:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Iste sed eos consequatur sit recusandae ducimus nihil. Sit natus reiciendis omnis sit asperiores."], ["created_at", 2016-06-20 01:37:03 UTC], ["updated_at", 2016-06-20 01:37:03 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Ut natus aut nihil voluptatem placeat architecto. A facere eaque atque. Eveniet magnam nisi consectetur ut aspernatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.6ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (21.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anibal_padberg@maggioward.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Remington Dickens"], ["email", "anibal_padberg@maggioward.net"], ["password_digest", "$2a$04$FFsZCVRnL58X5BnhJWTGgOzmMHL0R/n6bmANJOqW.wu32t7Fo6Oxe"], ["created_at", 2016-06-20 01:38:39 UTC], ["updated_at", 2016-06-20 01:38:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Quam sed facilis. Reprehenderit facilis maxime dolores in nihil et beatae. Ea minima nisi omnis asperiores perspiciatis maxime."], ["created_at", 2016-06-20 01:38:39 UTC], ["updated_at", 2016-06-20 01:38:39 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Quia possimus vel hic aut et maiores occaecati."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (31.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "selena.rau@haley.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Tyra Dickinson"], ["email", "selena.rau@haley.name"], ["password_digest", "$2a$04$9k5zLvaT14jYNzpa2qs3LuQJm8G53I0Wp0qVTVuga3kzRG0arY8RW"], ["created_at", 2016-06-20 01:38:47 UTC], ["updated_at", 2016-06-20 01:38:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Et sequi sint quasi maiores at expedita. Aut consectetur natus."], ["created_at", 2016-06-20 01:38:47 UTC], ["updated_at", 2016-06-20 01:38:47 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Deserunt et doloribus et vero. Neque officiis nihil maxime officia reprehenderit adipisci qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.5ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adelia@schmitt.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zackary Powlowski"], ["email", "adelia@schmitt.org"], ["password_digest", "$2a$04$kFiEC1nyLZ90Tf4Q84Wrjuc703TTXz6JVUBeJTm2Jx5xGXmHAtoHC"], ["created_at", 2016-06-20 01:39:12 UTC], ["updated_at", 2016-06-20 01:39:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Quia veritatis vel et tempore eum nesciunt. Est voluptatibus facilis qui."], ["created_at", 2016-06-20 01:39:12 UTC], ["updated_at", 2016-06-20 01:39:12 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Quos facere qui suscipit aut iste. Esse praesentium et fuga similique. Dolore fugit est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "velda@hermiston.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Isaac Prohaska"], ["email", "velda@hermiston.name"], ["password_digest", "$2a$04$T5lL07w4GS99pP1RrjxXWOKhGrKKzDKqLZhYHgQPUEua5SIdZNwk2"], ["created_at", 2016-06-20 01:39:20 UTC], ["updated_at", 2016-06-20 01:39:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Aut sed hic quisquam qui et eaque. Cum porro quas non accusantium quibusdam. Possimus necessitatibus quia quia. Autem omnis nobis."], ["created_at", 2016-06-20 01:39:20 UTC], ["updated_at", 2016-06-20 01:39:20 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "At voluptas sit libero aut ex rem rerum. Ut unde repudiandae corporis tempora aut quo at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roy@mosciski.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kurt Corwin"], ["email", "roy@mosciski.co"], ["password_digest", "$2a$04$758pW7EyEIVj3YZUUIWhpuQ7jmo36OSTqw481ELxX6VAJdTIKpMcK"], ["created_at", 2016-06-20 01:39:50 UTC], ["updated_at", 2016-06-20 01:39:50 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Est eius eveniet eum numquam et. Quia neque blanditiis corrupti labore amet veniam."], ["created_at", 2016-06-20 01:39:50 UTC], ["updated_at", 2016-06-20 01:39:50 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Sint aut aut nihil et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.8ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (16.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margaret@doyle.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavina Dooley"], ["email", "margaret@doyle.biz"], ["password_digest", "$2a$04$vqjvLhQLUErAnTMOBlX1.Oh4TvfUqkgHXtpQ8Kf2Ww9Oiu8bDuUTu"], ["created_at", 2016-06-20 01:40:07 UTC], ["updated_at", 2016-06-20 01:40:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Pariatur et similique corporis asperiores perspiciatis. Deleniti non ut sint autem. Et culpa eum accusantium."], ["created_at", 2016-06-20 01:40:07 UTC], ["updated_at", 2016-06-20 01:40:07 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Voluptates quis ad soluta dolore provident. Reiciendis qui nihil. Temporibus eveniet voluptatibus sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.2ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (4.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) BEGIN  (5.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (6.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (59.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carlie_hills@batz.io"], ["LIMIT", 1]] SQL (2.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Toby Hammes"], ["email", "carlie_hills@batz.io"], ["password_digest", "$2a$04$SW7cSIhDGvJhCr1HRgiFB.SSecit8fhyi3hOpdQGjaoY8SA3DwhQO"], ["created_at", 2016-06-24 00:23:35 UTC], ["updated_at", 2016-06-24 00:23:35 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Repellat autem sed tempore corrupti dolorum. Veniam suscipit repellat aliquam. Autem ut tenetur quibusdam aperiam maxime."], ["created_at", 2016-06-24 00:23:35 UTC], ["updated_at", 2016-06-24 00:23:35 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Excepturi voluptate quisquam omnis ducimus rem est quae. Sed vel aliquam at dolor quia quo dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.9ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (33.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deshawn_douglas@quigley.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carlos Dibbert"], ["email", "deshawn_douglas@quigley.co"], ["password_digest", "$2a$04$QzYQavvMe5L/QsDjBfWuoelLKoVSse9nbybFvZMD.ql4gqATGitD6"], ["created_at", 2016-06-24 00:30:01 UTC], ["updated_at", 2016-06-24 00:30:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Ipsam rem impedit culpa ut. Omnis delectus aut maxime natus aut quod. Ea vitae laborum delectus animi quia aut saepe. Assumenda illo consequatur repellendus."], ["created_at", 2016-06-24 00:30:01 UTC], ["updated_at", 2016-06-24 00:30:01 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Aut qui voluptatem qui beatae. Adipisci fugit laudantium voluptatem iusto quis officia quidem. Iusto maiores enim eius vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.2ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bartholome@baumbachschneider.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lionel Shields"], ["email", "bartholome@baumbachschneider.name"], ["password_digest", "$2a$04$s6fnSyDJ9n3i3TVpzwl65uuvdC0OeeglZjKb12PYtHJZlsbYIQHzy"], ["created_at", 2016-06-24 00:30:30 UTC], ["updated_at", 2016-06-24 00:30:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Rem repellendus ut cupiditate. Velit ut dolorem omnis sit. Enim cupiditate eos eos amet est reprehenderit. Voluptas maiores tenetur non perferendis."], ["created_at", 2016-06-24 00:30:30 UTC], ["updated_at", 2016-06-24 00:30:30 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Velit quisquam accusamus corporis omnis error magnam est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.8ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tiara_farrell@hoeger.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cortney Schmitt"], ["email", "tiara_farrell@hoeger.org"], ["password_digest", "$2a$04$/7tIWYwxlfaLyUtuaWdwu.Z4Y/LJ6fEy1dKtkk.EZDOv5sAdg2X.q"], ["created_at", 2016-06-24 00:37:33 UTC], ["updated_at", 2016-06-24 00:37:33 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Vero eos sunt nisi expedita cum. Recusandae reprehenderit voluptatibus nesciunt. Vel nam voluptate in ducimus. Aperiam provident rerum tenetur."], ["created_at", 2016-06-24 00:37:34 UTC], ["updated_at", 2016-06-24 00:37:34 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Non voluptatem voluptate. In facere quia deleniti. Voluptas eligendi laboriosam minima omnis consequatur natus rem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.7ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.8ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.1ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cynthia@steuberlittel.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Ena Kassulke"], ["email", "cynthia@steuberlittel.biz"], ["password_digest", "$2a$04$eGJslfdQbf7Z523YCicPYeyyio.w1aPudPTRLj6bJ.Cy0lU4ubGhm"], ["created_at", 2016-06-24 00:37:50 UTC], ["updated_at", 2016-06-24 00:37:50 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Animi enim perspiciatis commodi laborum est hic odio. Nesciunt possimus voluptate rem. Architecto distinctio ducimus magni voluptas fugit quia."], ["created_at", 2016-06-24 00:37:50 UTC], ["updated_at", 2016-06-24 00:37:50 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Voluptatem dolor voluptate dolore. Et debitis nam magnam. Quia sunt non eligendi ea exercitationem iusto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.7ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christopher@johnston.biz"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jalen Kunde"], ["email", "christopher@johnston.biz"], ["password_digest", "$2a$04$OC81TCe5YA2EW0iT93Ny/.vQuZQb95S8Hq5U72pB90yg7FJdYR.RG"], ["created_at", 2016-06-24 00:38:19 UTC], ["updated_at", 2016-06-24 00:38:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Omnis dignissimos sunt neque. Voluptatem autem fugit numquam et blanditiis enim animi. Adipisci et natus quidem ipsam consequatur modi nemo."], ["created_at", 2016-06-24 00:38:19 UTC], ["updated_at", 2016-06-24 00:38:19 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Saepe ipsum et omnis incidunt accusantium maiores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.3ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beau_becker@davis.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nick Kihn"], ["email", "beau_becker@davis.co"], ["password_digest", "$2a$04$z6OvXXbOMWRH6ckyTDoH7uqvAtf2neu1bxw4uKYqcZyPezGRAm3nm"], ["created_at", 2016-06-24 00:39:22 UTC], ["updated_at", 2016-06-24 00:39:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Consequatur dolor cupiditate sunt soluta quo. Impedit ad qui qui perspiciatis sapiente dolorum. Voluptatem rerum rerum corrupti est et soluta et. Laborum quia amet rerum architecto nesciunt aut."], ["created_at", 2016-06-24 00:39:22 UTC], ["updated_at", 2016-06-24 00:39:22 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Nobis deserunt totam consequatur exercitationem omnis numquam. Adipisci quia voluptas pariatur doloremque omnis quo. Voluptate illum quasi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.2ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (30.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cora@brown.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caden Runolfsdottir"], ["email", "cora@brown.name"], ["password_digest", "$2a$04$RhRpb8FTpdFPRILAHzBmU.bk0F2SQyqRL3IfVsCqQj6.nDFn9aFbm"], ["created_at", 2016-06-24 00:39:58 UTC], ["updated_at", 2016-06-24 00:39:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-awesome-title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Awesome Title"], ["body", "Accusamus commodi quod sed magnam architecto facere sunt. Sapiente fugiat dolorum cum laborum. Iure eum itaque numquam culpa et."], ["created_at", 2016-06-24 00:39:58 UTC], ["updated_at", 2016-06-24 00:39:58 UTC], ["author_id", 1], ["slug", "my-awesome-title"], ["summary", "Asperiores nemo a dolores nam. Quia occaecati non neque. Enim molestiae deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (44.1ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (2.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) BEGIN  (5.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (7.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (44.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (18.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.5ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (29.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (1.0ms) COMMIT  (0.8ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (2.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dahlia_denesik@pacocha.io"], ["LIMIT", 1]] SQL (6.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caterina Ernser"], ["email", "dahlia_denesik@pacocha.io"], ["password_digest", "$2a$04$azoXyAno/HCdazMrqF2ErOsxHEZCp5Kv33ytT8G6k24pxzAjMojHu"], ["created_at", 2016-06-24 22:30:21 UTC], ["updated_at", 2016-06-24 22:30:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Sequi ipsa iste debitis placeat suscipit magnam. Dolorum harum ut eos."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:30:21 UTC], ["updated_at", 2016-06-24 22:30:21 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Eligendi nihil molestiae enim dolor occaecati."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (35.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryley@kerlukemueller.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Darren Beatty"], ["email", "ryley@kerlukemueller.com"], ["password_digest", "$2a$04$PpZF4831b8RqqpQuRVv9COMnmRZBZMC9.1XCxKyJSE2JCSusGS6my"], ["created_at", 2016-06-24 22:31:58 UTC], ["updated_at", 2016-06-24 22:31:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (4.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Voluptatibus saepe laborum magni placeat velit. Quia maxime commodi quis."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:31:58 UTC], ["updated_at", 2016-06-24 22:31:58 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Odio quae minima quos est consequatur sed aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.3ms) BEGIN  (1.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xander@swiftleffler.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grover Balistreri"], ["email", "xander@swiftleffler.com"], ["password_digest", "$2a$04$1lWWJuspUroNci14oQ1AsOXnM9Kc45FM57PtjTaNKJmvb3WvZkJua"], ["created_at", 2016-06-24 22:33:17 UTC], ["updated_at", 2016-06-24 22:33:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Distinctio vel voluptates deserunt rerum suscipit numquam pariatur. Beatae nostrum dolorem repudiandae provident doloribus. Architecto ea odit."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:33:17 UTC], ["updated_at", 2016-06-24 22:33:17 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Quia est qui eligendi officiis. Similique sed est aut est. Aut alias modi cupiditate velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (1.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brandt.lemke@collier.com"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alford Ullrich"], ["email", "brandt.lemke@collier.com"], ["password_digest", "$2a$04$xybIY50ymyayQlLG0kVas.kH6HpjcMao9p30PHXHPy5HB3Wbc5hai"], ["created_at", 2016-06-24 22:33:34 UTC], ["updated_at", 2016-06-24 22:33:34 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Quas quam est esse est et. Consequatur aliquam maiores et laudantium nam. Et blanditiis dolorum quis est culpa necessitatibus quas."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:33:34 UTC], ["updated_at", 2016-06-24 22:33:34 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "In accusantium alias quaerat esse expedita iste provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (21.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candelario_wehner@predovic.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karina Jerde"], ["email", "candelario_wehner@predovic.net"], ["password_digest", "$2a$04$bSGufqwMh6Dhqvn2RteqgOJrtURB9esHQbmDAmFyUfnxuDIkdoubS"], ["created_at", 2016-06-24 22:34:55 UTC], ["updated_at", 2016-06-24 22:34:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Aut aut error. Ab pariatur commodi nobis iure totam odio. Vel impedit omnis sint iure nulla id. In cupiditate possimus."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:34:55 UTC], ["updated_at", 2016-06-24 22:34:55 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Et error quam vel. Veniam hic id et perferendis eos cupiditate iure."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (24.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.1ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.7ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$rAc8BobMMRC0RCcN1A9ip.OAiRp2k.tz4ad9vZQjFutXFecM7pbZ."], ["created_at", 2016-06-24 22:35:14 UTC], ["updated_at", 2016-06-24 22:35:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (1.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$jShTbbPuCTtia9khoBT.xOZVkVOqMC8mdwm5FQNJ5t.Resp.4PGOa"], ["created_at", 2016-06-24 22:35:14 UTC], ["updated_at", 2016-06-24 22:35:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (2.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$G8Bi7x/3RrifBMrHNz5WDO40dfTuzhI5eeJX/EUuU44LIJFgCex92"], ["updated_at", 2016-06-24 22:35:14 UTC], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "justus@johnstonlebsack.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andres Ward"], ["email", "justus@johnstonlebsack.co"], ["password_digest", "$2a$04$Bi1X43H6rMkLzJvtFgovCO7W/xpEg/0jLIHoqErKOpemhGQSxhb8y"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Inventore sed quia. Iusto ullam voluptatibus eum. Vero velit quia expedita."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Sed molestias sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 22ms (Views: 15.5ms | ActiveRecord: 0.0ms) Exposition::Post Load (4.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rickie.gerlach@grahamreichert.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sophia Hane V"], ["email", "rickie.gerlach@grahamreichert.info"], ["password_digest", "$2a$04$u1LBVN/zA1XscOZrIkRMBe9lq8IdfTQ1vn04jSsNuLsGM7GsBDf/i"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Rerum non laudantium possimus. Voluptas id sint enim. Eum eaque similique aut dicta necessitatibus reiciendis. Et est harum aut."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Officia incidunt voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maia@langoshmueller.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alysa Goyette"], ["email", "maia@langoshmueller.biz"], ["password_digest", "$2a$04$F.MrSN0UgEMz2E1bBGhal.GmLrgQwrI.gwdnzQDWneJtITLCq0fVa"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Id ut quia. In eaque distinctio quo eligendi in alias dignissimos. Incidunt eos pariatur."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Ullam sit sed non sapiente id labore ipsam. Et laboriosam voluptatibus numquam qui accusantium nam. Reprehenderit aut inventore nam sit eos sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mckenna_kovacek@farrell.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Morton Donnelly"], ["email", "mckenna_kovacek@farrell.com"], ["password_digest", "$2a$04$RG9kH1nWya.fYR/W9MflfuESd8hd6.o0GAt95ai/cd8TB03gC8WVG"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Vel quia omnis sunt sit. Doloribus neque similique perspiciatis esse et qui."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Et repellat odit. Et laudantium qui. Ut facere ut qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cheyenne@brekke.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Okey Marks"], ["email", "cheyenne@brekke.org"], ["password_digest", "$2a$04$IiPX6mpSt51txXeZlyizAemQWL8gejaFe6odaUoWr3wZye9Zmj/VW"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Eaque voluptates accusamus. Non aliquid a et sed suscipit et explicabo."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Quae aut nostrum dolor modi rerum vel. Eum saepe quod."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "levi.kilback@cremin.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jeremy Kreiger"], ["email", "levi.kilback@cremin.name"], ["password_digest", "$2a$04$ujrUbskCPgpse41p/.7F0uufVmehJ3OIkay.aJEvK8n7GkmQvNhTS"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Quae sunt qui beatae dolore voluptate error. Repudiandae a voluptatem voluptas veritatis tenetur et et."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Amet accusamus quibusdam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jameson_roberts@treutelkeeling.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rossie Hills DVM"], ["email", "jameson_roberts@treutelkeeling.biz"], ["password_digest", "$2a$04$WTvbCpeqO5LZOBVRUrxVsOUL4TZPdGo5qL6lRjXUaxBl3CTjLn7AC"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "A dolorum enim itaque. Culpa ipsam atque. Eius dignissimos quo expedita impedit deleniti repudiandae."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Ut aliquam quia mollitia qui. Perspiciatis id aut impedit qui laborum. Magnam neque earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerad_roob@ryan.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maggie Halvorson"], ["email", "jerad_roob@ryan.org"], ["password_digest", "$2a$04$s.R28MfwHKZJEDrPOUtQhuv5WA9qg5A0Vt0ZmOooG.rj9nsK1oQ/e"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Necessitatibus deserunt nihil aut facilis asperiores. Corrupti nesciunt non velit rerum optio veritatis perspiciatis. Sapiente sed doloribus animi consequatur eaque pariatur."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Dolore qui voluptatibus ut aliquam quod ex."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathryn_hoppe@collins.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Viola Schowalter"], ["email", "kathryn_hoppe@collins.name"], ["password_digest", "$2a$04$M6XpPsuitSAjiujrsZHAmudBP1s6rNjtqrWoH6zB3clkNXTwXO0DO"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Sed officia aspernatur pariatur. Qui illo provident deserunt officia sint. Corrupti iure quam et."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Sed qui sapiente nemo aut earum reiciendis veritatis. Sed perferendis enim odit commodi magni."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casandra@franecki.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caroline Tromp"], ["email", "casandra@franecki.com"], ["password_digest", "$2a$04$GEi8Vi6mI/oLfSk9Z6Breerwqn1OKrdzoZoMGiwP76FYMRjNXgAdm"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Sit natus ea voluptatibus non. Necessitatibus qui perspiciatis possimus molestias nisi. Non ullam rerum vel explicabo iure soluta."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Quae ut sit et quos. Accusantium odit similique omnis aut placeat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wendy@effertzbraun.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andy Koss"], ["email", "wendy@effertzbraun.name"], ["password_digest", "$2a$04$erNoiJDcVjHNcpAoccJVu.ij9iUx1U6iknwuXegVIsQVUqEawj4eu"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Ea voluptas libero est. Sunt ut eligendi voluptate eos voluptatum. Ab et atque autem dolorem."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Voluptates dolores porro qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacinto@murazik.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Ayla Heathcote"], ["email", "jacinto@murazik.org"], ["password_digest", "$2a$04$3ATgYJ/qoi4y5PUjfVCdduQ231viiOtska2kcn5Ag/JXPrs2Xik2i"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Libero hic ad aut esse illum. Voluptatem eaque officia omnis aut placeat vero. Perferendis autem excepturi et eaque."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Illo omnis est. Et enim id omnis repellat quia. Perspiciatis ut non alias magnam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xzavier.rowe@cain.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Velva Bartoletti"], ["email", "xzavier.rowe@cain.info"], ["password_digest", "$2a$04$sQV1s81mvK6ITr1GhGtlpugyX7lMaUPcSzychbPclgdp1eJXAzXPW"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Sed consequatur explicabo nihil illo rerum molestiae deserunt. Facere dolor dolorum quisquam quia. Ut non quis exercitationem est animi itaque."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Quasi quis qui dolor iusto illo suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mark@rodriguezspinka.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yasmine Rempel"], ["email", "mark@rodriguezspinka.com"], ["password_digest", "$2a$04$s0D.3QutJ5pd44GYw6aGsO3/jamOJfmtQzPoA/ftA83cjpsblcWoe"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Qui accusantium qui aspernatur rem. Dicta expedita omnis numquam dignissimos."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Corporis deleniti nemo autem facilis id. Maxime suscipit molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mafalda@parkermoen.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Narciso Farrell"], ["email", "mafalda@parkermoen.info"], ["password_digest", "$2a$04$BdO/v0wGXpo.9juQFyxsVuOkevux5V4jWLQsUTtRhVHwANl4Du.8K"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Laborum soluta non. Dolorem ratione dolore reiciendis veniam. Delectus dicta harum et voluptas repellat. Ratione perferendis qui accusantium."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Rerum autem quia sed vel magnam quam aliquid."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "davin.walker@cummerata.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaden Casper"], ["email", "davin.walker@cummerata.co"], ["password_digest", "$2a$04$w/lATQCXWxNx5Yx.oHc2KO8TSmfY5RmvovA72YO3M2txxhvza6oCG"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Atque sunt quidem. Molestiae qui commodi occaecati. Blanditiis ut praesentium placeat assumenda odio ducimus. Quas praesentium qui blanditiis iusto."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Repellat corporis voluptatibus. Minima ut cumque id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marlen@baileyschiller.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Selina Yundt"], ["email", "marlen@baileyschiller.com"], ["password_digest", "$2a$04$M3eezmzNdShNrs6S/IxRZuRjNi6Z7tIsM4iR8pjYQLebqeFqSD4Nq"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "In nihil doloremque velit. Ducimus quia beatae et esse omnis."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Ut doloribus veniam non asperiores quia incidunt quaerat. Quaerat possimus est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emile@monahan.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Akeem Crist II"], ["email", "emile@monahan.name"], ["password_digest", "$2a$04$d3De1msuDhrTpybeLTJucuW3yDCe30PVuVB//96wJ296gNgpJ2DlK"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Quibusdam rerum omnis atque sit ut. Et esse tempora."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Consectetur sit blanditiis voluptatibus. Voluptate dolores totam. Non numquam dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vesta_nienow@cummerata.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Marty Feeney"], ["email", "vesta_nienow@cummerata.co"], ["password_digest", "$2a$04$O7ijbNVWLORuk9SLVBEDdO3DTqkreHGblCGMRNizp5CPj7Lkywe9a"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Odio officia repudiandae at occaecati. Et illo nihil repellendus fugit qui."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Nobis dolorem dicta in. Saepe est voluptates facilis temporibus placeat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brianne@gloverbotsford.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Connie Graham"], ["email", "brianne@gloverbotsford.com"], ["password_digest", "$2a$04$89KZ22It4V6dmB6g2wH5oOn.avdY02Q2mEJrAIhRBDEXLdBTKP4yO"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Nam rerum autem sint praesentium est. Nulla ea enim ratione consequuntur. Praesentium rerum doloremque voluptatem. Quis est omnis aut et."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Consequatur velit possimus voluptatem eos asperiores sed a."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "junius.romaguera@trompbernier.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Enola Herzog"], ["email", "junius.romaguera@trompbernier.org"], ["password_digest", "$2a$04$MTQuHLj8tPKcE4VeqN4lCeW2Jkq2Ua8/LKSaaLXXeykyXmjqv4UKa"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Id eum velit ullam sint sit. Eius voluptatum voluptatibus non voluptatem possimus consequatur."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Enim omnis sint nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "montana@uptonwelch.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Ottilie Zemlak"], ["email", "montana@uptonwelch.com"], ["password_digest", "$2a$04$GfWbUSV2.V4UkziE4Sj.Puu9p6cVIFRbAKcQBm1P3C33ZoN/eVO2a"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Fuga atque ex sint. Autem enim officiis repellat ipsum dolores. Consequuntur dolorem corporis aliquam quo aut et. Ullam pariatur nihil libero quod voluptatum quis magnam."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Ut sunt iste. Aut ullam eveniet sit aspernatur. Et reprehenderit necessitatibus vel odio aut et eius."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thea@lehner.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Aylin Daugherty"], ["email", "thea@lehner.org"], ["password_digest", "$2a$04$G8lXxG8IgsLcPhTyo.FSJ.7CrecGfctcT20EPuKPT1HpmmLJQhcIO"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Quisquam tempora provident consequatur ratione numquam facilis modi. Ut est sed iste autem tempora."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Soluta blanditiis alias omnis. Sapiente impedit ducimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mylene@kozeyankunding.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Liza Rowe"], ["email", "mylene@kozeyankunding.com"], ["password_digest", "$2a$04$isDW2IaDsi7PBaTOTPFs3.kqsJMu0nDALMWTT.s5EZmU.ozlnRg9e"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Dicta ipsa eos. Ab placeat sint atque corporis eius neque. Aut quasi perspiciatis quo eum placeat."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Facere labore repellendus dolore. Magni est totam. Ipsa cum et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keara_lowe@bartellschiller.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Astrid Leuschke"], ["email", "keara_lowe@bartellschiller.com"], ["password_digest", "$2a$04$oOvyQAE6CaqYeA2BeBowXOadDYj/kEz7cX6b/WokMgbJF.1.JNdBm"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Ipsa fugit et ipsum molestias quisquam quia consectetur. Id ut dolorem."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Cum dolor repudiandae ipsa. Voluptatem a consequuntur deserunt ratione veniam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alba@leannoncummerata.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bert Dooley"], ["email", "alba@leannoncummerata.com"], ["password_digest", "$2a$04$COPBbK3ZeVA9eJd.iSqEfu4OFOC2GIuFU1ZkukGbAPBcxWPVxqdgu"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Modi esse officia unde. Maxime porro non iure dolorem et voluptatem. Animi labore reprehenderit."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Hic quia deserunt facilis. Adipisci labore facere placeat cum culpa. Aut harum ipsa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "whitney@oberbrunnerlemke.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brent Weissnat"], ["email", "whitney@oberbrunnerlemke.info"], ["password_digest", "$2a$04$HhM7pt/Z1ko11qpN7MnV9O4DCO.dQXfcRkhHPUTZNiLCboyI5p6Nu"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Dolores veritatis nisi. Quis eos sed quidem."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Dolorem quia quam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dana_zemlak@wolf.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Adele White"], ["email", "dana_zemlak@wolf.info"], ["password_digest", "$2a$04$FIAKONIiP18tLtR7wIjryOjHulO1zYgjOoM6.O6xC3XHqtLWpWr3S"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marge_bayer@durgan.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isidro Kilback"], ["email", "marge_bayer@durgan.io"], ["password_digest", "$2a$04$9m8hsQOp2nzo4AW70riUBemYYaT7CTC1XbQkCN0k4xZi/Zlwg3Ns2"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Amet magni consequatur minima alias perferendis. Quia veniam deserunt molestiae id dolorem suscipit. Earum corporis et consequatur.", "summary"=>"Ducimus deserunt consequuntur eligendi esse porro nobis.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (1.0ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 2.1ms) Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Consequatur aut assumenda quibusdam quia et quis. Eum alias et itaque ex et. Et voluptatibus ratione culpa et molestiae quia.", "summary"=>"Qui recusandae at autem et laborum id. Aut saepe omnis.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.3ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vito_christiansen@bartoletti.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carleton Schmitt IV"], ["email", "vito_christiansen@bartoletti.io"], ["password_digest", "$2a$04$QC107asv6C9HngTfZ49PTeH8bpuNuwtqNOXMIUpw9OEiFA6bQF2l."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Iste aut minus porro. Eveniet possimus quis explicabo animi et et facere.", "title"=>"Title"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Iste aut minus porro. Eveniet possimus quis explicabo animi et et facere."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Vero nesciunt dicta quod fugiat adipisci occaecati. Et ea earum commodi non. Velit ipsam eaque rem sint neque et.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gracie@heathcoteturcotte.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelli Weissnat V"], ["email", "gracie@heathcoteturcotte.info"], ["password_digest", "$2a$04$o07LvpINBWbUWt7teSXHFOYVe5ax8sXowJVTUjTOk9WWNQ9SBHVLO"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "In possimus cumque. Deserunt quis dolores voluptas aut cumque repudiandae."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Dolor voluptates eum saepe ullam magni. Ut sed nihil consequatur magni in. Dolor ut ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fletcher@fritsch.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darren Gutkowski"], ["email", "fletcher@fritsch.com"], ["password_digest", "$2a$04$Tc1InMZP2s/QTiMXEWVQuOSItfjkrVrvbBVJDX8XJpuviydAPNeXq"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Est nesciunt animi exercitationem. Fugit culpa iure quam dicta ratione maxime. Officiis accusantium quam. Omnis quisquam eligendi nostrum est iusto."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Corporis quo dignissimos velit totam dolores fugit. Ea voluptatem ut fugit aut minima ipsa repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daphnee@schamberger.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stacy Schumm"], ["email", "daphnee@schamberger.org"], ["password_digest", "$2a$04$1k.VnNRH6FFw98P/HYigdOJ8JJ7ubvoNpwoaxnbu4PonhOzBIVT7m"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Quos molestiae dolorum culpa a. Aut dolor aut reiciendis. Modi ipsam quia ut cumque nihil omnis asperiores."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Placeat odio ipsum. Qui nam aliquid est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ru@mclaughlinmurazik.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "David Cassin"], ["email", "ru@mclaughlinmurazik.name"], ["password_digest", "$2a$04$d3O4XvLgcQrbvxyI7calue20u.fJBwOJksOYfh2z9OH8jGIheMCJW"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Quis veritatis quod. Minima vero non est inventore. Nam dolores modi aliquid ut velit. Culpa quaerat dolores."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Nam laborum unde eos ea. Aut vero qui enim. Eaque explicabo possimus fugiat deserunt et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (4.1ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-24 22:35:15 UTC], ["id", 32]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 6.2ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamont_stracke@price.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Santos Prohaska"], ["email", "lamont_stracke@price.io"], ["password_digest", "$2a$04$NlbR.HZoWkG8W.NrwNXjB.W3PBf14jpt37EsmZu7XpN3y7UvFrPo."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Magnam et consequuntur rerum consequatur veritatis nihil quia. Voluptas est natus et et officiis. Officiis nam quis similique odit."], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Qui cum id voluptas neque sunt repellendus. Distinctio nobis nam aut voluptas velit et rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-24 22:35:15 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.4ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "destinee.johns@wunschhamill.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kari O'Keefe"], ["email", "destinee.johns@wunschhamill.io"], ["password_digest", "$2a$04$mt6XL3IBasLIXRO3XEhbFOy7dLQbLNcXpBhySEEYThBM1O417Zcjm"], ["created_at", 2016-06-24 22:35:15 UTC], ["updated_at", 2016-06-24 22:35:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "layne@muller.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Roxanne Wehner"], ["email", "layne@muller.net"], ["password_digest", "$2a$04$ga9eZJdzhVUKk62qBGzYcuAgjl7qdm1Ix5WMsGbXD.BmdX8TjJMTu"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Itaque reprehenderit dolor quos corporis sit. Doloremque aut nihil ratione voluptatem."], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Fuga eum laborum et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-24 22:35:16 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.7ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "quinn.tremblay@walshleannon.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jamar Kunde"], ["email", "quinn.tremblay@walshleannon.net"], ["password_digest", "$2a$04$p22/Ent9TIQJmlaqiuNxG.BOu1F0l8EmRzPNXniFT3nmTNUAtxjdu"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Ut error atque similique ut aliquam dolorem ex. Adipisci sed suscipit. Atque qui quia."], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Quis sit voluptatem ipsa natus."]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-24 22:35:16 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (151.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Elenor Cormier"], ["email", "user@user.com"], ["password_digest", "$2a$04$/hwDBoRnzYltIJABQyw5jehTrkXko5l8W8K2cRcVC7AzZ6wAAf0t2"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$S5f9g.yJRTQ4G9UkLtMXCOScTKX43V/mWFZIvGc4duU4p24QgihVy"], ["updated_at", 2016-06-24 22:35:16 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 7ms (Views: 1.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mac@jaskolski.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Forrest Parker"], ["email", "mac@jaskolski.info"], ["password_digest", "$2a$04$s/CehqWOJgtxwubO5XAseO8kHYWAoNyMsAmoyVq05hRGEBSe.XMF2"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.8ms) Completed 200 OK in 9ms (Views: 1.7ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-24 22:35:16 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.8ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-24 22:35:16 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.8ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glennie.collins@will.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noe Auer MD"], ["email", "glennie.collins@will.io"], ["password_digest", "$2a$04$TV5/dRQsYm0RhI4tA7r0bOQbcAMqPJso0jBDUVOHYGn3FfUPtUFWO"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Laudantium omnis odit. Modi vel expedita dolores quas. Excepturi quo quae iusto at autem corrupti. Nulla quis ratione enim et."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Molestias in recusandae. Consequatur impedit est atque omnis quis vitae quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isom@christiansen.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Harley Schroeder"], ["email", "isom@christiansen.net"], ["password_digest", "$2a$04$NC9gklzEZkebrjRlRWFsqO.RCuRfmyw/3/Nt10m9UUx6twk74tRWS"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Et inventore voluptas cupiditate. Perferendis et ratione omnis fugit quis rerum harum. Numquam sed commodi quidem autem soluta. Asperiores aliquid ut omnis quo et illo."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Amet nisi ut nesciunt vitae est. Eos rem earum corrupti. Expedita iure illo inventore fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matilda.maggio@turnerfritsch.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Angie Kovacek MD"], ["email", "matilda.maggio@turnerfritsch.co"], ["password_digest", "$2a$04$Yf2XylAvVSVF3ZKcTBawv.WP55HAUAk0KSbgOZYanRJ/BaQ09b5MS"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Delectus voluptatum earum. Aut eaque voluptas ducimus possimus nihil voluptatum."], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Nihil libero dolorem aut. Est dolor quos eaque fugit laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-23 00:00:00 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 19ms (Views: 12.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrtle.hamill@jenkinsconsidine.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joanne Heidenreich Sr."], ["email", "myrtle.hamill@jenkinsconsidine.com"], ["password_digest", "$2a$04$DZ3YQ8/f3xIYnlfoeAO5JueMdI73i9NDNr2EEA6./IGZfGruaW.oa"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Consequatur ut est sit quia dicta. At asperiores placeat et delectus laboriosam sit. Sit dolores labore dolores est cumque."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Minima illo fuga. Doloribus omnis rerum qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emory@howewalter.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reynold Torphy"], ["email", "emory@howewalter.info"], ["password_digest", "$2a$04$phwzm5Qox3wkH5Bt6WTiJevg5MU6K0vgmKZ8lrW0KUMk0C4TSm9ae"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "In est sit. Nobis consequatur autem et. Quia voluptatibus necessitatibus praesentium iusto dolorum explicabo provident."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Aliquam veniam quae velit optio praesentium non. Quos veniam quaerat totam. Porro ea voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gwen@howell.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reymundo Howe"], ["email", "gwen@howell.co"], ["password_digest", "$2a$04$mR.ll6EO68HkgChUsjMIb.j3/jTJ4/3yWRosM3F45dfO4JdwqKlMm"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Numquam quia optio labore impedit dicta quaerat. Necessitatibus soluta velit."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Neque earum modi odio hic."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennett.wisoky@olson.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pauline Harris"], ["email", "bennett.wisoky@olson.co"], ["password_digest", "$2a$04$tjdrDDU7oJT6tGvT2vaz5.VBgW3zKjYNX75OkisWuterKSNM8TZMK"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Dolores ad minus. Perferendis sunt aspernatur repudiandae culpa provident. Eaque ut quas. Fugit maiores voluptatum excepturi et est itaque."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Non porro deserunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "autumn@murazikkilback.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lina Will"], ["email", "autumn@murazikkilback.com"], ["password_digest", "$2a$04$ADIZ7FA49B2eGEscQRf7UeRuRedR9YnUOnwy.4EOE4YDa3q0t.qRK"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Debitis deserunt et. Ut dicta non. Id ut ipsam rerum earum."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Deleniti laboriosam nostrum fuga quibusdam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "al_windler@weinat.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mike Herzog"], ["email", "al_windler@weinat.com"], ["password_digest", "$2a$04$fB0GhIxnlRREZIPCh6B3PubYcxcDcMWcpiV.hNBOlWREBpnhf7pwG"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Eaque recusandae quis rerum nulla vel sunt repellendus. Similique et vel aut eligendi totam et. Quisquam consequatur rerum quidem est nemo voluptatum eum."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Mollitia laboriosam est in cumque. Quos aut quia sit numquam magnam fugit et. Sit sed voluptates qui reprehenderit nihil neque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shayna@doyle.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marina Wuckert"], ["email", "shayna@doyle.net"], ["password_digest", "$2a$04$tq9lfQdyh5CXRUg34oUNX.8l8RsDbGMD09XHw/7UFz//O.pxM.ypW"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Eveniet asperiores reiciendis libero aliquam modi perferendis cum. Dolor repudiandae earum iste quas dolore ad qui."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Molestias sint in. At in suscipit blanditiis et ut quo consequuntur. Recusandae eos quod ut est esse vitae nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmanuelle@emmerich.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fernando Thiel"], ["email", "emmanuelle@emmerich.net"], ["password_digest", "$2a$04$WvdohTk4pSsKhFtC5DMsceiDGgF/dm4MXAVZpIxI0.EBwaoUNY2Em"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Alias dolores suscipit vitae et et consectetur. Quia neque excepturi."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Earum quibusdam ut vero adipisci unde. Tempore ea recusandae ipsam dolore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "natalia@mcclure.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leanne Swaniawski"], ["email", "natalia@mcclure.org"], ["password_digest", "$2a$04$B2KTvMePq11GWjCEiJweUOtJEd0dcg15qGHSvXZz/YNkTdgTavpJu"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Id et ea saepe omnis error repudiandae. Ea molestias laboriosam perspiciatis."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Id aut placeat reiciendis nobis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aric.marvin@oreilly.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orion Balistreri"], ["email", "aric.marvin@oreilly.co"], ["password_digest", "$2a$04$FQZm2McxsJcT914XgqQz4ev01URgWmf2jXYFeMebXoKSFt0PVNQ8K"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Sed qui sunt ut esse ut provident ratione. Est sit mollitia cupiditate quibusdam."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Ipsum itaque quod illo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "armani.jakubowski@rowe.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Krystel Shanahan"], ["email", "armani.jakubowski@rowe.biz"], ["password_digest", "$2a$04$AdcDkbXVxbBGQd4NPK6HXuaYvYJXitZwmyQ9Rs3NqjGYyhtJb6hX6"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Doloribus at illo nesciunt et. Rem dolor sunt dolore esse ea autem eveniet. Et sit voluptas aut et. Suscipit eligendi voluptatem."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Dolorem quas labore vero. Cum aspernatur at vel aperiam officia assumenda vitae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "omari@boyer.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rhianna Dare"], ["email", "omari@boyer.net"], ["password_digest", "$2a$04$FfN4NGaYD/Q53XgAnIS1BeFQst3VbBAsMeVjbi4oIeiujVIe2x/Qu"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Culpa natus quo non. Fugiat totam soluta tempora aut. Eaque omnis sunt facere animi voluptas et dolorem. Pariatur dicta officiis sit corporis non suscipit."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Laborum molestias repellendus unde."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ivory@quigley.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Demarco Stiedemann"], ["email", "ivory@quigley.co"], ["password_digest", "$2a$04$xWIj9qgQHdp31jRgbZyNDOYqJk3TfczkxhxboEi4/0/Ox4..adIVG"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Voluptatem animi iusto quam sed. In voluptatum repellendus facilis maiores et. Suscipit aut omnis dolore quibusdam id voluptatem."], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Laudantium fuga nostrum omnis quibusdam veritatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-24 22:35:16 UTC], ["updated_at", 2016-06-24 22:35:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (3.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 56ms (Views: 13.2ms | ActiveRecord: 6.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "olaf.wehner@dach.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joy Heaney"], ["email", "olaf.wehner@dach.com"], ["password_digest", "$2a$04$sugu6zbcz59.Alm2c8Bb2udfvSX.mHaydH6Z00KwhCUOM282NJDJy"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Architecto rerum provident perferendis et iure optio et. Eum et quis. Dicta tempora eius fuga odit laboriosam rem. Maiores modi est id est sit sunt."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Aut corporis dolorum minima. Delectus sed minus eos aut quia enim."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernhard.hand@lowe.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexandra Walter Jr."], ["email", "bernhard.hand@lowe.co"], ["password_digest", "$2a$04$uL3IQ5byiAqOk2ZTNnRRGOfUngf2Zup8rYGvGZ0KoXUkd5trMmW2K"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Eius aut quo perferendis est. Quam dolore recusandae et. Eligendi vero aut dolores aut."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Suscipit dicta natus alias voluptas maxime error voluptatibus."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeie_feest@cummerata.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Demetris Runte"], ["email", "jeie_feest@cummerata.net"], ["password_digest", "$2a$04$bhESLhSVbVvOp59UkVdx9.WzG1mTJ5f9oY6X91kCxZXkZJGoRl.pC"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Magnam illum consequatur fugiat ut ut quas. Ducimus provident facere."], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Qui excepturi et recusandae."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clay_dooley@dibbertgislason.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adriana Streich"], ["email", "clay_dooley@dibbertgislason.name"], ["password_digest", "$2a$04$3nYupAqFpaC9GolQ3F/01ei1/VhBscpPm1WNXA2hbEELTFB.G8X2i"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Nulla perferendis fuga. Amet sit voluptas qui sint."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Ut dolore voluptates. Laudantium tenetur quia quas. Qui debitis alias consectetur non deserunt et consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-22 00:00:00 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 1.1ms) Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eladio_wiza@gulgowski.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gennaro Russel"], ["email", "eladio_wiza@gulgowski.biz"], ["password_digest", "$2a$04$tH5zEHfcTLTbmL94QuMe4uGDBq0xiOIzs/8PRbgiFa2jKvCXWTsV2"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Explicabo rem ea vel voluptatibus tempora voluptas qui. Voluptatem omnis qui reiciendis est et non. Quod optio perspiciatis et quos exercitationem quidem."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Voluptas aperiam itaque tempora."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayde@beckerblanda.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmett Fritsch"], ["email", "jayde@beckerblanda.net"], ["password_digest", "$2a$04$Xt4F6La/fcQrbewnYBxuLOV8zBwhSjqgV3nTuspzf9uA/6meLsHKG"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Provident soluta sint qui. Occaecati sed fugit sint esse sit aperiam."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Qui reprehenderit omnis quo fugiat ab aliquid quis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaylen@hudson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maia Little"], ["email", "jaylen@hudson.io"], ["password_digest", "$2a$04$ezRdy96fby.IVBO0EklZv.jKoB4vXjkmdQgGRgChA9Ljetvyk7rRe"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Rem voluptatem dolores voluptas deserunt est tempora eos. Tenetur dolorem et itaque vitae illum iusto. Aut eos voluptatem consequatur dolores qui corporis. Debitis et fuga blanditiis placeat sit eos."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Et consequatur odit fugit rerum sed reiciendis. Totam dignissimos aperiam tempore. Debitis voluptatem aut eos magni vel iure eum."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allie.price@bauch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tanya Wisoky"], ["email", "allie.price@bauch.biz"], ["password_digest", "$2a$04$I0/DsAwp63QWDpx0XEv8huu9mertEprzvx8pOErNn.9pnlxYey/nO"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Quae quia et architecto incidunt et perferendis. Id sunt est eos sed qui enim. Voluptatem tenetur aliquid. Magni dolorum laudantium est esse occaecati."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Non dolorem occaecati in."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mabelle@roob.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dandre Wintheiser"], ["email", "mabelle@roob.info"], ["password_digest", "$2a$04$K6eJpwqTW.kJqbzpXX6fWukcUZbpN7hfUewyXkhwahfL4KXN2.Byq"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Et repudiandae impedit modi consectetur quia enim eum. Non sit sequi occaecati. Doloribus maxime consectetur beatae."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Voluptatem aut fugiat nihil iste est. In error non pariatur temporibus ipsam."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayson_moen@brakusvon.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Rick Stoltenberg"], ["email", "jayson_moen@brakusvon.com"], ["password_digest", "$2a$04$qvBUXF/OBWXX.a9L6B0jOeTCbK0MA9JTcNAxJ/OPf8JpfuHfG.9wG"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Labore architecto nesciunt quis eum dolores ut. Eum quo excepturi similique qui blanditiis suscipit. Ut aperiam sit."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Est debitis consequatur distinctio rerum. Id ipsa ea amet aspernatur ullam hic omnis."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "asha_kerluke@luettgen.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Gracie Beahan"], ["email", "asha_kerluke@luettgen.biz"], ["password_digest", "$2a$04$CkdU2xfl1mGyZy1Lkh7sV.vL4SyF9sVpNE/wAiWC/4Pz.xjHMxZ06"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Pariatur dolore deserunt mollitia nulla. Non et et rerum ipsum temporibus est. Tempore et dolorem iste voluptas. Eaque consequuntur totam repellendus."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Qui laborum minima provident illo sit. A reiciendis accusamus dicta cupiditate nisi eum aut."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aurore_sanford@durgan.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rafael Gorczany"], ["email", "aurore_sanford@durgan.co"], ["password_digest", "$2a$04$0iMSKwdE0YLb5mSOJM6DyOi8/OUWAYU7kdxL.9f7n1vVEvCyA5bwq"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Autem veniam qui eos cum dolor. Nulla ipsa laudantium corrupti animi. Repellat voluptatem esse officia voluptas temporibus dolorem."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Aliquam aut sint non. Maxime ut aut ducimus. Officiis est quia eum corporis rerum."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matilda@ohara.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaunita Borer"], ["email", "matilda@ohara.net"], ["password_digest", "$2a$04$x4IBz7RySz2z7hl7oJDeWexnSz2keAyayt4TOFZWJQBZX5p4mKEEi"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Praesentium quam ipsam id officia. Autem adipisci molestiae voluptate dolores in. Est vitae est a. Sed odit esse nostrum."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "In porro vitae quibusdam ex fugiat. Culpa debitis eos numquam non. Ipsa asperiores modi et eum omnis quasi."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "winnifred@kuhic.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kennedi Bins"], ["email", "winnifred@kuhic.io"], ["password_digest", "$2a$04$WrlJ4x0F6p8RwnuVfLb7t.oN/EA069UD96M0M.AAwqR8V9/tMWJIu"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Quo asperiores quo eos. Autem suscipit saepe quod quisquam voluptate. Velit enim ratione sit. Et ut rerum asperiores sint error doloribus."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Aut quo harum dolor quia laudantium."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haleigh@heel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Dahlia Little"], ["email", "haleigh@heel.org"], ["password_digest", "$2a$04$pF3490U7byiKGkIS7VekW.Q6xJwrNr6s9DDrsB6V6EnwJWpXSD1Ru"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Et quos qui aut aspernatur quaerat quo voluptatem. Nostrum voluptatem laudantium ad molestias. Provident inventore id ex."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Qui hic omnis perspiciatis sunt sint exercitationem dolores."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.2ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "toy@herzog.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Helene Larkin"], ["email", "toy@herzog.net"], ["password_digest", "$2a$04$QCgqiC6eNBXSn7m4qafT0enVl8zcugy03uFBUS7.fnKoxOHI0EUVS"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:17 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (23.1ms) Completed 200 OK in 371ms (Views: 367.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:17 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"toy@herzog.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "toy@herzog.net"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ODh.nei4RE12NgIKTAO3S./BFISpYBKY8/6deGSB6Eb.djm.2ylmm"], ["updated_at", 2016-06-24 22:35:17 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.3ms) Completed 200 OK in 46ms (Views: 35.4ms | ActiveRecord: 2.8ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cecelia.johns@hammesweber.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alene Schuppe"], ["email", "cecelia.johns@hammesweber.name"], ["password_digest", "$2a$04$p7XyHN2fxphmqeWEQM6qE.uY3xJxZEEpA9wMLNzrVlVgoamRke0xe"], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Quia nemo voluptatem. Sint iusto expedita voluptate quidem. Facere dolor eos rerum aperiam debitis quia."], ["created_at", 2016-06-24 22:35:17 UTC], ["updated_at", 2016-06-24 22:35:17 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Cumque ea ut laudantium quos aliquid assumenda minima."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (9.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (82.2ms) Completed 200 OK in 106ms (Views: 86.2ms | ActiveRecord: 12.4ms)  (2.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jade@stroman.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristina Boyer"], ["email", "jade@stroman.info"], ["password_digest", "$2a$04$b3nC8bo4XYBDo8Lp3hYzReZcgIDDgkFOYFzRqpCiDvASvFsrZD2Fm"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 17ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jade@stroman.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jade@stroman.info"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Pzfkpfhcg4XIGJg/sSGnS.i5zuI9/qpgPih6TQ61SOr3ZvZ2kj6uG"], ["updated_at", 2016-06-24 22:35:18 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 26ms (Views: 20.9ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnathon@ernser.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kayla Bogan"], ["email", "johnathon@ernser.io"], ["password_digest", "$2a$04$eMS3OYt.ezD7xbXKj3JvtethUX11UrQ0mab166JeN/XaQ564f5gQm"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Excepturi ullam ea. Dolorem explicabo laboriosam rerum enim. Occaecati sit aperiam iste porro odit quibusdam."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Dolore in consectetur tenetur vitae."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gino@cummerata.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Virginia Huels"], ["email", "gino@cummerata.com"], ["password_digest", "$2a$04$1Hpy6eME8hM.oFko0Hkhz.LDUmvd62euj8Hy7WZozyOwEj/r93nfm"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Unde iure id. Consequuntur ut enim ea delectus iste."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Maxime labore voluptas velit sint. Odio blanditiis maxime sit nihil. Reprehenderit et veniam animi vero soluta eligendi sint."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethyl@waelchi.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "April Schoen"], ["email", "ethyl@waelchi.com"], ["password_digest", "$2a$04$EIusUqmgkRzvxV5yXH2Dcu723iYP/8d9jgxj.f2HySkAGR0E9vR56"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Earum vero recusandae praesentium. Hic sequi veritatis sit atque a architecto soluta. Laboriosam sed earum dignissimos quae beatae. Quos aperiam consequatur assumenda."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Aspernatur quos est velit enim cumque ut. Qui aut alias ea eaque culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sadye.feest@schambergertoy.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Michele McLaughlin"], ["email", "sadye.feest@schambergertoy.name"], ["password_digest", "$2a$04$cE.hOKii7iev4sXnFKhOfu3kMS8E4Cgs16hPCWNCaTVzhQp7lmsX."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Ipsam ullam qui ut et. Magnam velit quia fugiat in nulla error. Delectus magnam iste est vel cupiditate nam doloremque. Est eos praesentium nesciunt ipsa reiciendis delectus omnis."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Distinctio explicabo excepturi illo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laverne.cole@hintzemmerich.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Velva Howell V"], ["email", "laverne.cole@hintzemmerich.io"], ["password_digest", "$2a$04$bbrMI261i6hDg71hAUdYDu8EblGMzepIY.4Xh0ictIhrNO1frifAu"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Ad natus provident assumenda sunt soluta. Eos rerum eum itaque minima rem quia quia. Magni quo dolorem totam. Ut quo aut qui delectus corrupti."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Aut mollitia rerum ut consequuntur. Libero neque dolores quibusdam quis vel architecto. Laborum voluptatem sunt omnis doloremque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stephan@armstrong.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lenore Bahringer"], ["email", "stephan@armstrong.com"], ["password_digest", "$2a$04$SIFHT3r.9zmRCOHD6Nf8YObaEU64b68lmCI1YEkE5CAhSMqO85BfO"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Quo suscipit non dolores neque aperiam. Quod recusandae labore. Totam odit aut natus vel minus eum."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Sit nam a voluptatem. Porro omnis dolore est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "greta_kuhlman@lind.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carmella Christiansen"], ["email", "greta_kuhlman@lind.org"], ["password_digest", "$2a$04$41VGIt0jySDqqscjE5Pdj.8Tx7Zxs1ifcc5xYSWDO4XSn1bO466LC"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Vitae totam cumque voluptas. Quasi et sed explicabo. Eligendi enim dolorem officiis."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Iure cum ipsam dolorem dicta sed et eius. Similique autem maxime quas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shana_schuppe@schneider.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brisa Koss"], ["email", "shana_schuppe@schneider.org"], ["password_digest", "$2a$04$/olv63.QuGRBKpxB6ukd1u5fgm1UnEva9bx1/RaSEpWCaVdO6bTli"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Perferendis aperiam est. Quibusdam a quos dignissimos voluptates dicta optio non."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Magnam et illo quia sunt nihil. Nesciunt similique repudiandae ullam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nestor.mclaughlin@schmeler.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sasha Blanda"], ["email", "nestor.mclaughlin@schmeler.io"], ["password_digest", "$2a$04$xJsbcBSEyZwuk6gvni/AcuFAd2o14J5zcT59AkcdC1Awk1zgdtuMW"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Dicta voluptas ipsam vitae nostrum dolorum voluptatum voluptatem. Optio modi repudiandae ut qui non consequatur aut. Vel earum quas est officia in. Nobis debitis hic."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Aut fuga sunt quisquam officia voluptatibus. Perferendis veritatis vel et optio atque tempora esse. Et earum voluptatibus eos quo dicta consequatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robbie_abshire@gleichner.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jennie D'Amore"], ["email", "robbie_abshire@gleichner.biz"], ["password_digest", "$2a$04$S7Uip3FALN2nGaTOxRazIeeSuLQRTerCMe5nKChvnCGRi.wbMe0zS"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Et enim voluptates sunt corrupti nisi aut tempore. Qui sit veritatis quia distinctio debitis et soluta. Est voluptatibus dolores et consequatur eos sit."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Velit quibusdam tempore qui eligendi iste magnam. Est minima aut exercitationem illo quam eos nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "annetta_blick@rippin.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Otis Wyman"], ["email", "annetta_blick@rippin.net"], ["password_digest", "$2a$04$aTpUtHNNCVUGpvvlz4h3ieDbxKvlynSsfCk/Ph2miCCczNTlk5oNu"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Cum voluptas libero. Quis animi cupiditate itaque voluptatem delectus. Quos eum ut accusamus et. Minus vel blanditiis adipisci."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Doloribus asperiores voluptatem ullam similique."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pansy_stiedemann@robel.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Conner Parker"], ["email", "pansy_stiedemann@robel.name"], ["password_digest", "$2a$04$4Ofa/3.2.vLvBAeOmMIcauDY1BQ06RqwGQ451zQfXnPPqQa.rHCf."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Sit libero et aliquid explicabo ut. Id voluptate et in."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Temporibus eveniet debitis corporis sapiente et minima quaerat. Vel ipsa quos laborum itaque blanditiis. Facilis id architecto inventore nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nels.casper@ebertkertzmann.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Naomie Kub"], ["email", "nels.casper@ebertkertzmann.name"], ["password_digest", "$2a$04$AfhWTsVGM3ak23xCOdjqJ.YfNgTEQEhevoT.eozNQbthmOnNry2RO"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Ex rerum ea consequatur. Molestiae ut necessitatibus quam id."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Laboriosam qui voluptatem consequatur error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "devan.schumm@rolfsonlegros.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sabina Barton"], ["email", "devan.schumm@rolfsonlegros.name"], ["password_digest", "$2a$04$oUZC89UDYFh8LL8pNFdkheAsEti3Kp1ESSlAczlNgv5spw6kTFC7m"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Veniam sed sunt eaque. Quia quam accusamus sit enim rem facere. Quisquam nam autem quia quae."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Mollitia consequatur quod."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fabian@schulistconsidine.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Julius Gusikowski Sr."], ["email", "fabian@schulistconsidine.com"], ["password_digest", "$2a$04$UTDJWZHLtdCJpKdCmGIMgeij9Ir7kcvytxU.qmBbPfA1zEodkOEc."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Excepturi consectetur autem voluptas et. Repudiandae est exercitationem esse amet."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "A nesciunt mollitia dolore ducimus molestias deserunt id. Facere dolorem sunt facilis molestiae aspernatur non. Quis exercitationem quia quasi voluptas quae est ipsum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roberta@gusikowskikling.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alvis Jacobson DVM"], ["email", "roberta@gusikowskikling.com"], ["password_digest", "$2a$04$TGdywahbBU0sVbibW5MH0Ock2/ciggDkHo97oqES0qtEAmY2QnvWi"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Qui nihil exercitationem. Voluptatem possimus veniam alias optio vero fuga."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Sapiente libero deserunt quo. Et error incidunt vitae quis. Et officia laboriosam qui aut omnis possimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madelyn.brekke@goyette.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kieran Sanford"], ["email", "madelyn.brekke@goyette.biz"], ["password_digest", "$2a$04$KFKuv1iHPor3nGN7IK7w3uI088bQi8KgD1E36IJ.KDAKmVz6BSkZu"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Officiis nemo exercitationem alias suscipit molestiae assumenda neque. Eos quos reiciendis qui facere voluptas."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Est neque excepturi repudiandae rem sequi soluta. Voluptatem quo omnis illum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dale@jakubowskiwolff.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosamond Lebsack I"], ["email", "dale@jakubowskiwolff.com"], ["password_digest", "$2a$04$VnRa2NVhfnU92WiJTFJCDOYimFsr5tYon7uAcCVVs3oFAwdDjZxr2"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Incidunt impedit adipisci qui. Impedit dicta quos. Quae fuga quasi eos culpa dolor. Quis asperiores est consectetur."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Vel porro voluptas velit repudiandae. Eum non accusantium qui. Dolorem enim voluptatem numquam ipsum ut."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adalberto@grahamrempel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eddie Hyatt"], ["email", "adalberto@grahamrempel.org"], ["password_digest", "$2a$04$c6MGj6sV9V1vfz/tsKaAt.zauRqX.KS/YqWUq6wZ5rYvnppTRlqOW"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Accusantium quos debitis qui voluptatem. Qui in eligendi. Inventore ipsum temporibus blanditiis. Ratione neque sunt quo."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Quis rem vero molestiae sequi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lula_ankunding@nikolaushaley.co"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Desmond Anderson"], ["email", "lula_ankunding@nikolaushaley.co"], ["password_digest", "$2a$04$FUAHCa2i3NQuIfsxVcdjeufGfDnON9.1FBNHYBYKLTDm3pPuFDlG6"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Ex cumque quam. Eaque exercitationem praesentium autem sunt ipsam iure. Tempore et id rerum voluptatem veritatis. Modi blanditiis qui consequuntur voluptas."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Totam eum voluptatem qui impedit nostrum iusto. Natus id sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deonte@herman.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alec Swaniawski"], ["email", "deonte@herman.io"], ["password_digest", "$2a$04$pAEwKyVttscJyKviUEwOnesqfR6IdnXcAyirz8vqcKTYoqDU/6qoG"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Eaque odit officiis et. Voluptas autem ut similique."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Repudiandae consequuntur sed nisi id explicabo. Assumenda in tempora distinctio ab ratione maxime eum. Maxime modi pariatur odio qui sit consequatur assumenda."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "letha@yundtondricka.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trevor Runolfsdottir"], ["email", "letha@yundtondricka.name"], ["password_digest", "$2a$04$5t3KMa5xOkRms9IG8c6M..A72XdGGGAXiB37Gz0pxre36D/UJsyl."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Enim accusamus fuga non. Illum est harum et cum. Voluptas deserunt eaque aut vel."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Vitae quas consequatur blanditiis. Aut accusantium maiores molestiae quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kieran@braun.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Titus Graham"], ["email", "kieran@braun.com"], ["password_digest", "$2a$04$y3mRyXd3WZIadjGR6TuZXeXb7T.2r3ThHplUTUMREfAbzLAb7yJMO"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Ab molestias enim. Vel et omnis ut accusantium sequi doloribus."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Pariatur sequi inventore. Dolores repudiandae unde et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "genoveva@witting.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aurore Gulgowski"], ["email", "genoveva@witting.biz"], ["password_digest", "$2a$04$uO3XwLdjsx8CxA63Q9oxtOTeOr08MlO0v6fLcqtX2myXGxrKWTHBa"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Omnis tempore molestiae labore sit deserunt quam odio. Id eum saepe occaecati neque. Quibusdam officiis saepe illo eveniet. Assumenda ratione sed dolor est tempore consequatur."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Sequi et veniam ut laborum rem aliquam mollitia. Sit sunt eos corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "malvina@parker.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Opal Treutel"], ["email", "malvina@parker.com"], ["password_digest", "$2a$04$9ICi8UiwQwaA76dvonBb0e1DIzo6Y1I/Kd2pcQcY/MgA4bwzuwax2"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Quos tempora cumque. Modi officia doloremque et in cum. Nesciunt qui harum similique aut. Repudiandae dolore nesciunt."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Aut consectetur quasi adipisci quis. Qui magni aliquam sit sit aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vernie_senger@sporer.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Euna Lueilwitz"], ["email", "vernie_senger@sporer.net"], ["password_digest", "$2a$04$OKqOXI1pkISqsgHkt3VjOedLAB0SyCro7rFEmHRFhAFEFPVFmt3w."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Sed nihil doloribus sint cum quod. Unde exercitationem dolor atque distinctio aut nesciunt. Atque soluta voluptatem. Quas voluptatibus soluta."], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Aliquam laboriosam nostrum est assumenda consequatur ut. Nemo unde corrupti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (231.7ms) Completed 200 OK in 256ms (Views: 222.7ms | ActiveRecord: 27.0ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-24 18:35:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (40.6ms) Completed 200 OK in 58ms (Views: 50.2ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "felipa@kohlerkovacek.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kenna Bayer"], ["email", "felipa@kohlerkovacek.co"], ["password_digest", "$2a$04$r5Ml4lw4UdzT5Vlrm6G9Ueekwesqyf9QZVxM6u3sQW.oGxYDET8l6"], ["created_at", 2016-06-24 22:35:18 UTC], ["updated_at", 2016-06-24 22:35:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.9ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"felipa@kohlerkovacek.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "felipa@kohlerkovacek.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$D2XDCq8DCPg1TE/XD9JhkOHlQ.WvrGILVS4uAiOgDF5K5NeWLWdp."], ["updated_at", 2016-06-24 22:35:18 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.5ms) Completed 200 OK in 30ms (Views: 22.2ms | ActiveRecord: 2.2ms)  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donald@wintheiser.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roslyn Hills"], ["email", "donald@wintheiser.biz"], ["password_digest", "$2a$04$i3Dl4jqO.1S6kaVMvStOwuAK2ZgVhqpP1moXQsaW3Fu2GUwk6ft/W"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Qui architecto cumque ex autem perspiciatis. Sed quam qui error architecto recusandae assumenda cum. Neque modi debitis quasi itaque esse quia. Aut voluptas quis velit sint perspiciatis."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Enim quasi eum dolores tempora facilis ipsam officiis. Aut cupiditate et harum inventore et perferendis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfreda.collier@kuphal.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brianne Lebsack III"], ["email", "alfreda.collier@kuphal.net"], ["password_digest", "$2a$04$nh49hVYBbLH0lJTkwTSfPeGWozhEYfaKl7xQ3xRhMXyYEbPrIlFD."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Cum sed debitis labore doloribus in. Doloribus blanditiis deserunt. Eius magni beatae culpa impedit rerum eveniet."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Quia et et. Nemo impedit omnis hic voluptas."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ward@paucek.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beau Stoltenberg Jr."], ["email", "ward@paucek.co"], ["password_digest", "$2a$04$hdUCooIjZHIJfiOl0KcJXeR905OH9IfvRGbZG0edmepvkicF8jEzu"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (3.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Error eligendi consequatur dolor deserunt. Aut distinctio numquam repudiandae ab aliquid perferendis minima. Dicta omnis eius."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Ducimus numquam accusantium. Id sed et et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacques.stiedemann@medhurst.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Llewellyn Towne DDS"], ["email", "jacques.stiedemann@medhurst.com"], ["password_digest", "$2a$04$DlZhIoeqtQfVPD6GErwFhODWuB1BdzXnCoLwvxc9//7Vl3KjZ1ome"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Iure ipsa velit. Fuga inventore assumenda eius et nesciunt cumque."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Ratione ut ut odit nihil eveniet suscipit. Et laudantium voluptatum eaque sunt ut numquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emerson@oharahilpert.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brielle McLaughlin II"], ["email", "emerson@oharahilpert.name"], ["password_digest", "$2a$04$oyg/BC2Ooq0.KFj6AWl.sucmJxOh73ykBuKUUUv8mTF1j.iIDVTYS"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Iste voluptas maiores exercitationem doloribus harum facere. Est aperiam quaerat voluptas et optio minima est. Quod nesciunt voluptas ex veritatis."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Nihil qui molestiae. At et enim eum nulla omnis ad."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rory_dickens@hilpert.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karina Koelpin"], ["email", "rory_dickens@hilpert.org"], ["password_digest", "$2a$04$cYdfZNYDoLJKlW1J9n8xy.eeFSlJ4RyhwftYm4f0iFifusElL8Ja6"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Suscipit et soluta culpa accusamus. Officia autem nulla."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Facere harum non expedita deleniti cupiditate dicta voluptatibus. Aliquid temporibus libero expedita labore ut perferendis rem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candida@grantmueller.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willard King MD"], ["email", "candida@grantmueller.name"], ["password_digest", "$2a$04$o950U1khedsxV2wq7Uf2o.RVdOT7wcWwQtvfrCF8uYEbq3DKG3LXO"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Commodi et architecto et quam expedita laborum. Autem ea quos reprehenderit."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Voluptatum eos sit molestiae aut. Minus repellat nihil est itaque eaque quam. Nihil quidem voluptatem ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hayley_hand@lowekerluke.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alanis Mertz"], ["email", "hayley_hand@lowekerluke.co"], ["password_digest", "$2a$04$F3JaeVS1AzPXFCCZHNWSL.o/sDVFlIdxyNDqP/2hwlyLGV1omKjlq"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Nisi dolorum aut fuga. Id assumenda dolorem autem."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Officiis voluptatem possimus atque perspiciatis velit sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyra_breitenberg@hoeger.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Irwin Schultz"], ["email", "tyra_breitenberg@hoeger.io"], ["password_digest", "$2a$04$AWeJZIj8rwTxxHbmiehMVubs7/S6GVi6hnH1Ez8cuMSQFI9cDSp0e"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Est rerum quos incidunt non veniam. Est magnam quo quas numquam ut. Impedit maiores qui. Voluptatem quas et omnis recusandae ut deleniti."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Et minima eum eius quaerat sit ut. Doloribus voluptatem quo pariatur. Et ut tenetur."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thomas@corkery.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rolando Feil PhD"], ["email", "thomas@corkery.com"], ["password_digest", "$2a$04$k5DaBtZT.f1/QJHnBye0oudhlo9U4gJn6lUM10E2t3xNiMLyadWz."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Eaque dolorem consequatur eveniet. Velit repellendus provident aspernatur est. Possimus quia similique."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Iure ipsam facilis consequatur quia a est ratione. Ut soluta et et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caden@carter.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pascale Wehner"], ["email", "caden@carter.name"], ["password_digest", "$2a$04$UufX6OsoeKZOKKUOkaj.u.dZXoxdCFPjKZd3RH4UFJ.4L5N98XBM2"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Dignissimos officia voluptas eaque eum incidunt reiciendis quasi. Animi totam voluptatem et expedita tempora est."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Aut optio non ea repellat. Culpa hic officia ipsum quaerat fuga officiis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keyshawn_boyer@botsfordschimmel.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaqueline Runolfsdottir"], ["email", "keyshawn_boyer@botsfordschimmel.io"], ["password_digest", "$2a$04$78qAg3pvNQjv2e7Ezt2G/uFl7dM8jX16FzPcnpyTk5EJqT9ZHjshC"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Quia autem nihil at rerum. Soluta earum enim non consequatur. Modi saepe itaque."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Illo voluptates dolorum. Ut rem saepe id eos officia omnis."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vernon@jacobs.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reymundo Swift"], ["email", "vernon@jacobs.org"], ["password_digest", "$2a$04$f8eJy.nUg9zLGN6.HNyk2eqj0iMG2UJ0f2ZLCXl0lOO4.GSEHFGu2"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Alias voluptatem beatae minus adipisci dolores. Omnis aperiam iste cumque provident."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Vel nam ut itaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tiara.vonrueden@murphy.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ressie Ryan"], ["email", "tiara.vonrueden@murphy.co"], ["password_digest", "$2a$04$lBX/WnlD/zcKGmtJ82cqA.HLgYA4wpXxYnFt0hf80aOajtmmRdfHe"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Veritatis aut quas ut voluptatibus. Facilis sint iusto. Est sit quisquam consequuntur ea."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Facere enim quasi fugiat dignissimos voluptas quod impedit. Tempore aperiam quidem nihil accusantium quas et reiciendis. Aliquam esse atque et numquam praesentium iste."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madelynn.feest@heelpaucek.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Nolan Romaguera"], ["email", "madelynn.feest@heelpaucek.co"], ["password_digest", "$2a$04$1das5ZG1xxeoU0y8gNQLa.aRa.jjDYDKZy2.mN4WuJ.sqp3aSDvEO"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Exercitationem omnis magnam aspernatur odio. Aut a ex dolor est cumque. Neque eum consequatur enim non tenetur. Voluptatem non repellat qui."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Ut quis aperiam ipsum et minus. Accusamus incidunt unde modi. Sapiente aut sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maia@gutmann.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jazlyn Schuster"], ["email", "maia@gutmann.net"], ["password_digest", "$2a$04$rAVKKb/QbIjP7o2fNrgKzODXLGheZkP3M/AWI8XiCYNtmyp0Mq84C"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Blanditiis maxime fugiat veniam ea quibusdam sint quaerat. Eius est blanditiis corporis rerum tempore ex recusandae. Officiis laborum veritatis sed maiores aut ex. Nobis aut qui amet."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Quo dolorem aut asperiores placeat dolores quasi. Alias est et ex totam magni. Consequatur voluptas aspernatur in et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shirley.wehner@flatleykeebler.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Francesca Kling"], ["email", "shirley.wehner@flatleykeebler.name"], ["password_digest", "$2a$04$Xo3kuBin5VJurUYlVtbRCeYpyEppdHvWmJAbBe3lyTPdGBpQ2hxaO"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Autem ullam sed delectus. Aut rerum est harum fuga sed."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Velit cupiditate quasi suscipit dolorum architecto illum sed. Qui fugiat veritatis rerum excepturi. Sed eum hic."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bryce.cummings@westdicki.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnulfo Wilkinson"], ["email", "bryce.cummings@westdicki.io"], ["password_digest", "$2a$04$tQup3aAsGZEk/GBDzQtTNeqSINE/0.fxPt4c1I/Uj2JbqH3198Vem"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Et accusamus et tenetur temporibus sed culpa deserunt. Qui molestias fugiat delectus est et. Sint optio rerum cum nesciunt sunt cupiditate."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Laudantium in eius explicabo quia aut non facere. Est nam vel illum. Mollitia vel neque deleniti molestiae ducimus corrupti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amir.treutel@crona.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evangeline MacGyver"], ["email", "amir.treutel@crona.co"], ["password_digest", "$2a$04$UDfKfy/RNk4WCdE83APYl.3evqKP.Nl3gY1fe4EJM7yQOKc2idO8O"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Vel nemo sapiente. Velit exercitationem qui eligendi sequi vel et autem. Repellat temporibus sunt dolores eius quia necessitatibus est."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Harum eos quia in est accusantium est amet. Illum rerum tenetur totam eligendi. Qui enim sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ida.halvorson@friesenwill.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Sophia Welch"], ["email", "ida.halvorson@friesenwill.info"], ["password_digest", "$2a$04$HeB0g6OIHJfwGg1WB3GMF.8QcyfjU7v1WWBIEfRJNnqeVbbb22KK."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Molestias enim blanditiis est harum qui quo rem. Laudantium esse minima vel. Veritatis repellendus sequi autem omnis voluptate. Vel repellat esse consequuntur voluptatum nulla facilis ipsa."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Unde quas rerum ratione aliquam corrupti veritatis quis. Sint non odit et omnis occaecati."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pierce.kaulke@beahanwatsica.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jo Dickens"], ["email", "pierce.kaulke@beahanwatsica.com"], ["password_digest", "$2a$04$vM54xoQJqpvt9qErfbGE6uhzQ4/K61X4HEfkH.01lOu0v/p...sFC"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Ab quia quia. Voluptatibus eaque dignissimos ex et. Ut deserunt est architecto vel ducimus nemo."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Laborum beatae rerum labore. Sint quidem omnis. Illo ex aut praesentium pariatur et placeat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "prince_metz@rempelmiller.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willie Kris"], ["email", "prince_metz@rempelmiller.com"], ["password_digest", "$2a$04$RgCRPuLCbRjq3MXiMVFJb.5u9Zr7UOr2hkWzN5qbbMpGuFFBG/SQq"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Labore a dolorum cum unde autem architecto quos. Quia architecto possimus sequi enim blanditiis a dolorem. Nemo pariatur aut consequatur eligendi qui."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Rerum magni quidem cupiditate qui molestias nostrum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noe@pollich.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnoldo Brown"], ["email", "noe@pollich.biz"], ["password_digest", "$2a$04$pWTB6NLNKUL/65Ockge9S.bZyf4PnmDCRa76MY.0qTzQ3YCG.ocBG"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Incidunt placeat et. Placeat fugit occaecati dignissimos esse facilis. Quaerat corporis nobis quasi laudantium rem laboriosam."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Eum nam omnis ducimus possimus. Sapiente quo aperiam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pete@sawayn.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roger Skiles"], ["email", "pete@sawayn.com"], ["password_digest", "$2a$04$dM2EPwCdmEv0mHCxLbnDyeSu99x9BC2IV3NKz3GvfvFFIwlm6M/ii"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Expedita molestias quibusdam voluptatibus molestiae autem natus officia. Ut sint cum molestiae."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Quaerat doloribus unde dicta sed velit fugiat. Eius sit aut sint neque aspernatur in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cary_schoen@deckow.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Joesph Romaguera"], ["email", "cary_schoen@deckow.com"], ["password_digest", "$2a$04$uN6DbWtRw./aFrtvZ3oHruBmL/5it4EQxqLM5riM/o/c90IY1WHiy"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Aspernatur provident atque est. Commodi qui incidunt soluta et perspiciatis. Nesciunt non eius. Quia est illo."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Fugiat fuga recusandae cum veniam rem at. Pariatur et at dicta. Voluptatem ea magnam."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonina@connelly.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Mazie DuBuque"], ["email", "antonina@connelly.name"], ["password_digest", "$2a$04$Zh33V1YW/DViOH65SaLArOanKMedY02jTLfsAkkcIzuXgO/qOR/P6"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Quo asperiores inventore error. Accusantium atque modi delectus eum iure."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Rerum totam at asperiores sit blanditiis iure."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (151.8ms) Completed 200 OK in 165ms (Views: 138.5ms | ActiveRecord: 22.5ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (31.6ms) Completed 200 OK in 45ms (Views: 38.4ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "genevieve@olsonnienow.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "genevieve@olsonnienow.org"], ["password_digest", "$2a$04$v4ghQEFG5WYE05rRE3eWBeTVrfgEuKbXgepUj2niMkqOTr7vTOS4W"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"genevieve@olsonnienow.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "genevieve@olsonnienow.org"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Xa7CLC2L/GuirqIafKFR6.s9tFNIBBERbGCDTJ9GgChGsHmbcfgKq"], ["updated_at", 2016-06-24 22:35:19 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 21ms (Views: 16.4ms | ActiveRecord: 1.3ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arlie.will@christiansen.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "arlie.will@christiansen.info"], ["password_digest", "$2a$04$2fEwDKPdldSkB4X9GYF8eeTNQxqc7Ydx10cZ.NsmeJPf6.vkuh5DK"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lowell@kshlerinstanton.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marc Torp"], ["email", "lowell@kshlerinstanton.org"], ["password_digest", "$2a$04$etUZSEHjkzgviuuKYb.cJu474yVQIqByAol6.1iSklY.G6F5HfwLm"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Voluptatem dolorem fuga. Qui sapiente exercitationem sit."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Suscipit voluptas quis nihil neque eaque soluta. Dolores sed inventore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.6ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (1.0ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (24.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (34.7ms) Completed 200 OK in 48ms (Views: 40.4ms | ActiveRecord: 3.0ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-24 00:00:00 UTC], ["updated_at", 2016-06-24 22:35:19 UTC], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 5.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.8ms) Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thad.turner@shieldsmarvin.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "thad.turner@shieldsmarvin.name"], ["password_digest", "$2a$04$1CpUOlcowCuYCvo8JJcfQueBVk6uVRQACutFSmqL99.NFBWueMM1."], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 15ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"thad.turner@shieldsmarvin.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "thad.turner@shieldsmarvin.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$V2zWTK81au7mmouNodHS9OHDpPR7evF.CDWqag6V3wdsmuPvzCU.e"], ["updated_at", 2016-06-24 22:35:19 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.7ms) Completed 200 OK in 22ms (Views: 16.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deion_krajcik@carroll.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "deion_krajcik@carroll.name"], ["password_digest", "$2a$04$/1yIELU7duHD4N3rb01tNe1uVEimVk2wOb.ta53jeqvhQXXM9ecYy"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-24 22:35:19 UTC], ["updated_at", 2016-06-24 22:35:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.8ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 30ms (Views: 24.3ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:19 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:20 UTC], ["updated_at", 2016-06-24 22:35:20 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (1.9ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 25ms (ActiveRecord: 7.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.3ms) Completed 200 OK in 29ms (Views: 23.2ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cyril@larkin.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isac Lubowitz"], ["email", "cyril@larkin.com"], ["password_digest", "$2a$04$LkkDeHAohnB1h/doztkz/uOjdSDEu8MEy6Y9r/TG/QTl7f/.7tm3C"], ["created_at", 2016-06-24 22:35:20 UTC], ["updated_at", 2016-06-24 22:35:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cyril@larkin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "cyril@larkin.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$vs2yVoj7HdtUY3nosfI9sOdp.3bRxbBFSwS4Vs04kJ7Ds.S0MNCiC"], ["updated_at", 2016-06-24 22:35:20 UTC], ["id", 135]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.2ms) Completed 200 OK in 30ms (Views: 23.4ms | ActiveRecord: 2.6ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.0ms) Completed 200 OK in 35ms (Views: 26.2ms | ActiveRecord: 1.9ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.3ms) Completed 200 OK in 40ms (Views: 28.4ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.6ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 16ms (Views: 12.0ms | ActiveRecord: 0.0ms)  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$7aDPXUmky/qCWSeW4o.omOrURrX5WpypbtfYgbKOZpXiNaVGieU0u"], ["created_at", 2016-06-24 22:35:20 UTC], ["updated_at", 2016-06-24 22:35:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 15ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rVxV4SeoijfFo8OgSwYDJ.RoCXUWmnJ9tAsXZqXgY8GXRL3gDLye6"], ["updated_at", 2016-06-24 22:35:20 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 29ms (Views: 23.4ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$q7wgLK.TrH.J/qgk9pJsQOuVYKFvmGdW5LNJcbwPF2aq8UAY3rDji"], ["created_at", 2016-06-24 22:35:20 UTC], ["updated_at", 2016-06-24 22:35:20 UTC]]  (0.7ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 23ms (Views: 19.6ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-24 18:35:25 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-24 18:35:26 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WqI0DduAVfHcx1FKIuV2SOy.JTqd0eF/Eq.bG.n0p2o5hbP49zE2u"], ["updated_at", 2016-06-24 22:35:26 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:52081/admin/posts Completed 302 Found in 17ms (ActiveRecord: 5.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.8ms) Completed 200 OK in 37ms (Views: 24.7ms | ActiveRecord: 3.8ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-24 18:35:27 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:52081/ Completed 302 Found in 3ms (ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-06-24 18:35:27 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.5ms) Completed 200 OK in 35ms (Views: 28.8ms | ActiveRecord: 1.5ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-24 18:35:27 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-24 18:35:27 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:27 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.7ms) Completed 200 OK in 19ms (Views: 15.1ms | ActiveRecord: 0.0ms)  (0.6ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (20.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (1.3ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "malachi.reichert@borer.name"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Idella Vandervort"], ["email", "malachi.reichert@borer.name"], ["password_digest", "$2a$04$5oh7Ht3osS7Qax8BHKB6du0OnmLzHsE7AxOvX2mcX/mYZbmA57xbG"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.3ms) Completed 200 OK in 21ms (Views: 17.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"malachi.reichert@borer.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "malachi.reichert@borer.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$brJCs3GZCRt2wamcxkTmZu6T5LSdczhp7.jsGIppwtl0Q.8U2X7AW"], ["updated_at", 2016-06-24 22:35:28 UTC], ["id", 1]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.9ms) Completed 200 OK in 33ms (Views: 26.3ms | ActiveRecord: 2.2ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (17.4ms) Completed 200 OK in 37ms (Views: 27.8ms | ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.7ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margarete.schaefer@trantow.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gertrude Graham"], ["email", "margarete.schaefer@trantow.net"], ["password_digest", "$2a$04$4ZeMmSN/ibQmY2Y2WO3EROH7zX5L6lCbW4I/p17FW.tFMcfwvTsRi"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.5ms) Completed 200 OK in 27ms (Views: 22.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"margarete.schaefer@trantow.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "margarete.schaefer@trantow.net"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$naQpNrXUOiasLBrtmKgEF.hfVD1/cWgkq6fPwAamyCJafkGF0rVBO"], ["updated_at", 2016-06-24 22:35:28 UTC], ["id", 2]]  (0.8ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.2ms) Completed 200 OK in 36ms (Views: 28.1ms | ActiveRecord: 1.9ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (35.8ms) Completed 200 OK in 51ms (Views: 44.9ms | ActiveRecord: 1.9ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (24.5ms) Completed 200 OK in 39ms (Views: 31.7ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tod@welch.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Effie Hahn"], ["email", "tod@welch.io"], ["password_digest", "$2a$04$75eqb1SWSjfhgDoaIZGGXOicT/GmFSzHBPNm2H9MC73W/nMUZk1J2"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 15ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"tod@welch.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "tod@welch.io"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$EuuqOMek.39kf6a.nr/VcOK0Va1Q8NfXbd1z9fzppFt2D.lux/0gW"], ["updated_at", 2016-06-24 22:35:28 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 25ms (Views: 18.9ms | ActiveRecord: 1.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.1ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 0.6ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (15.0ms) Completed 200 OK in 31ms (Views: 23.2ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beth_stiedemann@hartmann.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Teresa Hansen"], ["email", "beth_stiedemann@hartmann.name"], ["password_digest", "$2a$04$bZNGfdAN8aUmzZ9DLG9v1elgvq6.uzSwbbSdVGad8fn2/jzenHaRO"], ["created_at", 2016-06-24 22:35:28 UTC], ["updated_at", 2016-06-24 22:35:28 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"beth_stiedemann@hartmann.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "beth_stiedemann@hartmann.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$fVnTUrzwlU.UBibz0xpam.PZku7sR0RGyn3a4591swm8yQ7A7Xyy."], ["updated_at", 2016-06-24 22:35:28 UTC], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:28 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.4ms) Completed 200 OK in 26ms (Views: 20.8ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 21ms (Views: 15.2ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-24 22:35:29 UTC], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 12ms (ActiveRecord: 3.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 28ms (Views: 20.9ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elia@gutkowski.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Scot Bashirian"], ["email", "elia@gutkowski.name"], ["password_digest", "$2a$04$UycB4qnI.q0vR.aUnMMyguKen/DiGPqWF8oDlMUS5Vo4BR/aV9Vbq"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"elia@gutkowski.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "elia@gutkowski.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9K86PK0xWrVlH8eWvRos7ug0wAWPhRm.3RCbKvKUw/OY5s6Xl7rju"], ["updated_at", 2016-06-24 22:35:29 UTC], ["id", 5]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 25ms (Views: 19.1ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 23ms (Views: 17.9ms | ActiveRecord: 1.3ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 22ms (Views: 17.0ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shakira.blick@dubuque.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dagmar Metz DDS"], ["email", "shakira.blick@dubuque.net"], ["password_digest", "$2a$04$8ZTPZOqJOqW52ZgkxcZWyebGmx4n80c3dpNJSl84C/ZfKTjQaLqn."], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Neque sed ipsam molestiae cumque in. Sunt ut odio at. Magnam adipisci aperiam."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Et quia beatae pariatur temporibus. Sed doloribus a culpa quaerat ut cum. Nostrum neque cumque possimus eos est aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nolan_nolan@streich.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roxanne Schultz"], ["email", "nolan_nolan@streich.io"], ["password_digest", "$2a$04$AI2Heu7wKMdoPjvfZT4KveAqJV.RQ5ocoR6SfNn7z26ZjSKNgPhDW"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Corporis esse similique. Dolor in aliquid eligendi. Esse vitae hic."], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Maiores odio quia dolor. Ipsa maiores blanditiis. Accusamus eaque dolorum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (19.4ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (37.4ms) Completed 200 OK in 57ms (Views: 49.6ms | ActiveRecord: 3.4ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.6ms) Completed 200 OK in 25ms (Views: 20.2ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enrico_schiller@gleichner.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wilfredo Kunde"], ["email", "enrico_schiller@gleichner.co"], ["password_digest", "$2a$04$MsswWX7EWnliUfziuYTt8OWPWFjSWRdIjdt0iMEYRxa5ESYzabY.i"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Deserunt fugit quas dolorem. Dignissimos sit et nesciunt officiis tenetur in unde. Maiores ut corporis possimus nemo qui non quos. Ut magni mollitia eveniet libero nesciunt soluta."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Eligendi hic qui sed perferendis id explicabo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernice@dubuque.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allene Gaylord"], ["email", "bernice@dubuque.co"], ["password_digest", "$2a$04$dtjcLxbzoRHyMlnVMUIESOsLQUOnxLbtFFKkUsdo1Shq8jBm8aD7a"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Nihil delectus dolorem provident. Est alias soluta. Saepe aut iusto sed dolor."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Voluptate eveniet aut dolorem et quibusdam tempore et. Rerum aspernatur et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "palma@toy.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hailee Wiegand II"], ["email", "palma@toy.co"], ["password_digest", "$2a$04$PesZo287lQDuvULB1K4dm.OhG16Kf8MmD8iP9eKNqzAm5tjYcZj2G"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Ipsam ducimus ut impedit possimus aut. Culpa sit vitae repellat placeat est ipsam. Aut repellat maxime exercitationem sed dolore nihil."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Magni facilis facere ut dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kian.okuneva@stanton.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Julia Bartell"], ["email", "kian.okuneva@stanton.name"], ["password_digest", "$2a$04$naRRXrHRr4T8XZapreMZKe1px21ELKF/sDcYNxZiFz8bfm5ULDH9C"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Id odit hic. Culpa est voluptas est. Eveniet laboriosam aut soluta autem illo voluptas nisi. Laboriosam eveniet molestiae aspernatur maiores molestiae debitis ipsa."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Consequatur et ea veritatis voluptatem provident ut non. Exercitationem dolorum reiciendis fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "easter@williamson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grayce Hansen PhD"], ["email", "easter@williamson.io"], ["password_digest", "$2a$04$UId4Aaw5U5lNV0JCMF85heSiF0tacFsr7tdN4Mh47OIkp.Ei07AH2"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Ipsa dolorem nostrum. Perspiciatis soluta nulla amet deserunt eum. Occaecati dolores totam maxime itaque nesciunt qui. Rerum harum non ipsum."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Debitis ea et necessitatibus est molestiae ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keaton.daniel@larsonmetz.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keenan Halvorson III"], ["email", "keaton.daniel@larsonmetz.info"], ["password_digest", "$2a$04$e8Zs0aKLazxH/vUYRiA9NuRcI5X8n6f18mD8Ojwt3f.g0veOovKpa"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "A sunt dolores error aut. Quis et unde consequuntur voluptatum esse ab dolores. Sit atque deleniti eaque quo voluptatum doloremque at."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Officia aperiam aut autem veniam inventore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monroe.brakus@schowalterbogisich.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Guillermo Luettgen"], ["email", "monroe.brakus@schowalterbogisich.net"], ["password_digest", "$2a$04$ofnQQA6tt9zXhH5hfzDWju8zTZoAK0sdwlwP/713J.17K7.SSEFp2"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Omnis natus ut animi dolore hic debitis est. Excepturi tempore odit."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Cum modi vero recusandae doloribus. Ea rerum itaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "john@croninmann.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garfield Schaefer"], ["email", "john@croninmann.com"], ["password_digest", "$2a$04$lgZmbPBtP.YfJeSehiwKCeT2WCc5vnmx.gLGVgCODBsje2cVAdEie"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Est occaecati earum eaque porro blanditiis. Reiciendis quia quod."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Maiores libero quam est occaecati illo. Beatae laborum iusto sit ut. Ea esse harum inventore ex beatae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leie.lang@wehnersmith.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmitt Blanda"], ["email", "leie.lang@wehnersmith.co"], ["password_digest", "$2a$04$wROBkk7UOhLiwqzbl6gkeuN9Ml6hbaIkYF3bdV2A1WUQNvQ53o5hW"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Occaecati odit eius. Unde aut aliquam."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Enim libero qui vitae. Dolor et dolorem quam reprehenderit unde incidunt. Facere aut facilis excepturi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yoshiko@bode.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dameon Bauch"], ["email", "yoshiko@bode.com"], ["password_digest", "$2a$04$k9VNK/djJOgRfyW3CpvqienR3IQsYrqbe4Vk9Q9m5GYzE8TZeq9xG"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Quod voluptatibus sit. Voluptate suscipit dolor laborum est. Vel rerum et. Molestias earum sed et nihil id commodi."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Minus voluptas est consequuntur. Repudiandae et et aspernatur corporis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aisha@boyle.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lorena Schuster"], ["email", "aisha@boyle.org"], ["password_digest", "$2a$04$6LdcK2WeUWTLigXB/WN..ez0Dq7oGADq6rnUI.XApHIRMczdF1J7e"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Sapiente rerum beatae quos nihil libero. Eius ipsum ratione facere. Voluptas suscipit rem. Quisquam quae sed odio fuga."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Omnis et sit vel voluptatem eligendi dolorem. Architecto odio culpa aut et. Aut ullam consequuntur voluptatem natus iure ex."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.3ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.4ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (49.7ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (89.3ms) Completed 200 OK in 107ms (Views: 91.8ms | ActiveRecord: 10.7ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (10.7ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (40.3ms) Completed 200 OK in 57ms (Views: 50.8ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darron@kirlin.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Bernie Prosacco"], ["email", "darron@kirlin.info"], ["password_digest", "$2a$04$YGYlZ7dWPZxRKOHAF0ZTIe0R8kBNPis7XKfRzKALK9eV9ALE167/i"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Aut enim sint debitis sapiente. Iure et commodi quam et. Fugiat voluptates magnam ad."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Vel voluptas reprehenderit magni."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.3ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (27.6ms) Completed 200 OK in 45ms (Views: 37.4ms | ActiveRecord: 3.9ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.9ms) Completed 200 OK in 22ms (Views: 15.9ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "george@brownko.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Magdalena Stehr"], ["email", "george@brownko.net"], ["password_digest", "$2a$04$XOTHmtbEMjSsyyaaSHZDLORcwOO/QLXpREucU4j3uSzqygvXIOhTW"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Velit velit nemo cumque veniam. Illo nesciunt eaque quia modi."], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Magnam alias unde. Eligendi accusamus enim temporibus facilis sapiente. Saepe sit vel quia nostrum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelley_botsford@mckenziequigley.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Georgette Fadel"], ["email", "kelley_botsford@mckenziequigley.com"], ["password_digest", "$2a$04$PTk484x8uYytYJeEMiqmHuv4T2bvmcp6jvZlTd3S9iC/9uBvCYSeW"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title139"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title139"], ["body", "Quo quibusdam dignissimos corrupti eveniet voluptatem est officiis. Et laboriosam accusantium magnam. Quidem culpa reiciendis ut similique magni nostrum."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 21], ["slug", "title139"], ["summary", "Et perspiciatis nemo earum. Et autem cum nesciunt explicabo itaque ab."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jimmie_schaden@turner.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madaline Padberg"], ["email", "jimmie_schaden@turner.info"], ["password_digest", "$2a$04$wDyfMQdc7qnQq9a.u6Fw1.YSuN/enDU7sGyRBc.vZUNLgRxfFUdQq"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Earum nobis porro quia quia ex adipisci. Sit doloremque dolorum tenetur maiores eos quidem. Sequi aliquam et aut rerum aut mollitia."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Maiores vitae cum in optio. Exercitationem error magnam fugiat veniam vero."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelvin@rau.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ariel Connelly"], ["email", "kelvin@rau.name"], ["password_digest", "$2a$04$7tmClpKkirByv320eqvgBOmqbVWdQLev37W7TgNYGEFCPYUu1OoGG"], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Aut enim voluptatem tenetur reiciendis. Enim expedita atque eos. Quo aut consequatur perspiciatis est ut quis perferendis."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:29 UTC], ["updated_at", 2016-06-24 22:35:29 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Qui et est eveniet."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.1ms) Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (22.7ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (38.6ms) Completed 200 OK in 53ms (Views: 43.2ms | ActiveRecord: 6.7ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-24 18:35:29 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (18.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (29.9ms) Completed 200 OK in 52ms (Views: 39.8ms | ActiveRecord: 4.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$9zaOox8Yb8YgYXaceN1.AOGdCsOBuQl60e.3k1.sk7RJjEOI0MXzu"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$vLImmngZpQ3xsVyNeKWqEuEUxGahqArfSOlpN2Jl8o1qHZcdcxWo6"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$/Vz8Bv8FoIWB9o2Wo47OEORnOYIAeLmNawRDBv7L6jQZmYfoA.SV."], ["updated_at", 2016-06-24 22:35:30 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keanu_tromp@white.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Connie Russel"], ["email", "keanu_tromp@white.net"], ["password_digest", "$2a$04$TullXy3YXC.gtrzcxJc4hOPJwh5U0rFK29owFEOuPQJDCaeyCi3.C"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lexus@oberbrunnermccullough.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Taya Rice"], ["email", "lexus@oberbrunnermccullough.io"], ["password_digest", "$2a$04$k6vwLUpLUpBz1nVx5rgJwOffioq/iGH6wu6ZO9ILZ9cb.UhPHYxZa"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "newton_ziemann@denesik.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rachelle West"], ["email", "newton_ziemann@denesik.info"], ["password_digest", "$2a$04$teSMEcnrkLHnfUi4ibY.DOJKZb8VFU5cFpFhhTvh9wTAAGl8N.Oni"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Illo rerum porro autem qui harum. At officiis vero. Molestias maiores dolorem ducimus qui ex qui inventore."], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Iste adipisci est eum sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rhianna_becker@deckowfisher.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lacy Schmitt"], ["email", "rhianna_becker@deckowfisher.io"], ["password_digest", "$2a$04$vd/4Olu1N/4mHScvPNB6J.3HbWSujQ7ihifds3PrmdzWEWNapOQc."], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Aut aut consectetur sunt rerum quia ut minus. Labore magni qui earum et aperiam eos rerum. Eius rerum sint omnis praesentium ipsam aliquid. Eos autem non libero quasi excepturi aut."], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Voluptas et sed enim in eum distinctio quas. Fugit vel culpa nostrum omnis fuga. Voluptatem repudiandae aspernatur molestiae temporibus commodi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "max@beatty.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shanna Schneider"], ["email", "max@beatty.biz"], ["password_digest", "$2a$04$oEikvOWLM4LCPLevQ3eOjOWuVtUX8Bd.inrjEwqqE0FmoSpWb9jDa"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mustafa@collier.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Austin Anderson"], ["email", "mustafa@collier.io"], ["password_digest", "$2a$04$OHVy8Zh6qX2V2t20A3UKouKNB1bf0XRSuvF8vr4/LjwC4NujGyEkq"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anthony@dickenanford.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Juliana Bayer"], ["email", "anthony@dickenanford.org"], ["password_digest", "$2a$04$8iS9nIrDMkWObHPmwp2CCuCf8.N2jdlHn/vYz6/nI4iLkKLGMqsCK"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rory@gutkowskikozey.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Friedrich Gerhold"], ["email", "rory@gutkowskikozey.biz"], ["password_digest", "$2a$04$8w98OCX0d55HGKtuowYvvOFYb.MrwICpCLeBAy950I7D6URbLWTgK"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Minima et exercitationem. Veritatis rem vero. Accusamus et facilis autem."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 33], ["slug", "title145"], ["summary", "Velit voluptatem ratione in quis eos aperiam repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "earlene@toygleichner.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alf Nikolaus"], ["email", "earlene@toygleichner.com"], ["password_digest", "$2a$04$e/Fj45X8A/A0a4/Dk9cUXeSMrqgTjgUV0Sax8H7l0kM0RZ6/vO1h6"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Laborum asperiores libero illo et aliquam. Amet neque veritatis assumenda culpa."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 34], ["slug", "title146"], ["summary", "Eum laborum harum culpa quibusdam voluptas fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 21], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-24 20:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title146"], ["id", 22], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enrique.parisian@rowe.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mohammad Davis"], ["email", "enrique.parisian@rowe.net"], ["password_digest", "$2a$04$C.5NlCkASAiUVkbTkgh3t.7ufxW/ogjsYV0j/IgpCyZfawJZv3U2."], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title147"], ["body", "Reprehenderit harum delectus dolorum aliquam eum. Quas et sit perspiciatis ratione. Deleniti hic incidunt non rerum odio. Et ex eligendi."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 35], ["slug", "title147"], ["summary", "Consequatur nesciunt quo sit aut placeat vel tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "domenick@spencer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tatyana Leannon"], ["email", "domenick@spencer.org"], ["password_digest", "$2a$04$HFbZJS6jq3CsUe8O55O8YuhJKFNBrA7PoC5dfsQdxx5Mg/epOYzmm"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title148"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title148"], ["body", "Atque voluptatem enim ea omnis quo et. Fugit optio est consequuntur adipisci eligendi ex. Sint tempore et sit."], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 36], ["slug", "title148"], ["summary", "Eius sit architecto officiis saepe quisquam. Dolorum illo dicta alias ullam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donnie.gusikowski@oreillybayer.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Brenden Ferry"], ["email", "donnie.gusikowski@oreillybayer.name"], ["password_digest", "$2a$04$2luosmfh6qPi70dc9H1u..2/2BBYXIsrrZSBHZS1.jqN61To4nw.q"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mark_moen@keebler.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nikko Jacobs"], ["email", "mark_moen@keebler.com"], ["password_digest", "$2a$04$6vt34XDdGZkcv7rdiY.nEOOG5oYjlC2IQyTI36ndjusKXGazZmnyK"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title150"], ["body", "Sed vel et quia animi. Sed exercitationem eum veritatis. Laudantium quaerat quae eum non aut inventore exercitationem. Hic blanditiis eveniet vel molestiae animi."], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 38], ["slug", "title150"], ["summary", "Ea laudantium ut quis illo praesentium animi ab."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "declan@pricebernhard.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marielle Marvin"], ["email", "declan@pricebernhard.info"], ["password_digest", "$2a$04$hl4CsaB8w5O.ayDIZRWCdOtFBA/ywguijbRTMEXnvrX260CTM8w6C"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title151"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title151"], ["body", "Consequatur minima consequatur. Voluptas dicta vitae placeat laudantium impedit. Illo nesciunt maxime perspiciatis."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 39], ["slug", "title151"], ["summary", "Nisi sed sint dignissimos quasi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title151"], ["id", 26], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-23 00:00:00 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["id", 26]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title151"], ["id", 26], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "archibald@strosin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ruth Eichmann"], ["email", "archibald@strosin.com"], ["password_digest", "$2a$04$L7T83GJRoDxaetlDC5WCI.aJkciLUBRaDsMQ7m5yhjjP.MUhKExpq"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$lPyVsozySUifV/.HahMEiOkqKjnBtdwEs13JpyKh1ieeEPdJu8k1u"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$ptr2fi3Fgn/P6QbIuOA3uuAIs/9nmSO7nbJ2F/pogLOP9Xw0QIXT6"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lon_borer@macgyver.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nico Sanford DDS"], ["email", "lon_borer@macgyver.org"], ["password_digest", "$2a$04$04IVhAP1NGku4W3vvP2VdefJFerJfKsfmWMBvxYXR20Y.pKRH6O1G"], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title153"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title153"], ["body", "Quaerat aut labore ullam sequi quibusdam. Vero voluptates eaque earum velit ut atque impedit. Nihil eveniet temporibus. Necessitatibus omnis molestiae et sequi nesciunt dolor."], ["created_at", 2016-06-24 22:35:30 UTC], ["updated_at", 2016-06-24 22:35:30 UTC], ["author_id", 43], ["slug", "title153"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (14.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (5.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.0ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.9ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.3ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caandra@bernhardherman.biz"], ["LIMIT", 1]] SQL (3.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eden Gaylord"], ["email", "caandra@bernhardherman.biz"], ["password_digest", "$2a$04$UxFikZvwyL.OsoWyUqLFRuOPGaOCmNH4hJ/2BmrOld3jIq0wbC4iq"], ["created_at", 2016-06-24 22:36:02 UTC], ["updated_at", 2016-06-24 22:36:02 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Necessitatibus deleniti rerum illo nam in aperiam. Voluptate amet ullam laudantium voluptatem ipsam inventore. In quia ex illo aliquid. Odio fuga eveniet omnis quibusdam."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:36:03 UTC], ["updated_at", 2016-06-24 22:36:03 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Corrupti ea consequatur optio et. Non qui voluptate libero pariatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title1" for 127.0.0.1 at 2016-06-24 18:36:03 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title1"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title1"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.4ms) Completed 200 OK in 345ms (Views: 337.9ms | ActiveRecord: 1.0ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.5ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (27.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "immanuel@jakubowskisanford.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kevin Abshire"], ["email", "immanuel@jakubowskisanford.biz"], ["password_digest", "$2a$04$VQ4Qf/XXYCHW8/I7VFvT4OhonqlGR8ljmrbbPlb15xTQ2RSNoVfwy"], ["created_at", 2016-06-24 22:41:40 UTC], ["updated_at", 2016-06-24 22:41:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Omnis eveniet dolor. Illum ut tenetur vel minus laboriosam."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:41:40 UTC], ["updated_at", 2016-06-24 22:41:40 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Sint dolorem et perferendis quia magnam. Fuga natus saepe omnis accusamus est voluptas voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title1" for 127.0.0.1 at 2016-06-24 18:41:40 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title1"} Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title1"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (6.4ms) Completed 200 OK in 347ms (Views: 340.7ms | ActiveRecord: 1.1ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicholas.ruel@murrayconsidine.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maverick McGlynn V"], ["email", "nicholas.ruel@murrayconsidine.io"], ["password_digest", "$2a$04$F2dMlwSXe2xtvbkzeqrUv.PTxxXC1tKA82KQNTZf5kWy9svC56CxS"], ["created_at", 2016-06-24 22:42:13 UTC], ["updated_at", 2016-06-24 22:42:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Laboriosam ut omnis maiores. Quia accusamus ea quis incidunt. Ducimus nisi quo illo. Et occaecati possimus soluta."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:42:13 UTC], ["updated_at", 2016-06-24 22:42:13 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Sit provident cumque voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title1" for 127.0.0.1 at 2016-06-24 18:42:13 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title1"} Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title1"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.8ms) Completed 200 OK in 351ms (Views: 343.5ms | ActiveRecord: 1.3ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abdiel.boehm@veumgislason.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Abe Rutherford"], ["email", "abdiel.boehm@veumgislason.co"], ["password_digest", "$2a$04$zubiyhzTsgD3S7ZMS.toGOF6EFA3VMljigWSkaqhQBhOtvtjp2OqG"], ["created_at", 2016-06-24 22:42:41 UTC], ["updated_at", 2016-06-24 22:42:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Accusamus velit dolor soluta quidem. Recusandae cumque in et fuga autem beatae atque. Molestiae necessitatibus veritatis omnis aut aut voluptates."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:42:42 UTC], ["updated_at", 2016-06-24 22:42:42 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Porro qui excepturi dolores vitae quo aut sequi. Autem aspernatur sit. Rerum eos ut ullam ex sed nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title1" for 127.0.0.1 at 2016-06-24 18:42:42 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title1"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title1"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.3ms) Completed 200 OK in 368ms (Views: 362.1ms | ActiveRecord: 1.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (1.6ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clifton_pollich@wiza.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gregorio Moen"], ["email", "clifton_pollich@wiza.name"], ["password_digest", "$2a$04$mfrZxlOlKP8ecT51E9YgEuDdE2HENDSjyY8BhE3r9d1/W0eq4UmDa"], ["created_at", 2016-06-24 22:43:02 UTC], ["updated_at", 2016-06-24 22:43:02 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title1"], ["body", "Aut officiis ut ipsa et sunt. Aliquam autem unde omnis tenetur."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:43:02 UTC], ["updated_at", 2016-06-24 22:43:02 UTC], ["author_id", 1], ["slug", "title1"], ["summary", "Voluptatum ipsa praesentium vitae maiores non id provident."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title1" for 127.0.0.1 at 2016-06-24 18:43:02 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title1"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title1"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.2ms) Completed 200 OK in 347ms (Views: 341.1ms | ActiveRecord: 1.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (3.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (4.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (2.0ms) BEGIN  (0.5ms) COMMIT  (0.5ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alden@braundooley.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Luna Wiza DVM"], ["email", "alden@braundooley.biz"], ["password_digest", "$2a$04$GHqyQyO8ul5q7lNS3/cmJOD5lcpym8xi3tY4w/98s4EUBkIlUanEO"], ["created_at", 2016-06-24 22:44:03 UTC], ["updated_at", 2016-06-24 22:44:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Alias molestiae iure amet sed et itaque eius. Rem molestias fuga odit. Totam itaque repellat dolorem dolores unde. Dolorum aut non voluptatem minima magnam."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:44:03 UTC], ["updated_at", 2016-06-24 22:44:03 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "Consequuntur et quam animi omnis iure. Voluptatibus nam deserunt odio blanditiis expedita et. Animi qui hic adipisci sunt ad exercitationem nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 18:44:03 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.7ms) Completed 200 OK in 336ms (Views: 329.6ms | ActiveRecord: 0.9ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gregg_monahan@wolf.biz"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Myah D'Amore III"], ["email", "gregg_monahan@wolf.biz"], ["password_digest", "$2a$04$EJlE.3EpbGzmNAV6vJ9zPOKOgQbImX./xf6sAnPbKx9iYZTXDnFmW"], ["created_at", 2016-06-24 22:47:48 UTC], ["updated_at", 2016-06-24 22:47:48 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Ut possimus voluptas dicta expedita quaerat natus laudantium. Et magni et libero in qui laudantium. Consequuntur in omnis reprehenderit culpa dignissimos qui."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:47:48 UTC], ["updated_at", 2016-06-24 22:47:48 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 18:47:48 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.4ms) Completed 200 OK in 356ms (Views: 348.6ms | ActiveRecord: 1.1ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.8ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (21.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joana@mueller.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Randal Bode"], ["email", "joana@mueller.info"], ["password_digest", "$2a$04$xLrdGrp07jXt20dlr5atK.x7PYfZAdO5Owx/xhwsvdGPnW.GL56ii"], ["created_at", 2016-06-24 22:50:54 UTC], ["updated_at", 2016-06-24 22:50:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Autem quis praesentium ipsam est ut eos. Nulla deleniti dolores fugiat sed et maxime ullam. Et qui quidem corrupti."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:50:54 UTC], ["updated_at", 2016-06-24 22:50:54 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 18:50:54 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.8ms) Completed 200 OK in 349ms (Views: 341.4ms | ActiveRecord: 1.1ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.5ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "prudence@spinka.io"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Malachi Wolf"], ["email", "prudence@spinka.io"], ["password_digest", "$2a$04$vov98XCWwGLqOf0byN02f.gM/Ptu0i3JikLOmTBQD7M3hQ95kFsSm"], ["created_at", 2016-06-24 22:51:23 UTC], ["updated_at", 2016-06-24 22:51:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Nesciunt qui ut nihil. Libero corporis quia iusto sunt accusantium odio. Assumenda quaerat esse. Officiis aut necessitatibus odit labore."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:51:24 UTC], ["updated_at", 2016-06-24 22:51:24 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 18:51:24 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.2ms) Completed 200 OK in 336ms (Views: 330.8ms | ActiveRecord: 0.8ms)  (0.8ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (30.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.5ms) COMMIT  (1.0ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tanner_kemmer@mueller.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amani Davis"], ["email", "tanner_kemmer@mueller.io"], ["password_digest", "$2a$04$5okdI4JZm3lGKYUwWTJWveaiPSbh3QVMAkH.IlHaD8RcBqoqmMrBO"], ["created_at", 2016-06-24 22:52:59 UTC], ["updated_at", 2016-06-24 22:52:59 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Rerum tempore facilis ut dolores veritatis a fuga. Sit provident laboriosam aut et. Quis incidunt aut repellendus illum eaque fugiat dolorem."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:53:00 UTC], ["updated_at", 2016-06-24 22:53:00 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 18:53:00 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.7ms) Completed 200 OK in 374ms (Views: 367.5ms | ActiveRecord: 0.9ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.5ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eriberto@wilderman.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Amy Bednar"], ["email", "eriberto@wilderman.net"], ["password_digest", "$2a$04$GPZXSdRRJk4ZEJbVR3P2lOGsHL2//TvinA7Vb.vzytA93IAnThrNm"], ["created_at", 2016-06-24 22:53:36 UTC], ["updated_at", 2016-06-24 22:53:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Vitae ducimus mollitia. Perferendis dolor dolor voluptate cumque odio."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:53:37 UTC], ["updated_at", 2016-06-24 22:53:37 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 18:53:37 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.0ms) Completed 200 OK in 353ms (Views: 346.1ms | ActiveRecord: 1.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (31.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ferne_kub@parker.name"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delta Kohler"], ["email", "ferne_kub@parker.name"], ["password_digest", "$2a$04$TQH.6JFItodoVhYwlVviR.6dDuL2i2J2T0pfBDB.hsoMUKgYmAm6e"], ["created_at", 2016-06-24 22:59:29 UTC], ["updated_at", 2016-06-24 22:59:29 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Est sint sunt maxime incidunt odit exercitationem a. Minus quo tempora autem aperiam sit ducimus. Esse natus sint non. Odit a consectetur aut."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 22:59:30 UTC], ["updated_at", 2016-06-24 22:59:30 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 18:59:30 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.3ms) Completed 200 OK in 373ms (Views: 367.0ms | ActiveRecord: 0.8ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "austyn@jenkintoltenberg.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Santos Dickens"], ["email", "austyn@jenkintoltenberg.com"], ["password_digest", "$2a$04$TKnhToj9AzhaGYaVRuvfkOSXR984b0NUzVer1YKibUVOGISQ5pvNa"], ["created_at", 2016-06-24 23:00:56 UTC], ["updated_at", 2016-06-24 23:00:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Vitae nesciunt laboriosam voluptas similique est saepe et. Et enim sed doloremque non. Saepe ipsum voluptatem ut est. Non quasi magnam recusandae corporis quas dignissimos aut."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:00:56 UTC], ["updated_at", 2016-06-24 23:00:56 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:00:56 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (6.2ms) Completed 200 OK in 351ms (Views: 345.4ms | ActiveRecord: 0.9ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.5ms) COMMIT  (0.8ms) BEGIN  (1.1ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hans_aufderhar@bergstrom.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dariana Herman"], ["email", "hans_aufderhar@bergstrom.net"], ["password_digest", "$2a$04$ehHhMnra.YAPXt4.O.LPZeVBHOOjLfLhbIe7uIgNcmg2KpBmPV77S"], ["created_at", 2016-06-24 23:01:13 UTC], ["updated_at", 2016-06-24 23:01:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Adipisci est magni aut eum doloremque minima. Iste in aut. Quidem vel nisi voluptatum numquam cumque."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:01:13 UTC], ["updated_at", 2016-06-24 23:01:13 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:01:13 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (6.3ms) Completed 200 OK in 352ms (Views: 342.0ms | ActiveRecord: 1.2ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (8.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lila@pacocha.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sage Predovic"], ["email", "lila@pacocha.co"], ["password_digest", "$2a$04$l9UGDDxYLKU987CXg8arcebM65dT2eqP5f2CigVLVWAxTy6IxC.zO"], ["created_at", 2016-06-24 23:01:39 UTC], ["updated_at", 2016-06-24 23:01:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Et et doloribus. Vero ab et. Minus adipisci deleniti."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:01:39 UTC], ["updated_at", 2016-06-24 23:01:39 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:01:39 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (10.1ms) Completed 200 OK in 343ms (Views: 337.5ms | ActiveRecord: 0.8ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (16.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dylan_harvey@whitestokes.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Peter Bahringer III"], ["email", "dylan_harvey@whitestokes.biz"], ["password_digest", "$2a$04$RUT45JlcWK3Vvizm6XeM/eN8L/W5B5Oie7UIWyAqcCRoNfcen34KW"], ["created_at", 2016-06-24 23:02:04 UTC], ["updated_at", 2016-06-24 23:02:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Iusto voluptatum ipsa maiores corporis enim. Pariatur voluptates dolores harum omnis est ex."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:02:05 UTC], ["updated_at", 2016-06-24 23:02:05 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:02:05 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.4ms) Completed 200 OK in 360ms (Views: 353.8ms | ActiveRecord: 0.8ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garrett@ankunding.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Vergie Weber"], ["email", "garrett@ankunding.io"], ["password_digest", "$2a$04$NbwjTu/UX1DnxFuLNc9pNed8vP57A7XUIgflw8XGyMmMSmP1oCAdK"], ["created_at", 2016-06-24 23:02:20 UTC], ["updated_at", 2016-06-24 23:02:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Rerum quae quasi quis molestiae vitae itaque. Ratione eveniet quos assumenda facere et rerum. Sunt cumque deleniti eius."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:02:20 UTC], ["updated_at", 2016-06-24 23:02:20 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:02:20 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.0ms) Completed 200 OK in 372ms (Views: 364.0ms | ActiveRecord: 0.9ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (24.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (1.2ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "linnie@kris.io"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mafalda Littel Sr."], ["email", "linnie@kris.io"], ["password_digest", "$2a$04$gWSBM12VJvgifIVf2Zt2iuz9AtXp8o8J2Vehm1hq0eguJ.jyBD0se"], ["created_at", 2016-06-24 23:04:08 UTC], ["updated_at", 2016-06-24 23:04:08 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Ab sequi quam dolore aut. Et beatae nihil pariatur itaque voluptatem veritatis ut."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:04:08 UTC], ["updated_at", 2016-06-24 23:04:08 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:04:08 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.0ms) Completed 200 OK in 325ms (Views: 318.8ms | ActiveRecord: 0.9ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mikel_lind@lebsacknader.io"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aidan Feeney I"], ["email", "mikel_lind@lebsacknader.io"], ["password_digest", "$2a$04$2C55xGcsMj/YX9GddjBWRektjZ2Gk4VKrf57Wag0cWBGHAzWFUK06"], ["created_at", 2016-06-24 23:04:32 UTC], ["updated_at", 2016-06-24 23:04:32 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Nam atque earum quae. Corporis numquam sed sequi quas odio laboriosam. Fuga rerum aut molestiae nam aut. Consectetur enim neque nemo ut eum quos ea."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:04:32 UTC], ["updated_at", 2016-06-24 23:04:32 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:04:32 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.3ms) Completed 200 OK in 370ms (Views: 364.0ms | ActiveRecord: 1.0ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.3ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (25.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "braeden@olson.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rafael Jaskolski MD"], ["email", "braeden@olson.info"], ["password_digest", "$2a$04$51ExdCKgJTsOpORLrDezP.k3PSoCxcYruUCG1HZLz8MpTftF8cIFW"], ["created_at", 2016-06-24 23:06:38 UTC], ["updated_at", 2016-06-24 23:06:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Voluptas doloribus assumenda quae omnis. Non voluptate iste facere nulla. Ea cupiditate nulla qui. Saepe consequatur aliquam iusto."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:06:39 UTC], ["updated_at", 2016-06-24 23:06:39 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:06:39 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.5ms) Completed 200 OK in 340ms (Views: 334.6ms | ActiveRecord: 1.0ms)  (1.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (26.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.1ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luz_hackett@kunzeschaden.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Randy Kihn"], ["email", "luz_hackett@kunzeschaden.name"], ["password_digest", "$2a$04$D9sD/t1h7bBbrF6qfimZae/WQArNV1AdUBsquHagYXszv3gYCGY2m"], ["created_at", 2016-06-24 23:07:43 UTC], ["updated_at", 2016-06-24 23:07:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Autem tempore accusamus recusandae labore. Enim iure perspiciatis."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:07:43 UTC], ["updated_at", 2016-06-24 23:07:43 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:07:43 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.0ms) Completed 200 OK in 355ms (Views: 348.5ms | ActiveRecord: 1.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnathan_wuckert@kutch.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gabe Lindgren"], ["email", "johnathan_wuckert@kutch.com"], ["password_digest", "$2a$04$/CKZj/8fWwRLXT59YgHM/OuVuFqG8PXLVcvd3GR7CNDC/ldgkp7Zu"], ["created_at", 2016-06-24 23:08:06 UTC], ["updated_at", 2016-06-24 23:08:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Placeat eaque hic quis sunt similique eveniet vero. Non dolore excepturi repellat inventore perspiciatis labore qui. Nisi aut odio doloribus."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:08:06 UTC], ["updated_at", 2016-06-24 23:08:06 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:08:06 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.2ms) Completed 200 OK in 394ms (Views: 387.7ms | ActiveRecord: 0.9ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theron.kris@gorczany.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rodger Botsford"], ["email", "theron.kris@gorczany.name"], ["password_digest", "$2a$04$0qfP8LWHPCHuAEfuKyzq5O6K4RgjBcpsAt6GnEjE/DafcjWpJc.7."], ["created_at", 2016-06-24 23:08:41 UTC], ["updated_at", 2016-06-24 23:08:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Ex dolor consequatur labore nobis. Quia totam itaque eum minima. Pariatur et facere impedit. Fugit sint nam vero est."], ["published", true], ["published_at", 2016-06-24 00:00:00 UTC], ["created_at", 2016-06-24 23:08:41 UTC], ["updated_at", 2016-06-24 23:08:41 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-24 19:08:41 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.5ms) Completed 200 OK in 340ms (Views: 334.0ms | ActiveRecord: 0.9ms)  (34.7ms) ROLLBACK ActiveRecord::SchemaMigration Load (3.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.7ms) BEGIN  (5.7ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (8.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (10.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (46.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (4.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arne@frami.com"], ["LIMIT", 1]] SQL (4.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Paris Lueilwitz MD"], ["email", "arne@frami.com"], ["password_digest", "$2a$04$Rt18iwldop9IpTfYcAh1GeuKha8pvYM..rQKbRF.AMHKSOQ/PkXc6"], ["created_at", 2016-06-27 19:45:50 UTC], ["updated_at", 2016-06-27 19:45:50 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Qui deserunt ut sit numquam aut. Quidem exercitationem rerum vel debitis. Eum eos fuga expedita alias. Quod officiis ratione doloribus quam."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:45:50 UTC], ["updated_at", 2016-06-27 19:45:50 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:45:50 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.0ms) Completed 200 OK in 342ms (Views: 334.7ms | ActiveRecord: 1.6ms)  (1.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.1ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (29.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darrel@mcdermott.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Camron Runolfsson"], ["email", "darrel@mcdermott.com"], ["password_digest", "$2a$04$674/bBYRmlyIRror.U5sJuXuqOMGJgjZJZ9enL7Wv9RK0AFT5QcCa"], ["created_at", 2016-06-27 19:48:27 UTC], ["updated_at", 2016-06-27 19:48:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Autem quo aspernatur hic in laboriosam asperiores saepe. Facere error enim voluptatibus consequatur distinctio atque placeat. Eaque doloribus molestiae omnis iste."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:48:27 UTC], ["updated_at", 2016-06-27 19:48:27 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:48:27 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.6ms) Completed 200 OK in 346ms (Views: 338.9ms | ActiveRecord: 1.0ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (21.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "landen@brakushagenes.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamal Nikolaus"], ["email", "landen@brakushagenes.org"], ["password_digest", "$2a$04$SZkLMYkAwi1K3WiP8Cni6OnZ/Xq6POZNIBeJ7q6o0HoVdKmqFsAei"], ["created_at", 2016-06-27 19:48:44 UTC], ["updated_at", 2016-06-27 19:48:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Earum ad consequatur itaque cum. Quas exercitationem illum corporis quo enim sequi qui. Sed illo sit sed aut aliquid quos. Fugiat quod et."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:48:44 UTC], ["updated_at", 2016-06-27 19:48:44 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:48:44 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (6.2ms) Completed 200 OK in 335ms (Views: 328.1ms | ActiveRecord: 0.9ms)  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.0ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (26.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carol_collier@windler.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tia Harber"], ["email", "carol_collier@windler.org"], ["password_digest", "$2a$04$TLS94lcTgB63jhyfCjci6.XVonXnuuZYMSvb93xi7elBDTIs0/wnG"], ["created_at", 2016-06-27 19:49:22 UTC], ["updated_at", 2016-06-27 19:49:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Doloribus repellendus rerum. Nihil quasi vel."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:49:22 UTC], ["updated_at", 2016-06-27 19:49:22 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:49:22 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.9ms) Completed 200 OK in 338ms (Views: 331.7ms | ActiveRecord: 0.9ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.4ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (5.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (30.5ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.2ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juwan.terry@bradtke.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berniece Kessler"], ["email", "juwan.terry@bradtke.co"], ["password_digest", "$2a$04$pDYzr6A8Scv6c/CgtFt8H.aw6traUJYUzAok4IWRUl.NOLdcgnOAG"], ["created_at", 2016-06-27 19:51:16 UTC], ["updated_at", 2016-06-27 19:51:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Dicta et et repellendus praesentium iusto. Facilis debitis ipsa. Omnis nihil dolorum aspernatur ut quaerat a qui."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:51:16 UTC], ["updated_at", 2016-06-27 19:51:16 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:51:16 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.9ms) Completed 200 OK in 358ms (Views: 352.2ms | ActiveRecord: 0.9ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emma_balistreri@toy.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kyleigh Hoppe"], ["email", "emma_balistreri@toy.biz"], ["password_digest", "$2a$04$x80DqMksx.XOwn/eJS.NAu7GEBd90CqSzK15EWfvrLVeEwn85noD2"], ["created_at", 2016-06-27 19:52:13 UTC], ["updated_at", 2016-06-27 19:52:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Illum pariatur eaque vel recusandae consequatur magni. Aut eos molestiae quasi quia pariatur. Suscipit eos impedit mollitia veritatis corporis. Consequuntur qui velit eaque vitae quisquam sunt illum."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:52:13 UTC], ["updated_at", 2016-06-27 19:52:13 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:52:13 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.4ms) Completed 200 OK in 358ms (Views: 351.7ms | ActiveRecord: 1.1ms)  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.5ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "henri@koelpindare.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grayce Frami"], ["email", "henri@koelpindare.org"], ["password_digest", "$2a$04$ift1rAjhU8TTbqUVGGMR5OmuVWFacrchbn0vKo36osM3LNElNWpb2"], ["created_at", 2016-06-27 19:53:01 UTC], ["updated_at", 2016-06-27 19:53:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Voluptatem velit officia dolorem. Ut autem alias dolorum soluta."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:53:01 UTC], ["updated_at", 2016-06-27 19:53:01 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:53:01 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.6ms) Completed 200 OK in 340ms (Views: 333.3ms | ActiveRecord: 0.8ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN  (1.2ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cielo@mrazgrady.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amani Johns"], ["email", "cielo@mrazgrady.io"], ["password_digest", "$2a$04$rU9kF.wWNeZ71x8Yf6JpD.J1G0U4VCgEDxk.S5KVDoE2MqullaEn6"], ["created_at", 2016-06-27 19:53:38 UTC], ["updated_at", 2016-06-27 19:53:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Velit fugiat cumque rerum placeat maxime. Quos odio possimus ea magnam quis. Atque beatae et est."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:53:38 UTC], ["updated_at", 2016-06-27 19:53:38 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:53:38 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.7ms) Completed 200 OK in 338ms (Views: 331.4ms | ActiveRecord: 1.0ms)  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.4ms) BEGIN  (6.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (9.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (6.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (39.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ivy@okonferry.net"], ["LIMIT", 1]] SQL (4.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Peggie Hoeger"], ["email", "ivy@okonferry.net"], ["password_digest", "$2a$04$C8CnLZjIAweOJM3B1OkWZeIaDCHzR0M6ukAoIrRKYNpJi8qJoKwpe"], ["created_at", 2016-06-27 19:58:56 UTC], ["updated_at", 2016-06-27 19:58:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Qui enim magnam. Voluptates autem quae. Ducimus qui perspiciatis repellendus voluptas nisi. Non qui quia nulla."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 19:58:57 UTC], ["updated_at", 2016-06-27 19:58:57 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 15:58:57 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.6ms) Completed 200 OK in 326ms (Views: 320.0ms | ActiveRecord: 1.0ms)  (1.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.6ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (3.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (28.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vesta_jones@torphy.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Toney Gaylord"], ["email", "vesta_jones@torphy.com"], ["password_digest", "$2a$04$mQYXJqMuE2.XThivUbN63uvT9AuysZy.eS2GYy8cITuJJj7ul5kg6"], ["created_at", 2016-06-27 20:02:20 UTC], ["updated_at", 2016-06-27 20:02:20 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Architecto nihil aut consequatur rerum. Quae corporis voluptates. Eos omnis est cumque explicabo amet velit modi. Ullam placeat quo vel aut omnis necessitatibus."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:02:20 UTC], ["updated_at", 2016-06-27 20:02:20 UTC], ["author_id", 1], ["slug", "my-title"], ["summary", "summary"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 16:02:20 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (4.4ms) Completed 200 OK in 350ms (Views: 342.8ms | ActiveRecord: 1.1ms)  (1.0ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (22.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$m2kFuwwVeLYSowcggxEMV.qVDnrDiB2JjS.6wJ3ymNlOyMeYgvvM6"], ["created_at", 2016-06-27 20:03:39 UTC], ["updated_at", 2016-06-27 20:03:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$E4MY8TMWXCzI3UmpBEjvYe6o8ATJRSc6KCJTBUYI3OH6s9OzM5B7K"], ["created_at", 2016-06-27 20:03:39 UTC], ["updated_at", 2016-06-27 20:03:39 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (4.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mxMhRwqbCOX0Vkgmk8.SMercjtjDPV9Xcx8YrtkNibc8FaulKdaAq"], ["updated_at", 2016-06-27 20:03:39 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julian@hermanmann.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Michale Rippin"], ["email", "julian@hermanmann.net"], ["password_digest", "$2a$04$61i4UC39uH3L12DR4LR2cOblgurthvUOJR/UASbhssNlur/7k.jfy"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Fuga et nihil voluptatum aut doloribus. Voluptatibus sunt voluptas nostrum earum."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Enim laudantium deserunt. Sequi voluptatibus quibusdam voluptatum. Sint nesciunt dolorem natus rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 19ms (Views: 12.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (4.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isadore@legros.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Audra VonRueden"], ["email", "isadore@legros.co"], ["password_digest", "$2a$04$/FqVu/RfIy2PvVHJdz3rCeJOVPBw.q3PrBXkWkWoFL.NpRilIDupW"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Ipsum corporis voluptas. Quas nihil fugiat inventore et veritatis sunt aut."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Officiis exercitationem minima eius odit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernhard_rowe@ornmonahan.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kacey Ernser IV"], ["email", "bernhard_rowe@ornmonahan.org"], ["password_digest", "$2a$04$RyjOuq.vaYj1ZcQgy6sH6OwNSOCEVVr5fCjA7L6z9Mc9SVHssg3r2"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Excepturi modi debitis dolorem a quae ut velit. Eligendi numquam nisi. Deserunt quibusdam saepe quia nisi sunt non voluptatum. Quia sunt odio corrupti ut autem amet rerum."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Qui velit beatae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mathilde_barrows@walshswaniawski.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathaniel Bednar Sr."], ["email", "mathilde_barrows@walshswaniawski.info"], ["password_digest", "$2a$04$pUZLeD2iwaCliIqL0pf.le2tzfFc9MUfmnADJC8sfRJLbm5EhB5Te"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Fugiat enim reprehenderit. Ut suscipit enim quae necessitatibus praesentium velit."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Autem quia iusto quia. Aliquid est reprehenderit exercitationem aliquam ipsam quis blanditiis. At ut architecto provident labore fugit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alphonso.bergnaum@lubowitzreinger.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Ayana Halvorson"], ["email", "alphonso.bergnaum@lubowitzreinger.io"], ["password_digest", "$2a$04$j3sXMn5fDVQa1qNIDyUBaOw55Mprwim4k9BFBGg.dIGmeqmzX3UUu"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Consequatur quia porro impedit. Non temporibus unde fuga aut cum praesentium."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Ex non officia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evans.corkery@torpaltenwerth.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rashawn Corkery IV"], ["email", "evans.corkery@torpaltenwerth.com"], ["password_digest", "$2a$04$ZIlO79W6NByxpndDpW1vO.rDesQvXTo1rjWNaTFnIWFOhMwooCA7G"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Est et cupiditate. Voluptas beatae qui ad consequatur. Voluptate repellat aut laborum consequuntur."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Nesciunt et dolorem nulla. Deserunt laudantium corporis exercitationem est officia. Voluptatibus veniam nostrum sit ut ipsam odit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "earlene_jaskolski@macejkovicwalter.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Francis Hodkiewicz II"], ["email", "earlene_jaskolski@macejkovicwalter.net"], ["password_digest", "$2a$04$vMMTEs8.gORldIaicixvoefwZhWVpx9l9w4qLMXGpSEtQ8ob13D2."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Neque tenetur nesciunt saepe atque perferendis officia harum. Veritatis facere aperiam a mollitia facilis voluptatem delectus."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Consectetur blanditiis vel voluptate animi est quasi ad."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fabian@cremin.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garland Ledner"], ["email", "fabian@cremin.biz"], ["password_digest", "$2a$04$UVwLScWJovc5O7tzBgfA6e0zl4XpZY.vnl/ME8CSdsmJuEoc27wv2"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Consequuntur quibusdam quasi illo. Quas ea illo mollitia rerum. Beatae eos libero repudiandae qui officia ad."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "In itaque suscipit deserunt aliquam asperiores eos. Dolore deserunt provident enim possimus deleniti vero. Id mollitia dolor amet quam omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abe@ruel.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alicia Bahringer"], ["email", "abe@ruel.info"], ["password_digest", "$2a$04$0Oaut6DOTXpFvPyEZXZ.AOOzwZRe3Ev0hUuX4rqN24JsckveHg7tG"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Cum aliquam tempora sit voluptatem. Quis molestias eaque voluptatum debitis ab. Dolorum quasi enim quam cumque."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Quis vel assumenda iste odio aut soluta. Quis odio accusantium saepe nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "corine_powlowski@westsenger.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Cali Cronin"], ["email", "corine_powlowski@westsenger.net"], ["password_digest", "$2a$04$wUCQmxqNTF/K/vkQxFcpMebagOiXvafhHZFtnC/t/hE1gE8cjuhLC"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Ut qui quo minus laboriosam commodi aliquam. Et est culpa iure eligendi. Cumque accusantium beatae dolor aspernatur ut."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Dolor voluptatem animi ut commodi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "effie.baumbach@hartmann.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yvette Strosin"], ["email", "effie.baumbach@hartmann.org"], ["password_digest", "$2a$04$cPXPAZ1naotty5mpnXni3uZE1mEp0VXmpBj9kGzrevn8v6bRww2xS"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Eos voluptas et totam. Tempore enim veniam recusandae dicta."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Aut necessitatibus sunt minus ex officiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "genesis@bartell.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorthy Hilll"], ["email", "genesis@bartell.com"], ["password_digest", "$2a$04$iTj2lWZ0ePSXCzWV80VEnuXnb.X4jwQ38.VMK1fIeLyhkk4uAfyD6"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Possimus magni labore consequatur itaque expedita doloribus. Eaque sit dolore suscipit assumenda. Qui occaecati dolore cupiditate non ut. Voluptas qui qui incidunt sunt pariatur."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Harum recusandae quasi dignissimos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carley@lockmanshanahan.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Julianne Jakubowski"], ["email", "carley@lockmanshanahan.org"], ["password_digest", "$2a$04$wNGmCQrePGVkN6Ed5KPpvuO7cyrDrIEkv.OwfxXavuI9J.CO9o5nS"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Aut qui sed ea qui impedit ratione. Hic et molestiae quo molestias est. Voluptatem sed iure et eveniet."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Aut deserunt voluptates alias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kylie@mullerbergstrom.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Francis Feeney"], ["email", "kylie@mullerbergstrom.org"], ["password_digest", "$2a$04$95q1T0yWFuFx/ep2ryNKeeE9oMzuDGmFb3cQNU.QiWAnsq1ETFDoS"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Eius ipsum officiis nostrum. Inventore ut commodi voluptas. Iusto sunt rem et inventore esse in sapiente. Nostrum tempora aut quis consequatur."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Sit dolores id reprehenderit quam qui. Libero explicabo aut. Veritatis tempore aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isac.langosh@torpmuller.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fae Bailey"], ["email", "isac.langosh@torpmuller.com"], ["password_digest", "$2a$04$Lm49FmZk7WRcRR2o8bNB9ehpDKACOvA6AZrqQVaz11pDvOtMXq9D2"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Praesentium quo consequuntur hic sit. Et ut minima rerum tempore pariatur esse doloremque. Nam porro unde."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Minus blanditiis quia animi nulla voluptas. Vitae facilis sed exercitationem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cali@fahey.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Linwood Howe"], ["email", "cali@fahey.io"], ["password_digest", "$2a$04$0jcLvmduCy5jyEdmoHcjLOanmsOVoBOrnbqe4iXuZMQO.TDzIDXkG"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Adipisci quidem voluptates porro voluptas vel. Voluptatum magnam est consequatur iusto laboriosam. Porro autem omnis laborum. Eum quia doloribus nihil quia ullam repellat et."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Maiores et ut omnis autem. Est temporibus rem debitis voluptas esse."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmella_botsford@sawayn.org"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tara Haley DDS"], ["email", "carmella_botsford@sawayn.org"], ["password_digest", "$2a$04$H.tKBgIV6ABF8Vbzo8Xxu.AKxy1qHsY.gdr12a92p12iITB.3mI66"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Quam tempora deserunt et rem. Rerum debitis exercitationem. Accusantium est quidem vero dolorum. Praesentium consequatur perferendis."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Soluta adipisci totam nostrum omnis doloremque qui. Tempora eos minus quis corrupti. Est enim itaque nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bell@sawaynweber.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Reuben Greenholt"], ["email", "bell@sawaynweber.org"], ["password_digest", "$2a$04$e7ulkN/HWVkn5iuvOLldWuW.P1KUjbHJTVm9psWF.r4Ed5Pipxe1."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Voluptates dolorem dicta. Repudiandae rem vel modi ea."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Quos voluptas corporis libero. Est at sequi perferendis tempora amet velit."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eloise_stanton@mannlockman.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Lee Goyette"], ["email", "eloise_stanton@mannlockman.name"], ["password_digest", "$2a$04$D9Kq28X6hYh5uHQCGZm72.RodwFcTkDHBp4pC6cwXtxJYMf8TocAi"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Reiciendis fugiat et illo error temporibus. Esse nostrum beatae ducimus laboriosam veniam aliquid earum."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Consequatur minima in amet velit. Cumque ad recusandae dolorum possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edgardo.schoen@hegmannkuhn.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dayana Pouros"], ["email", "edgardo.schoen@hegmannkuhn.biz"], ["password_digest", "$2a$04$zYvPCnwI7FGL33fI0TA/RuxAq3gs22YznNp9jA3qsqNlfQ5n0FXbK"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Odit necessitatibus explicabo qui animi eaque dolores rerum. Dicta dolor in ut ex qui amet ab. Similique et quaerat eaque quae. Non aliquam perspiciatis dolores."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Odio quo dolorum aut eum. Fugiat temporibus fugit assumenda sed sed et delectus. Est vitae quia animi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alicia@wolff.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bradly Kemmer"], ["email", "alicia@wolff.io"], ["password_digest", "$2a$04$8g/cMbXumXr5gfT.yTrnm.xHPYjs3GWq/t8w99CPC7R3tYEkb7x.i"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Id aut est sit. Laudantium quis tempore eum. Dolorem mollitia aliquid."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Est nostrum ipsum reprehenderit et enim temporibus. Qui ut atque culpa in. Sint et labore iste est est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "april.lakin@kertzmann.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kiana Rogahn"], ["email", "april.lakin@kertzmann.biz"], ["password_digest", "$2a$04$k9KiAqevdnQSGyGSMBHPg.tWheMeB/j7ExWNm3fBgUeLlPHCkI6hG"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Velit ab ut quia. Laudantium numquam voluptas aperiam iste id voluptates."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Soluta consequatur sint."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerod_hoppe@quigleywilderman.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Georgiana Bednar"], ["email", "jerod_hoppe@quigleywilderman.biz"], ["password_digest", "$2a$04$jsoNUENUwWnSlfqhKckoIO8Y/8gifw1Nzf4QWjIWQxtZ463/ss5ii"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Quas est nihil. Quia autem non eum rerum temporibus quidem inventore. Sapiente facere officiis deleniti."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Id natus iure saepe quia sunt consequatur ipsum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brielle@webercruickshank.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cindy Toy"], ["email", "brielle@webercruickshank.net"], ["password_digest", "$2a$04$dRhyEchldM4V3/Xd6PrVb.syy5rSOI.Kg6n/I/VwWkdyhc/kG.xFW"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Delectus blanditiis repellat ullam modi iusto. Asperiores nostrum perferendis et nihil modi placeat."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Voluptatem sunt quam quas esse sed. Nobis dolorem quia. Enim maiores quia quis eligendi similique."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jany.hauck@powlowskijaskolski.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gregory Tremblay"], ["email", "jany.hauck@powlowskijaskolski.co"], ["password_digest", "$2a$04$kHLbn7Cv.sttGGbvWY8NAuMRtsaLkOk.hWY2B52bOByMHDFBQpsuS"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Est officiis dolorum porro voluptatem ea qui. Incidunt quas saepe fuga accusamus sapiente."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Ut quis eius accusantium. Odio et et. Sint cumque aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "turner@wilkinson.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ezekiel Fadel DDS"], ["email", "turner@wilkinson.biz"], ["password_digest", "$2a$04$26Wr5BNGW4VW2gY0PE3aYuuD.XUZHjlhbxZFmd75KwmdyVGh1eoLu"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quia eum aperiam. Delectus eius tempora quidem dolores mollitia voluptas eos. Provident excepturi est voluptatibus fugit aliquid quo ipsum. Iure totam ratione omnis dolorem quod."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Adipisci voluptas mollitia velit. Omnis sed eos est. Suscipit sequi beatae quis ipsa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heath_paucek@kunzeprohaska.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Rudolph Renner"], ["email", "heath_paucek@kunzeprohaska.biz"], ["password_digest", "$2a$04$r91Aaflu3Ub9y5X5gFwIOeCzUSv4Kq4KXTM0yyBPoS6XBFhxjZE8K"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Veritatis dolores totam in voluptatem. Sequi saepe necessitatibus."], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Deserunt fugiat quo vero explicabo quia dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sadye.wilkinson@donnellybruen.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alvah Krajcik"], ["email", "sadye.wilkinson@donnellybruen.io"], ["password_digest", "$2a$04$85j3URonxOXhg0DhMhnby.YLGkAYgo9qCwcIAT/uSVqvxqUep/Ekq"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (3.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "callie_aufderhar@hauck.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Colt Miller"], ["email", "callie_aufderhar@hauck.biz"], ["password_digest", "$2a$04$tQ91wLGUJYKXnfXD.O4fnOMUh6Hz2zvTCRZcfWV6GMc/Vvf5yjyGS"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Et natus eius est perferendis. Sit amet aut qui optio cumque. Dicta reiciendis aspernatur vero.", "summary"=>"Ut eius culpa alias. Sed sunt corrupti. Vero saepe perferendis assumenda eum sed et.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 9ms (Views: 1.6ms | ActiveRecord: 1.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Aut quibusdam voluptas dicta impedit. Et quod iure sed consequatur qui voluptatem quo.", "summary"=>"Aliquid tenetur perferendis quaerat iusto sed adipisci quibusdam.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grady@olson.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Carmella Cassin"], ["email", "grady@olson.net"], ["password_digest", "$2a$04$Ic38u3P94Rk/cGIeZh7w7u6yx3aFNZkF23ZQdxR5FIFw3Doz1ZY6G"], ["created_at", 2016-06-27 20:03:40 UTC], ["updated_at", 2016-06-27 20:03:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Et vel distinctio consequatur optio.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Et vel distinctio consequatur optio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Rerum quod inventore cumque atque optio ipsa vel. Enim deserunt eaque aut vero.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.2ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tamara@homenick.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Theo Runte"], ["email", "tamara@homenick.net"], ["password_digest", "$2a$04$EMNnxBxApiw6La9m3ozVh.o1.1Tzx9bqZyGkWmA.T/JD9fz3EJlXC"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Voluptatem et laboriosam sit at velit. Perferendis aut omnis cumque ullam excepturi tempore dolorem. Qui est deleniti ipsa a harum repellat."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Earum vitae et blanditiis dicta perferendis asperiores. Odio eos velit dolorem. Aut culpa fugiat rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dayana_pfannerstill@wunsch.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neha Koelpin"], ["email", "dayana_pfannerstill@wunsch.info"], ["password_digest", "$2a$04$hFITQ9WU/pn1LYCFbVnP3.r59E8TrhNVW2n/gcGuzi1I2QRZ5W/mi"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Cumque ea ut aut aut accusantium aut dolorem. Voluptatem quaerat iusto recusandae eum est beatae tempore."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Quo voluptate quia voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelo@carrollmarquardt.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Giovanni Wiegand"], ["email", "marcelo@carrollmarquardt.io"], ["password_digest", "$2a$04$OecSPuYyPPqtlqm3Y01UA.blP14TH/QFV5vBhP5eqTvn7XhmibcNG"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (4.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Optio vero enim sit est necessitatibus voluptates consequatur. Impedit voluptatem quod quia ipsam animi autem sint. Qui et delectus sequi iure. Qui voluptate sed quos consequuntur exercitationem eum qui."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Corrupti voluptas inventore. Ut laboriosam velit vel. Omnis quisquam dolore nulla consequuntur aliquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zachery@emmerich.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Drew Schowalter"], ["email", "zachery@emmerich.org"], ["password_digest", "$2a$04$qCmnrAM4Zds1XDxKhQkaR.dDmMNzkz/hWtNceL7WdHthhLvg7wgha"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Voluptatem quo distinctio impedit. Vel est sunt aut. Fugit quis et qui est quasi."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Voluptatibus consequatur ducimus quaerat optio. Id porro recusandae quas voluptatem incidunt. Aut reiciendis est suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-27 20:03:41 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.7ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylin_fritsch@nitzschebergstrom.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yasmin Jones"], ["email", "kaylin_fritsch@nitzschebergstrom.net"], ["password_digest", "$2a$04$bsMkDGwv19LBHZLzG4J5wOxOCvXNbYkPiwDNss40Vdmhsq5NrrTda"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Quo placeat qui dolorem sit impedit et aut. Deleniti ullam consequuntur iste nihil. Maxime ipsam quia cupiditate."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Et quis dolores libero vel. Qui iure velit molestiae veniam quidem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-27 20:03:41 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmanuel_spinka@mante.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Graciela Douglas"], ["email", "emmanuel_spinka@mante.info"], ["password_digest", "$2a$04$0SphXB73b1vhTl3R94C3JOdQBX97Y/xXCW7p0yIvK7EKs3CerQ5GC"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "paris.casper@gerhold.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Katlyn Pollich"], ["email", "paris.casper@gerhold.info"], ["password_digest", "$2a$04$Ow9Vi7fIZtpxi6.FUPcMy.Ju8/7AVg4dFEduT1U00vm25Kqx0jySG"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Vel repellat maiores vero exercitationem sed ea dolor. Beatae aliquid totam animi numquam enim. Odit tenetur minus dolores est id."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Totam dolorem eum et consequatur. Vel quia temporibus eos hic est iste. Ut ut consectetur iusto minus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-27 20:03:41 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maddison@stokes.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aryanna Block"], ["email", "maddison@stokes.name"], ["password_digest", "$2a$04$AArhPGCEeJXJXz.2awcAMOTJ4Qax6W3RxHS9728S.sSudVoQehlva"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Ea voluptatibus deserunt. Molestiae voluptas ut quibusdam."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Cumque labore aliquam et possimus quasi delectus. Recusandae et excepturi aut dignissimos facilis non quod."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-27 20:03:41 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carmelo Ebert"], ["email", "user@user.com"], ["password_digest", "$2a$04$oizLX4DVqp5hYQeyPzfsteJJRAUIjUvdo5.iQpJPrRMMPgfA0vvXu"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Lkkl6JpV2wTx2ozq8naFA.K/danm/4dqGgYn9V8wn29R47MVfHvya"], ["updated_at", 2016-06-27 20:03:41 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moses_rempel@emard.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anastasia Carroll"], ["email", "moses_rempel@emard.org"], ["password_digest", "$2a$04$pb7jRJyfWBPmmYDiPviTGufEHDUpA5eATUpmlDSLWhzFdJwBNdL5m"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.7ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-27 20:03:41 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-27 20:03:41 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.5ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robyn.heathcote@rutherford.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Linda Beer"], ["email", "robyn.heathcote@rutherford.io"], ["password_digest", "$2a$04$sotlOlc2qXPs1hvUdwW4luhYqUCm2Te.vWKKrHr4tvHKKL//XZrbK"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Molestias corrupti ex dolor esse molestiae voluptate atque. Nam ratione labore. Sunt earum velit doloribus dolores sunt dolores. Accusantium unde optio dicta."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Consequatur placeat sunt. Maxime molestiae sed nostrum esse minus placeat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scottie.lemke@kunzekeler.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amiya Wolf"], ["email", "scottie.lemke@kunzekeler.org"], ["password_digest", "$2a$04$lKfLuspW4FKbkPLKKaq5EOzWIRVx1MtOwyaU2s/XZl4OG4HE9k6O2"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "In id sed non deleniti omnis quae. Cupiditate quia ut incidunt voluptatum eum. Quod expedita eligendi eos earum facilis esse molestiae."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Enim unde sunt ad omnis. Recusandae dolor amet corrupti officia mollitia ex deleniti. Alias illum est occaecati."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anne@bayer.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Coy Koelpin"], ["email", "anne@bayer.net"], ["password_digest", "$2a$04$MHoRrxhDwZgOYGEJ1fj2teS297jDHanfuYlnuJXrbj04SeQw70VBG"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Vitae deleniti qui quis. Aut architecto sint voluptatem labore officiis aut. Ducimus ratione veritatis minima reiciendis cumque."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Iure sed ut non quis qui. Blanditiis sint quod."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-26 00:00:00 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 19ms (Views: 12.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "verda@ratkegoyette.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyson Heathcote"], ["email", "verda@ratkegoyette.net"], ["password_digest", "$2a$04$QifzM1765hSKur0xpmVGyukgYrZHgYUVPA.HQNqb7oXF5/lbCelay"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Consequuntur deleniti et rem mollitia est. Quia corporis repellendus quis libero."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Quia voluptatibus aut dolor facere sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "whitney@mueller.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dulce Mraz"], ["email", "whitney@mueller.org"], ["password_digest", "$2a$04$en2lzzeCW1MV4FH11B9xkO00i8nvaNxl6iNt8wMrf9r4CMrzZI.RC"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Dignissimos sit similique cumque. Ut quae in dolores sunt blanditiis eius. Ipsam esse omnis soluta quod cumque. Maxime voluptatem blanditiis et atque."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Praesentium rerum nostrum aspernatur nulla dolor. Exercitationem nisi quidem optio et ut ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cooper.lemke@keeblerstrosin.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ladarius Rutherford"], ["email", "cooper.lemke@keeblerstrosin.co"], ["password_digest", "$2a$04$y18S5ep7Cq0WN9ExmqXDLOq6k24Ygir7xbzunfAYb7XfIUBZ1f9ly"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Rerum ipsam voluptatem. Eos ut maiores dolorem excepturi expedita sunt. Eum labore totam inventore deleniti veniam."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Odit esse nesciunt voluptas modi temporibus qui omnis. Architecto at aut inventore. Dolores id minus nostrum officiis ratione et fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaycee@batz.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Floy Stehr"], ["email", "kaycee@batz.io"], ["password_digest", "$2a$04$ofvLTaLSqlK2mqWVaeaXgOTCUZTr9KtlCGhX5pnDVUkbQGCWkUFsi"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Omnis et distinctio dolorem quia. Expedita debitis aut velit."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Officiis veniam quas id sed repellat tempora. Repudiandae dignissimos non assumenda eius sit. Ducimus animi nostrum provident."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ariane@lueilwitz.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nelson Ryan"], ["email", "ariane@lueilwitz.com"], ["password_digest", "$2a$04$jiG0Bx8EZXaoORi2/VPJd.NVtY5/xIa7jBMA/UaPTi3iZWVi/7y26"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Voluptatum nemo nam distinctio repellendus ullam voluptas molestiae. Consectetur explicabo quia libero ipsam ex odio accusamus."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Voluptates omnis porro aut et magni rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ania.carter@hirthe.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ward Kertzmann"], ["email", "ania.carter@hirthe.org"], ["password_digest", "$2a$04$en4KS2g43OVmfqwhF2zRVOTIWr9hiID077N..O/y3Hf279D/QQDgK"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Eligendi esse possimus modi ipsam. Rerum dignissimos voluptas repudiandae earum consectetur. Sint ratione enim maxime tempore placeat."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Blanditiis atque nostrum. Natus in est. Perferendis cupiditate accusamus sequi vel."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "audie@nienow.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Melany Dickinson Sr."], ["email", "audie@nienow.net"], ["password_digest", "$2a$04$VoBfEz3NuCroX/9.c8cqLOcaWmmzKr..JvEGoyFG2a21uKVnfRdTC"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Quia minus inventore omnis dolores. Molestiae cupiditate et."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Neque fuga repellendus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elda@volkmanschuppe.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tavares Reilly"], ["email", "elda@volkmanschuppe.name"], ["password_digest", "$2a$04$bJR75B2sLNOxOEM9D98ESO19mDcuf1poXZw.8yEIZ9dnV6TsbRuKq"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Molestiae est quia. Sunt iure voluptatem deleniti aut. In ut atque."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "A expedita deleniti distinctio error eligendi doloribus voluptate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacky@markshansen.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Ella Lockman"], ["email", "jacky@markshansen.org"], ["password_digest", "$2a$04$XUdRtY2T7HdhJIrXx6ijCeWN7vbA.AN80CoeEkVS22RuQaaw/.G8a"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Vel recusandae in id nobis. Voluptatem atque iure et nihil deserunt."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Porro omnis animi ut. Ut itaque quia modi amet rerum. Fugit ullam dignissimos odit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mallie@dietrichbrown.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lue Oberbrunner"], ["email", "mallie@dietrichbrown.io"], ["password_digest", "$2a$04$FqRzUbKlkIiq27CGoEVpfOKYQwXUugtgfpD/8bwDQ9RXNwoFcQdPu"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Quo placeat quod laudantium accusamus. Voluptates qui officia labore. Necessitatibus facilis molestiae omnis dicta tempore."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Vel sit est quos maiores. Unde omnis quisquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "milton@croninrau.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jennie Padberg"], ["email", "milton@croninrau.net"], ["password_digest", "$2a$04$mQD9NRJzwJ.TcD23GBd/D.BX/vCeo1TfNHQvM9yAVe.D5lcqSPhEO"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Quis perferendis culpa et quia. Similique autem harum ut hic commodi qui voluptas."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Error libero atque in voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margot_kaulke@strosin.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Burley Homenick"], ["email", "margot_kaulke@strosin.io"], ["password_digest", "$2a$04$eR1jJAHS/YodBi/Wf65Cxu/B3SqWZJLzh4Gmtmy/d50frgTGYQjAe"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Eos enim voluptas nisi qui omnis. Reprehenderit ut et eaque. Id odio commodi veniam reprehenderit fugit quisquam voluptates. Rem aut fuga."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Explicabo non totam aspernatur sint voluptatem quia ut. Architecto tempore nobis vel aut quae perferendis non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adella_bernier@mcglynncruickshank.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trycia Fahey"], ["email", "adella_bernier@mcglynncruickshank.biz"], ["password_digest", "$2a$04$bWK2r8xpbmD4n9yXt7HCR.vnbMgIxdO4l3On8iTYDjVq1UJcERUMO"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Quo quia possimus cum aut quis et. Quae nulla esse earum atque recusandae porro quos."], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Laudantium quis dolor fuga qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-27 20:03:41 UTC], ["updated_at", 2016-06-27 20:03:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (2.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 53ms (Views: 9.5ms | ActiveRecord: 5.6ms)  (0.7ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "geovany.mclaughlin@hauck.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miller Beatty"], ["email", "geovany.mclaughlin@hauck.biz"], ["password_digest", "$2a$04$Iw/Xq1I7/8GTHzaYCOOmDu5O8VStFULHcMZRQlIj7fMlnU/CbMIE2"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Cupiditate quo quia. Et debitis illum. At illum eius. Beatae et quibusdam sit eveniet dolore aut aspernatur."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Quidem modi placeat amet. Esse voluptate voluptatum cumque odio facere quo. Necessitatibus ut sint facilis provident officiis a."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lee@nikolaus.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chesley Boehm"], ["email", "lee@nikolaus.net"], ["password_digest", "$2a$04$hBEctEP.Gp2XFwpHyWAzRe3lMKQar/QqY0C/eLA3h8MhCsFL3agzW"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Alias ut dolor non magnam sed ipsa. Omnis ut quas. Non id explicabo est exercitationem deleniti sequi. Amet dicta velit sunt corrupti consectetur quia."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Earum quas quisquam eveniet et sit."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melba@kulas.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Althea Corkery"], ["email", "melba@kulas.io"], ["password_digest", "$2a$04$xGcDK3hwnRLvWAMdlxWf1.lcjtUBK6ZQby2.kM4dDd7jzhvSzt0lC"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Occaecati quod id neque facere. Qui quis possimus. Nobis iure tempora. Molestiae nihil vel veritatis facilis."], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Tenetur rerum sapiente minima eveniet qui et labore. Corporis ratione ea earum voluptatem molestiae harum. Molestiae veniam consequuntur quo iusto vel ducimus ut."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lorenzo@mitchell.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximillia Tromp"], ["email", "lorenzo@mitchell.com"], ["password_digest", "$2a$04$NmB3gpWoJFZBsWkwYSHQGeGJLiX8rTqQLXEtSKu/luKnJ9hE8XVhC"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Numquam quibusdam cumque vel nesciunt. Suscipit qui optio culpa perspiciatis expedita voluptatem. Voluptatem vero explicabo accusamus error ratione rerum. Qui nihil et ut earum perferendis atque aut."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Quis et non. Molestiae sit et maxime velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-25 00:00:00 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.9ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noble@armstronghirthe.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Baby Marks"], ["email", "noble@armstronghirthe.info"], ["password_digest", "$2a$04$ia7K.FtQ/mqXnGfA1Inm2u1tdJRiRrHxMjJGTazeqfOioSTM1N5ly"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Voluptatem ut quia. Molestias fugiat qui."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Aut amet libero et. Est voluptas alias ducimus accusamus veniam repudiandae. Voluptatem harum in sit atque."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alisa@lynch.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lawson Beatty PhD"], ["email", "alisa@lynch.org"], ["password_digest", "$2a$04$CfYiEy.PQ0oh6TtZOP3aF.NlDkYXrY4Tv905e8IfZh5EsR/4OZFVO"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Consequatur aut quae sint. Officia voluptas omnis deleniti quisquam corrupti nostrum porro. Placeat vero occaecati doloremque maiores tempora."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Officiis quos sint quisquam et reprehenderit."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "linnea@granthudson.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Horace Lynch"], ["email", "linnea@granthudson.net"], ["password_digest", "$2a$04$y87zntrMF9p5jGV7o3M1neqiTJ0rt1PpIPMcjX.w7WGicmpZcf9ES"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Possimus perferendis mollitia sunt tenetur eum earum harum. Quam culpa ex. Sint sunt voluptas sit. Quae minima optio consequatur ipsum."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Dolore dolorum hic sapiente quam alias et. Soluta sed aperiam dignissimos molestias nihil ut. Reiciendis ut odit."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauren.pacocha@fisherortiz.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Carson Sanford"], ["email", "lauren.pacocha@fisherortiz.net"], ["password_digest", "$2a$04$.LuAsPfErhf80ya7DFHmJ.XZlE/Z/085dVBmzFLeozD8g84TbR8wm"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Voluptatum occaecati ipsam id non quidem adipisci in. Praesentium nam deserunt. Qui suscipit velit maiores aut accusantium. Sunt non quia sint libero maxime tenetur."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Incidunt qui atque sint provident. Molestias praesentium magnam."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cortney@kertzmann.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cathrine Bahringer"], ["email", "cortney@kertzmann.org"], ["password_digest", "$2a$04$ndrSb5MDHVVRmGuTX4FP/O5xyeCZytvaas4.QkrOuQL0YoG5OS7gK"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Quas veritatis quo provident amet eius ad. Maxime voluptatum asperiores cum animi nihil. Optio dolores ipsa. Maiores non officia sed."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Velit soluta dolor et iste consequatur."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anjali_kohler@haleydietrich.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ray Witting"], ["email", "anjali_kohler@haleydietrich.com"], ["password_digest", "$2a$04$TB0Wm/prmre/UXii9b7lxe3iWK91EU7.H5NypDbfs5xJhfCClJ51q"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Eius ipsam explicabo a iure et. Culpa nesciunt maiores consequuntur. Non saepe vel voluptas est harum veritatis et. Aut omnis et perspiciatis atque necessitatibus."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Veniam enim voluptas voluptates sit voluptatum. Autem et iste et. Ea earum qui rerum nisi odit aut et."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxwell_balistreri@shanahanlang.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marisa Adams"], ["email", "maxwell_balistreri@shanahanlang.org"], ["password_digest", "$2a$04$2Y5pPAgagm7MOiV.4O5touY9J.md4M5ZJ2t/L/zjeTYA0VHaSIIGi"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Voluptas porro non quia. Consequuntur pariatur ex reiciendis. Nobis ad nam quas sed. Impedit et perspiciatis saepe consequatur."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Mollitia delectus ipsa. Consequatur aliquam qui hic culpa aliquid adipisci. Veritatis unde tenetur ex qui."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gaylord_stroman@raynorheathcote.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amiya Gorczany"], ["email", "gaylord_stroman@raynorheathcote.org"], ["password_digest", "$2a$04$nbcxB4tXDMt7bPYz5Eca1Oe4wqugIc/PXW4gO2z5lqQ2EMmYKY88i"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Quis repudiandae perferendis qui numquam ut ipsam. In facilis similique asperiores nemo. Consequatur tempore voluptate sint."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Magni vitae eveniet asperiores et quo et laudantium. Fuga architecto voluptatem. Ut hic debitis beatae natus optio quam sint."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blake.conroy@moriettelabadie.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Clinton Collins"], ["email", "blake.conroy@moriettelabadie.biz"], ["password_digest", "$2a$04$.7cOihA.A.mWRZijGutiZ.gJyaggMwzHxK29lXlvPCDQAWaojAbAe"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Repellendus minus facere ex reiciendis repellat. Aut occaecati natus."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Velit totam fugit tempora asperiores. Sit nulla officia non dolorum error a."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norene@gorczany.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isabel Sauer"], ["email", "norene@gorczany.co"], ["password_digest", "$2a$04$/CO2CUuL6Mi9AXAGeNktF.Ots8Moa185RTgJ3pnAsWgf5y3CZRtAm"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Quos velit quisquam vitae nam. Nisi quia alias necessitatibus ex."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Sunt qui sint et est et velit. Sed excepturi quas minus laborum. Et voluptates esse quia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sienna@vonklocko.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delfina Brekke IV"], ["email", "sienna@vonklocko.co"], ["password_digest", "$2a$04$bLVZ.ac2j2FNMEA6EZmISecnW5LaQNQycwVV0Nk4uVt6HZqeRAeS6"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Occaecati in cupiditate quis fugit. Saepe hic voluptatem non quo doloribus ullam quas."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Sed voluptatem molestiae. Eius aut quia pariatur laboriosam tenetur. Maxime veniam quia atque in eum et."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.1ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "declan.kihn@lemke.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Creola Lesch DDS"], ["email", "declan.kihn@lemke.org"], ["password_digest", "$2a$04$EaYVKM8gSKjbAnGekqzcjOp2DA0c91UQiRv1uhgI1b9mFVeU8LCFK"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (21.9ms) Completed 200 OK in 328ms (Views: 325.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"declan.kihn@lemke.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "declan.kihn@lemke.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$LPsHAlh3KEBLrk0YgE2OZuEaGnqVYdP5F76ob308CcjUm4U9t7zL."], ["updated_at", 2016-06-27 20:03:42 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.1ms) Completed 200 OK in 35ms (Views: 25.6ms | ActiveRecord: 1.8ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeremie_rath@medhurstjohnston.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Retha Sawayn"], ["email", "jeremie_rath@medhurstjohnston.org"], ["password_digest", "$2a$04$eLhs5zsaXeKxtWuAAQTUVe6lYKs.ZQ71CdPzni3n3jcDtL3a5oMTW"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Ut enim cum et aliquam. Facere sit veritatis."], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Voluptatibus culpa aut dolore nihil eos. Tempora autem sint eum commodi quam sit eius."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (48.9ms) Completed 200 OK in 61ms (Views: 54.0ms | ActiveRecord: 2.9ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerel.johnston@kuhnhomenick.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alessia Sipes"], ["email", "jerel.johnston@kuhnhomenick.org"], ["password_digest", "$2a$04$SyBMfSJjrNB/E8MX6rysu.VWKrQYyUPm3/0UmLW4bPdtxsW/XGz26"], ["created_at", 2016-06-27 20:03:42 UTC], ["updated_at", 2016-06-27 20:03:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 14ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jerel.johnston@kuhnhomenick.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jerel.johnston@kuhnhomenick.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$FDTkDFL39J5Hmz6XfH9w2eSF0U/Pl8Hxt1HQ4gIb/JHFy4vtPGbaG"], ["updated_at", 2016-06-27 20:03:42 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ray_murphy@johnmith.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Janae Cummerata"], ["email", "ray_murphy@johnmith.biz"], ["password_digest", "$2a$04$HB7oeBhCTtRKBngQ0sp/XuaoyWaPf43AT5/WIr7MO/ceghUa7yBDG"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Fugiat consequatur inventore. Aspernatur sint perferendis quia dolorem consectetur molestiae. Qui inventore reiciendis ratione ullam qui delectus voluptas. Assumenda nostrum voluptatem ipsa."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Voluptate quod inventore et culpa perspiciatis. Accusantium eligendi aliquid."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamar@mayert.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roselyn Koelpin"], ["email", "jamar@mayert.info"], ["password_digest", "$2a$04$7aSJtEq4gZNbj.4ljxGmluO8d06xgT55vb9/PSC8Yj3ttHWLdyFHW"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Repellat commodi modi tempore excepturi ea quidem porro. Vel aliquid magni esse ut reiciendis quo id. Repellendus sapiente animi sit. Beatae autem rerum minima nostrum asperiores nulla."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Unde ratione dolor totam doloremque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daniela@hickle.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Robert Rempel"], ["email", "daniela@hickle.net"], ["password_digest", "$2a$04$BO1fKOaTYdOoPn9pPzXVf.1bN/1fhJFBrufz.DdR9gOV4DhESqPei"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Consequatur id ad labore. Quis maiores quibusdam non ab. Praesentium quo perferendis alias dignissimos sit minima dolores."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Laboriosam voluptas optio quae laborum at earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "susana.hettinger@feilmante.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mazie Haag"], ["email", "susana.hettinger@feilmante.co"], ["password_digest", "$2a$04$K04duT/HS.lvQcu1ll2XdOv7FFlRoMamXhHtn3y2vPJauMVKmFxrO"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Voluptas inventore nobis provident voluptatem expedita dolore. Rem dolorum voluptas fugit dolorem. Sit nemo dolor error sequi. Aut nihil voluptates possimus inventore ut exercitationem delectus."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Deserunt magnam id aliquam harum voluptatem numquam. Saepe quia voluptas excepturi neque est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mustafa@bergevolkman.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Emery Kunde"], ["email", "mustafa@bergevolkman.info"], ["password_digest", "$2a$04$0vpwVwCqMS3GFkiLOqY7MO4LiH1ou83kQoBgeAOfhSdwChywqC4HG"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Sunt inventore ea laboriosam soluta ipsa et. Eum expedita nesciunt aut magnam ipsum. Vitae autem quia iure nam doloremque. Dolorum voluptatum neque aut."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Eveniet qui odio doloremque sint qui earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pink.mitchell@volkman.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Seth Lemke"], ["email", "pink.mitchell@volkman.com"], ["password_digest", "$2a$04$mXQidvm0KIjPQQHdPusdZ.JzQaBl/3yb6idAY7bPAZiLrf6pGT6wi"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Numquam omnis praesentium. Natus commodi nam mollitia consectetur. Ab quisquam voluptatem tempora laboriosam expedita quibusdam nobis."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Omnis deserunt vel. Quam vitae facere. Vel hic saepe id praesentium quod maxime."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "esther_effertz@mclaughlin.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elijah Pfeffer"], ["email", "esther_effertz@mclaughlin.biz"], ["password_digest", "$2a$04$AB0s9GzcYnsC0iO7lZZSnOgq690R9Wqs1RC9PQC7DW4cg8Hpk/Ely"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Ut voluptatem est est quis non doloremque minus. Beatae itaque unde adipisci odio cumque et. Sequi voluptatibus cupiditate. Exercitationem molestiae illo dignissimos voluptatibus et."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Quia rerum quisquam ratione eos. Porro ratione ipsa corporis ut doloribus reiciendis voluptatibus. Qui eos non ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "friedrich.runolfon@tremblay.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Conrad Ledner"], ["email", "friedrich.runolfon@tremblay.info"], ["password_digest", "$2a$04$ILZtfpHGdF5DeQ1giPGCe.Mb78XdKqIQ8iW8xLIuoWB7XtbT4Kjca"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Quis aut repellat quis. Minima vel esse sequi."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Voluptate ullam laborum quo sint aut delectus eum. Aperiam incidunt corporis ab iste. Et eos neque tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tierra@jones.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Marianne Hayes"], ["email", "tierra@jones.io"], ["password_digest", "$2a$04$qvMRHNRga.H8QJixQKmxceELKzEzRPb4jfL6J7FDuT.Ts/mVWu4qC"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Minima molestiae quia eum quis ipsam id ab. Harum quis nisi adipisci minus aliquid. Et tenetur enim aut temporibus harum quaerat. Sit nihil asperiores."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Et a facere expedita. Mollitia iure architecto voluptas enim."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "naomi@wuckert.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jordane Schiller"], ["email", "naomi@wuckert.com"], ["password_digest", "$2a$04$w6NwOfkxQAh1xJpXqO6u/.F5Sbgzy0ta8uMRAd4CiMGKTlpcWnTxu"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Qui nemo et in itaque distinctio dolor. Aut inventore est et ratione."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Odio sit corrupti nobis. Minus fugiat commodi praesentium assumenda eaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delphia@collins.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katarina Gleason"], ["email", "delphia@collins.co"], ["password_digest", "$2a$04$y8/CPQFXDBoacbFH5.F12ed7kyE2RsI3sYAjrNuJMf97/6MHFsNAG"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Illum fugit voluptatem temporibus perspiciatis. Unde laudantium aut voluptates saepe. Ratione exercitationem et voluptates et autem."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Nisi voluptas tempora dolor asperiores odio deserunt omnis. Numquam quia eius eos autem est ut. Veritatis quae error at modi incidunt cumque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angela_morar@huelwyman.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Audra Torphy"], ["email", "angela_morar@huelwyman.biz"], ["password_digest", "$2a$04$m4GuJm3WCIVrvUALPgh.tOc8JDXm7WoUomg8/Y1WoYzh67PPRBWKG"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Fuga aspernatur omnis quo sunt totam sed est. Et rerum ut officiis dignissimos qui nobis molestias. Dicta sed et odit reiciendis. Dolorem aperiam veritatis."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Id ex illum perspiciatis est dolores vitae molestiae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarrett_konopelski@koch.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rose Shields PhD"], ["email", "jarrett_konopelski@koch.name"], ["password_digest", "$2a$04$Cjco6bf.pCR3RxJw5E2l4eiXiZcBGUEfCO7Wkk/zIfVDqmt2RtzLm"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Itaque consectetur occaecati ut laboriosam iure ut. Labore sequi eum optio est minus. Et consequuntur voluptas ea aspernatur vel expedita."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Nulla sed voluptatem voluptas optio eligendi. Recusandae illum et numquam neque ut dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alisha.kihn@schaden.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Danielle Kling"], ["email", "alisha.kihn@schaden.net"], ["password_digest", "$2a$04$qBfPT0pwmHClWQMed4qyBOG/Ar61D7pK4XiYq4GkIF733tKkMfTRC"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Nulla in repudiandae laboriosam rerum minima sit sed. Facilis architecto sint. Sunt veritatis consequuntur repellat ipsa. Temporibus est labore asperiores sit quaerat."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Ab numquam quis soluta consequatur doloribus dolorem ipsum. Facilis officiis perferendis qui aut aperiam voluptatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gonzalo@jacobsonblanda.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dixie Russel"], ["email", "gonzalo@jacobsonblanda.io"], ["password_digest", "$2a$04$QSKlbWpw5LilT2LPxGc/OeJwyPOWhpx8f32GeTSBVCbITPR4emKka"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Totam neque quo odio voluptas a rerum. Voluptatum quod voluptatibus maiores."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Saepe et cupiditate blanditiis nesciunt ipsam nihil. Aut autem accusamus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chaya@weber.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcus Willms"], ["email", "chaya@weber.com"], ["password_digest", "$2a$04$YJ.HOHRCt4u6tOYvg3.ooOkkg11d1ft/4ZqHNkyWbCCAcRHHxZcxy"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Optio doloremque fugiat perferendis. Exercitationem itaque ullam cupiditate. Ducimus animi et earum quia harum."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Rem delectus minima."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "phoebe@shanahan.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Colby Ortiz"], ["email", "phoebe@shanahan.org"], ["password_digest", "$2a$04$Zg19NFPu9Y02v9fjQYGG2eDjd1AJATXawK4o1ZaE.nJ9T1.Rq2IfS"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Eos harum rerum. Fuga error vel distinctio. Quia adipisci fugit quia et necessitatibus."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Assumenda sed quam et excepturi qui id alias. Optio sed ab placeat officia praesentium non hic."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "terry@ricepfeffer.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mikel Ankunding"], ["email", "terry@ricepfeffer.net"], ["password_digest", "$2a$04$s7.wi22B61rnQLnBrJlDh.mvWp8jS0723PKQc0L2eGRsPOpCiqsK."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Beatae deserunt velit rerum culpa nemo sed ex. Dolorem at omnis et dolores laborum eligendi in."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Pariatur modi beatae suscipit. Vel dolorem modi cum totam culpa tempore ut. Nihil ut quis asperiores ipsum eligendi."]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "verla_effertz@wisoky.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dariana Lang IV"], ["email", "verla_effertz@wisoky.info"], ["password_digest", "$2a$04$Wj303U3bF5w7v7Yr.TdY2e6xKuNp9t1D0sgFsCFNDatq4uB0c0/N2"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Aspernatur eum commodi blanditiis sint quasi natus. Temporibus voluptatem labore eligendi. Placeat impedit nemo autem voluptas nam enim perferendis. Qui aut libero ut inventore ut."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Rerum a in aspernatur accusantium sit accusamus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerrod.conroy@reilly.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Muriel West IV"], ["email", "jerrod.conroy@reilly.info"], ["password_digest", "$2a$04$yt0hc1mOeLAyfmmGorG.lugg9Z/fIzSgBZFjLRIvjN9Lh1NebKjQa"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Ut repudiandae illum voluptas. Quisquam eius est necessitatibus harum illum unde exercitationem."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Atque soluta aut deserunt occaecati."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "america@sipes.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Arch Rice"], ["email", "america@sipes.com"], ["password_digest", "$2a$04$ZAKcfaR97NCa8fy078oLMevsdMkebG4XBOQym1HTNLMOXFRUPWkJK"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Quis magnam tenetur iusto cum molestiae. Alias dolores voluptates velit voluptatem fugiat consequatur."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Ad ut laudantium ut ex. Earum saepe velit dolorum quam qui pariatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "damaris@damore.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jackeline Anderson"], ["email", "damaris@damore.co"], ["password_digest", "$2a$04$DSMLqkMVN1sxl6rxVYf0u.EBhkQdmXw4jqyGcRSYtKYNAwVm8U9WG"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Alias voluptates et ut possimus ullam ab voluptas. Voluptatem aperiam aut et nihil nemo reprehenderit voluptas."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Ut quia eos sed veniam nobis. Laudantium molestias voluptatem ullam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lacy@welchcollier.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Heidi Strosin"], ["email", "lacy@welchcollier.net"], ["password_digest", "$2a$04$ckwFmddM5eGHvwNpBqxKee5HJ8Gv3EYhvGOUtvqBZvY8AwvCLYrdu"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Omnis minus quia. Illum tempore iste eveniet. Sapiente non praesentium delectus aut vel qui soluta. Expedita repellat mollitia doloremque est veniam ut."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Dolor corporis necessitatibus. Rerum ipsa aperiam ut earum. Beatae officiis laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mackenzie.williamson@welchward.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Doris Heller"], ["email", "mackenzie.williamson@welchward.biz"], ["password_digest", "$2a$04$VIdj/SkI2gDX2L6Lod2nKeWwUOVMKQH6MiRyBSbnzQKWuUciE.m7W"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ratione qui eos soluta animi. In asperiores cumque aperiam et. Voluptatem illo est. Veniam perspiciatis et exercitationem."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Deserunt exercitationem et tenetur voluptates quisquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julian@grant.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lyda Leffler"], ["email", "julian@grant.com"], ["password_digest", "$2a$04$fsosQjL..goW9PNl2FuVneOKFyAZQvb6m/R1ewIYN.2ZNALU/3QyK"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Impedit aliquam cumque explicabo provident repudiandae fugit amet. Reprehenderit officiis porro."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Eos ea vel inventore nihil error libero deserunt. Aut nihil minima eius laboriosam amet. Corrupti eum ipsam expedita deserunt eum dolores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerardo@okuneva.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Harrison Macejkovic"], ["email", "gerardo@okuneva.info"], ["password_digest", "$2a$04$at/iGeE/56xmBpLj3/8nhecuEYPD1tFHtF2ghjO2oZ94kuL4dsQEW"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Harum cumque perspiciatis. Ut quia dignissimos soluta sint veniam. Est placeat aut quo. Rerum aliquid ducimus ad occaecati qui sunt alias."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Sed sit porro quisquam cumque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (192.9ms) Completed 200 OK in 211ms (Views: 183.5ms | ActiveRecord: 23.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-27 16:03:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (38.8ms) Completed 200 OK in 55ms (Views: 45.7ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demarco.miller@corwinhahn.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thelma Gottlieb"], ["email", "demarco.miller@corwinhahn.net"], ["password_digest", "$2a$04$.2Qqqc/aA6zbXQA7qCHSLeblXR1PUHllBvRRMeWO0oxWCzrmSMm4W"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 16ms (Views: 12.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"demarco.miller@corwinhahn.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "demarco.miller@corwinhahn.net"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$kmaouRnT0XmTZRdXzOsGwODa9bs5G8GlPoVLAUtLsmo6q4Tfh6cwa"], ["updated_at", 2016-06-27 20:03:43 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.5ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "faye_dach@kunzebins.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ludie Langworth"], ["email", "faye_dach@kunzebins.com"], ["password_digest", "$2a$04$Xm5E/P5BfI9ZzhU.VoaDRO1zOZiR7G5OPwpQ1yTspL2qyzd1U.j4e"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Necessitatibus quod enim qui velit. Ut laboriosam iure. Repellat quidem doloremque dicta. Aut dolorum dignissimos accusantium facilis beatae."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Sint explicabo velit. Et magni debitis quas praesentium. Et rem porro."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mabel_okuneva@rogahn.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyrel Stoltenberg Sr."], ["email", "mabel_okuneva@rogahn.com"], ["password_digest", "$2a$04$p0xU9GBVZ4iUFCvaUy8qT.zAc6uULNVvnYwGAKZHxW/ETYVnazXrK"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Placeat eveniet ducimus et exercitationem minus ea ea. Est et laudantium a autem aut eum. Eum earum dicta voluptas suscipit iure vel id. Adipisci quibusdam quisquam."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Sit magni beatae amet officiis. Nulla qui quis omnis explicabo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "uriel_goldner@douglas.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mandy Lockman PhD"], ["email", "uriel_goldner@douglas.com"], ["password_digest", "$2a$04$pwCbq.dD6YzVQzC7BFGD/.hPArWsGEFE.ZRH8wfwellyCJmmSWL5K"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Quo eum occaecati exercitationem architecto deleniti. Ut id et maxime iusto earum fugiat. Unde quibusdam dignissimos et in et dolorum."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Fugiat aliquam fugit neque aspernatur et consequuntur. Ipsa animi natus quidem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shanny@bergstromhammes.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eugene Batz"], ["email", "shanny@bergstromhammes.net"], ["password_digest", "$2a$04$SqoP0NYUaKz.VuPt1qk8Ye.8jMCa0lyPcU5nJb/1N0w/eYglWV9FS"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Est et consequatur explicabo. Autem aut illum sit fugiat. Magnam provident accusamus expedita dolorum."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Esse non ipsam sint assumenda."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kylee.erdman@ferry.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marianna Halvorson"], ["email", "kylee.erdman@ferry.info"], ["password_digest", "$2a$04$vDrjC66CVnsXnRpfY12qO.ALammIikl3Q.MLEUyNwfT5Xop1dYbbu"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Minima magni blanditiis vel ullam. Pariatur cumque aut eos neque reiciendis distinctio. Et sunt officia molestias."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Ipsam ratione magnam enim ab nisi. Aut nesciunt est voluptatem. Reprehenderit harum assumenda."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aisha_champlin@dicki.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Kali Jakubowski"], ["email", "aisha_champlin@dicki.io"], ["password_digest", "$2a$04$1Won2LD4mx0LBn9HlET9A.GtGKiYUv82RRyCpJtaw2D9QtoRA3tB6"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Blanditiis et quaerat suscipit autem sed. Et explicabo aliquam reprehenderit sequi quaerat."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Beatae impedit ducimus. Ea consequatur quia quia officia. Id ut reiciendis et beatae et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "birdie.willms@langworth.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaci Doyle"], ["email", "birdie.willms@langworth.info"], ["password_digest", "$2a$04$NFtykOkudqNRvEYStMJeH.NndO0Yc44xvUA0kvDHiOKRX8kgysrhO"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Recusandae expedita quae. Asperiores est eaque atque possimus nam. Autem repellat perspiciatis."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Fugiat voluptate hic delectus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gabe@wehner.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeremie Jerde"], ["email", "gabe@wehner.name"], ["password_digest", "$2a$04$seY2r4e4rqyiMW8UqbHJpuPhg.XQG6pqeRixfCP6Cp2wjh.iwxErS"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Molestiae quibusdam illo est aut numquam nam qui. Ea quae velit omnis dolore cupiditate autem. Incidunt voluptatum sit quia id iure omnis. Quo doloribus rem et ex quidem inventore dicta."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Eaque in consequatur. Natus commodi est porro consequatur molestiae. Voluptas culpa sequi ad aut qui."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pierce_collins@skiles.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Austyn Schmidt"], ["email", "pierce_collins@skiles.name"], ["password_digest", "$2a$04$jz92NPMB/H3TjsaRD8D22eolbMgpG4ByK1/rQIFV0a59dqjiROjW6"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Deserunt velit reiciendis vitae et molestiae vel ducimus. Totam aperiam est."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Rerum incidunt repellendus maxime."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bria@ernseroconnell.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geo Maggio"], ["email", "bria@ernseroconnell.biz"], ["password_digest", "$2a$04$aOWpPewkJFNubo/TtK.vEOLAy0hK8Evlqv1L/B8XoFU1rH1dUmiFe"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Omnis temporibus ullam. Reprehenderit aut architecto dolores et qui nihil. Nobis possimus deserunt non."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Soluta aliquid natus quidem. Corporis aut dolorem eum et ut in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "buster@halvorson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Davin Boyle"], ["email", "buster@halvorson.name"], ["password_digest", "$2a$04$j79ps2uO0nm3Q7eXZHVppuQc59bT.gbPHq4t9yI8yR3bCpb7Lp4ou"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Doloribus quae unde libero occaecati voluptatum molestias. Itaque voluptatibus sunt et ea rerum. Corporis reiciendis quas quo suscipit commodi."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Quis voluptatem error et ducimus optio qui debitis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "augusta.conn@schuppemoen.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeffry Ferry"], ["email", "augusta.conn@schuppemoen.net"], ["password_digest", "$2a$04$BV/nj36UaLo2v/u14qaUA.9..341w7FDtqBBjwSYX0WBmdtdsYglu"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Provident sed amet. Aspernatur id veritatis fugit deserunt. Qui sequi qui."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Accusamus amet et ipsam labore maxime debitis qui. Qui ut deserunt quia quaerat in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lonie_considine@labadiewillms.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Colby Effertz"], ["email", "lonie_considine@labadiewillms.org"], ["password_digest", "$2a$04$UgF4TIJMf.OE5qbiFDmRm.eXva.iNfWmdky7LzAATp4YzqYl9gurq"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Temporibus qui ipsam porro officia. Sunt cum dolore consequatur."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Veritatis placeat voluptas. Delectus molestiae earum voluptatum ut et dolores. Sed tempora ut quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barton@von.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sabrina Kuhn"], ["email", "barton@von.co"], ["password_digest", "$2a$04$/FRUcFTexkYT5Pe.6O3xN.LolfWKAdfgWb/9GanOpHKq/pIR.eixC"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Ea et voluptatum dolorem. Laboriosam expedita vitae qui itaque doloremque temporibus."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Fuga quaerat qui et ipsum. Numquam temporibus perferendis quibusdam repellendus rerum hic."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adrian@heelnolan.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Amaya Brown"], ["email", "adrian@heelnolan.co"], ["password_digest", "$2a$04$xnP3/tgNJNRJ2UUbrWod5ufsD.lz6izaNDhiNwsOwOVzH9D1zo4ma"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Sunt sapiente ullam et incidunt dolorem aut quae. Explicabo in consequatur corporis. Veritatis quos inventore ut. Provident in asperiores."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Ducimus voluptatem quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daphnee@shanahan.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Furman Fisher"], ["email", "daphnee@shanahan.org"], ["password_digest", "$2a$04$MAQnBiMDESFsFh2XdwxS8OJa2DHWK.iEZsEV2498bi13JsKc.wNR6"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Est eligendi maxime ea voluptatum alias consequatur et. Nihil voluptatem doloremque deserunt."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Iusto odit quo voluptates rem dolorem neque. Magni nostrum et qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gabrielle.sanford@ruel.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Sibyl Klocko"], ["email", "gabrielle.sanford@ruel.com"], ["password_digest", "$2a$04$A70EFOoWLrtJBrsSJ9DSLOucpJhxll5ykSucCz0BWxgAvV6iLfWNq"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Earum quis dolore. Est magni aut repellat omnis. Facilis earum eius recusandae reprehenderit minima quis iste."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Voluptatem facere cumque reiciendis quia dolores dolorem ut. A qui sunt. Ut non corrupti iure consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anabelle_will@lockman.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Arnulfo Casper"], ["email", "anabelle_will@lockman.net"], ["password_digest", "$2a$04$.NYzJwdSaLkVqKigc6PMVezO4T9Rf9bb8vxvO0xubWNvZvHw660CW"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Eligendi ipsum nemo maiores. Voluptate vel amet quod dignissimos eum recusandae repellat."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Quisquam sit eum quos ut quaerat dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "palma@zemlak.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Junius Ritchie"], ["email", "palma@zemlak.info"], ["password_digest", "$2a$04$.4PAe2QyWlHTFQFfiCRSrOdi1nB.4JBrJk2y1LiqdZGCiY1QGyFtq"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Corrupti dolores adipisci architecto consequuntur delectus mollitia. Quae et qui corporis laudantium. Dolore in quia repellendus."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "A sed illum. Eum omnis quis. Saepe dolores esse voluptatem rerum qui eveniet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ruel.abbott@mcdermott.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Percival Quitzon"], ["email", "ruel.abbott@mcdermott.biz"], ["password_digest", "$2a$04$0TF.0SC6vDF2QQytnj0vr.MMNwz4RAWUfPvsfs16NOZ6ISSKu4waC"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Earum recusandae animi magnam excepturi inventore. Assumenda tenetur enim nemo veritatis reiciendis dolores. Minus eos quod non id facere nisi quo."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Omnis exercitationem aspernatur id commodi sed. Eum distinctio dolor voluptatibus architecto debitis. Consequatur labore corporis culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katharina@jacobi.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Agustina Ritchie"], ["email", "katharina@jacobi.info"], ["password_digest", "$2a$04$9K.68tcwjUsBkD/aHDSAXeSkfF0DAT6ua99XxQWIac8wxFu/z1/p2"], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Minus sed sed ab nulla rerum a et. Illo voluptas eligendi assumenda. Debitis autem distinctio suscipit quos corrupti. Consequatur eum velit debitis."], ["created_at", 2016-06-27 20:03:43 UTC], ["updated_at", 2016-06-27 20:03:43 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Voluptatibus dolore quod. Omnis perferendis in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leatha_pagac@moen.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Katrina Konopelski"], ["email", "leatha_pagac@moen.biz"], ["password_digest", "$2a$04$hEd4uM1hWt/kaTzzP/aKQ.iW15tSZZp0yWQlJbZXHhlbyHbOVORke"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Dolores dolorem magni voluptatum modi aut dolorum. Sequi voluptatem quod dolorum. Impedit dolor ut sed officia neque in. Aut molestiae aut similique."], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Ab modi possimus quo rerum quas corrupti fuga. Ea debitis commodi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "francisca.murazik@jacobi.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jadyn Ferry"], ["email", "francisca.murazik@jacobi.net"], ["password_digest", "$2a$04$jjBz/o0Pe83AsuO8B0dFoucqXoG0sLrZfO9Ru7k3/NbkRgZ90xAwq"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Laboriosam sequi ea facere assumenda rerum placeat et. Voluptatem eveniet beatae expedita deleniti. Expedita est illum sit doloremque."], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Quis recusandae qui deserunt possimus iure doloribus. Nemo corporis enim nesciunt facilis. Quasi ad sit minus et totam quos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "torrey_ebert@schumm.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Desmond Turner"], ["email", "torrey_ebert@schumm.io"], ["password_digest", "$2a$04$2tGbs0lyJ.e2fg71Ec3qMe9MI70NQtGwWEh5e.7nydq4y6FFttobK"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Commodi quo neque doloribus distinctio velit voluptas ipsam. Magni saepe adipisci voluptates fuga in."], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Porro tempora illum dicta quidem ut. Non dolor aut culpa hic aut aperiam corrupti. Sequi porro tempora ab recusandae ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clementine.collier@bartoletti.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clifford Kuphal"], ["email", "clementine.collier@bartoletti.co"], ["password_digest", "$2a$04$/vTvFySOlBm6vYvxRLAGt.cFkBRELElFe1MeYZGP4CBXfBXuDO2VK"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Qui atque voluptates. Deserunt saepe vitae expedita rem dolores voluptates. Sed voluptas enim beatae commodi repudiandae sunt."], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Est itaque ullam quisquam molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cary@bechtelarconn.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laron Gislason"], ["email", "cary@bechtelarconn.name"], ["password_digest", "$2a$04$cfmNxJweciApg.Wy6RdfieLgmZkAkna9vhtszxoVDgd2wruoR/G9K"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Provident et sunt omnis voluptatem nihil. Dignissimos harum et beatae corrupti est earum. Temporibus velit porro reprehenderit eaque sit eum officiis."], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Sed placeat voluptas dolores reiciendis voluptatum aliquid. Corporis unde vel et rerum illo suscipit vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (111.7ms) Completed 200 OK in 123ms (Views: 101.4ms | ActiveRecord: 17.7ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.4ms) Completed 200 OK in 38ms (Views: 31.6ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marisol.spencer@kris.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "marisol.spencer@kris.net"], ["password_digest", "$2a$04$mpuHJKrwxriwcqZQRo6vl.CUOk.1XFwzPoUeTlhm4aWwbAAsOYbZq"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marisol.spencer@kris.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "marisol.spencer@kris.net"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.q9yxPkG52mx.VLwvoDod.gu7kX1/xJdE/VSKUHL..FfxI/CP4ErS"], ["updated_at", 2016-06-27 20:03:44 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 25ms (Views: 19.7ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamarcus@rueckerullrich.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "jamarcus@rueckerullrich.info"], ["password_digest", "$2a$04$SgERIGvFEVG2PVMTu2q7VuhLYNOn1cjwd2/foYX8s2chBySJAN0ou"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garfield_boehm@rowe.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Harley Aufderhar"], ["email", "garfield_boehm@rowe.info"], ["password_digest", "$2a$04$gc4bj5LyP/ONf74/F7VYP.9MP.X4Pc70pN9jMx5bV47goC4SK23j2"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Nihil dolorem modi porro et. Officia aliquam maxime consequatur qui ut nostrum."], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "In et sit qui distinctio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (23.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.2ms) Completed 200 OK in 47ms (Views: 39.8ms | ActiveRecord: 2.8ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-27 00:00:00 UTC], ["updated_at", 2016-06-27 20:03:44 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 6.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.2ms) Completed 200 OK in 30ms (Views: 23.4ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vincenza_heidenreich@paucek.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "vincenza_heidenreich@paucek.com"], ["password_digest", "$2a$04$vtswwqI482un8EXfLZ/knec61ud2qd9wwXLf1WEHVDK9ijillcWbG"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"vincenza_heidenreich@paucek.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "vincenza_heidenreich@paucek.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$UFN5jm4CnMVqC/FN1ak6EOHqvdjT/eXwk5aQkkyb1MQjUkpo2PmJe"], ["updated_at", 2016-06-27 20:03:44 UTC], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.6ms) Completed 200 OK in 22ms (Views: 16.8ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hector@lockman.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "hector@lockman.com"], ["password_digest", "$2a$04$euy1k9eOy4zR0cia.RoBQeqkuvlsyP9T7.9oe0.nVpWOUi7s5/w1m"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (13.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (23.1ms) Completed 200 OK in 34ms (Views: 28.7ms | ActiveRecord: 1.7ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.0ms) Completed 200 OK in 26ms (Views: 20.0ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alicia@brekke.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Una Schroeder"], ["email", "alicia@brekke.co"], ["password_digest", "$2a$04$pMV4oBPq70jBq/4f.lOHU.8VKh77OtZAkL6to2HCBjMG8vBiHaK1W"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alicia@brekke.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "alicia@brekke.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$uOZj9gKBwi0g73CfuIZ4l.R1sQHnZQ7ek30T/uRWXEpQOp0qjCJk."], ["updated_at", 2016-06-27 20:03:44 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 24ms (Views: 18.3ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.3ms) Completed 200 OK in 29ms (Views: 23.2ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (17.5ms) Completed 200 OK in 39ms (Views: 28.2ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$Pewu3fcxzUkwAP.Iq4nhUOJlYusVh.gO9/Je94D.5lgdCFuGL5R0G"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wI/2ceFwqb26VqyMQKw2COOi8LyCFO7Zq08ETvueZ3gsB03lpfQau"], ["updated_at", 2016-06-27 20:03:44 UTC], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 24ms (Views: 18.7ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$6D//t1K7aCjXTD78mJ2cluGpECcyWHEdeVKdi2KTUMNIpgYwEhmY6"], ["created_at", 2016-06-27 20:03:44 UTC], ["updated_at", 2016-06-27 20:03:44 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:50 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (42.8ms) Completed 200 OK in 93ms (Views: 79.0ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-27 16:03:51 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-27 16:03:51 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:52 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$3JODVY/Sy4A/7mPbZ4jSY.1nuvpL9EyhPAUIK3UDACq0wpMWRvvVK"], ["updated_at", 2016-06-27 20:03:52 UTC], ["id", 137]]  (2.3ms) COMMIT Redirected to http://127.0.0.1:51404/admin/posts Completed 302 Found in 23ms (ActiveRecord: 6.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:52 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (1.0ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.9ms) Completed 200 OK in 38ms (Views: 28.7ms | ActiveRecord: 3.9ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-27 16:03:52 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:51404/ Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2016-06-27 16:03:52 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.6ms) Completed 200 OK in 44ms (Views: 35.9ms | ActiveRecord: 1.4ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-27 16:03:52 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-27 16:03:52 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:53 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.0ms)  (1.7ms) BEGIN  (1.5ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.5ms) COMMIT  (37.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hester@mueller.com"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marianna Moen"], ["email", "hester@mueller.com"], ["password_digest", "$2a$04$2gBvTD2bloY3U49WHZjzM.yXW4cS9w0F8.dNnWf6CKh694pe0AjTG"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:53 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (8.2ms) Completed 200 OK in 36ms (Views: 25.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:53 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"hester@mueller.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "hester@mueller.com"], ["LIMIT", 1]]  (0.8ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$j1NYBmJsn3xWxbnLk05MSeJZSjVZjT480WWOQHozRtMjdRTk./MYC"], ["updated_at", 2016-06-27 20:03:53 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 15ms (ActiveRecord: 3.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:53 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.2ms) Completed 200 OK in 32ms (Views: 24.0ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:03:53 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (1.0ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (17.0ms) Completed 200 OK in 34ms (Views: 26.0ms | ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kurt.leffler@cummingchaefer.co"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edmund Cole IV"], ["email", "kurt.leffler@cummingchaefer.co"], ["password_digest", "$2a$04$dAc26n5USBCRhML0tH786OZ7pSEso5bI/yNFjzOOlt31f/rAvwjiK"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:53 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.3ms) Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:53 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kurt.leffler@cummingchaefer.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kurt.leffler@cummingchaefer.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$xval7PISkVrWOU3Tyn5lkONvDhb2CcFjOfRBaFIFZc9.0/Yeag5SS"], ["updated_at", 2016-06-27 20:03:53 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:53 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 27ms (Views: 19.5ms | ActiveRecord: 2.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-27 20:03:53 UTC], ["updated_at", 2016-06-27 20:03:53 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (48.6ms) Completed 200 OK in 65ms (Views: 58.6ms | ActiveRecord: 1.7ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (49.5ms) Completed 200 OK in 69ms (Views: 63.0ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "addison@stiedemannspinka.biz"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Janick Parisian"], ["email", "addison@stiedemannspinka.biz"], ["password_digest", "$2a$04$HlRE.3SrcEwGUVnzrkrVwebtfPlTY0N90iGt727C.YHPJgXlJph4y"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.9ms) Completed 200 OK in 27ms (Views: 19.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"addison@stiedemannspinka.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (4.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "addison@stiedemannspinka.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$c7cwiRlvlTN44ovDznUuhOSbzykAPKWJapQnU8toCso52/oSrMWs6"], ["updated_at", 2016-06-27 20:03:54 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 5.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.4ms) Completed 200 OK in 32ms (Views: 25.1ms | ActiveRecord: 2.9ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 33ms (Views: 27.5ms | ActiveRecord: 0.6ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 31ms (Views: 23.3ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "peyton_mcglynn@considinebruen.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edward D'Amore V"], ["email", "peyton_mcglynn@considinebruen.biz"], ["password_digest", "$2a$04$id4JuhJ6LhFMFRvmkXsUt.JTrPbGfRPA95wLlVS7x2ezSPm9zNhEy"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.5ms) Completed 200 OK in 22ms (Views: 18.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"peyton_mcglynn@considinebruen.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "peyton_mcglynn@considinebruen.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$/JjXqB3ndvHhWEpXWLSy4OLeH4UYfxrjsHzmWRHQ5DXb3A6ONXleq"], ["updated_at", 2016-06-27 20:03:54 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 36ms (Views: 26.9ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 33ms (Views: 24.1ms | ActiveRecord: 1.2ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-27 20:03:54 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (15.4ms) Completed 200 OK in 29ms (Views: 22.4ms | ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marielle@friesen.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keven Klocko"], ["email", "marielle@friesen.biz"], ["password_digest", "$2a$04$JTFxTjDRXbMj1D7eMmEy9OLse6vTXxh5Km9uhg1TaTZLvMnizlrZq"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 23ms (Views: 14.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marielle@friesen.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "marielle@friesen.biz"], ["LIMIT", 1]]  (0.6ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$m3wBHlJgC33r4C5vd7hdcuO29zyQ1T.I0Emcani3.y7GQnt845kri"], ["updated_at", 2016-06-27 20:03:54 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 24ms (Views: 18.3ms | ActiveRecord: 1.5ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 25ms (Views: 19.3ms | ActiveRecord: 1.6ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.2ms) Completed 200 OK in 24ms (Views: 18.9ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cordell.macejkovic@robel.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Janie Turner"], ["email", "cordell.macejkovic@robel.biz"], ["password_digest", "$2a$04$iUKYzYxq3JTj7cFf75URzuPy99cZHDwgALOvYRThqxDB7e46lVl8u"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Sed blanditiis cupiditate porro architecto fugit. Labore inventore corrupti culpa. Eaque ut amet vitae nemo soluta. Omnis non molestias delectus ipsam voluptas hic occaecati."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Sunt et et ut hic animi eius doloribus. A dolor aspernatur. Quo fugit consequuntur aliquid ducimus possimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amya.farrell@walsh.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mose Huel"], ["email", "amya.farrell@walsh.biz"], ["password_digest", "$2a$04$JuCGwZ2Sc/MsZHXdLqkqHuIPNE0Hrt1h6bosb/Amv155q77FsB9ku"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Cumque aspernatur minus quibusdam accusamus praesentium. Facilis alias qui. Quia quae eos odit aut error voluptatem et. Sunt praesentium corporis."], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Deleniti nihil voluptatem possimus laborum qui soluta voluptatum. Voluptatem et ad excepturi cum soluta culpa. Voluptates vitae hic quo et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (13.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (27.6ms) Completed 200 OK in 43ms (Views: 36.5ms | ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-27 16:03:54 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (9.6ms) Completed 200 OK in 23ms (Views: 18.9ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cesar.waelchi@lang.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Thalia VonRueden"], ["email", "cesar.waelchi@lang.org"], ["password_digest", "$2a$04$GhjSx5BQPAzd67kh0yAzFedk./AuTUqF0YbkUkLZkpFOF.V.hWGHG"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Maxime nemo expedita. Nobis eos id eos at voluptate."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Eum ad ut quaerat maiores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "doug.jerde@osinskiquigley.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evie Luettgen"], ["email", "doug.jerde@osinskiquigley.name"], ["password_digest", "$2a$04$92bMH/idC/qoovMxiUeK3e2B9gRlQviRqnKydIPTPyK1n0F2iQv86"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Sit beatae assumenda. Quia suscipit velit fugiat animi. Voluptas mollitia debitis repudiandae quia velit sed ex. Ea delectus quod consectetur ipsam."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Eum soluta inventore. Ad rerum sunt aliquam quo culpa et ab."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rupert_dietrich@bogan.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clementina Collier DVM"], ["email", "rupert_dietrich@bogan.info"], ["password_digest", "$2a$04$NhvkJ17/3NoXOXDyac7f8uUxE.9jdaCrOdkYTT.1fkb9EoBI7A2pe"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Quibusdam nihil sit repellat quos eaque dignissimos id. Ducimus voluptatem eos aut distinctio. Sunt in tempore."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Provident aut quia nemo saepe quas et est. Voluptas quo corporis praesentium vel eum ut esse. Esse dolorum incidunt sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "veda_glover@johnson.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ryleigh Hackett"], ["email", "veda_glover@johnson.co"], ["password_digest", "$2a$04$BKEllzpGD5Z9BN3mrZXVauDssUmAlC3Eilmk/2YqAi5.BmshxbKnq"], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Nesciunt rerum illum ullam at inventore. Sed ullam et. Enim nobis at debitis soluta ducimus explicabo labore. Totam eum libero et et vel."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:54 UTC], ["updated_at", 2016-06-27 20:03:54 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Quis dolor qui distinctio ad. Molestiae atque a doloribus. Illum qui ut veniam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arianna@swift.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carolyne Hoppe"], ["email", "arianna@swift.name"], ["password_digest", "$2a$04$9P1eyRvcAqzyaj0lD33cBu/Yn1hGA/UU7BZC1y5aW4EHXpWRrXOQC"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Fugit voluptas quia quasi. Sapiente exercitationem praesentium libero. Eos quas officiis quidem maxime. Quis harum fugit dolorum voluptatem."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Dignissimos rem fugit laboriosam. Est porro magni et. Ut expedita fugit ratione voluptatem omnis eius."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ima.reinger@leffler.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cecile Bernier"], ["email", "ima.reinger@leffler.com"], ["password_digest", "$2a$04$/CA62v0dEmYIB0IBwjs0IeepwWC.r4HMnPoXeWBcrQ1Z/osdH4JSC"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Voluptatibus aut amet aut reprehenderit temporibus consectetur. Totam placeat culpa enim."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Velit modi voluptas in et cupiditate non. Sint ratione ea consequatur libero quia. Iusto rerum dolorem sunt est beatae ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stanley@nicolaskoch.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lauren Witting"], ["email", "stanley@nicolaskoch.com"], ["password_digest", "$2a$04$r5O/ukMNyIfo5f1GWUtw1u6gm3GjjLtb06i.4X1t5hYEgx7BII/tW"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Ut aliquid consectetur totam et mollitia deleniti. Laborum amet vero facilis at. Sit ex eligendi voluptatem est quo ut officiis. Sed repudiandae omnis."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Velit eos ex. Qui adipisci qui vero fugit. Nemo ratione ut exercitationem numquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "violet@ankunding.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jairo Cummerata"], ["email", "violet@ankunding.co"], ["password_digest", "$2a$04$noBV41LEQ/Ycpbr40X3W7OMNFSwG3xaKrW2GdKEOC6o1TaCySoe4C"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Culpa dignissimos rerum distinctio aut doloremque saepe. Adipisci qui voluptatem similique aut dolorem aperiam amet. Aut et accusantium doloribus voluptatibus natus. Quod occaecati quae animi veritatis velit."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Numquam qui voluptates. Quasi excepturi dolor eos. Modi expedita sit illo similique."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ernestina@goyettemurphy.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Blanche Glover"], ["email", "ernestina@goyettemurphy.co"], ["password_digest", "$2a$04$7v1KGz97fAdD7cNaxCF0FewI5bJBcB4wRxb.Y51NrWeVjymF0QjFC"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Enim vero qui. Et praesentium esse ut officiis."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Voluptatem labore voluptate quia illum maiores et autem. Et illo aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johan.thompson@steuber.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bette Leuschke"], ["email", "johan.thompson@steuber.com"], ["password_digest", "$2a$04$qnadUjJMjzjbcvggM6jbLuXPAQPkcc605YNgi2rmrKFSMQA4sqMam"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Hic cupiditate cumque. Non odit libero quae."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Et ut ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "llewellyn@von.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Chase Gleason"], ["email", "llewellyn@von.io"], ["password_digest", "$2a$04$t.MfjBnWcfcZAfZUv997nOdalEw7JDwwQF99VK2eJap02HxAwPjXW"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Quia enim consequatur natus id et voluptatem aut. Laudantium delectus iure expedita est tempore a quo. Et delectus ut aspernatur quis quod."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Vero quod et consectetur qui repellendus beatae. Adipisci aut assumenda deleniti fugit error. Aperiam molestias quibusdam ipsam vitae accusamus nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-27 16:03:55 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.0ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.4ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (48.5ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (78.8ms) Completed 200 OK in 93ms (Views: 79.9ms | ActiveRecord: 10.3ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-27 16:03:55 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (13.3ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (41.3ms) Completed 200 OK in 60ms (Views: 52.9ms | ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pansy@vandervort.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mohamed Trantow IV"], ["email", "pansy@vandervort.info"], ["password_digest", "$2a$04$JJrt4WprciN04WJV7pjvW.tDEcKDdhG4HXGl8gLVV.Aeh2.AgTIIS"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Dolores rerum iste minima omnis soluta voluptatem ad. Debitis ab cumque nesciunt sapiente. Amet dignissimos et tempore."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Et facilis cupiditate id eum facere."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-27 16:03:55 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (14.2ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (28.7ms) Completed 200 OK in 44ms (Views: 38.6ms | ActiveRecord: 2.8ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-27 16:03:55 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.0ms) Completed 200 OK in 19ms (Views: 14.0ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaiden@murray.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lisa Schuster"], ["email", "jaiden@murray.org"], ["password_digest", "$2a$04$sw/LaLBOxiLuK82p3LW1HeYnzTf3WXiQuldaDGgANB8AljOdOWXdK"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Voluptates eius quaerat iure sapiente esse autem minima. Ut fuga tempora saepe ab dolorem excepturi atque."], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Dolore doloribus et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-27 16:03:55 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vincenza_tromp@towne.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antwon Gottlieb"], ["email", "vincenza_tromp@towne.io"], ["password_digest", "$2a$04$vCiNkcIP7e0Fah9Q5ooaDuECJY0ZSZrpGJt2C6/AqgwiB71s8eVzi"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Quod ducimus qui excepturi rerum pariatur et hic. Distinctio ea occaecati. Sunt aut quisquam voluptatem in. Nobis odio sed neque cupiditate architecto."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 21], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 16:03:55 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.7ms) Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.6ms)  (0.7ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sarina_daniel@metzhermiston.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dewayne Gislason"], ["email", "sarina_daniel@metzhermiston.net"], ["password_digest", "$2a$04$UNMx/4fmX5DeRr.1zWAK8.izWXZ3pVXcqpUxHgHbkcebe7Lds2eLu"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Corporis animi totam dolores modi culpa earum. Fuga eaque cum pariatur mollitia fugit ea ut. Itaque quia consectetur iure."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Impedit nam eaque. Officiis rerum sunt provident dolorem voluptas."]] SQL (1.0ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "torrey@rathstanton.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Coralie Schaden"], ["email", "torrey@rathstanton.com"], ["password_digest", "$2a$04$3DH2vsP1x0V7gndfi4ZlfOULSLIHdqZyZw0raNEAzg3nx3CJJT4mu"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Sint voluptas voluptate recusandae nulla est consequuntur. Odit quod tempora animi illum quia ea dolores. Quibusdam eligendi sit quia et."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Modi et porro et dolorem veritatis blanditiis. Blanditiis possimus necessitatibus."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-27 16:03:55 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.6ms) Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (23.2ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (50.6ms) Completed 200 OK in 80ms (Views: 70.1ms | ActiveRecord: 6.4ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-27 16:03:55 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.9ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (1.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (8.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (18.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (30.1ms) Completed 200 OK in 61ms (Views: 44.0ms | ActiveRecord: 5.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$F5G.BakkplSoNqyX.pWO8er3/WadAS4LbLRfOpYZxUhyYUiPB4MI6"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$4RFufnsSfnB7a7KK5FbQkOnQ04rLty34L3t31XPj4mFqCkhl7655y"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$CyphiA1nK.V6F7bZzMPXruQglCgUdO/7NEsMdJU1fvBj4YY9BdaQm"], ["updated_at", 2016-06-27 20:03:55 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.9ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (2.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (1.0ms) BEGIN  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.5ms) COMMIT  (0.4ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eldora.prosacco@runolfsdottirbergstrom.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Melissa Hansen"], ["email", "eldora.prosacco@runolfsdottirbergstrom.name"], ["password_digest", "$2a$04$hpiWM2ecgV63zFbR1Q8Wi.phE0Yj1zzeSE.mYUd3ImqqrMQQNQ/aW"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shany@breitenberg.name"], ["LIMIT", 1]] SQL (8.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Annamae Haley"], ["email", "shany@breitenberg.name"], ["password_digest", "$2a$04$FOy/eirTdWncQbIKsaVzQeeTDp7MVSH0eP0CxRUmaxvW00MLjz2ga"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (2.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gina@paucekdaniel.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Harmony Jacobs"], ["email", "gina@paucekdaniel.biz"], ["password_digest", "$2a$04$cEOMBwc7NMZzFOoILHT42.6nBZjPCyLXHx1upGVhvfgObQaeeDXbK"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Labore voluptas soluta ea et voluptatum officiis dolore. Sunt eum reiciendis aspernatur et."], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Doloribus perspiciatis dicta maxime odit magnam asperiores."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aaliyah@rau.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bell Kulas"], ["email", "aaliyah@rau.io"], ["password_digest", "$2a$04$BeeFWNrIQX0yy65hXSdsz.VoNMlAyMkgMCAw5W.QaBnuZZtcnhIQ2"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Neque sint eos pariatur quia ut. Sed saepe qui tempore nesciunt aperiam sed. Est vel ut molestiae esse."], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Quia maiores suscipit. Est laboriosam non soluta. Iure quo inventore corrupti vitae quo laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (1.0ms) COMMIT  (0.9ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demond@stamm.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mireya Trantow"], ["email", "demond@stamm.com"], ["password_digest", "$2a$04$T9xJTANQWNSO/C4AmNi6WeSS2I3u6xaHMWWBKPc9Xsu7UeQnphP1S"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.5ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amos@hickle.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arch Leuschke"], ["email", "amos@hickle.info"], ["password_digest", "$2a$04$bbwWJ8fIORE.6iUzs6k4N.I4r40QvVfs22rl2oehraVH39YLR2p6i"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (1.0ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordon_brekke@mcdermottko.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chris Hodkiewicz"], ["email", "jordon_brekke@mcdermottko.io"], ["password_digest", "$2a$04$Aq4c3bnZOORtRtHXukCb2u9piONtMHAV6gTRAITXYOibQ66Kzifp6"], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lukas@mcdermott.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lincoln Stroman DVM"], ["email", "lukas@mcdermott.info"], ["password_digest", "$2a$04$PURSzVwv6SZvv.q.IhZL9eujNfhXi9GNs5MkY0fMelSp1brDNXwg."], ["created_at", 2016-06-27 20:03:55 UTC], ["updated_at", 2016-06-27 20:03:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (2.8ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Rerum eius asperiores laudantium deleniti quod alias optio. Est accusamus harum aliquid est ad aut."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["author_id", 33], ["slug", "title144"], ["summary", "In ab excepturi voluptatum facilis nulla. Quia exercitationem veritatis consectetur autem dolorum quod. Enim repellat necessitatibus consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "velda_walker@morar.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jefferey MacGyver Sr."], ["email", "velda_walker@morar.info"], ["password_digest", "$2a$04$WUF24OGj..t.AeuGTdyCLOVmGRMAAQ1qXdKAyeN4h83ooTg46PRYW"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Voluptatem quo rerum ipsum numquam. Cupiditate commodi rerum quidem."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["author_id", 34], ["slug", "title145"], ["summary", "Id quam reprehenderit. Sed officia et eos repellendus quod explicabo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 21], ["LIMIT", 1]] SQL (1.4ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-27 18:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["id", 21]]  (1.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 22], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["id", 22]]  (0.8ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.5ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nayeli@spinka.info"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Ned Deckow"], ["email", "nayeli@spinka.info"], ["password_digest", "$2a$04$YBCOmd6MqZnIO8SDchQ7/eiwoQn7DG5k2hlI1FJVKHznr.yyCSQYu"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Et ipsam adipisci est enim dolores. Quos et modi. Occaecati quasi esse illum."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["author_id", 35], ["slug", "title146"], ["summary", "Et nihil aliquam. Neque repellendus quam officiis iure quia fugiat. Ut necessitatibus perspiciatis laborum repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "everett_bradtke@rodriguez.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lee Schinner"], ["email", "everett_bradtke@rodriguez.info"], ["password_digest", "$2a$04$R.4AVReoYQXWNTqbpsZUkukzUs88Zm4YhXheHlM6.3ltRaioQHkc6"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Quisquam consectetur ea adipisci excepturi. At et ea molestiae natus et blanditiis."], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["author_id", 36], ["slug", "title147"], ["summary", "Quasi reprehenderit quaerat ab nobis. Aut quas sit eum est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alvena.bashirian@moorearmstrong.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oda Bashirian"], ["email", "alvena.bashirian@moorearmstrong.com"], ["password_digest", "$2a$04$QAwP3Ly3hrHeMdbsnTdsieeKrukK41dDZiW07D///9/F9.4W8Y3jC"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashly_labadie@davis.net"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Milan Boyle"], ["email", "ashly_labadie@davis.net"], ["password_digest", "$2a$04$6ru2YyqNifb5Y/Hl3Ex3v.K5oFn/BGKoHB1oZ8ZW.Sb8YMxlu2DSC"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Nulla nobis mollitia laborum ut tempora adipisci illo. Quos sed porro minus. Sit minima accusamus. Est eos assumenda est aut harum est quam."], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["author_id", 38], ["slug", "title149"], ["summary", "Id qui eveniet debitis est porro sint. Fugiat autem qui eveniet provident ab et qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["id", 25]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pascale@schulist.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bulah Reilly"], ["email", "pascale@schulist.info"], ["password_digest", "$2a$04$TC6aLZnL1tJfuWGLSmMEX.EiYhl2YcN50ANPg60ed8N7IL.YAJfN2"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Illo minus porro. Numquam maxime sed est aut aut. Magni quam nihil quia voluptas totam."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["author_id", 39], ["slug", "title150"], ["summary", "Veniam rerum dolores sed et molestiae voluptate. Ratione nesciunt ut omnis eius. Sunt asperiores ad quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 26], ["LIMIT", 1]] SQL (1.1ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-26 00:00:00 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["id", 26]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 26], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lenore_runolfon@jacobitowne.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rossie Sipes"], ["email", "lenore_runolfon@jacobitowne.name"], ["password_digest", "$2a$04$YOONxRMMN7kzk2ecTaWs/u7zhiK4SFc/o3W5Roqq1FDjMYLoqB/w6"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.8ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$zcRAnX2YQpZl5.1.YD.Aou.0cvRDRxclAfrKcpkDtAQRadVJcPfhC"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.3ms) BEGIN  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.4ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$YmIuVPIvws1fF4TnCX0.heOD6HVg5ZKGPldYyw/5YYbYgs9ehBb1K"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karley@robertswunsch.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mark Deckow"], ["email", "karley@robertswunsch.net"], ["password_digest", "$2a$04$Yc4VEhSMjvPJo6f5QEpVge.7wgRzv8bJW9zTv/Sje58W3IVep2kZa"], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Ut sequi repellat eveniet ut aliquid aliquam enim. Amet voluptatem animi. Quo ullam dicta eius vel et. Maiores earum animi."], ["created_at", 2016-06-27 20:03:56 UTC], ["updated_at", 2016-06-27 20:03:56 UTC], ["author_id", 43], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (14.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (9.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.9ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (4.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.9ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.2ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.3ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$kz2ZlwAVAdTd0JaQg7OrcuKqIZ/oN/GLz9g1z4VkYUKgUdcYp1C16"], ["created_at", 2016-06-27 20:21:36 UTC], ["updated_at", 2016-06-27 20:21:36 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$pCQCRQ5.65NA2DNWLnDFzOJKHgu12xnqBRn1BaTki.125xmkIdeE2"], ["created_at", 2016-06-27 20:21:36 UTC], ["updated_at", 2016-06-27 20:21:36 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$GHc0UZaw.V1DAp6YClD0Hu5VxstyuJ3ZUmYJH3/wgyMnB4BJzQVjS"], ["updated_at", 2016-06-27 20:21:36 UTC], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ernest@jaskolskiblock.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fae Hoppe IV"], ["email", "ernest@jaskolskiblock.info"], ["password_digest", "$2a$04$dmZgxWXodhPxtvOfjCQHpOy.9NXmHAsqzU0F03RAgFKA6aB/52Zzi"], ["created_at", 2016-06-27 20:21:36 UTC], ["updated_at", 2016-06-27 20:21:36 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Tempora excepturi blanditiis veniam. Quia quia quia tenetur quae. Quasi animi quisquam et."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Aut assumenda nulla iure sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 22ms (Views: 16.3ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "linnea@johnstongrimes.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isaiah Schultz"], ["email", "linnea@johnstongrimes.org"], ["password_digest", "$2a$04$k9jrra.HgAn7eeXCqQITwumGqd7pNKgWvvXTbP7mKY51dEjwG3kiK"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Saepe provident voluptatum voluptatem quisquam sed qui accusantium. Velit maxime et quia qui consequuntur dolorum corporis. Esse ipsa at. Modi officia ut dolorem sunt."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Eum et sit quod. Minus reiciendis consequuntur quas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juvenal@stehrswift.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Tyson Schneider"], ["email", "juvenal@stehrswift.info"], ["password_digest", "$2a$04$WGZgUO0fCPL3VXs7fYCp..u8tnawJ0i2YqJAvoygE29nmwU9UxnVa"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Excepturi quae sequi rerum fugit animi. Reprehenderit autem voluptas atque magni itaque est."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Accusamus neque consequuntur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margarette.turcotte@romagueracummerata.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Angelina Mayer"], ["email", "margarette.turcotte@romagueracummerata.net"], ["password_digest", "$2a$04$mGcWxfFNsJr4oaNpflIzA.dApPawYOQGxKi4hKQW5R9Q71jYNeXWW"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Deleniti vel distinctio saepe voluptas optio harum. Vel fugiat at voluptatem doloremque labore. Eaque vero mollitia consectetur aliquid."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Qui dignissimos accusamus. Aut repudiandae molestias cumque soluta voluptatem nulla eius. Ratione harum sint illum assumenda accusantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaeden_schumm@waters.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mckenna Walter DDS"], ["email", "jaeden_schumm@waters.io"], ["password_digest", "$2a$04$03R0dHfciVBT0dZNp3WcdeOM8h6x0meI1cDxTd00nH6c7HibuMs5O"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Reprehenderit rem illum sit enim molestiae quia corporis. Fugit molestiae eos at nihil labore. Quis tenetur libero eveniet vitae adipisci aliquam. Cum occaecati quia et."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Error quia voluptates non debitis laborum. Tempore voluptates voluptas aut nemo voluptatem iste. Et non nihil eaque totam aliquam provident quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaleel.mitchell@bernier.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oleta Wiza"], ["email", "jaleel.mitchell@bernier.co"], ["password_digest", "$2a$04$2EHnDTWv4SveRE2rfl5TBetozIB8h6F5EKUJ8n6s24OgrdnI4KDzq"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Minima rerum sed et dicta rem ut. Eius quas enim ea. Voluptatem et sed illo."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Non corrupti fuga. Ut iure voluptate quis aperiam illum. Tempore aliquam tenetur et molestias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "coty_ferry@botsford.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cole Moore"], ["email", "coty_ferry@botsford.io"], ["password_digest", "$2a$04$9YcPPFnTGAU7t.uaOW/YmOQn7sljDVXElB/lF69jR6GTv2gAjbzE6"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Et amet earum voluptatem esse. Voluptate omnis voluptas velit in quis. Debitis quas et deserunt omnis."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Nam quisquam velit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "colby@dibbertratke.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willa Leffler"], ["email", "colby@dibbertratke.info"], ["password_digest", "$2a$04$9OcZ0HSrbpMBi9808t645OGe6nNAf6neYKs0vfOEOXug.hGbUhgWO"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Molestias qui error voluptates reprehenderit nemo et natus. Quia dignissimos sed nam voluptas repellendus. Molestiae et harum animi fugit natus."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "A quam adipisci magnam incidunt rerum esse."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amina_schinner@bergstrom.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ford Kihn"], ["email", "amina_schinner@bergstrom.com"], ["password_digest", "$2a$04$KbrKxF/LPNlP2N7RnJpcCOuMSK8xCb9SyR64KvIeQDi8UXQ8UD3ga"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Incidunt non architecto accusamus consequatur. Recusandae quasi magnam voluptatibus. Aspernatur quibusdam corporis officia laborum sint."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Vel architecto est et ipsam ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lina@waters.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Casey Mraz"], ["email", "lina@waters.name"], ["password_digest", "$2a$04$Ms92yhweIj2e.vHXhyj/Z.WJUUZII/yFCzq5t7G4I4oTomYwZQAt6"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Ad voluptatum culpa aut aliquam. Sed voluptatem error quam voluptatem voluptates. Ab delectus reiciendis explicabo rem."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Nostrum nesciunt exercitationem. Et fugit dolores accusantium perferendis aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brendan@beier.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cyrus Stoltenberg V"], ["email", "brendan@beier.net"], ["password_digest", "$2a$04$IbFCyqrAsVBqW8Mn.xfs7eR6BEXGlFVRIrFPfY.kVWheHBn9AKY5O"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Commodi deleniti qui. Fuga tempora iusto nihil."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Id omnis qui numquam aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "annetta.rodriguez@goodwinhoppe.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willie Towne"], ["email", "annetta.rodriguez@goodwinhoppe.biz"], ["password_digest", "$2a$04$GdP57gjrmzV58gIH3x5qKe7/x/WYFLjAHo6i6YCKYihx9z1r/mId2"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Quod architecto nihil sit incidunt nisi. Porro error nobis atque reiciendis exercitationem. At dolor consequatur alias voluptatum."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "In minima eos necessitatibus incidunt dolorem velit. Nesciunt harum aperiam esse voluptates necessitatibus magnam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "obie@crooks.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Esta Jacobi"], ["email", "obie@crooks.name"], ["password_digest", "$2a$04$uDmGbwCu5G3hs6KaHPYF6.DIjgg.H45j.L1wpyWY.S3CVTxy1j48i"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Totam a saepe aut. Quis voluptate animi sunt provident."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Consequatur adipisci asperiores libero eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gia@stromanklocko.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tamia Macejkovic"], ["email", "gia@stromanklocko.biz"], ["password_digest", "$2a$04$csd7u.11t1PZDt1Ii4d0EeFDkLW3q8cChM7vAP0jpT7jRH1/ZHCLq"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Nam id ipsam cum suscipit non modi. Nostrum accusantium assumenda modi omnis qui delectus id."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Libero veniam quasi tenetur consequatur autem sit. Nostrum perferendis alias perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilma@baileyconsidine.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antwan Steuber"], ["email", "wilma@baileyconsidine.io"], ["password_digest", "$2a$04$PacFiwV2jn5Kz/BWOe2cBOJAeLHB98WIqMxOXFvD0vxGbS2YVY9jC"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Quia possimus impedit quo quae. Saepe ut esse doloribus harum asperiores consectetur deserunt. Sequi accusantium fugit exercitationem nobis aperiam blanditiis qui. Velit totam eos dolores ab facilis quo hic."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Commodi possimus eum voluptate explicabo culpa dolores. Quo dolores sequi quisquam. Quidem et aliquam est natus vero deserunt eius."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jazlyn.kutch@grimes.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arturo Carter"], ["email", "jazlyn.kutch@grimes.co"], ["password_digest", "$2a$04$8y0Y/oRO89G8sf0nRNtOv.64UZ0QH2YsfHphzQJVsu90sSElTOn1e"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Facilis dolor sit reiciendis. Voluptatum asperiores commodi consequatur sed."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Quis sunt nihil voluptatem eum aut excepturi cumque. Modi consequatur officia doloribus est eos natus id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edmund_kohler@kuvalitreich.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Norma Klocko"], ["email", "edmund_kohler@kuvalitreich.info"], ["password_digest", "$2a$04$.as6cjM1iHE1kJNGJaVtQu4DUpmBlAB05GgIm08BpW4rsznSg1r5W"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Incidunt placeat quia similique cum ut beatae. Nostrum assumenda ea quia laborum reiciendis facere ut."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Omnis amet eaque officiis architecto corporis sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zachary_mclaughlin@brakusferry.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Avis Rohan"], ["email", "zachary_mclaughlin@brakusferry.org"], ["password_digest", "$2a$04$YPwlwbk79W2ZyZHISWHJV.OtUIfIjWmcXBxm28WNEzs3n9P9zZlri"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Dolores quod dicta sit quis. Quisquam id omnis ea assumenda dicta rerum quasi. Labore deserunt ea. Aut voluptatum nulla quas fuga dolorem."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Ut tempora distinctio quia ex perferendis ab aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "audra@lindgren.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Beau Kub"], ["email", "audra@lindgren.info"], ["password_digest", "$2a$04$v4WXI3jWhKjK8Ap73x4B7e00IuoS.HboGBdSXlxAlq8UglV7DOOA6"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Et suscipit rerum. Modi autem aut praesentium dolore reiciendis. Quas cupiditate accusantium temporibus saepe et sunt. Sapiente alias vitae aut ut."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Ut sint qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keshaun_runolfon@wisoky.co"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brooks Stokes"], ["email", "keshaun_runolfon@wisoky.co"], ["password_digest", "$2a$04$5ljbNx8T8aRYyd2BsV5KfeIAnh1ILEWIOihXRlZo6CZOUAD9PaWUi"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Non omnis recusandae occaecati eum distinctio. Totam quae sunt et et qui. Voluptatem rerum architecto nulla sed illum."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Fuga doloremque corporis aut. Laboriosam enim sunt amet atque aut qui. Aut enim commodi quae accusantium vero in pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anastacio_hudson@wilkinsonruecker.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Skyla Graham"], ["email", "anastacio_hudson@wilkinsonruecker.org"], ["password_digest", "$2a$04$b.zOFPtZMOcM9eoD/q0Vxeabf3DyT2ZuDIVPnvQcjx9hY3l.Lolpi"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Et iste quo aut unde reprehenderit esse. Nesciunt dolor atque velit eum mollitia facilis. Dolore reiciendis deleniti consequuntur nihil beatae aut sed. Est aliquid non labore commodi qui voluptatem saepe."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Est neque in vero excepturi sunt non quae. Voluptates harum aliquam rerum nemo ipsam. Qui dolore quia nisi non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elenor@lemke.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Modesto Considine"], ["email", "elenor@lemke.io"], ["password_digest", "$2a$04$e2fwHt0RGrMPv8DmWQDCE.qgafGCe3ko5JyZvgg5kmSBZp9MyOaNG"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Explicabo eius a occaecati minus quia sequi dolores. Distinctio voluptatem ipsam nesciunt nam officia similique. Rerum ut sed sunt eius expedita incidunt."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Placeat corporis ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vita@monahan.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cordia Emmerich"], ["email", "vita@monahan.info"], ["password_digest", "$2a$04$2PvEyol12R4Xm6/HxFSL0OIHHj4yPFNjb4HHV2PjQybRVkPGADb16"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Est similique quas ipsa facilis. A hic aperiam. Tenetur et voluptatem alias aliquid expedita. Consequatur aliquid explicabo iure earum rerum fugit."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Molestiae doloremque eligendi. Qui dolorem et magnam voluptatem. Architecto voluptates qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandrine@ernser.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clara Ziemann"], ["email", "alexandrine@ernser.biz"], ["password_digest", "$2a$04$PQnbclpt3mzMj3ChcNHg4eQdCPCUkh8zcIAvu5gpWQP8jZY.d.6ey"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Odio ducimus et. Qui quos tempora ut. Voluptatem architecto quod. Excepturi praesentium enim temporibus."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Dicta ut esse veritatis veniam neque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joany_lakin@bins.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rickie Runolfsson"], ["email", "joany_lakin@bins.org"], ["password_digest", "$2a$04$waE4bXCq6GBSu5/GYpZZhenzeftQNGDRxdwBb2e6jMahXO3e1n1Iy"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Voluptatem molestiae sed accusantium adipisci. Omnis ut assumenda atque nostrum vel officiis neque."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Optio cupiditate doloribus nulla eos at illo. Nam animi dolor. Qui consequuntur consequatur modi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cody.jacobs@heaney.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorothy Schroeder"], ["email", "cody.jacobs@heaney.com"], ["password_digest", "$2a$04$Zrb3R95zRnMN1Nrox2eSAOeWcOd0nsieSJArDd3dPadiE4wvUBdLK"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quod et hic et totam harum eum. Sint sit est voluptas harum eos ipsum dolorum. Soluta impedit magni suscipit earum. Voluptas voluptas voluptates sed."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Eum molestias libero officiis expedita fugit facere et. Voluptatibus vel perspiciatis id corrupti impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerardo@pollich.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamie Wilkinson"], ["email", "gerardo@pollich.biz"], ["password_digest", "$2a$04$VpToQNipkge.ySHWvM9xwugITMq9v4zD5pgRqYQQZrPf3ZP/enyzm"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Ipsam delectus dolorem quos quia et quis ut. Enim et enim. Magnam qui accusamus vel laboriosam est odio."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Eligendi sunt aut odit alias. Ex ut quis laboriosam dolor consectetur doloribus quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "skylar@colekris.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dedrick Pfannerstill MD"], ["email", "skylar@colekris.name"], ["password_digest", "$2a$04$7r1ncYQveB7moVuULCSrFeDMpHJXrKRVRFnCpuDVNzllhcYgxyhpy"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trey@hansen.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Kattie Bechtelar"], ["email", "trey@hansen.com"], ["password_digest", "$2a$04$l0kXyqXTzL5ZrtguA5R5xuvSxDO98fzr/dKCAbXMmT9GchkjbCNPW"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Voluptatum mollitia sed cum. Tempore dolore rerum libero. Rem omnis sunt et fugiat unde. Commodi magnam laudantium expedita eligendi.", "summary"=>"Cupiditate ut quo et at quas. Est sunt sit vero est. Nobis veritatis natus.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.2ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Rerum fuga ipsum blanditiis ratione aut. Laborum quibusdam delectus rerum.", "summary"=>"Eius saepe qui est.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leif@abernathy.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verna Hoppe"], ["email", "leif@abernathy.org"], ["password_digest", "$2a$04$NW.BloZD1J9unwxRh3WQgOwuD2S6sh5kiiltm8.iwY770uqQpY5qS"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Mollitia blanditiis pariatur.", "title"=>"Title"}}  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Mollitia blanditiis pariatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Officiis aspernatur voluptatem eos. Accusamus fugiat eius impedit non qui officiis. Aspernatur ea et velit voluptas blanditiis et.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "raymundo.ledner@haley.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Casimer Zboncak"], ["email", "raymundo.ledner@haley.info"], ["password_digest", "$2a$04$pNRiDPg8fw.UO.0nn2wPleJAU.PEc8ZgVtqWTTt56izqrWbTxMKj."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Nobis quidem qui debitis est ipsam deserunt rerum. Et non repellat aliquam voluptatem. Aspernatur reiciendis molestias."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Temporibus sapiente voluptate officiis vitae quae quis quidem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 11ms (Views: 1.7ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robyn_donnelly@kobashirian.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Conner Tillman"], ["email", "robyn_donnelly@kobashirian.io"], ["password_digest", "$2a$04$49R56LsejrocOKdQVYg5zuOjJuzQtZw2Z8dF/inGINfoWRn.uHWP2"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Sed odio quibusdam pariatur cumque. Blanditiis voluptate vel est rem rerum. Est in exercitationem et quas fugiat repudiandae. Dolores libero voluptatibus excepturi accusantium eum."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Nihil consequatur et ut voluptates."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candace_murray@ernser.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madisen Paucek III"], ["email", "candace_murray@ernser.com"], ["password_digest", "$2a$04$TmN07L8OhD3J6dFdq8ITOe4e7IFtE415qLWqbhrV09GGnzdR8h2nS"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Debitis non quas aut delectus omnis. Fuga recusandae ipsam."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Qui accusantium placeat incidunt quia."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.8ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "athena.jaskolski@considine.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gavin Gottlieb"], ["email", "athena.jaskolski@considine.net"], ["password_digest", "$2a$04$oDeaNr1G7FN4XNkevweGGuQm8xraYZBq261cerHpM.rI2eoUjeTUq"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Voluptas temporibus accusantium est quaerat aut debitis. Enim vitae nihil unde. Velit doloremque beatae vel cupiditate."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Autem impedit minus ut id doloremque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-27 20:21:37 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vivian@haley.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elsie Dietrich III"], ["email", "vivian@haley.co"], ["password_digest", "$2a$04$6eeNy1YzKls2N04Q3Qqc4uYg46ycJFOXJIcO1hlRUcgHaGFFhRMi2"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Sequi modi voluptatem eos quo neque sit nemo. Cupiditate qui quia consequuntur doloremque quae harum minima. Non asperiores autem molestias aut."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Sit ex cupiditate distinctio. Deleniti ad dignissimos magnam. Repellendus qui velit et eum voluptatum et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-27 20:21:37 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.4ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lillian@kochpredovic.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Devonte Koss"], ["email", "lillian@kochpredovic.co"], ["password_digest", "$2a$04$TywvAaNkuQB/4BRbq5FGo.W3A0gMfNsljGhYliRXUPATxr.Z1q/4G"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "citlalli.dach@bergnaumfeeney.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Retha Cummings"], ["email", "citlalli.dach@bergnaumfeeney.name"], ["password_digest", "$2a$04$9QXi49jFUvy.PhcmMOjx/.rDUoxCT5ShvOK9KsOt2qnBfIt5D8kEm"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Sit exercitationem similique harum. Voluptatibus molestias unde. In voluptas dolor et molestiae architecto quod voluptatem."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Illum ex nobis et sapiente eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-06-27 20:21:37 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.8ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madalyn@beahan.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carrie Kuhn MD"], ["email", "madalyn@beahan.net"], ["password_digest", "$2a$04$6jYqBGQ5f3HFPyo9o1wDSuIbqvvYsCpyN9NRVRbNY6vidTlYHn6xO"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Quia recusandae rerum. Animi at enim illo. Quidem quia aut molestiae maiores pariatur dolores."], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Sapiente non minus distinctio dicta."]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-06-27 20:21:37 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roel Schulist"], ["email", "user@user.com"], ["password_digest", "$2a$04$o2Dr7vG7tjHF8b7Xl5NphODu902ru54qZQrkh9AJlvuRZdmAh7ssG"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1zzL5wHfnsTdgFLE3DHT4.g/BlXCw4.2cgfG6AsPySyoc1NJ.7G6i"], ["updated_at", 2016-06-27 20:21:37 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.4ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-06-27 20:21:37 UTC], ["updated_at", 2016-06-27 20:21:37 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jadyn_ebert@damoreemard.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keshawn Johnston"], ["email", "jadyn_ebert@damoreemard.info"], ["password_digest", "$2a$04$bQYDipwefq09lnuWcpnya.DfKVCSH0mFrHPJONCJxnlgG6TqVu99K"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.1ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-27 20:21:38 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.6ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-06-27 20:21:38 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kameron_collier@maggio.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tod Heaney"], ["email", "kameron_collier@maggio.com"], ["password_digest", "$2a$04$KVdrp2/dmJz3xclf3YvCmeJByoOAiH/F.v3dGZmhbjxL5A6H94fEu"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Et enim aspernatur ut est non. Quia voluptates ex commodi eos. Odio et quasi. Et non temporibus."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Asperiores architecto ab sed temporibus. Blanditiis dolorem omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ronny@ferry.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bart Runte II"], ["email", "ronny@ferry.io"], ["password_digest", "$2a$04$pD7drSK.7ErJ3kzCgUXmXeoen8AmUiajiAEU2kERrWKCvW1tLay9y"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Quis consectetur enim nam corrupti nihil repellat. Error voluptas rerum eaque doloribus dolor."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Non laborum rem repellat cupiditate maiores est. Qui natus voluptates. Voluptates minima numquam in qui dolor hic et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "coralie@franeckiankunding.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lexie Mann"], ["email", "coralie@franeckiankunding.io"], ["password_digest", "$2a$04$/YLKdXj.IW/V0T//fKvff.s83EN5NBJuqMlbF2n9bSM/8mqF6nsYu"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Dolores vel ad aliquam quidem aspernatur et. Vel molestiae ipsum est. Suscipit blanditiis cupiditate atque ut facilis ut aperiam."], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Illo tempore debitis asperiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-26 00:00:00 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 20ms (Views: 13.7ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darien@lemke.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dereck Stokes"], ["email", "darien@lemke.name"], ["password_digest", "$2a$04$Qj2ogdtD5.x2rA4EdiWirecunoxAZy5Bv38V04YmgSGY/zogWH2py"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Reiciendis ipsa quae aliquam. Et magni sequi."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Laudantium voluptates saepe excepturi deserunt blanditiis voluptas. Saepe et occaecati non quod. Corrupti eius rem beatae a optio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "efren.vandervort@willms.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Granville Skiles"], ["email", "efren.vandervort@willms.co"], ["password_digest", "$2a$04$PFgav6lgc5vbF.SPwr8DGekh.kIg0jUV.G6CgavukWBgUIfw2O1/u"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Rerum quas sint autem quo voluptatem explicabo. Quo officia dolor occaecati ut et ullam est."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Et ullam perspiciatis tempora. Culpa est incidunt eveniet."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marjorie.kerluke@mantewalsh.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johnathan Kiehn"], ["email", "marjorie.kerluke@mantewalsh.info"], ["password_digest", "$2a$04$Ou27Amou4WzEJ9YCFAlcEetf9Vkw3XTiYKftqCy0HH97QFtpl7/T6"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Voluptatem explicabo dolor voluptatem veritatis numquam odit. Consequatur nostrum quibusdam doloribus consequatur asperiores corporis. Non consequatur quod at dolorem accusamus. Dolore molestias optio rem aperiam veniam qui."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Voluptatem vitae nobis ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chaz@beier.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Ada Howell"], ["email", "chaz@beier.biz"], ["password_digest", "$2a$04$yxbWptsfNtsx1JGvt3CnEeQpZiyM0BdOLmhq/KXWI3asctIJFTbPW"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Eaque qui ipsam ducimus alias. Sit iure dicta ad aspernatur voluptas ea. Iure ut ut ipsam officia labore. Explicabo ut voluptatem a."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Rerum et voluptatem voluptatem qui repudiandae tenetur. Quo ut sed debitis porro numquam sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eunice_crist@hirthe.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Michel Metz"], ["email", "eunice_crist@hirthe.name"], ["password_digest", "$2a$04$V2NPJ29iB6BNOF3v.LGCteX9Pt6jwL5LlFGDO2s9dhYr.L9nv/fpa"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Placeat aperiam molestiae voluptatem autem et. Soluta dicta adipisci enim corporis in aspernatur."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Quod voluptatem officia magnam iure aliquid fugiat. Omnis voluptatem non qui et qui saepe quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enoch@mccullough.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tod Batz"], ["email", "enoch@mccullough.biz"], ["password_digest", "$2a$04$AGeYNHhSr1LHDz9I6F5zI.xQRtbjDcq8wbqOdgqGh2OgKNdZX1VfW"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Illum voluptatum deserunt nesciunt voluptatem nostrum et. Porro non aut in voluptas quae molestiae eos."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Fuga officiis sit amet iure vel sequi. Vitae hic est dicta error voluptas dolore ut. Error molestiae autem alias et laudantium aperiam possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kristy_barton@gerlach.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximillian Bruen"], ["email", "kristy_barton@gerlach.com"], ["password_digest", "$2a$04$7dtmpOr8d1HQwablIBosK.8rh9AoWK.GZ7GzIGCI1Xos0W8VxpfJW"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Quis quos officia aspernatur omnis est voluptas voluptatem. Quidem est et facere laudantium necessitatibus. Unde sit perferendis amet labore dolorem. Sint consequatur consectetur reiciendis."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Aut molestiae distinctio suscipit. Nemo ut qui harum. Aperiam quas reiciendis maiores consectetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "floy@bogisich.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brock Luettgen"], ["email", "floy@bogisich.name"], ["password_digest", "$2a$04$KB6juG3TM1XDU2g4fdjCv.R1SFPtmwxiB3RNbQ7mhbAgOiDCofzyC"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Totam illo delectus. Vel labore ut debitis similique iusto non. Vero itaque ut eos velit asperiores maxime."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Nam eos tempora adipisci et distinctio rem ducimus. Quia impedit eius et deserunt quis reprehenderit. Consequatur fugiat ipsam enim qui eaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alyon@sanford.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hubert Thompson"], ["email", "alyon@sanford.com"], ["password_digest", "$2a$04$LIETiLRjyWQH3ToDl6RVUeKs5AMNv7y.67JxstzJMYa0pbbeT9Lt6"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Voluptatum iure quis minus dolores quaerat. Velit aut facilis nihil quo est."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Deleniti vero est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robbie.hickle@cormier.info"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donnie Rempel"], ["email", "robbie.hickle@cormier.info"], ["password_digest", "$2a$04$qKZPIkBozXXRxqReMuRy..6.LspG90/L3bcwRg8Z2tXmwe2qe7D8S"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Laboriosam voluptas nemo. Minima nesciunt omnis quis occaecati tempora ducimus."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Facere animi temporibus quis qui rerum ducimus cum. Temporibus et omnis voluptas accusamus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brian_howell@mohr.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daron Christiansen MD"], ["email", "brian_howell@mohr.co"], ["password_digest", "$2a$04$ujJPg9URvchuWO.60S4Wz.5D3dtcQE2qoZoxQC3yuRXe.C43AWlIa"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Odit sed non. Ex vero rerum aut dolores a possimus. Molestiae non quos aliquid error sunt."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "A sunt dolorum molestias et reiciendis porro. Est eum voluptas doloribus perferendis tenetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bennie@gottliebcorkery.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernhard McGlynn"], ["email", "bennie@gottliebcorkery.net"], ["password_digest", "$2a$04$r2gvHZJsmpozkDjG4VKSb.reQnUaSHgCE/4O3dcFuwdIFFwLLP.0q"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Qui voluptatem sunt est et qui nihil et. Ex aspernatur deleniti officia delectus dolorem minus explicabo."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Perferendis sit natus culpa voluptas eveniet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "corine.reichel@bergstrom.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kristofer Morar"], ["email", "corine.reichel@bergstrom.org"], ["password_digest", "$2a$04$hUC/y4BZCpoKq2PRO3XSveu6mJ/biGo2pcCFM1MtMSItakRLHhlfG"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Ut nulla minima architecto in laborum sequi accusamus. Iste porro laborum. Et magni officia eaque quasi qui. Quasi vitae non velit officia."], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Quia quaerat voluptatem ut. Perspiciatis dolorum est illum quis iure tenetur non. Incidunt dignissimos cum architecto dolorem unde voluptates."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.8ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 32ms (Views: 7.7ms | ActiveRecord: 3.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enoch_metz@nolan.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Russ Cole"], ["email", "enoch_metz@nolan.info"], ["password_digest", "$2a$04$RTehHbOofu0ZwBIBpyVNSOQyf89fZTlfIpQpt792kt0ZKevXe/1IS"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Expedita nobis aut id a voluptate. Et qui rerum et quia."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Iure minus saepe dicta."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tremaine_goyette@medhurst.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garrett Jones"], ["email", "tremaine_goyette@medhurst.info"], ["password_digest", "$2a$04$hTC/g.JEKlPRjBz5EDvnXuz4n8qJqPX/JYdCaqohtSR6Ticm43gVC"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Enim et officiis veniam inventore. Vel est expedita doloremque."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Vero voluptatem quia magnam itaque ex voluptatem. Tempora eum provident itaque."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarrell@kuhic.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ayana Osinski"], ["email", "jarrell@kuhic.com"], ["password_digest", "$2a$04$h8tAKZhRA4AkrVzyB7C99uRkrHl4bZeRoY1z1wEpuhKh3.W4429ri"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Ut sint id sit quibusdam quam. Nisi dolor fugit aut. Molestiae consectetur quo consequatur qui officiis omnis. Reiciendis placeat iste dolorem libero vel aut dolores."], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Sed est enim et."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederick@stehrhuel.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Madelynn Howe"], ["email", "frederick@stehrhuel.co"], ["password_digest", "$2a$04$7opH.37JiYJOcT18p1SIBej/.IfZ8SiQXGfcKXXDHEsJ9I.8KAZ1K"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Et autem doloremque. Temporibus possimus quaerat velit reprehenderit vitae qui. Voluptatibus dicta et libero vitae omnis distinctio. Sed qui nemo et voluptatem nulla similique."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Esse enim voluptates fugit earum quas quia error. Omnis doloribus a est molestias quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-25 00:00:00 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "makayla_borer@durgan.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hollie Dickinson"], ["email", "makayla_borer@durgan.net"], ["password_digest", "$2a$04$DTcrmj6vo7ITh3.VlxGUa.rJ31uSr2sQFfu3orIRvlye6li0.vruq"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Quia enim dolores labore. Ad et tempore voluptates possimus ea sint. Officiis tenetur sequi quasi voluptatem animi. Voluptas vitae et laboriosam iure doloribus in quia."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Ut tempora labore quia necessitatibus non dignissimos. Debitis eos omnis fuga delectus similique ducimus et. Voluptatem incidunt sunt asperiores architecto."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lelia@fay.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zachery Stehr Jr."], ["email", "lelia@fay.biz"], ["password_digest", "$2a$04$Js/dxv.H9s0hwPLx47wtqeQlVKhvL/2Vnsh7ZbUaKm.UQ2q1036Ee"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Est neque soluta non commodi. Expedita perspiciatis sit. Non assumenda qui tempore in qui debitis eos. Nulla qui voluptatem consequatur illo consequatur cupiditate."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Cupiditate assumenda nulla. Ducimus sed expedita impedit iste non."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shyanne_erdman@moriette.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abdul McKenzie"], ["email", "shyanne_erdman@moriette.info"], ["password_digest", "$2a$04$4PXKq/YzX0lcTbhmujgfNOzIAc0U7Et2LlwquNNUUmBub.qHa4BMG"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Et labore maiores incidunt accusantium aut vel. Quisquam doloribus nihil ut occaecati magnam."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Fugiat reiciendis optio voluptatem ab atque. Et qui eum fuga et corporis praesentium et."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lindsay.kovacek@mann.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daryl Sporer"], ["email", "lindsay.kovacek@mann.name"], ["password_digest", "$2a$04$pbNoyHYNsD/tw6uesXmO5.VjF5aCKCcXKboDCFT6XOzhpw2aBdNXi"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Expedita quis fugit quaerat dolores pariatur sed. Aut sed vel explicabo qui quo. Hic ex quaerat. Quia rem omnis consectetur nobis quaerat quae."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Et accusamus sapiente. Soluta omnis in veniam ut et ea ullam."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reynold.langosh@batz.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassidy Larson"], ["email", "reynold.langosh@batz.co"], ["password_digest", "$2a$04$k4m2atL77aUfzTUaovKE8.9G3ClsZttKxKloGz5h1bbHUIqU4.BV."], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Sit qui repellendus officia repudiandae. Odio quis porro nulla eligendi fugit voluptatem voluptas. Doloribus quasi et qui facilis. Et et aut illum illo quo."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Est ut rem exercitationem omnis nihil ut unde. Dicta totam dolores."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kitty@ernser.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alysson Schinner"], ["email", "kitty@ernser.biz"], ["password_digest", "$2a$04$n33g4U8IXFyvPldxGyzvTeK.RnNMM7CtHgCJCt6uw07SgBoJOkRZS"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Cumque asperiores mollitia eaque fugiat eos voluptas quas. Officia repudiandae aliquid tenetur praesentium voluptatem perferendis. Neque ut quae necessitatibus delectus sunt. Consequatur odit consequatur perspiciatis laboriosam."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Modi tempore quasi inventore excepturi nulla expedita. Velit ut eos sint qui recusandae totam."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maude_raynor@nolan.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jacques Luettgen"], ["email", "maude_raynor@nolan.org"], ["password_digest", "$2a$04$bjXqNkW9HgPMxwqATwo3E.oZXhBfHxoquN85yGtB7obxSfBdzA3TG"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (4.4ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Atque sint at. Iusto ab tempore veritatis deserunt."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Occaecati et et nobis esse qui quod. Excepturi nihil nam maiores quis dignissimos ut perspiciatis. Magni rem animi molestiae rerum provident."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wayne@bednarlabadie.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sophia Bernier"], ["email", "wayne@bednarlabadie.net"], ["password_digest", "$2a$04$.Kd51Drt2q3H1J04qA6/8O.L4VxORo8tRW.rRLG3ybFYm3o20N.ce"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "In dolorem beatae similique numquam mollitia voluptate aut. Quis facilis laboriosam."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Rem omnis dolore perspiciatis nisi. Incidunt sit amet vero. Dolorum nihil dolor quis amet."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edmond_skiles@hilll.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zora Bashirian"], ["email", "edmond_skiles@hilll.co"], ["password_digest", "$2a$04$a.7c/zAiRbtbX2GSwW0D2et2ZH1co8WpVeltD9LTVjvcOQ/Edm/aq"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Quasi et odio maxime eum voluptatem similique quas. Voluptatem enim nisi vero. Est odit debitis nemo eos sint expedita. Et rerum omnis qui veniam qui culpa et."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Id aut voluptas. Qui magnam amet vel quam. Voluptatem sunt dolor consectetur corporis eveniet incidunt."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alvena_dare@boyerdoyle.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Enos Pacocha"], ["email", "alvena_dare@boyerdoyle.name"], ["password_digest", "$2a$04$hJMkp2x/7aGJrMLOi.kSa.SAEbaWq1Zh1.XRRJrgh9Fw4q9i15cQO"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Quas nemo nobis et ullam. Culpa nihil velit est labore reiciendis earum deserunt."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Velit aut quas quia sunt sed animi."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guie.larson@weinat.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mable Pfeffer"], ["email", "guie.larson@weinat.biz"], ["password_digest", "$2a$04$PW9yd0XocMYoxFTXYabJS.WrBF0FsSQ0LMUtVhCrGfdVNXXGE6vFe"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Doloribus quo et laudantium. Velit a porro id et dicta. Vel quibusdam quaerat nobis iste nemo."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Laboriosam dolores cupiditate possimus totam. Magni qui tenetur eum est rerum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.2ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "destiney_orn@tillman.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stephania Funk"], ["email", "destiney_orn@tillman.org"], ["password_digest", "$2a$04$ZlygOxxJVxCHJAGn3RFmIuGNDAlIIbzuGjUKMM5DkMlyUzVd8xYY6"], ["created_at", 2016-06-27 20:21:38 UTC], ["updated_at", 2016-06-27 20:21:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:38 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (17.2ms) Completed 200 OK in 1811ms (Views: 1808.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:40 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"destiney_orn@tillman.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "destiney_orn@tillman.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZN2xZYxB2.8D2Bpf1g0oU.waG5bx8JLq/AtkH/naVYM8ddGzhb0fW"], ["updated_at", 2016-06-27 20:21:40 UTC], ["id", 74]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:40 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.4ms) Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 1.7ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "derek@hoegercollier.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Georgianna Kutch"], ["email", "derek@hoegercollier.io"], ["password_digest", "$2a$04$N.0o9roIHLi3bQ55tmrZm.8/qhKiUtIs0FGRy4hm6i51g96Fd5bDW"], ["created_at", 2016-06-27 20:21:40 UTC], ["updated_at", 2016-06-27 20:21:40 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Dicta hic harum repudiandae aut ea alias itaque. Accusantium voluptates occaecati necessitatibus. Sunt laborum dolor qui molestiae placeat."], ["created_at", 2016-06-27 20:21:40 UTC], ["updated_at", 2016-06-27 20:21:40 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Nulla quod autem aut et molestiae corrupti voluptates. Et illo repellat voluptas hic et. Ratione nulla minima."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:40 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.5ms) Completed 200 OK in 40ms (Views: 33.7ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyrese.bruen@beer.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darron Bernier"], ["email", "tyrese.bruen@beer.name"], ["password_digest", "$2a$04$Ag2vPzWhDlPGEaui6lDJEOXd2istwd25mPp5GUExYs9xBUCIBONWi"], ["created_at", 2016-06-27 20:21:40 UTC], ["updated_at", 2016-06-27 20:21:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:40 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 19ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:40 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"tyrese.bruen@beer.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "tyrese.bruen@beer.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$j8tbvnP3znPKUsOeGcQwJ.UkdJIWWQ.gCSX0VBtSgBg6TQ0WDsRKq"], ["updated_at", 2016-06-27 20:21:40 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:40 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.6ms) Completed 200 OK in 32ms (Views: 25.3ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ambrose@vandervort.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anjali Gusikowski PhD"], ["email", "ambrose@vandervort.co"], ["password_digest", "$2a$04$1npF3QwiTPl/yXIzvydpyuPp9swdPtBThvzSq9TWU7fp9nKsvjdj6"], ["created_at", 2016-06-27 20:21:40 UTC], ["updated_at", 2016-06-27 20:21:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Quas sit rerum dolorem ex suscipit omnis odit. Ex quasi doloremque accusantium voluptas quibusdam."], ["created_at", 2016-06-27 20:21:40 UTC], ["updated_at", 2016-06-27 20:21:40 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Expedita laboriosam ipsum laborum et. Iusto est assumenda laboriosam minima. Libero voluptas deserunt commodi asperiores."]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "devante.schroeder@davis.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hank Willms"], ["email", "devante.schroeder@davis.com"], ["password_digest", "$2a$04$wpnG/81kzKg5TZeMoJhrQ.ybDK1k7qqzGnGOR.DQi89s.K4uS8/U2"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Debitis omnis rerum blanditiis provident. Ad architecto dolorem dolores quod quidem non voluptates. Rem sed cupiditate tempora earum amet non. Qui voluptas eius quis tenetur."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Eligendi ut quae inventore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "michele.stiedemann@lehnernitzsche.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vaughn O'Hara"], ["email", "michele.stiedemann@lehnernitzsche.io"], ["password_digest", "$2a$04$XbjhfdNQfWVOrFV5z40cTe/TwhedOOtT54LA142yCC.ViNTJ0RMm6"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Vel beatae est pariatur omnis omnis. Enim totam blanditiis quas ut accusamus. Omnis ut perspiciatis quo nihil iure."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Cum pariatur voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katelynn.beatty@ziemegreenholt.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katelyn Sipes"], ["email", "katelynn.beatty@ziemegreenholt.org"], ["password_digest", "$2a$04$28Iqt6KOPsMXKBHILn6mwuKtjq0IxdkFBSLvEY26vobcvd94ku6rG"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Aspernatur autem ut animi dicta. Possimus totam doloribus et et. Quae et deserunt mollitia nihil totam iure nobis. Vero fugit non eum dolorem ut."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Est et voluptas laudantium ut optio distinctio debitis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eldred@kulaslittle.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "David Carter"], ["email", "eldred@kulaslittle.name"], ["password_digest", "$2a$04$tcZY9Fjt7JhLpH.u7OR9o.xZiJvBVUXyB3FnLONZO1PuQxIY9qLe2"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Aperiam libero sint magnam. Harum saepe hic doloribus ipsa tenetur."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Quo doloribus in molestiae voluptatem eum ex. Eum ut tempora incidunt alias vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laura@abernathybeer.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Edwardo Dicki"], ["email", "laura@abernathybeer.info"], ["password_digest", "$2a$04$/aV5F9rPc6PExM2zA5aLK.tVUMLVi7QTRN/ku0bWSDKR1oUmQ7yfu"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Repudiandae ipsum consequatur molestiae facere inventore voluptatem aut. Voluptatem aut eum."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Dolorum mollitia fugit ut. Nisi sed explicabo sit in."]]  (1.3ms) RELEASE SAVEPOINT active_record_1  (3.0ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emma@abbottankunding.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lauryn Satterfield"], ["email", "emma@abbottankunding.co"], ["password_digest", "$2a$04$zPKOn1tzAqiAZIdb1QAjUOhiXs8o0ibp0nRNbIgmewnLmJVX8/YUC"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Accusamus natus ut. Est vel ipsum quisquam. Tempora dolores quaerat doloremque eum quam."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Non repellat minima. Natus architecto repellat doloremque consequuntur error ratione est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "phoebe_lang@harveymcclure.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katelyn Koepp"], ["email", "phoebe_lang@harveymcclure.biz"], ["password_digest", "$2a$04$tL6tJ1xlltqhk6UxYANtN.jxh6hA4Bezgrj.HpZoVdXhSABCSNRHe"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Praesentium iusto autem ex velit cumque cupiditate voluptatum. Velit qui excepturi ipsum magni totam quod."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Sit est enim voluptatem laborum sint nesciunt. Alias accusamus ad sit voluptatem sed. Magni praesentium est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lindsay@ratke.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lacey Cormier"], ["email", "lindsay@ratke.info"], ["password_digest", "$2a$04$IDSsfq0AGNCzf6P2InVDIO.n7h8l1/edbXHYg/k04Ui261YKEGboW"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Et eius nisi est assumenda sapiente. Odio id perspiciatis. Et et deserunt praesentium qui excepturi."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Eos aut ab officiis non sunt. Harum quidem aspernatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janiya@prosacco.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Van Bogisich"], ["email", "janiya@prosacco.co"], ["password_digest", "$2a$04$9tYI0QEk075IrNDUr2h7Me55zsiRpTV7cYHl2MFHGXiT8Q/DGToMi"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Dolores fugiat totam. Cupiditate dolorem iste ea et distinctio blanditiis. Earum et totam molestiae dolores consequuntur voluptate debitis. Labore ut delectus commodi in tempore ea facilis."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Veritatis vero deleniti et natus reprehenderit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "boyd@feeneyokon.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Magdalen Marks"], ["email", "boyd@feeneyokon.co"], ["password_digest", "$2a$04$Dflf6ZIHyVZZj35WNL8iX.DYn.cQhz0o7YGDSc4Gxl5ILZimx42kO"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Omnis quaerat voluptatem adipisci eos et laborum modi. Molestias omnis eum laudantium illo et. Cum optio qui eos consequatur eligendi. Est facere distinctio aspernatur qui officiis voluptatibus."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Nulla veritatis soluta nisi voluptas. Ducimus nihil dignissimos consequatur velit ut laudantium. Nisi id consequatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bill_eichmann@schiller.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mathew Hudson"], ["email", "bill_eichmann@schiller.name"], ["password_digest", "$2a$04$LvpRFIKSz6d5AyRsHcUSZ.zxzYXqMd.pzpGPzVaOQU6.rc6UnbLHO"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (1.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Enim qui reiciendis. Vitae deserunt laborum maxime eos. Aut dolorem corporis rerum voluptatibus a."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Eaque nobis quo molestias recusandae. Distinctio facilis et laboriosam quasi provident. Quae ducimus consequatur qui neque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aleia.hammes@price.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucy Walter"], ["email", "aleia.hammes@price.name"], ["password_digest", "$2a$04$OActcUisNekLiDVdVJNzved9wxTR9sKxPfvlp.y4ZJbb7/WqBqvFi"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Recusandae et dolor quaerat odit incidunt qui quia. Sint omnis iusto consequatur. Cupiditate expedita deleniti blanditiis eos quo deserunt."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Quis qui unde delectus sit exercitationem. Ut in optio modi cum quis officia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashtyn.gutmann@kautzer.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carmela Graham"], ["email", "ashtyn.gutmann@kautzer.biz"], ["password_digest", "$2a$04$qSZUDzPIyKFmxQPxr1ei6ulEcug94SPHzpQO1/gN2jvl/G8nCMU7O"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Tempore eaque perspiciatis. Aut sint eum."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Maxime officiis ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clemmie.flatley@kihn.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Francisco Dietrich"], ["email", "clemmie.flatley@kihn.io"], ["password_digest", "$2a$04$fH2cSzIzh2XogbCim3MYCuw4G/slI7OnhdtW6W7JTOFv9nFEXxjna"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Similique maiores at id et in. Distinctio fugit qui iure architecto et quas."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Amet beatae omnis harum. Blanditiis est occaecati et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cletus_fisher@graham.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dovie Paucek"], ["email", "cletus_fisher@graham.org"], ["password_digest", "$2a$04$MnIvP9fkvbC7QdEsLCCAk.WNcvWh7tmGLkdkf2Yi1AYEJKQVLHfvS"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Magni non deleniti accusamus. Excepturi deserunt ipsa dolorem exercitationem odio cum iusto. Animi quia quisquam est aliquid id fuga alias."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Omnis molestiae quaerat. Iste fugit fuga minus in nihil. Dolorem rerum veritatis quia eaque quia dicta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "victor_rippin@moriettebayer.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bill Turcotte"], ["email", "victor_rippin@moriettebayer.biz"], ["password_digest", "$2a$04$q2JyBtAfMXRd1Bme0KjVweNOA7K9IjteT4rpdoRqwvEnJ4BqyutES"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Odit nulla perferendis rerum sed qui illo. Magni ut sint fugit accusantium. Molestiae animi illo laudantium. At quia totam sequi ut aliquam provident molestiae."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Quia expedita sunt enim. Suscipit aut doloribus voluptatem qui sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edwina_mohr@bogisich.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Sigrid Spencer"], ["email", "edwina_mohr@bogisich.net"], ["password_digest", "$2a$04$WfOKsJrERXJ8eXO0P92qX.euky/4i9XcGHJpxMXJD/SNRuoqSFCjy"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Ea aut veritatis reiciendis voluptatum. Aliquid sapiente a provident. Consequatur delectus perferendis et cupiditate."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Placeat quia voluptatibus veniam non. Repellat reprehenderit quia placeat aut consequatur. Et alias enim sequi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randall@pfannerstill.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isai Bradtke"], ["email", "randall@pfannerstill.info"], ["password_digest", "$2a$04$Rw8bwxBqGtjlk5gBIrvjzOB4.3j4wZ8MuRZD2xsgL4AUzs88WWqRG"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Sequi aliquam velit ab. Perspiciatis sint sed corporis rerum qui est deserunt. Voluptatem repellat deserunt aspernatur iusto sed."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Sint et ut sint reiciendis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "manuel_bailey@kirlinkeebler.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Malika Turcotte"], ["email", "manuel_bailey@kirlinkeebler.name"], ["password_digest", "$2a$04$gbILcptYg6BMjX.5skeSg.vvJcW5fbWu.nG4Tg2ajTtpNeI7zcH.K"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Odit velit vel. Inventore ut voluptatibus maiores iure asperiores sed sint. Corrupti molestiae provident et temporibus eveniet et cum. Est voluptas earum quo molestias ipsa."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Eaque harum placeat unde molestiae et. Quis adipisci et in nulla consequatur expedita dolores."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (2.0ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roosevelt_gibson@bins.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tiana Beatty"], ["email", "roosevelt_gibson@bins.org"], ["password_digest", "$2a$04$nPTSEjRwNS.QPrA994we4utR62ZVoM9kydQCX9Ao421rzEh36QZkS"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Est et voluptate cumque eum natus. Libero amet voluptatem. Dolores porro et officiis."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Sit vel cum vitae sed. Ea corrupti excepturi architecto. Culpa ipsa sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "natalia.wilkinson@bergequitzon.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Adrain Bednar"], ["email", "natalia.wilkinson@bergequitzon.biz"], ["password_digest", "$2a$04$sNmNwA.JTFHkBNQS3ijnnO2Y0vg.yE3CySLg1B.OoQw8/3VHVNrRC"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Eius facilis repellat dolorem temporibus harum. Voluptates rerum inventore qui ab odit dolorem. Voluptatum provident ducimus mollitia adipisci officia nihil. Sunt quis provident molestiae."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Error ut quia voluptate. Facere a maiores qui quo provident et atque. Distinctio est quo placeat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elody@friesen.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Della Weissnat"], ["email", "elody@friesen.net"], ["password_digest", "$2a$04$3YapSswHuHEVqLmiMooNAOm5deCwhGny24U8Rg1IVdL0homVDCD02"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Fugit aut quas alias vero ipsam molestiae. Quaerat quasi non rem reprehenderit officia. Labore aut porro deleniti. Facilis error culpa."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Modi dolorum quia veritatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ayana.dietrich@okeefe.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alf Lindgren"], ["email", "ayana.dietrich@okeefe.co"], ["password_digest", "$2a$04$UtXxyKIPr1v3Hu3Wl0kP8O4dySn/0v2K/SDAfsIbpgfKdTRPvKgkO"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ut veritatis magnam consequatur consequatur enim. Omnis vitae natus facere ea."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Fugiat distinctio quis veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keara_anderson@sanford.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Serena Barrows"], ["email", "keara_anderson@sanford.com"], ["password_digest", "$2a$04$L4u8V2MRE121/eAo6M2WzekQrZqeRuuiEUDV0ET9M61IesCtc44MK"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Quod ab assumenda ipsum est. Consequatur voluptas quia iusto hic architecto. Necessitatibus quae dolor aperiam corporis nihil."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Magnam asperiores corporis assumenda itaque cum culpa. Voluptatem odit sit occaecati ut quo. Autem ipsam odio et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "felicita@mills.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Franco West"], ["email", "felicita@mills.biz"], ["password_digest", "$2a$04$3MKeMsXtucIfG5DV.2R4k.UxpKltUwY7rNAeWJ8cXoWza3PqcZnV."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Id ipsum quia sint molestiae nisi ex rerum. Quas beatae dolorum."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Ad itaque praesentium incidunt animi sequi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (177.6ms) Completed 200 OK in 198ms (Views: 166.6ms | ActiveRecord: 23.8ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-27 16:21:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (34.8ms) Completed 200 OK in 48ms (Views: 41.5ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "electa_crona@conn.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keagan Fadel"], ["email", "electa_crona@conn.io"], ["password_digest", "$2a$04$L9XZ2tz7bZv.OEyqiQ418OR9yralCxuKeU/MZC6byCCui2gR3EM5u"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:41 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.1ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:41 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"electa_crona@conn.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "electa_crona@conn.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$iAgWb8xL/VOaYEUakP7tpezJ1wwfXuq93E3HrbFn51WIuFBh3gOsK"], ["updated_at", 2016-06-27 20:21:41 UTC], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:41 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 21ms (Views: 15.9ms | ActiveRecord: 1.3ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gregorio_trantow@cormier.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Selena Schroeder"], ["email", "gregorio_trantow@cormier.name"], ["password_digest", "$2a$04$B8hdp0FXOcqcBVtOoYlMceWlRWjSS4ZB8AlBntWBZqeZ2Wg4DzCOK"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Non doloribus illum. Architecto perferendis temporibus aut earum delectus rerum reiciendis. Neque expedita earum error iure."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Ut earum consequuntur deleniti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "burnice_osinski@rohan.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abner Lehner"], ["email", "burnice_osinski@rohan.net"], ["password_digest", "$2a$04$.NtPUif.G1Uvv8TiCaHZcupBHaHRiplUteF3TLZRqAykQ6clWBtB."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Consequatur voluptatem nam ipsum tempora quis. Doloremque amet saepe. Magnam ut culpa non. Nesciunt illum ipsam laboriosam sunt atque."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Placeat illum voluptatum doloremque et. Ab at sunt voluptatum voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tre_parker@pagacbruen.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nikko Collins"], ["email", "tre_parker@pagacbruen.name"], ["password_digest", "$2a$04$9gEpqrNq/gBiHhVD.tVqY.Y6D6.1pUYBLeXQiKP89lqMDchFWziES"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Veniam minima autem aspernatur harum tenetur excepturi. Qui nam hic. Pariatur maxime similique minus enim exercitationem inventore. Eius et voluptatum aliquam est est sint error."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Dolor qui recusandae ea. Ut sed dolores sapiente deserunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "connie.macejkovic@keeblerlang.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marvin Boyle"], ["email", "connie.macejkovic@keeblerlang.io"], ["password_digest", "$2a$04$IPGPDPV1X5KrgQ0s2LE/SOuxQTMyX2T8BY8SIh27UFXC//g/XOA/."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Et praesentium id. Voluptate sequi maxime expedita reprehenderit nobis sint. Quo amet alias ut. Animi consectetur vel quis ullam pariatur deleniti dolores."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Explicabo voluptates maxime. Adipisci praesentium soluta et ea ut recusandae. Suscipit provident odit fugit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mafalda@littel.biz"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmitt McGlynn"], ["email", "mafalda@littel.biz"], ["password_digest", "$2a$04$ADTYu2qR.gg3RbNoQkJuKevuC.bPcA4oQ95PuKBcV1DLM5nzhyVyK"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Voluptas qui natus qui qui. Ipsam voluptatem ut necessitatibus dolorem fuga ut. Enim voluptas pariatur quod."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Doloribus temporibus harum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "else@haley.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rory Wunsch"], ["email", "else@haley.com"], ["password_digest", "$2a$04$nlb3W.LF0PG5Lib8i86.l.WHXn8SztIN6orr/X/hwtvvAoWOYpfrm"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Magni ut neque sed. Voluptas ad iusto vero et. Dolorum molestias nisi temporibus corporis. Voluptatem iusto iste."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Placeat corrupti quia natus. Dicta iure accusamus laboriosam et. Omnis vitae earum adipisci nulla voluptatem eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marianna@connelly.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dee Goodwin"], ["email", "marianna@connelly.net"], ["password_digest", "$2a$04$.F1apmFM/3a1eo4ws12p8uEYxndFDqG38D8kmjLbY6xUuic12e4yy"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Eaque accusamus commodi rem rerum hic impedit explicabo. Temporibus cumque rerum voluptatem tenetur vel. Voluptatum vel debitis fugiat aliquid molestiae."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Numquam iure voluptatum. Dolor voluptatem consequatur ratione odio temporibus odit. Corrupti in sint vero officiis neque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cordia@stromangutkowski.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Angelina Schultz DDS"], ["email", "cordia@stromangutkowski.net"], ["password_digest", "$2a$04$qbfHjq6xrp39g1xy3PJLBuRTLTtm1/lQQiKK6.GjWXR6fEvca1WC2"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Ex expedita ut voluptas eos amet omnis eos. Qui et labore iste at odit laudantium ipsam. Asperiores voluptatem ut aut et a."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Nisi qui quaerat pariatur laborum quia. Eius quibusdam non sed inventore qui eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claudie@wolf.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mariela Rowe"], ["email", "claudie@wolf.biz"], ["password_digest", "$2a$04$6pHus4GapPlUkePyTPvWJuq7YsyUfUSCYpmfbrvc.jH6L5ozP.Hna"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Nihil quas perspiciatis illo. Quia modi repudiandae."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Totam ducimus optio ut temporibus provident praesentium reprehenderit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allison@schmittkemmer.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delphia Bergstrom Jr."], ["email", "allison@schmittkemmer.org"], ["password_digest", "$2a$04$wy.Zwk5.w51wSJHhBTMJLeCOpOVu2HvvNERL8fT/PGVMdu3982dPy"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Fugiat rerum nesciunt optio ipsa provident et. Architecto quas tempora. Nam excepturi consequatur reiciendis facere suscipit cupiditate. Ratione tenetur quam explicabo."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Aut rerum ex autem iste vero sed."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vada@schaeferhegmann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trevion Parker"], ["email", "vada@schaeferhegmann.io"], ["password_digest", "$2a$04$v2tv6wl5reLlEhbdTsO5oeuZpYMa/Pl7o73t0Ie9zGCuhWPmRgmxG"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Et dicta enim. Beatae vel enim laborum. Voluptas id nemo. Perspiciatis est doloremque amet voluptas dolorum rerum illo."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Repellendus ullam repudiandae omnis consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "destin.shanahan@ryan.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brayan Walsh"], ["email", "destin.shanahan@ryan.io"], ["password_digest", "$2a$04$2eOlEEF.bM61waMUajHcju8O0x5Z8vqcnVY.FrynhdGRQ767SQhj2"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Autem soluta non in molestiae aut sint. Et suscipit nesciunt quisquam sed. Incidunt id eos soluta."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Eveniet et distinctio voluptate exercitationem saepe. Et ea nisi voluptates corrupti omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "albert.steuber@jenkinslangosh.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Giles Fay"], ["email", "albert.steuber@jenkinslangosh.org"], ["password_digest", "$2a$04$dTc2oMbIhIVYHTvWEj2m3.cMCCGMywkZV5fqYGXXGi8aOZGmqflI."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Quia laborum possimus debitis iste. Nihil est sunt quas error enim eum omnis."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Sunt molestiae sit eos consequatur fugit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "paula@littel.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alysson Anderson"], ["email", "paula@littel.com"], ["password_digest", "$2a$04$InlVNV0/yeX5pJuA.5PrcuI4BJV20Lv.LaWh0sV4N4b/gnYbVKmIe"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Nulla modi et non totam. Tenetur repellat voluptate eius odio magnam. Non omnis earum a rem esse."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Et sit reprehenderit assumenda sequi nulla. Perferendis qui minima qui ut quis est assumenda. Consequuntur facilis consequatur et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "opal@wolff.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wilber Wiegand"], ["email", "opal@wolff.io"], ["password_digest", "$2a$04$qO2V0RY11TPj3UeIHJ65meUBcawCYibCEaj/9KHkCI2LFZiJR8DeW"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Dolor iste voluptatem. Recusandae eveniet aut eum."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Laudantium labore aliquam sed nesciunt. Et aliquam consequatur porro nostrum cum enim. Quas deleniti autem est molestiae asperiores neque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jena@waltermurray.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Lottie Ferry"], ["email", "jena@waltermurray.co"], ["password_digest", "$2a$04$xBhJx7/hCKaGraXkon6i.uUJBU1yWAZ5jwJU.6uhDwZAYEpML.Mau"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Aut eos recusandae consequatur rem. Voluptatem molestiae ullam natus modi et dolore. Exercitationem nam unde iure recusandae. Est minima eos molestias nisi sed."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Culpa ut harum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adrian@effertzrutherford.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Brock Berge"], ["email", "adrian@effertzrutherford.name"], ["password_digest", "$2a$04$zZOfn6ijG5XlSACcL5gC5.MhzC/nCt2ucFAMZll./OOUHgEMPRJ2i"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Est rerum odio nihil quia earum quis. Veritatis nesciunt nisi."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Eaque nobis atque. Cumque et quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "warren_waters@bernhard.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anya Streich"], ["email", "warren_waters@bernhard.net"], ["password_digest", "$2a$04$pB.kHA.Rvk66xLEJbENFTeOFS5dVyCSosyIzwvpj3yITh7sDDZo7e"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Consequatur et repellat. Corrupti ipsum et. Quia laborum ipsum reiciendis minima dolor. Aut aut voluptatem recusandae nostrum."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Eos non in modi vel architecto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "greta_macejkovic@labadiemorar.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Rhoda Harvey"], ["email", "greta_macejkovic@labadiemorar.com"], ["password_digest", "$2a$04$f32tmuTpG8uCpUjbvhEkzucRqtsRlN7TZS0RZwC6SR.QlKZERSMlW"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Autem inventore blanditiis. Qui consequatur nam adipisci hic aut sit. Inventore dolorem porro. Commodi reiciendis est."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "In qui et et eius earum. Enim sit adipisci distinctio. Delectus omnis voluptates."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sabryna.wyman@friesen.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexander Purdy"], ["email", "sabryna.wyman@friesen.io"], ["password_digest", "$2a$04$B53FQWiarvjaljau.4Hpue7xQEIuSadp4jH02lNvxGU58ygY2GcZi"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Nihil laudantium et quidem aut incidunt. Quas fugiat ab omnis. Voluptate provident aut et deserunt deleniti exercitationem."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Temporibus dolor velit ipsa. Quas voluptatem odio maxime rem odit cumque repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madelyn@wisoky.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mike Hoeger MD"], ["email", "madelyn@wisoky.com"], ["password_digest", "$2a$04$WaelJZDX4NMYaV41k9.HaeqCt/LZKCUCIaHv3UTrs4BU5uoP3z.2u"], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Sit aliquam omnis dolor tenetur eius. Suscipit magnam omnis assumenda. Dignissimos saepe ea. Iusto sit incidunt temporibus fugiat et voluptas."], ["created_at", 2016-06-27 20:21:41 UTC], ["updated_at", 2016-06-27 20:21:41 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Et veritatis eaque perspiciatis est. Id provident pariatur similique cupiditate voluptatibus ducimus. Iure voluptatem accusamus aut et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guy@becker.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Enola Stoltenberg DVM"], ["email", "guy@becker.biz"], ["password_digest", "$2a$04$ez99P4pq0CvJSno7zYnOZu6lNBQubt/BYSTQDZuaEzqRVEN7hy7W."], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Officiis at provident quaerat. Adipisci consequatur molestiae harum sunt."], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Ipsa minima laudantium doloremque autem sint ut sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gail@kris.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dejah Nader"], ["email", "gail@kris.com"], ["password_digest", "$2a$04$mUQOjNdMxPD5R0AMAUK76O35b0kTOGbJNSegBvM0uRuW4MR2toK5C"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Vitae mollitia eos repudiandae. Ipsam dicta ut sunt ea et id voluptatem. Doloribus sit accusamus culpa. Architecto tempore commodi reprehenderit perferendis."], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Atque iste incidunt earum officiis enim perferendis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isabelle.schamberger@adams.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Sanford Wehner"], ["email", "isabelle.schamberger@adams.com"], ["password_digest", "$2a$04$hVxxhW4bDNVNNGkx1P6Ua.o5yLsF.zvw1ydECE89ZNOvP3d2pHVYC"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Iste minus debitis qui est tempora. Tenetur molestiae et sint."], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Beatae nesciunt quo autem veniam. Eum quibusdam explicabo nesciunt. Omnis quae et dolor autem quia consequatur quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cortez_ortiz@rogahnleuschke.com"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Seamus Spencer"], ["email", "cortez_ortiz@rogahnleuschke.com"], ["password_digest", "$2a$04$rLb8m9excINT4Rfmr87XneaAhP7IBNUcfPnSqYsX43OjkLxsH1OOu"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Ea aut consectetur laudantium dolores. Necessitatibus esse repudiandae porro ducimus asperiores sed sit. Et nemo est ut officia error sit dolores."], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Qui amet quidem esse soluta excepturi. Fugiat ducimus incidunt ea et iste excepturi sunt. Tempore non dignissimos in voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shany@bahringerrunolfon.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kailee O'Kon"], ["email", "shany@bahringerrunolfon.org"], ["password_digest", "$2a$04$oMAHLSi9G5ZXJU9mwRtcDOIIXXEukjuo6qaHKw7GOVU2OVQoI.OtK"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Ipsam quis reprehenderit quisquam omnis dolore dolorem ut. Velit aliquam odit qui illo inventore."], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Nihil corporis nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (106.6ms) Completed 200 OK in 118ms (Views: 96.6ms | ActiveRecord: 17.6ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (89.6ms) Completed 200 OK in 117ms (Views: 106.0ms | ActiveRecord: 3.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "javonte.hackett@sanford.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "javonte.hackett@sanford.info"], ["password_digest", "$2a$04$44jdR8toOCo2WbmTM2.nxeukgN9O1x2R4Bf8leFo9aXYR1Ey38yTm"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.6ms) Completed 200 OK in 38ms (Views: 29.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"javonte.hackett@sanford.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "javonte.hackett@sanford.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$7YEFolbF1pfv1LGaS.QWJOhwUIlwkuqLEvy0WnhdFLSD33f1.rDye"], ["updated_at", 2016-06-27 20:21:42 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.1ms) Completed 200 OK in 55ms (Views: 33.6ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marta.mueller@towne.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "marta.mueller@towne.co"], ["password_digest", "$2a$04$9zQnbidsCtXiupcb9aKF.uHGXu.q1tWlWWF8QuYIPK7nE8IsZTTIy"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isom_lesch@klocko.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jefferey Ritchie"], ["email", "isom_lesch@klocko.co"], ["password_digest", "$2a$04$k3oR4Ia78NNangwFcelwaeHQf7lzNzY9afEawN6yy1Rmk7NY80ZOC"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Ut aut ducimus. Quas ex sit excepturi quam et doloremque et. Numquam ipsam odio sunt et tempore non cupiditate."], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Laborum aut magnam dolorem. Quibusdam sunt incidunt ea culpa magni dolorum rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.5ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (1.3ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (28.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (37.4ms) Completed 200 OK in 50ms (Views: 42.8ms | ActiveRecord: 2.8ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-06-27 00:00:00 UTC], ["updated_at", 2016-06-27 20:21:42 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 24ms (Views: 18.6ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "diego@adams.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "diego@adams.info"], ["password_digest", "$2a$04$dNqXF2HZk5mtIOZoeREIiOszNaQD1ZXOyOo4auDcbzKRD.t6upFpC"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"diego@adams.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "diego@adams.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$F7pgFhf0l1TtxzVH9tgq6u4Pho1We84VknKQ7G.VJi1qr7bno89XW"], ["updated_at", 2016-06-27 20:21:42 UTC], ["id", 133]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 23ms (Views: 16.9ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ladarius.ruel@okon.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "ladarius.ruel@okon.name"], ["password_digest", "$2a$04$6FpPTxzwD0TtR.YO9TrTrO9klJ9FTgcsFDDxEadX02qI0tdHtvbha"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (10.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (20.8ms) Completed 200 OK in 32ms (Views: 27.2ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 5.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.8ms) Completed 200 OK in 27ms (Views: 20.4ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orlo_koelpin@hilpertwilderman.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marie Trantow"], ["email", "orlo_koelpin@hilpertwilderman.name"], ["password_digest", "$2a$04$eknDq/MZ.Zj6o93cnDDNiePkUiumtPd1iiGZJqITjwlypGUOU5tZi"], ["created_at", 2016-06-27 20:21:42 UTC], ["updated_at", 2016-06-27 20:21:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 18ms (Views: 14.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"orlo_koelpin@hilpertwilderman.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "orlo_koelpin@hilpertwilderman.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$6n4Zt9S9oR3bzucRyA9oDuYqpxGf1HoxRkOVB4ouwaNJNEVHq8a3O"], ["updated_at", 2016-06-27 20:21:42 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 21ms (Views: 15.9ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (20.1ms) Completed 200 OK in 34ms (Views: 26.9ms | ActiveRecord: 1.8ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (15.8ms) Completed 200 OK in 36ms (Views: 24.6ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:42 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 14ms (Views: 10.7ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$5qKiIXstFRQaYh4J.9XEGuiqnL0MTxC0z5.Jk03n0z7LgVRiipZXm"], ["created_at", 2016-06-27 20:21:43 UTC], ["updated_at", 2016-06-27 20:21:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:43 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WfaN4c4/DuYkPROHDP6VQ.Lf9A5IX/4HvLyUbSePyEy3vAnavsfBO"], ["updated_at", 2016-06-27 20:21:43 UTC], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:43 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 25ms (Views: 19.9ms | ActiveRecord: 1.4ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$6d9StwJ9omTUI9fB4dZRh.7e9DRy.K2XhVGDH29VedZ1pq5sFHlPy"], ["created_at", 2016-06-27 20:21:43 UTC], ["updated_at", 2016-06-27 20:21:43 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:47 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.8ms) Completed 200 OK in 24ms (Views: 19.1ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-06-27 16:21:47 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-06-27 16:21:47 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:48 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) BEGIN SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$DXHtEJ4A5cH8nbcoQLgk9Oo72KthLq3dqM7WZpX/KkschLxwH/SCG"], ["updated_at", 2016-06-27 20:21:48 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:51748/admin/posts Completed 302 Found in 17ms (ActiveRecord: 3.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.2ms) Completed 200 OK in 42ms (Views: 30.8ms | ActiveRecord: 2.9ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-06-27 16:21:48 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:51748/ Completed 302 Found in 4ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2016-06-27 16:21:48 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (6.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (18.9ms) Completed 200 OK in 44ms (Views: 31.2ms | ActiveRecord: 6.8ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-06-27 16:21:48 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-06-27 16:21:48 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.4ms) Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 0.0ms)  (0.4ms) BEGIN  (0.4ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (17.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brittany.jast@schiller.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anibal Hagenes"], ["email", "brittany.jast@schiller.name"], ["password_digest", "$2a$04$CFSDO3wJqrbBXKb5wzkuMu0tcZQg76i.IE5jgv6aUwio0ZQTaV/GW"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.0ms) Completed 200 OK in 21ms (Views: 17.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"brittany.jast@schiller.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "brittany.jast@schiller.name"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$UsPiFoKqatjz1heKF7qaUepeR1Ot8s6svcJKV8sGaxMkoCaPW/nXS"], ["updated_at", 2016-06-27 20:21:49 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.2ms) Completed 200 OK in 40ms (Views: 32.2ms | ActiveRecord: 2.4ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 29ms (Views: 20.8ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lou@schmidt.co"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Jordi Kshlerin"], ["email", "lou@schmidt.co"], ["password_digest", "$2a$04$xpcbFSEBqO3LGoJWLbNiMO0oYYWZyvjwbG1e07w32lIdN6tykjW2S"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 17ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"lou@schmidt.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "lou@schmidt.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Viii6.6qnJZ77wWjIvTq..iYGT3ML6aLJ18pshTry/sz2zKXz.YD."], ["updated_at", 2016-06-27 20:21:49 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.8ms) Completed 200 OK in 27ms (Views: 20.4ms | ActiveRecord: 2.5ms)  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-06-27 20:21:49 UTC], ["updated_at", 2016-06-27 20:21:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (48.4ms) Completed 200 OK in 62ms (Views: 55.4ms | ActiveRecord: 2.5ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-06-27 16:21:49 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (25.7ms) Completed 200 OK in 38ms (Views: 32.0ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fermin@smithschimmel.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaylee Simonis IV"], ["email", "fermin@smithschimmel.info"], ["password_digest", "$2a$04$pXw8YAq2xq58oTvaHC3f4enIiYzm.7IYOCAn2/WIJZH8QHXuW6M5u"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 17ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"fermin@smithschimmel.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "fermin@smithschimmel.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$OrOLQPHidPdmqzNwO.m5XequRycdnV6y7I/vCb7Ful7QKK.8KmNcm"], ["updated_at", 2016-06-27 20:21:50 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.9ms) Completed 200 OK in 31ms (Views: 23.4ms | ActiveRecord: 1.7ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (5.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (15.5ms) Completed 200 OK in 35ms (Views: 28.9ms | ActiveRecord: 0.6ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 31ms (Views: 22.3ms | ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marco@hammes.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heather Mayer"], ["email", "marco@hammes.io"], ["password_digest", "$2a$04$KaVT3EbGrEuojlfdwGGfTup/aBW/YH6HNkAriaglPPp52fpBPOD3S"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 19ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marco@hammes.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "marco@hammes.io"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$PXvkblBkO9ib/KCWW9p63.36ouaqJTphMWhIJyy2M8n2yEJfQj8Gu"], ["updated_at", 2016-06-27 20:21:50 UTC], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (23.9ms) Completed 200 OK in 42ms (Views: 34.9ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (10.9ms) Completed 200 OK in 29ms (Views: 22.1ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.8ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-06-27 20:21:50 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 30ms (Views: 24.1ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judah@krajcikmurazik.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nayeli Hilpert I"], ["email", "judah@krajcikmurazik.info"], ["password_digest", "$2a$04$jIYwukyYJraw9AOvvoayteY7MadF4rl0enUqWHYsO8KDiNiVpfT96"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 16ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"judah@krajcikmurazik.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "judah@krajcikmurazik.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$yk/pTfckIbGhkrks9q920OiAMvnC1pbm0mM159kD/OAW4eH5g6wrm"], ["updated_at", 2016-06-27 20:21:50 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.3ms) Completed 200 OK in 26ms (Views: 20.2ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.0ms) Completed 200 OK in 27ms (Views: 21.5ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (18.1ms) Completed 200 OK in 33ms (Views: 27.5ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trace.keebler@tremblaygulgowski.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcelina Lang"], ["email", "trace.keebler@tremblaygulgowski.biz"], ["password_digest", "$2a$04$wdvWLerk/BvUj.y1NAXuA.EHyhIUYAq5NEcOyakeZdcgRDfkpCO3S"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Rerum facilis animi aliquam voluptas. Consectetur quia temporibus unde facilis non. Quod saepe cum voluptate aut sapiente beatae."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Mollitia magni inventore. Iure voluptatem exercitationem deserunt nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fiona@lindrosenbaum.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dee Wintheiser DDS"], ["email", "fiona@lindrosenbaum.info"], ["password_digest", "$2a$04$Qzv86GznDtTsg4xJ1w7mKeUxTMBJIZHe0aXm0CpvOyRKznYvHleEi"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Qui commodi non ad minus esse voluptatem temporibus. Qui aliquid magnam rem hic dolores ab. Ullam eos nobis aut velit quidem recusandae est. Vel accusamus dolorum eos inventore aperiam eum qui."], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Dolor ut incidunt placeat suscipit nisi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (26.4ms) Completed 200 OK in 43ms (Views: 37.0ms | ActiveRecord: 3.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (12.2ms) Completed 200 OK in 35ms (Views: 29.8ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "savanah.kiehn@breitenberg.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trystan Gerlach"], ["email", "savanah.kiehn@breitenberg.org"], ["password_digest", "$2a$04$xU7eOPQHY8Ym/QQ71KDTjeR8Y8I5Nxbwdlf6BA4Gf85tKWbHhNbrK"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Ipsa facilis error quo minima nostrum natus. Doloribus est repudiandae dolorem et."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Omnis odio explicabo optio dignissimos excepturi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerrold.hettinger@okuneva.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeremy Bailey"], ["email", "jerrold.hettinger@okuneva.info"], ["password_digest", "$2a$04$TxizhfR5SAiOUFcXYqflw.e9yl/wScFuMLVlovJVeJLscrBJaxGka"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Eius vero et cupiditate quidem eveniet. Consequatur nihil eaque et. Assumenda doloribus reprehenderit sapiente et fugit dolore. Sint est autem accusantium nobis ipsum."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Vel provident itaque atque possimus illum necessitatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "annalise@hanekuhic.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cecilia Mann"], ["email", "annalise@hanekuhic.com"], ["password_digest", "$2a$04$A3cHc9haXLwj1vz1UqWQQOf9rXs4ERRBNPHo4KcaE5Rw5QfIGWFK2"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Atque accusantium recusandae et quasi sit. Et id quia a. Voluptatum vel molestiae non commodi magnam. Aliquam aut sint ut ullam omnis iure."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Quia dolor perspiciatis dolorem dignissimos suscipit. Tenetur ipsum et praesentium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juana@lindgren.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Jarvis Powlowski"], ["email", "juana@lindgren.org"], ["password_digest", "$2a$04$zFzQnNAwQ3nuM8qPiEH9IuX7KRXlGo8xCfDVQ2/jL/NIVKmFS5NOW"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Nihil natus libero repellendus ut. Necessitatibus et quasi minima qui officiis. In aspernatur omnis in sint vero officia totam. Deleniti impedit tempora quo neque dolores et vitae."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Et amet fugit tenetur a eligendi adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dewitt_kuhic@stokes.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Efrain Cummerata II"], ["email", "dewitt_kuhic@stokes.io"], ["password_digest", "$2a$04$0Kj0D.TgmbFFTBBADjijNem6.mlxfxpeF0/PzdxCBffoG6z1MMYce"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Perferendis officiis aliquam. Reiciendis consectetur molestias."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Sunt omnis aut quis eos possimus incidunt laudantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yvonne.reichert@reilly.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johnson McKenzie V"], ["email", "yvonne.reichert@reilly.io"], ["password_digest", "$2a$04$JFSg5dOUkX6a7Gzu6KKBvOVgJoUM7TBDE3Ske/bX5FyfIxwA/qik2"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Facilis est dolores voluptatum officia. Atque omnis molestiae qui et odit. Dolor laudantium expedita earum atque. Voluptas mollitia aperiam."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Sed explicabo quibusdam beatae hic perspiciatis. Temporibus exercitationem et veritatis. Ut dolor accusamus aperiam sint aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kayden.gaylord@kerlukeziemann.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gaston Cronin"], ["email", "kayden.gaylord@kerlukeziemann.info"], ["password_digest", "$2a$04$HbGnngIEr9i0Ga1Zlahqi.Dzc9C5B5r3dgiCe0C0rVUw0bo8ric4a"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Rerum optio nulla sint praesentium neque ab. Natus amet asperiores. Deserunt laborum soluta dicta officia cupiditate. Perspiciatis voluptatum ratione maiores commodi corporis odio architecto."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Voluptas voluptate itaque. Dolor tempore consequuntur consequatur est magni dolorum ad. Vitae mollitia eum soluta a."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sabina.herman@keler.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kara Goyette Sr."], ["email", "sabina.herman@keler.org"], ["password_digest", "$2a$04$NDVWnTrWXhvzz2IrC8hyD.qq7giqijVmcdnvwmjb3AwFncroHjERK"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Eum mollitia omnis modi eveniet dolorem saepe dolorem. Ullam dolorem voluptatem id rerum occaecati sequi quo. Quo excepturi eos est quis et dolorum ducimus."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Magnam aspernatur et. Commodi unde qui voluptas porro aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmen_okon@yost.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Titus Bogan"], ["email", "carmen_okon@yost.co"], ["password_digest", "$2a$04$T3DijfJVY0hM8W9RAQgL0ONFzk1LIZeMT2SeoERjcjdT0a8XD5fYC"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Veniam repellendus repellat expedita voluptas sequi laudantium enim. Fugit voluptates nulla quo sit. Doloremque voluptatem illum alias non amet."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Illum quisquam ad aperiam qui saepe ut. Officiis non sit sint itaque. Odio nisi accusamus expedita."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darlene@vandervort.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathanael Effertz"], ["email", "darlene@vandervort.co"], ["password_digest", "$2a$04$/SRzEdYoNuBhPYsVrVEWCew0onEx59Tmg4SDPTJKC23gZ1tBU.u62"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Voluptates minus officia commodi harum saepe rem. Laboriosam qui voluptate assumenda."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Rerum illo asperiores et. Hic aliquid velit doloremque voluptas itaque ratione accusantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ella_hermann@romaguera.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vaughn Boyer"], ["email", "ella_hermann@romaguera.net"], ["password_digest", "$2a$04$QfGMgGnCkx5dBjpv.x37leq8USq3fQXSeUfOW.lPzc3YybYTtjH3i"], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Iusto deserunt maxime voluptatem. Ut velit veritatis iusto quod aperiam quo. Aut dolore omnis dolorem vel. Expedita vero ad maxime dolorum."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:50 UTC], ["updated_at", 2016-06-27 20:21:50 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Et eos veritatis. Dolor sed qui qui. Iusto et qui eveniet ut et ab excepturi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.3ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (24.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (68.7ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (95.7ms) Completed 200 OK in 109ms (Views: 96.8ms | ActiveRecord: 9.4ms) Started GET "/?page=2" for 127.0.0.1 at 2016-06-27 16:21:50 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.6ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (39.4ms) Completed 200 OK in 52ms (Views: 47.1ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerry@wizacain.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ophelia Baumbach"], ["email", "gerry@wizacain.org"], ["password_digest", "$2a$04$chW7g43/EBWSWrgdOLet3OgqUu.xN4zlZfcal4ZYhR3NKrIOA5gGK"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Sed provident iusto laboriosam nisi. Dolor quaerat ab exercitationem fuga consequatur harum."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Ea doloribus minus est vel."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-27 16:21:51 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.7ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (22.1ms) Completed 200 OK in 36ms (Views: 30.1ms | ActiveRecord: 2.6ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-06-27 16:21:51 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.5ms) Completed 200 OK in 21ms (Views: 16.0ms | ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hannah_cremin@lockman.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Electa Rosenbaum"], ["email", "hannah_cremin@lockman.info"], ["password_digest", "$2a$04$ajJAAU1aQux6AsEgR9mjauoItOvUZSIlwbQfPYBoOqy4xQjTNzQSO"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Possimus officia inventore delectus quasi ut omnis. Est laboriosam deleniti consequatur architecto quia distinctio."], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Sed inventore sapiente laudantium modi sint cum. Suscipit necessitatibus culpa quod. Est sit libero voluptatem sit labore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-06-27 16:21:51 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otha@schneiderparker.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Elisa Tremblay"], ["email", "otha@schneiderparker.net"], ["password_digest", "$2a$04$YfttmQmp5xqJeNMTY8XUCO/RH9VzqfDIaDma81kKfNIpA/7LCM0Oe"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Ullam molestias aut corporis molestiae id. Eos voluptatem et sit."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 21], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-06-27 16:21:51 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.2ms) Completed 200 OK in 17ms (Views: 12.7ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leif.erdman@robel.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Norene Jones"], ["email", "leif.erdman@robel.info"], ["password_digest", "$2a$04$f1POXTi8xXloJ4UvqLwNzOp8OXUSjJl5giVdw1iKnNPPCHbKlPPT."], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Magnam ut molestiae. Voluptatum excepturi ipsum exercitationem nobis."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Ea sit quibusdam rerum. Voluptas veritatis saepe. Dolor qui aut molestiae assumenda a quasi sint."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gaetano@turcottehuel.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keven Padberg"], ["email", "gaetano@turcottehuel.biz"], ["password_digest", "$2a$04$83EPg/5oUes1XcCFv0LPFum5CAqNJWiRYC9eswe.QhJ8BbMtBuSCK"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Praesentium et alias explicabo sed sed quod est. Consectetur ducimus porro."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Quas quibusdam laudantium eaque ducimus praesentium veniam inventore. Provident ex rerum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-06-27 16:21:51 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (2.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (11.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.8ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (23.3ms)  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (37.2ms) Completed 200 OK in 51ms (Views: 41.2ms | ActiveRecord: 7.3ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-06-27 16:21:51 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (18.8ms) Completed 200 OK in 37ms (Views: 26.5ms | ActiveRecord: 4.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$ybo0Sd91GLj/H/7gcdM5F.c9J0lLl.V22YmU6pI4J3KyPtj/N5CRK"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$p4dUrgs1RrPRmR8eLb7koecnzQp0u/suwEPBqY99ldIlBx9a/fryS"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$UNKDEVzlVS75Pe0jj7.q.Ow5gA8qldQoi0NtsS/wmPhdP03FNrQJm"], ["updated_at", 2016-06-27 20:21:51 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reyna_greenholt@wiza.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jayson Gorczany"], ["email", "reyna_greenholt@wiza.com"], ["password_digest", "$2a$04$YIzRjJLH1FQjtMUQjkxw5uadjsH0hVVjRutsnRb7xISOiryYQCOqe"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelo.mante@klein.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Aurelia Rogahn"], ["email", "angelo.mante@klein.io"], ["password_digest", "$2a$04$lUUf4fk2QeWmIcjw7oFbXuEwFV6d7Ljg/T1AVueDplndjsT2b3WJm"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.6ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maida.johnson@willmmitham.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amina Zulauf Jr."], ["email", "maida.johnson@willmmitham.org"], ["password_digest", "$2a$04$T1D2yID/oWB7XqqJVuZ41e.AuTYewzOAXk81uU3Bb6rRHvfXB8emq"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Vel voluptatibus molestias est suscipit natus labore. Non eligendi amet placeat sit molestiae accusantium. Et eaque eos est magnam officiis asperiores tempore. Modi eius optio eum."], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Voluptas impedit iste."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sonya.ullrich@gusikowski.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Austyn Braun Jr."], ["email", "sonya.ullrich@gusikowski.co"], ["password_digest", "$2a$04$pr44f7WrYBRLPp.75w9Buup9PGOjn3NYRl6DF8bF//P.vKNPVTpj6"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Et voluptatem id. Quod eveniet harum."], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Quia quis nemo velit et quibusdam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexanne@boehm.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nayeli Price"], ["email", "alexanne@boehm.co"], ["password_digest", "$2a$04$AWZxTWQYpoGsV8JjIlUBQObuuirX9KhEYJ.AdYa89CIPmH491p/cK"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kamron@torp.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Mckenzie Lehner"], ["email", "kamron@torp.org"], ["password_digest", "$2a$04$pMPdc73/dOwowIoLk.YH0evQHXKyL4fxZyON8ud3LFIQSuwrAKFaK"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jasmin@beahan.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Brendan Blick"], ["email", "jasmin@beahan.info"], ["password_digest", "$2a$04$Efy98lL7kWPHzx//pP3xj.iOy426Nxw6DTbk9UlWo0bEkCkKT7uGW"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maurine@hintz.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeffrey Windler"], ["email", "maurine@hintz.io"], ["password_digest", "$2a$04$qhAR9wxUF/GFW4UYX2sIcezvaLVo/yDeaAVW27nSd0VbXr/yCHyZW"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Maxime in sint et. Est asperiores voluptatem consequatur neque provident odit corrupti. Eum impedit adipisci velit."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 33], ["slug", "title144"], ["summary", "Tenetur unde doloribus. Qui voluptatem reiciendis ut molestias officiis odit. Ullam voluptatem eveniet qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monserrate_bode@witting.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rachel Ernser II"], ["email", "monserrate_bode@witting.co"], ["password_digest", "$2a$04$0P9tGXofQKmT9ioQni2PL.bk8YkaoE3.S2dVyK23JYWAMLomaK7nW"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Odio dolor dolore repudiandae est. Alias quia sit sit expedita incidunt. Id omnis amet. Eum tempora ut reprehenderit sunt."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 34], ["slug", "title145"], ["summary", "Consequatur nobis voluptatem at neque. Aut commodi non fuga autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 21], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-27 18:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["id", 21]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 22], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cristina.kulas@feeneypollich.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tamara Halvorson"], ["email", "cristina.kulas@feeneypollich.net"], ["password_digest", "$2a$04$Kl0/r6qS1Yu6xcGWmwiUhuKvSmKwRFjnwSh1kEQOMM/LDMde/SZbC"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Aut enim veritatis laudantium labore quod. Dolore et accusantium dolorem voluptates. Harum et earum. Enim quisquam numquam inventore."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 35], ["slug", "title146"], ["summary", "Et animi eum qui. Dolores omnis excepturi saepe ad."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barbara@marvin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexie Pouros IV"], ["email", "barbara@marvin.name"], ["password_digest", "$2a$04$jtqBmTbjWfjxobHZ1mEi8eBv1FL3xakQyV9h3MZT9pjSyC7LAAHh2"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Maiores magnam ea saepe. Qui aliquam aliquid iure quia deserunt. Debitis sed illum aut aspernatur quis placeat. Saepe velit doloribus aut consequatur voluptatem praesentium."], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 36], ["slug", "title147"], ["summary", "Eius cum repellendus neque voluptas est sed aperiam. Eos similique quos blanditiis. Sit modi est incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nola@crooks.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gaetano Robel"], ["email", "nola@crooks.biz"], ["password_digest", "$2a$04$vuFKV8w1Br6mFzX1VxfRoe4kKu3LQ1gVqsNyVy3KbW5GWMynQGKQe"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grover_adams@smitham.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Kylee Kutch"], ["email", "grover_adams@smitham.info"], ["password_digest", "$2a$04$ogUKrO68b3A1BxBU4sLMP.cDprOj6dtr.9YfdaOKkVQvyWejkbV/a"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Hic accusantium iure dicta sapiente. Animi aliquid odit possimus. Quo atque dolorum nostrum est. Dolor dolorem dolores esse."], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 38], ["slug", "title149"], ["summary", "Aliquid quo quos. Voluptas expedita veritatis. Magnam et omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 25], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garnett.hodkiewicz@sanford.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lukas Emmerich"], ["email", "garnett.hodkiewicz@sanford.org"], ["password_digest", "$2a$04$CbU5K2Vs016D7Yktntt7P.8MvTHZeUsuh8SvwUubFs5fe3i27o6Qi"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Optio placeat modi. Velit quo sed."], ["published", true], ["published_at", 2016-06-27 00:00:00 UTC], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 39], ["slug", "title150"], ["summary", "Laborum non incidunt qui atque ullam expedita. Nostrum voluptate reiciendis quae quidem ratione. Ut facere doloribus nostrum ipsam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 26], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-26 00:00:00 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["id", 26]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 26], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clotilde_langosh@carroll.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jasmin Block"], ["email", "clotilde_langosh@carroll.name"], ["password_digest", "$2a$04$n2pDgziBnqenU/BfgAdFweuNJ.g2p2ejUX.Q01SCqbEVoFaRZkwdG"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$tT7LSGhWjJXJz5LkvYMVluAAj.QH7zYIiE.ZdKkrhgz5XPJD2jch6"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$vjQyrcUjxnXWQR7QJqVdoe1V3GAX67U3djNHb/d2Za.Tc/9zVEBZ."], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hermina@schuster.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lurline Carroll"], ["email", "hermina@schuster.co"], ["password_digest", "$2a$04$iZW28WhfBnms0RN8SThwhONKaI9oQo5FyAz5k7Q3argXfZRPh2cwu"], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Perspiciatis sapiente aut aut praesentium. Voluptatem repellat qui et vel nihil nisi."], ["created_at", 2016-06-27 20:21:51 UTC], ["updated_at", 2016-06-27 20:21:51 UTC], ["author_id", 43], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (11.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (5.0ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.9ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (4.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) BEGIN  (7.5ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.5ms) COMMIT  (9.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (6.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (45.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (2.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (3.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$u1EBUSEf/GPFPbroQai2aecmmhIxsZguw.CWRp1l8dW.CQ/.IF0di"], ["created_at", 2016-07-01 14:38:07 UTC], ["updated_at", 2016-07-01 14:38:07 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$CY3TBdrwvvSWj6Ldie.9vekG/IceyHR6ebhkrrrkyPIs3pI5DS3oi"], ["created_at", 2016-07-01 14:38:07 UTC], ["updated_at", 2016-07-01 14:38:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.3ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Vhud2HC7SjUEYt86Z0PupeGiVaFi0ICDlSdQAK8G20XyhRgmb6Qou"], ["updated_at", 2016-07-01 14:38:08 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "liza@rosenbaumprice.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Caroline Bogan"], ["email", "liza@rosenbaumprice.io"], ["password_digest", "$2a$04$iao7MbnNO0PZH/kRAhoMqehovnnw9nGMZnyqZGLrbYN8uSmRNfsG6"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Quos sit odio consequatur aut fugit. Id ea hic dolore dolorum magnam sint laboriosam."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Odit esse commodi excepturi dolorum est. Dolor quo necessitatibus qui quos nihil. Alias culpa eum enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 21ms (Views: 14.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "peter@davisziemann.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cathryn Wiza"], ["email", "peter@davisziemann.name"], ["password_digest", "$2a$04$B/DGhULy7LYhvF06f/A4L.pYkS3g0rKN1Em36dOvaSBNh27XKVdlG"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Illum tenetur est omnis. Sed fuga rerum voluptatibus vel itaque."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Debitis soluta voluptatibus eum consequatur nobis tempore quasi. Ea dolorum earum iste error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gabriella@conroykoepp.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shany Osinski"], ["email", "gabriella@conroykoepp.co"], ["password_digest", "$2a$04$6.lr2K5RkeZck7JCxGskAOcdlj0b/nufnor4DJKUp4fdkSt5FGUna"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Aspernatur blanditiis culpa sint quis. Qui delectus id accusamus nihil. Culpa eligendi nobis fuga sunt omnis asperiores."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Atque omnis id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janet@kozeythompson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dexter Rippin MD"], ["email", "janet@kozeythompson.net"], ["password_digest", "$2a$04$hjHvDLiu527d/rHjKJRx.ODWZ1cvn548AN0mMfCakFEl5pCZyWzEu"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Accusantium consequatur sint saepe repellat. Qui molestias nobis atque voluptatibus minus error reiciendis. A aut corporis laboriosam. Non animi debitis corrupti."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Sunt ex ut ipsum. Dolor ea esse."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judd_mertz@marvin.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Iliana Brown"], ["email", "judd_mertz@marvin.com"], ["password_digest", "$2a$04$cw5t2K8GZG/rqqB5WpcxSubHNbma5Mt02DszzZQqyjCM/UW78a6Oq"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Qui aliquid qui ratione quia. Adipisci eveniet exercitationem ut repudiandae."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Atque enim sunt fugiat a aut repellat. Expedita asperiores veniam velit dolore labore et. Sint quis maiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gonzalo@dooleyhoeger.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernice Grant"], ["email", "gonzalo@dooleyhoeger.name"], ["password_digest", "$2a$04$OLHt4oWXVxI5NQXYbyXoMu15XR1cjAhft5hQFVXVi35w6UjAkiDma"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Mollitia ipsa aut quia beatae et rerum est. Veritatis velit laborum eum ipsum praesentium atque et. Aperiam quas est consectetur quo."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Ea quia debitis voluptatem omnis. Minima asperiores dolorum dolorem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ibrahim@graham.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dayne Dibbert II"], ["email", "ibrahim@graham.info"], ["password_digest", "$2a$04$6GaSncoBgJGaxeKoQNPK9OFITlZ.wRwyvCbu521C50zQPvohpPjt."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Nihil modi unde quidem reprehenderit sunt consequatur. Et culpa impedit veritatis ipsum et."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Facilis incidunt aliquid cumque perspiciatis. Velit expedita modi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caroline.gutmann@howell.net"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Julian Purdy"], ["email", "caroline.gutmann@howell.net"], ["password_digest", "$2a$04$RaJaHBM7WBvNMeUTbcpV5ObhvpYNvtq3PD4PXb9ErBvNC9X9Hol6u"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Sit atque distinctio. Nisi eum itaque reiciendis ab et tempora. Dolores dolorem sit debitis ut non ipsam natus."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Quia et dignissimos mollitia sequi et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tamia@schimmelrowe.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elizabeth Collins"], ["email", "tamia@schimmelrowe.com"], ["password_digest", "$2a$04$haaW4eGAp3WscdR5uD3yhOBpTS/tDK34JhfdlVcqBZ5Z7.ynObKKi"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Blanditiis sint in. Voluptatem est quidem commodi corrupti fugiat natus. Perspiciatis vel rem porro voluptatibus et et quo. Rerum sint ullam placeat."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Non repudiandae expedita repellendus. Mollitia dolorem et numquam libero itaque. Sunt soluta nihil ea et quod hic dolorum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerry@swift.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Rosemary Grimes"], ["email", "gerry@swift.co"], ["password_digest", "$2a$04$YxreTjyrXG.gzZ18CLSVhupziZfQB/R/utVw4nfniW6xcNKcnagMu"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Voluptas placeat ut aliquid et nulla itaque. Eius asperiores iure perspiciatis est."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Ea soluta veniam ullam eos in. Qui quo non totam accusantium pariatur fuga. Cum consectetur dolorem expedita ex."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "urban@hickle.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kian Effertz"], ["email", "urban@hickle.org"], ["password_digest", "$2a$04$FPfiSDMt.7PCukZKfA9bfO/GYIkfQH6yZ7i/y41vmUO8Bc9MQ2xGW"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Voluptatem qui consequatur. Non ea ut impedit sed qui in."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Exercitationem in repudiandae iure. Exercitationem blanditiis nulla excepturi incidunt minima enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "josh.ko@kundelittel.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Federico Daugherty"], ["email", "josh.ko@kundelittel.name"], ["password_digest", "$2a$04$TulJ3kPzJnUvwAv5znGW0u2dfV09GZcTs603FPC7Z8z.M1K8Gf6vq"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Rerum fugiat voluptatum id. Blanditiis consequatur nesciunt fugit sint odit molestias porro. Omnis voluptatum id omnis consectetur illum molestias."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Autem omnis ratione id quos laudantium ad dolorum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rowena.donnelly@nicolasparisian.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gertrude Leuschke"], ["email", "rowena.donnelly@nicolasparisian.com"], ["password_digest", "$2a$04$ONx14ewvzcT.aUTrwlpdiOqMW550rG.OxL2hiYb.qFxuYVaEbOZxS"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Magnam eos quia quo fuga. Nam sit maiores. Eaque voluptates quisquam accusamus accusantium cumque asperiores corporis. Consequatur aspernatur illo corporis consequatur ex cupiditate."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Neque ea minus qui. Neque voluptas beatae aperiam sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arlo@schustermohr.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lexus Fadel"], ["email", "arlo@schustermohr.info"], ["password_digest", "$2a$04$Nwuk4.2jXmbcZ.skgAGn5uf0nfW9s6OjayoQ4imuvyG4HJRCbn3zO"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Est quo blanditiis molestiae. Aut animi autem voluptatem pariatur aliquid qui aut."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Quis aliquid non atque temporibus quod recusandae est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eddie@nitzsche.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosemarie Thompson"], ["email", "eddie@nitzsche.net"], ["password_digest", "$2a$04$TeFvUTCPk6O3Wq/f0Sa55.wyZpROq90HjZ.OdI1ROUeJ1qf5O3Jti"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Ab voluptatem et. Sit doloremque quidem maxime necessitatibus quasi. Labore aut accusamus et omnis dignissimos. Quia qui amet sapiente dolorum deserunt et."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Qui fuga exercitationem ab quidem ex eum. Qui sunt ab consequatur alias reprehenderit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emilio.larkin@treutel.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeromy Lemke"], ["email", "emilio.larkin@treutel.io"], ["password_digest", "$2a$04$49hA0ddQVaZQra7nZdrEd.yOzfBnSvCtq4bimhCaHYXgc6M3eOt9e"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Numquam et corrupti expedita. Eligendi animi ullam quaerat iusto facilis aut. Et iusto accusantium. Libero unde illo ipsa sed quo sunt."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Aut non veniam saepe laboriosam quod."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shanon@feillowe.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Dino Robel"], ["email", "shanon@feillowe.co"], ["password_digest", "$2a$04$K3wh7wd5Oyg9GYNcGVQQAuzF77hXO8iW9g4hP7Yhhy7z2jivXDkAW"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Amet in sit nulla. Ut eaque delectus nihil ab exercitationem atque."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Harum blanditiis numquam quibusdam velit est a. Culpa dolor id aspernatur sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orlando.kuhic@gutmann.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Francisco Rowe"], ["email", "orlando.kuhic@gutmann.co"], ["password_digest", "$2a$04$b4AW64/FYPVC8GcNVVgox.GboiEkpGqZpq1ePzpHzrmBfWkcEsgTi"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Ut sint nobis est aut qui consequatur. Eaque harum ullam excepturi optio natus."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "At esse voluptatem eaque eveniet. Et possimus voluptatum sequi qui corrupti atque repudiandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lourdes@greenfelder.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Marion Rodriguez"], ["email", "lourdes@greenfelder.net"], ["password_digest", "$2a$04$rCy2aalqouV6RjL6c685UOILAgTKd01iC/lc9iop1B27UiA6agcTG"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Non quos voluptatem qui maiores omnis. Ea tempore quasi nihil occaecati voluptatem voluptas. Suscipit omnis vitae."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Molestias magni quia sequi ut atque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elnora_dicki@reillywilliamson.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Evelyn Schmitt"], ["email", "elnora_dicki@reillywilliamson.org"], ["password_digest", "$2a$04$yet6Fc3HbBDf4bq8nexBOuntKSI6Wt6rJWV9H.dAe6n9lHw7E15LO"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Ea dolor dicta mollitia et. Sunt eos maiores autem aut. Est natus quia odit voluptas. Eos aperiam doloribus aut."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Quod perspiciatis alias modi. Maiores laborum aspernatur illum. Asperiores minus error recusandae deleniti minima et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nettie.nitzsche@williamsonsanford.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adelbert Walker"], ["email", "nettie.nitzsche@williamsonsanford.com"], ["password_digest", "$2a$04$o2FNRoPkRzedKKp2MZ5wXOZv.qFlLTl/MZDB1QZ0jv2CeS6UPcKUW"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Maxime aut aut quo. Aut omnis quisquam. Autem eligendi placeat est. Sit nesciunt deserunt cupiditate qui error eius ipsam."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Quia ea mollitia molestias quo eum delectus. Quam earum velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylah@vandervortlarkin.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Santos Yundt"], ["email", "kaylah@vandervortlarkin.co"], ["password_digest", "$2a$04$//XrFOJ8mWaH.TwwCwPAueZMGRp99zqtPjdP3/52OE3WszRnxlNDm"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Doloremque eum qui alias doloribus ipsum modi deleniti. Consequatur laborum reiciendis numquam et corrupti laudantium. Voluptas aut quia numquam repellat quae rerum et. Aperiam maiores quia provident unde."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Dolor explicabo aut soluta possimus. Ea modi blanditiis aliquam id. Ducimus veniam dolor labore voluptates nisi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "queen.stanton@schamberger.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ulises Fisher II"], ["email", "queen.stanton@schamberger.com"], ["password_digest", "$2a$04$VeDFC.HWZUlEb8zffiW8we4RUzr9E4ehxvRUbX4SVTvJqT0W2fq2m"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Necessitatibus enim ipsam. Sunt labore reiciendis. Et ut quibusdam deleniti enim. Laudantium architecto natus quia quidem eum molestiae."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Qui tempore repudiandae officiis iste esse et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otis_jakubowski@wizaschuppe.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maxine Lueilwitz Sr."], ["email", "otis_jakubowski@wizaschuppe.co"], ["password_digest", "$2a$04$ec78jNY3pKodwaPyPiSMiuJki0hPPjX/J780yKN5t7fahs4iBzfbm"], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Hic nemo et facilis veniam eligendi aspernatur distinctio. Ipsa provident iste eaque molestiae laudantium."], ["created_at", 2016-07-01 14:38:08 UTC], ["updated_at", 2016-07-01 14:38:08 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Perspiciatis quos dolores quia perferendis consequuntur maiores. Praesentium nulla modi rerum reiciendis aut ut sed. Dolores voluptate consequatur culpa dolor et repellendus placeat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fernando@greenfelder.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meredith Bailey"], ["email", "fernando@greenfelder.name"], ["password_digest", "$2a$04$.oDzsb35lDrlz01FuRwUCeRbnjE/QSLDCb7GDkCAMds.xEnyhKoT."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Et libero distinctio sed et saepe quidem repellendus. Quo delectus error sed reiciendis id autem suscipit. Autem quis cupiditate quo architecto facere aliquid."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Qui aspernatur quo. Beatae repudiandae est sed perspiciatis vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lou_glover@nicolas.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eliezer Heaney"], ["email", "lou_glover@nicolas.com"], ["password_digest", "$2a$04$aFxkm2AjaF9Y7hCZc1u6D.LSIAiYR5hLQDyOBYViK67pvCbMoAaSy"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Cupiditate et perspiciatis harum debitis. Et est assumenda sed omnis impedit itaque ab."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Dolor dolorem deleniti totam qui consequatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hilma@denesik.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Justen Zemlak"], ["email", "hilma@denesik.com"], ["password_digest", "$2a$04$MjviHDCbAzGWMgX7d4FjseFWa9MDcEmRnabhQZ.poR9oxcGYPRX5C"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Qui distinctio beatae. Dolor sint ad nesciunt quia odio. Sapiente provident et consequatur consequuntur. Aut laudantium enim consequatur beatae."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Sed porro quae eaque ut tempora rerum est. Ut optio molestiae assumenda vero possimus sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sheila@prohaska.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sedrick McCullough"], ["email", "sheila@prohaska.com"], ["password_digest", "$2a$04$.pdmyaS88y7jfH9A8Etqi.gmRVeF9P2Hp469WYEUE/CJju/MM4glm"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cicero.kreiger@braun.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Everette Crist"], ["email", "cicero.kreiger@braun.io"], ["password_digest", "$2a$04$o/EoDnoV2rCEeLZvptBoi.ac20z8t6BYvyTH7sBm1SE91pnCe4ybe"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Et aspernatur inventore voluptatem aliquam suscipit. Tenetur magni blanditiis beatae eum. Deleniti modi sit id corporis veritatis fuga.", "summary"=>"Distinctio et corrupti blanditiis.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Dicta nobis aliquid ut adipisci maxime ad. Ut ipsum consequatur.", "summary"=>"Explicabo inventore consequatur. Reiciendis id et commodi impedit nostrum. Facere facilis autem dignissimos in aut.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "willa@konopelski.co"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sadie Keeling"], ["email", "willa@konopelski.co"], ["password_digest", "$2a$04$ZyNlQ7JaGbWYbxOF9FvC0uR7Mmtsr9FN4M8TvmAQ.YXs/iaQ5ViRu"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Atque voluptatibus est.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Atque voluptatibus est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.3ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Magnam assumenda non facere consequuntur harum nulla. Et necessitatibus praesentium. In voluptatem eveniet numquam.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorris@prosacco.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ursula Thiel"], ["email", "dorris@prosacco.biz"], ["password_digest", "$2a$04$Ae5jCpkIHj3LThtzptaNseAxdO1VgYydrZn8P6gKm0KSuVfsYzWr6"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Natus tempore et consequatur culpa. Aut quia perspiciatis est odit quibusdam. Numquam et quas aspernatur. Harum itaque quisquam."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Dolores minima dolorem ut. Voluptatem eius minima et qui sint corrupti natus. Natus iste officiis dolorem sapiente."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "doris_wolf@langworth.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jerad Schumm"], ["email", "doris_wolf@langworth.io"], ["password_digest", "$2a$04$LlMqBxwFuvHi4qFCN6D9ueK.Hwev5Z1XsBGJOn3fbrdY33FlMVbDC"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Impedit et omnis quis. Eos ipsam non amet et consequatur."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Minima ut culpa et. Perferendis consequatur officiis deleniti officia."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "novella_mccullough@wolf.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donald Hoppe"], ["email", "novella_mccullough@wolf.name"], ["password_digest", "$2a$04$FMi5brAXHxC9tbmIpAOzXuPFLWExmYQaj.WpA9DxJWCXyJw/c15ny"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Et officiis illo repudiandae deserunt. Laborum aliquam earum eos provident fugiat aut. Dolorem sint rerum et blanditiis voluptas. Nihil voluptas et recusandae voluptatibus assumenda facilis."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Qui atque cumque facilis quasi veniam tempora."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stacy@medhurst.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Walker Jast"], ["email", "stacy@medhurst.io"], ["password_digest", "$2a$04$tcD.tr5GRSDGf0SaftCDQOhSDHK2yfMFahz8k8YDzmAC1fLAfXo/6"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Dicta quasi totam fugit. Quia recusandae iusto omnis dolores. Sapiente dolorem aut velit omnis et quisquam. Sed cupiditate non."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Sequi voluptas ut quia et sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 14:38:09 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marjorie@heaney.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mack Muller"], ["email", "marjorie@heaney.co"], ["password_digest", "$2a$04$Fo0VfufVTmze30IdZNi6PO4yPry/7dMLWxUtm5cQIbfEJ0rCnMyNi"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Aut error enim. Ipsum quae ullam et eius sed perferendis."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Non voluptas ea distinctio sed fugit delectus. Iusto soluta eaque ad quam explicabo est quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 14:38:09 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "forest@binsjacobson.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brady Brown"], ["email", "forest@binsjacobson.biz"], ["password_digest", "$2a$04$KCVi1HGwL.L6IArv.SyraebXHhN8ELRMrz1eQvx8R2Xv33LMzyeC2"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryder@herzog.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aidan Gleichner"], ["email", "ryder@herzog.co"], ["password_digest", "$2a$04$XhS97BPlYAwJ40NaHkDCN.vvsx51bZYjElihP7jWuRMMF.4shkwDK"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Perspiciatis cumque veritatis in nostrum modi et. Mollitia quia praesentium. Quisquam dolorum ex quo."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Voluptatem saepe tempore sunt dolor qui vitae. Iusto sed nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-07-01 14:38:09 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 3.0ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lizzie@osinski.io"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamison Kling"], ["email", "lizzie@osinski.io"], ["password_digest", "$2a$04$eQQW4fUEn8X1JArVZJeBfObvJhVCs2cyhmZA8ArNEQ2G3/OkLyFRa"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Commodi sit delectus iure. Eum molestiae ut sunt. Exercitationem harum vel."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Deleniti exercitationem pariatur dolores sequi et laudantium. Dolorem nesciunt quo a quia aut ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 14:38:09 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.4ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Modesta Zieme"], ["email", "user@user.com"], ["password_digest", "$2a$04$AY3m.3mrLddwno0krdVWteb8UvbhhHF0EQjDi3u/Sz2uBJCwTb3ZC"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$2JYfHCmTDQRZGxx2XAsTeuD64heuOegunW1AfSkw7Ujp8rlmWs9xa"], ["updated_at", 2016-07-01 14:38:09 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.4ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 1.8ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madisyn_labadie@bartell.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sofia Skiles"], ["email", "madisyn_labadie@bartell.biz"], ["password_digest", "$2a$04$d48DOCysr.MIKhjSepSDSOAYAN9mzMeE8Zj3T5lpngx5NBKwi5Lw."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 14:38:09 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 14:38:09 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.8ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "april_murray@schuppe.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darby Heller"], ["email", "april_murray@schuppe.info"], ["password_digest", "$2a$04$auO9/GoTyyPkSFRTuwrt.ubKKtmN2eCnu4Q3YhN9VveEWVflY4JXS"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Quia omnis et accusamus ab corporis quos. Ut et mollitia eveniet consequatur ullam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Doloremque aut cum eveniet molestiae sit qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiarra@gradyprohaska.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gillian Runolfsson III"], ["email", "kiarra@gradyprohaska.io"], ["password_digest", "$2a$04$/RAn3MnibfvCMxGue6NatOFG1CRz9DYd2D.cmbO7PXz/bAA0D694W"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Totam optio voluptatibus sequi odio explicabo consequuntur autem. Sit quidem magnam repudiandae voluptatum aut fuga neque. Ut sed debitis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Odit cupiditate ipsa labore quisquam rerum qui. Aut sapiente facilis quaerat non autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matt_gislason@mclaughlinpfannerstill.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vanessa Gislason PhD"], ["email", "matt_gislason@mclaughlinpfannerstill.com"], ["password_digest", "$2a$04$sqN4eZ/.JTDiielXV2RgU.Z7E2uXN2X6Tq.6K.dYV2mQe1TwjRH5S"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Sunt labore ex est maiores eos qui. Placeat suscipit sapiente incidunt aperiam dolores pariatur quasi."], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Reprehenderit fuga veniam consequuntur assumenda quis provident repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "javonte@haley.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kara Altenwerth"], ["email", "javonte@haley.co"], ["password_digest", "$2a$04$ltaZReBauC7a01bsSnkine57fWmt1r/jG9gz.WFPEVMUj1fsvs92m"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Autem expedita deserunt ipsa nihil sunt aut. Dolor mollitia et magnam maxime fugiat illo deserunt. Cupiditate et error dicta modi voluptas voluptatum. Culpa commodi placeat."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Asperiores deserunt eos id et aliquam. Sit veniam cumque dolores laborum. Repellat deserunt et deleniti laboriosam et alias et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mya.sanford@klingkaulke.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Webster Fahey"], ["email", "mya.sanford@klingkaulke.com"], ["password_digest", "$2a$04$5rdaMkplOX12rigc51vyyOH1KUO3YlA.YxRHWKPmdUBZwcPCR0jUS"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Id fugit dolorum quia aut. Ullam voluptatem porro praesentium distinctio delectus sit. Aliquam ut quia error autem excepturi minima. Ut et dolorem nulla dicta."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Quis quibusdam optio accusamus excepturi rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "randi@mcdermottfarrell.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Friedrich Jast"], ["email", "randi@mcdermottfarrell.name"], ["password_digest", "$2a$04$hDQeOEutflcnQBDTeSWaI.nNk2CHtt8NMwHwvtTNtFLhY.hioOZ52"], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Illum voluptas labore eligendi eos et necessitatibus. Itaque dolore enim quod omnis qui earum. Facilis beatae ullam tenetur. Nisi est similique impedit neque."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:09 UTC], ["updated_at", 2016-07-01 14:38:09 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Quia labore amet provident expedita odit. Ut et ut doloribus praesentium quas. Dolores ut repellat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eliza_towne@breitenbergjerde.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bertram Barrows"], ["email", "eliza_towne@breitenbergjerde.info"], ["password_digest", "$2a$04$5Fd/60pqY1FN.LZdjlSaU.lYS83CdzEJXXrgPsBy6Jb1l7XKPHELe"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Sed qui sit. Porro ab non. Perferendis vitae velit eum nobis autem illum eum. Cupiditate quasi ea ex explicabo."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Iste sunt sapiente nulla deleniti qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicole@parisian.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kraig Gislason"], ["email", "nicole@parisian.net"], ["password_digest", "$2a$04$avGdFmeQ01bKXvnnzfI2dOiW/z7Wp6beboQ.WQJmUjWudSAGoVSEG"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Rem praesentium qui tempora. Est officiis itaque cupiditate."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Omnis nisi occaecati. Voluptas deleniti non provident ut vero ea odio. Delectus labore vero dignissimos qui saepe."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alden.simonis@hoeger.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bertram O'Hara DVM"], ["email", "alden.simonis@hoeger.biz"], ["password_digest", "$2a$04$JEwk52B5lJmCske.UTx5z.jIMJ89HHQHwXSUmcqtS1N6gceVPwnTe"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Fuga quo ducimus quae. Error non vel rem voluptatem. Ab porro harum iste omnis tenetur rerum optio."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Dolorem at corporis aut et. Est quaerat qui dolorum saepe earum eius."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacklyn.thompson@stanton.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Damon Steuber"], ["email", "jacklyn.thompson@stanton.name"], ["password_digest", "$2a$04$Ky6DV.3tgtozJGPtHmc42uCzl2je50PjiFwye4HfZhvP0b40qpCvm"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Rem laboriosam molestias. Sunt qui unde inventore hic eum omnis. Perspiciatis commodi ipsum porro ea consequatur dolores exercitationem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Et soluta qui error est et porro. Quo consequuntur quia tempora atque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ruel_kuhic@blick.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Felton Bernier"], ["email", "ruel_kuhic@blick.net"], ["password_digest", "$2a$04$lmqICdnLlMMJEwiiwBaqTuHn9gtbBlrB2nX2sn2yCXgr8K89u2K5W"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Et facere sequi dolorem. Totam tenetur repellendus deserunt voluptatem earum illo."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Doloremque libero dolore ratione qui qui omnis qui. Deleniti praesentium quidem adipisci. Eveniet voluptates doloremque cumque nesciunt laudantium voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jalon.monahan@kulas.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Markus Wilkinson MD"], ["email", "jalon.monahan@kulas.co"], ["password_digest", "$2a$04$KwQOZlLdUNFq8NEvEa.A6O447TtssKmQIqLHXJzbUfZweDlxXitpa"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Veritatis aut minima eos ex voluptatibus velit quisquam. Magni sit porro fugit nemo. Cumque fuga nihil."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Ut laborum ut ea facere. Delectus ut voluptatem eum quidem ea. Eum soluta perferendis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lukas.gleason@hermiston.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jordi Thompson"], ["email", "lukas.gleason@hermiston.co"], ["password_digest", "$2a$04$XXcyJKrcedhOsFyIe6.P/..UENeeqLTFUvkMrqPTMt4WlVcI4qcEO"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Ut consequatur debitis sed. Reiciendis qui distinctio odio voluptates omnis fuga molestiae. Et cumque soluta voluptas. Quae a et eum ab."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Laborum fugiat officia fugit et id culpa et. Amet doloremque eum in molestias sunt hic. Natus illum iure voluptate dolor ut reiciendis mollitia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bud@wiegandpfeffer.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shanna Heller Sr."], ["email", "bud@wiegandpfeffer.net"], ["password_digest", "$2a$04$bTxK4ac19L5rAPtCk8IT3uxDh1A38exi7yAs7By0DtJZue6bWbqgC"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Beatae iure est repellendus fugit expedita alias. Aut tempora numquam ut. Eveniet quam adipisci quas repellendus repudiandae totam nisi."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Sed quas culpa eos. Aut ut debitis sequi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darlene.kertzmann@schaefer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ward Marvin"], ["email", "darlene.kertzmann@schaefer.biz"], ["password_digest", "$2a$04$iJuebyhGuW/BOazxB12tturcInyweggtET4Ew5t/rZ4/Nbkvg895y"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Eum ad omnis tempore corporis voluptas dolorem. Ab maiores molestias nostrum. Omnis ipsam amet quas similique."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Qui architecto autem magni et recusandae exercitationem culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mallie@hyatt.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bradley Nolan"], ["email", "mallie@hyatt.net"], ["password_digest", "$2a$04$xB9E1q6iWjr7tktxfEpgzuv7k8Mgl1xgXH/UQr/PsC/ZdMEkdzLp."], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Quia non voluptas rerum. Eos sed qui distinctio vitae ipsa fugiat voluptatem."], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Aut quos nulla sequi assumenda ipsa molestiae qui. Ut illum molestias."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 32ms (Views: 7.4ms | ActiveRecord: 3.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arthur_quigley@oreilly.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Assunta Berge"], ["email", "arthur_quigley@oreilly.io"], ["password_digest", "$2a$04$AAOe.6Fv2P4kKnKZItZtH.RWJZPFelxQFvYQVQQLO7Su8enJS5R3y"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Atque repellendus molestiae ut esse in numquam dignissimos. Voluptas consequuntur voluptatem numquam beatae qui."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Voluptatibus quo nesciunt ex."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "malvina.cormier@farrellfranecki.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gregorio MacGyver"], ["email", "malvina.cormier@farrellfranecki.biz"], ["password_digest", "$2a$04$RiFO6tiN6i294VFl.I5r6u.2StNV/T7a0ZwipHmm1.Fmb4hx/VETO"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Quaerat quas eos id. Dolores sit doloremque pariatur. Inventore consequatur quas excepturi maiores rerum corporis aspernatur. Tempore ad veniam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Sint vitae voluptatum dolore quia itaque. Tenetur eum earum nisi. Et aliquid earum vel voluptatibus debitis nemo rerum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "filiberto.kunze@brakus.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jermey Maggio"], ["email", "filiberto.kunze@brakus.name"], ["password_digest", "$2a$04$EgeUki7tjKLx5b9anFrjv.z4oN1ui4Yakk.pTPq4vpdLBDChx10iW"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Quia rerum atque qui tenetur. Quis est repellendus reiciendis voluptatem saepe impedit. Asperiores numquam praesentium. Quod molestiae accusantium."], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Aut facere soluta."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jovanny@spencer.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Travon Ullrich"], ["email", "jovanny@spencer.com"], ["password_digest", "$2a$04$/67vTc0g0xwfXgS9THOUqeioyPp9/xSfKKoW7Jb8ktWQnYRvT7rJq"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Veritatis fuga sit incidunt. Nesciunt soluta et at aliquid dolor. Ullam error placeat et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Quia minus et porro et quia omnis temporibus. Odio id qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-29 00:00:00 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.2ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maudie@okeefe.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Florian Steuber"], ["email", "maudie@okeefe.org"], ["password_digest", "$2a$04$wFzNx8Qwa8KjvQPIKz1CveNMeVVAV2iW6Ri8ks6iUtbBPRWKAKtHG"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Ipsam distinctio mollitia explicabo voluptate occaecati. Iste pariatur natus. Porro tempora laboriosam nostrum qui dicta."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Ullam atque architecto illum harum ipsum corrupti. Consequatur odio porro qui."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hans@paucekyost.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavinia Beer"], ["email", "hans@paucekyost.biz"], ["password_digest", "$2a$04$Y2k6jjp54w8Q5l53WHWJYuGUjTYotQp2jg/YkOND3.ALFT0nG4WNS"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Ut ipsam placeat sit. Sit enim at quas totam expedita debitis. Adipisci voluptatum provident esse quo dolor facilis est. Sed id harum consequuntur."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Aperiam adipisci quia ut alias expedita culpa aspernatur."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stephany.lowe@oharasteuber.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Isaac Daugherty"], ["email", "stephany.lowe@oharasteuber.info"], ["password_digest", "$2a$04$KFz7z4XqRkn.DX9Cp1lbtutcrMC49ExL61orwkWqO/iPjjBsUxcMy"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Et porro officia ut. Sapiente nulla quidem eveniet sunt. Consequuntur molestiae est sed magni quis quo occaecati. In inventore facere necessitatibus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Consequatur illo adipisci delectus sed in ipsam dolorem. Minus deleniti praesentium omnis fuga est. Voluptatem delectus autem quo."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "junius@hyatt.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geo O'Keefe"], ["email", "junius@hyatt.biz"], ["password_digest", "$2a$04$/MiIcQnlIZs0Tyfw1VYou.jj3IIQXUVxE9zvZyxNh.lFeP2W96fEK"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Quasi corrupti impedit quia nihil aut voluptates sapiente. Ullam velit est."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Iure rem soluta dolores nesciunt. Inventore delectus dolores repudiandae pariatur voluptas consectetur eos. Dicta consectetur qui fuga ad tempore."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elton.robel@shieldslynch.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Astrid Langosh"], ["email", "elton.robel@shieldslynch.co"], ["password_digest", "$2a$04$KRAuDpyT8xKm9O1L0U863.V3jEpBwxHMSzJBarxSO/Cw9qAxkBqua"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Recusandae blanditiis praesentium esse voluptas voluptas eius. Quia veritatis accusamus magni nihil aut. Temporibus placeat amet."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Sed impedit asperiores ea pariatur hic dolores. Et deleniti quia. Possimus consequuntur quo est non mollitia minima."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luther.marvin@turnerprohaska.org"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Lacey Fadel"], ["email", "luther.marvin@turnerprohaska.org"], ["password_digest", "$2a$04$2JuBJp2yCfW/UtjQYZFPkO1jML9U0fZO/Jxa5Au1KQkBl/W7BcywW"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Commodi eaque animi reprehenderit eligendi quia accusantium. Saepe velit vel perferendis corrupti illo adipisci asperiores. Corrupti et adipisci veniam excepturi sed est."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Dolores sint aut."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mariam_tremblay@heathcote.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Gust Buckridge"], ["email", "mariam_tremblay@heathcote.org"], ["password_digest", "$2a$04$PtFgxn8k3TehxYNiY8iKKOeBDYLCePtLdrErS6T3VhPTNbrSJ/axK"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Assumenda cupiditate sed tempore quis autem. Id doloribus amet sed nemo."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Dolorum dicta enim dolor pariatur voluptatem est. Corrupti in voluptatem rerum. A et hic eaque deserunt."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandre_prohaska@cartwright.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antonette Bayer"], ["email", "alexandre_prohaska@cartwright.io"], ["password_digest", "$2a$04$pL.o4x7BVsDfyNPtNbc8a.VKlblsKwxum.hIkW4Y1/Td2E5ymDn8a"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Ipsa consequatur deleniti eius id. Rerum illum sed recusandae sint voluptatem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Maxime saepe quis commodi laboriosam sed qui."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anne@nicolashettinger.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deven Tromp"], ["email", "anne@nicolashettinger.name"], ["password_digest", "$2a$04$sEKTzKpipWeJs7lBteo9q./G3HKcefT2MBmAQNSz7.X3/yDAymYKy"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Voluptas cum dicta error saepe eaque. Voluptatibus blanditiis accusamus esse."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Voluptatem consequatur neque laboriosam voluptatem et."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "linnea.mcglynn@aufderhar.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Seth Hermiston"], ["email", "linnea.mcglynn@aufderhar.name"], ["password_digest", "$2a$04$yfnk7ZRskX0l18eIHVXA/unKB.2geM6tMFTkFJw0dnlpaik93UTDq"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Aspernatur veritatis tempora laborum voluptatum. Asperiores ipsam est odit. Laudantium reprehenderit dolore at labore dolor quia illo. Quae eveniet qui dolores reiciendis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Ea et dolores."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "timothy_quitzon@grantkunde.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Cyrus Crooks"], ["email", "timothy_quitzon@grantkunde.io"], ["password_digest", "$2a$04$o7guWMVSdMTI.3t56DAaZe4VJ3brvEOTh//kk9QeLjw2IZUMmwoOa"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Numquam nihil magnam tempore nulla aut. Explicabo at porro dolorem vel deserunt aut optio. Veritatis sapiente facilis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Earum beatae dolores itaque et quos. Id quaerat voluptatem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "immanuel@raynoreichmann.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Terry Robel"], ["email", "immanuel@raynoreichmann.net"], ["password_digest", "$2a$04$ycvW9E82ousH5Wt2LvGv2.p/dkcVIyaO3wOzf1njlGhD0xYx//WN6"], ["created_at", 2016-07-01 14:38:10 UTC], ["updated_at", 2016-07-01 14:38:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:10 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (23.4ms) Completed 200 OK in 1834ms (Views: 1830.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:12 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"immanuel@raynoreichmann.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "immanuel@raynoreichmann.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zqegvwkP7PSmVg2p5i5gSO.AiVyUdITZCfx2dhhfqNgsVoDFE59xi"], ["updated_at", 2016-07-01 14:38:12 UTC], ["id", 74]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:12 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.7ms) Completed 200 OK in 25ms (Views: 18.4ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ottis_adams@oberbrunner.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. King Rowe"], ["email", "ottis_adams@oberbrunner.org"], ["password_digest", "$2a$04$2t7cnuehNyMD0XHxXe6U8OOo1w7IQQIHDTKapPCLhSjQO9LCLka/e"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Velit voluptatibus iste corporis molestiae sit. Eaque et et vel nihil. Sapiente est soluta maxime qui adipisci."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Beatae atque velit inventore ut omnis porro explicabo."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:12 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.4ms) Completed 200 OK in 32ms (Views: 26.0ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "annamarie@spinka.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Coy Cartwright"], ["email", "annamarie@spinka.biz"], ["password_digest", "$2a$04$9e0Qvwl.d5TlLbgCtAI26OnRqBaK02UKBptzgfZ7euVy7G4Dv5.MS"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:12 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:12 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"annamarie@spinka.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "annamarie@spinka.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$dmbznEVoTgtuqlsCgFQn..ub9WNOAnpi.IRS1HxsClymz45OF0pFi"], ["updated_at", 2016-07-01 14:38:12 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:12 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 23ms (Views: 17.5ms | ActiveRecord: 1.5ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "korbin@windler.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Montana VonRueden"], ["email", "korbin@windler.io"], ["password_digest", "$2a$04$t6GqSoCmRlv6GRFWNprRw.ildi5TUOMdtVb4.NxsdArpSEVIaRoFi"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Velit ut dolor cupiditate omnis et. Occaecati voluptas blanditiis veniam. Et vel fugit ut sed. Iure illo et ea quis atque esse quas."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Impedit aliquam quam nulla recusandae. Facere quia aut necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orion@murraydeckow.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Viola Ebert"], ["email", "orion@murraydeckow.info"], ["password_digest", "$2a$04$ZoPcsTt2Dl4Lt7AeeyTBKeToFSzRe92VqrZz7PaKaymI4OnpOgAny"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Quia eos culpa dolorem dolorum quibusdam dolores ut. Hic voluptas veniam placeat."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Quibusdam vel consequatur id. Quis harum molestiae odio ut veritatis. Neque nisi facere cum magni fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "efrain@wehnerstrosin.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lia Schinner DVM"], ["email", "efrain@wehnerstrosin.org"], ["password_digest", "$2a$04$uYsMkwSXrwCvikQDp4vZg.IDq5g6I3Q8dx1njPSNrJCjQM8WB9wRK"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Optio eveniet veniam expedita ducimus debitis dignissimos voluptas. Sequi nostrum sint culpa ea commodi. Doloribus hic enim qui odit quo."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Sit amet ipsum qui esse ab."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haie_stokes@cummingshuels.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Devonte Torphy"], ["email", "haie_stokes@cummingshuels.biz"], ["password_digest", "$2a$04$akbOsFASsiIUi.EqSPqjJu2wvy1yY4UWo4Vzu/rWexs761hEsy3n2"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Ullam qui quisquam quam. Non officiis accusamus quaerat blanditiis qui et."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Nulla optio et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "iac@friesen.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sven Kutch"], ["email", "iac@friesen.name"], ["password_digest", "$2a$04$OGQ7RxATL6tOOuRJgigDJul0hdLr6CX/4Si1ZoRULZgNVdCiL9eei"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Sapiente magnam dolores et autem beatae. Dolorum harum odio incidunt ea. Deserunt dolorum consequatur maiores veritatis voluptatibus nemo officia. Ab quisquam veniam labore temporibus."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Ut repellendus esse et voluptate repellat nostrum iste."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "everette@dooley.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alfonso Boyle Jr."], ["email", "everette@dooley.info"], ["password_digest", "$2a$04$Etzq3SDQcnWM6pKS5T2f/eKVScsSa4dH2EJ9atUM6SpD5bOqgjyW2"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Eligendi alias doloremque quasi. Recusandae natus dolores eos ea. Distinctio dolorum eius doloribus ut qui odio consequatur."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Occaecati rem porro cum sit exercitationem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anastasia@reilly.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eino Larkin"], ["email", "anastasia@reilly.info"], ["password_digest", "$2a$04$L4OlXbqOgUEy3K83qi2oEumkSX1eblGq0sAwA8kQ3J4RaYzMwZHu."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Voluptatum et facere corrupti. Deserunt quos iusto voluptate et minima quibusdam magni. Sint est quo ipsum unde ad autem assumenda. Ullam natus consequuntur enim consequatur autem et."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Non non ut. Quo repellendus temporibus vero corrupti et sed. Quis omnis sint qui voluptatibus eius corrupti ex."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charlene@klein.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Delores Pfannerstill"], ["email", "charlene@klein.biz"], ["password_digest", "$2a$04$Eg7IC9J5XXFum0fsjrRwqeQBeIqzD.pjpsw2eC4w1KiMOHj3Bnwk."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Quisquam reprehenderit et quo tempora aut ut. Similique quae consectetur."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Necessitatibus non quisquam nisi dicta voluptatibus. Laudantium dolore minus pariatur esse."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hardy@luettgenkemmer.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Vergie Mayer"], ["email", "hardy@luettgenkemmer.info"], ["password_digest", "$2a$04$JfG/SYVOOxhETTjoe8LbuelrInz.b3fJ//Sam37Dt6Tl8V/b1Ue86"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Maiores suscipit necessitatibus ea deserunt quibusdam quod explicabo. Harum facilis et accusamus expedita. Nostrum et perspiciatis debitis dolor."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Et expedita dolore ex maxime omnis. Aut tempore qui soluta alias quo ipsum. Excepturi eius unde ut et aliquid blanditiis harum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adam_mraz@ohara.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Retha Baumbach II"], ["email", "adam_mraz@ohara.org"], ["password_digest", "$2a$04$p3AyCSWi1pz0YYjsC7SHoO3LuwCIfIOLpOFRpdN4tmt1Pg7XmW31W"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Minus eum consequatur est recusandae. Dignissimos eum quia magni dicta soluta itaque est. Est a iusto atque asperiores ut."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "In iure ut natus accusantium. Dicta id illum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maggie@runolfsdottir.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amparo Watsica DVM"], ["email", "maggie@runolfsdottir.co"], ["password_digest", "$2a$04$Q8goqOEUo2dbauaCZpeM.e66ZxwXAUvra3XH2OpvIdxg19nwIQSWO"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Architecto sit nihil odit. Ad nisi iusto aut. Consequuntur a error neque aut tenetur."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Est hic reiciendis maxime est. Dolores praesentium sed. Quis possimus facilis qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "celestine@bartolettiruel.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Robb Walter"], ["email", "celestine@bartolettiruel.com"], ["password_digest", "$2a$04$Sb5N1rXNrYdpBRXJypKcYugwPTXlMECXevYmj6bcHmh5WX.yK2W1."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Laborum et rerum. Omnis fugit explicabo deserunt expedita."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Perspiciatis hic sed dolorem error dolores. Sed quos corrupti molestiae aut non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacynthe@hauck.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reagan King PhD"], ["email", "jacynthe@hauck.com"], ["password_digest", "$2a$04$T9TLllmvbn7s4VvJp7xRqelXRAZFyuJ70i4cswAgHoqwosXKeCSIe"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Omnis sit aliquid nesciunt perspiciatis tenetur architecto. Ab eos iure corrupti iusto molestiae id sed. Repellat iure hic nihil labore consequatur aspernatur provident. Fugiat qui iste adipisci voluptatibus ipsum quae."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Odit consequatur autem voluptate blanditiis corrupti. Facilis qui dolore laboriosam accusantium ea culpa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zena_gorczany@millteuber.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meggie Hintz"], ["email", "zena_gorczany@millteuber.net"], ["password_digest", "$2a$04$7HqltpVdfM5EoRSVVZEGpe0RDJQqqCBLBO/jFaapDHDAqAKNikewi"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Mollitia qui hic. Ea officia nihil aperiam."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Aperiam eos blanditiis quis esse sed quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bryon_stoltenberg@larsonhermiston.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Breanna Morissette"], ["email", "bryon_stoltenberg@larsonhermiston.biz"], ["password_digest", "$2a$04$rSrxl6.OHqyLIM1V9T548OKODALqkmT0.HrbCg88t9n9ByC0Cja6a"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Et mollitia voluptatem at dicta. Quia dicta facere tempora veritatis consequuntur aut laudantium. Sit cum aut dolores cupiditate itaque. Dolor qui vitae maxime ut placeat alias."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Rerum dolorem dolor molestiae qui unde iure. Occaecati ut qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilber@mohrbergnaum.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Malvina Thompson"], ["email", "wilber@mohrbergnaum.co"], ["password_digest", "$2a$04$LrM8yQtX4.zqaucVPCHClehyQZtqkLdhHH7aDAoDffWFy2LpLy576"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Earum eaque eos eos sit. Neque officiis voluptates."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Voluptatem fuga ea itaque voluptatibus praesentium. Debitis culpa labore dolores dolores adipisci velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dallas.keler@luettgen.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Estell Pagac"], ["email", "dallas.keler@luettgen.co"], ["password_digest", "$2a$04$suV2BU5sWzKStaoPBuULnOZlaUKPxGw3AjhGw5B21f5IH9adrkLvW"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Numquam aliquid ipsa. Excepturi voluptatem praesentium est et quod alias facilis. Animi magni vero ad voluptas a ipsum. Inventore quidem ut omnis aut expedita officia illum."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Numquam consequatur et. Blanditiis minus eos aspernatur. Officia voluptatem quam optio dolores cupiditate labore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dallas@pagac.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Afton Jacobi"], ["email", "dallas@pagac.com"], ["password_digest", "$2a$04$l.9IFhLpH3T8h.7TK6XXMeybbrW7MwdgwRzEXZI9BAQfJViGxjo0y"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Aut voluptas nihil incidunt cupiditate velit suscipit nemo. Dolor quis dolorem non debitis. Quia dolor illo voluptates aliquam eligendi fuga voluptas."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Facere perferendis enim laudantium eos. Ducimus ut corrupti autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcos@schultz.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexane Weissnat Sr."], ["email", "marcos@schultz.net"], ["password_digest", "$2a$04$Dbt6kUMVbTMYkVYWYz34zeUPrjdEgXodLqOOQhZfZHlhbK0oCE0vO"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Adipisci laudantium doloremque officiis. Officiis sequi nostrum. Itaque molestiae autem quis sequi culpa incidunt. Maxime delectus eaque quidem."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Quo illo eaque aperiam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lurline_schowalter@mclaughlin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Glenda Jaskolski"], ["email", "lurline_schowalter@mclaughlin.io"], ["password_digest", "$2a$04$CtTbyJx5EPACAxdpxg6QJ.rU0kvKnwzOZxo8ANh9cj7uIzSWLrlOa"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Asperiores consequatur sit illum ut aut delectus. Accusamus aspernatur rem aut ea. Distinctio magni rerum culpa consequatur praesentium aut voluptas."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Dolore possimus quasi accusamus iste eum quisquam ab."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shawna_gerhold@mckenziemacejkovic.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ulises Schultz"], ["email", "shawna_gerhold@mckenziemacejkovic.com"], ["password_digest", "$2a$04$Jxot8O/ntF4J5YM9.f9/Ou/vs/WyOk1k17iG2iBiMZUWYSZVj/DiS"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Ipsum qui et accusantium. Illum qui inventore voluptas."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Maiores maxime beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brandyn.gleichner@little.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassie Marquardt"], ["email", "brandyn.gleichner@little.com"], ["password_digest", "$2a$04$Boir.9WK5e2RjP2GKUg1C.kR4a4wjSh/hb2j6DumUtx8clrCwQ7KG"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Eos tenetur suscipit. Suscipit ut aperiam sunt atque corporis necessitatibus."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Alias consequuntur quisquam voluptas in dolores. Iusto aspernatur vero totam. Aut consequatur odit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "savannah@gibson.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antonina Boyer"], ["email", "savannah@gibson.io"], ["password_digest", "$2a$04$VdVKZZ476MORHvE2assDM.f4MxaXKo/Cjik8UnjKT0OrOw7O3ytX6"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Voluptates fuga sapiente facilis natus. Unde beatae pariatur aut asperiores quam omnis. Minus nobis ullam quam numquam ratione dolore. Non error laboriosam nihil cumque."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Corrupti sequi maxime. Consequatur iusto delectus magni laudantium labore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dante_sawayn@dickinsondavis.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ferne Gislason III"], ["email", "dante_sawayn@dickinsondavis.net"], ["password_digest", "$2a$04$2XU5dc9B1jlUFxN0a0/oeuGil6qn7eqluU02t9tbu0sWZQ/fujvTm"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ab velit consequatur sunt. Error aliquam laborum facilis eligendi incidunt mollitia ducimus."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Quae ducimus impedit eos dolorum ipsa earum nemo. Perspiciatis dolores id dicta provident."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sally_herzog@gusikowskiboyer.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Conner Kling"], ["email", "sally_herzog@gusikowskiboyer.com"], ["password_digest", "$2a$04$wkzbZcSMo8chbp7FtkYEuOP4iDYuEW4WRR44XuRwgZJqLE1UQk8SO"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Ducimus architecto qui quaerat at eos. Nihil fugiat molestiae. Nobis et dolor sint. Praesentium eos enim voluptatem ut corrupti asperiores."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Unde facere saepe et non. Eveniet quaerat illum reprehenderit perspiciatis. Omnis repellat maiores officia omnis mollitia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sigmund.haag@bruen.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Samara McGlynn"], ["email", "sigmund.haag@bruen.co"], ["password_digest", "$2a$04$SKTnGcbjvR9pMLcV2d3mGuwwItFHv0DUK4VsGNRVCXy8eUg0dpLMq"], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Impedit ex numquam incidunt minus ut sit a. Assumenda alias dolorum exercitationem impedit rerum ipsam quidem. Nostrum et veniam dolores. Enim praesentium et."], ["created_at", 2016-07-01 14:38:12 UTC], ["updated_at", 2016-07-01 14:38:12 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Quidem recusandae sed et autem ut. At eum odio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:12 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (124.6ms) Completed 200 OK in 136ms (Views: 113.4ms | ActiveRecord: 19.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (30.8ms) Completed 200 OK in 44ms (Views: 36.3ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelina_doyle@glover.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kathryne Fay"], ["email", "marcelina_doyle@glover.biz"], ["password_digest", "$2a$04$ems5.muFLR/R0.0rDqa4au8X2ioVESUGxCQ4qAhXDo/4vm8MJ0pQq"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marcelina_doyle@glover.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "marcelina_doyle@glover.biz"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$kdVfX2hZwcvbbeGpzLiTQOzjrPAWvcU4LEdaaRuhG.jp1jyUpKhAq"], ["updated_at", 2016-07-01 14:38:13 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (8.9ms) Completed 200 OK in 20ms (Views: 14.4ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taryn.huel@oberbrunner.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dawn Ledner"], ["email", "taryn.huel@oberbrunner.org"], ["password_digest", "$2a$04$/sknQzJDxmhEW9P009gTCuOy2cKRzm/OPlBxm38EkVkwl.7OJU05."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Rerum et est. Quos totam sit possimus qui voluptatem facere."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Assumenda inventore autem. Ducimus inventore autem atque labore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delmer.pacocha@gibsonwest.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abe Pacocha MD"], ["email", "delmer.pacocha@gibsonwest.info"], ["password_digest", "$2a$04$ymUpgYqVu2yFW1XrP6xI6e2.2K2qBtKSFNkSr3vmQdgEIZeoB4uD2"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Dicta aliquid porro. Voluptas necessitatibus enim libero nam sunt non."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Enim ea et sunt et quis. Consectetur neque quas consequatur molestiae ab excepturi quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxime@hagenesdoyle.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Favian Breitenberg III"], ["email", "maxime@hagenesdoyle.co"], ["password_digest", "$2a$04$xQZZ8itGemx85T70R3oOXuASXam9I2BcT4WobCn/dzPalXB17G1Lq"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Odit facilis consequatur molestiae praesentium porro commodi veniam. Et dolorem sit. At qui qui deleniti ut excepturi. Architecto corrupti incidunt."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Tenetur autem pariatur nobis molestiae. Rem corrupti earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "geo@kling.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delia Lehner"], ["email", "geo@kling.io"], ["password_digest", "$2a$04$AiRhwWcwpu4HMFh.P7.nUOo5aiY76SCfnaB4x.W5Z2dShZ4wqZ81C"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Eos aliquid enim id dolorum voluptatem illum. Nostrum excepturi optio. Eos sit molestiae quia quia quam corporis. Eaque dolor sequi iure magnam."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Iste aperiam reprehenderit placeat est nihil totam quae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yoshiko.heller@miller.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shanny Douglas V"], ["email", "yoshiko.heller@miller.io"], ["password_digest", "$2a$04$KIKavlmDSO9swIRVwnu3aeIVSowprkD8c7ApugbLL/Ftd65k/n7zK"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Aliquid dolorem totam. Quis ratione sunt odit nemo culpa maiores. Nihil esse quo eaque praesentium odit sed. Et sapiente fugit voluptatibus explicabo eveniet deleniti."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Quia minima dolor et fugit corporis maiores beatae. Natus velit et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darrion@hermiston.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelli Morissette"], ["email", "darrion@hermiston.net"], ["password_digest", "$2a$04$befEm99KhKpsHIgnwKHJHuSVmUbf.Kg4KllSujE7FYxE58TMdFaju"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Amet iste praesentium. Corporis sunt libero et tempora dolores sed dicta."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Esse officia exercitationem sit ut est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonora_hodkiewicz@aufderhar.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eveline Cummerata"], ["email", "leonora_hodkiewicz@aufderhar.co"], ["password_digest", "$2a$04$W5h5//4Vzirxg0wea8iQGeRSWGqqf89FyOVO7FwrklG3TsMTlirkG"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Fuga ut eaque voluptas quia. Tempore sint quia velit dolorem et illum."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Rerum nihil itaque eos perspiciatis repellendus aliquid. Nobis id quis veniam ab sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cleora@keeling.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sydnee Homenick"], ["email", "cleora@keeling.info"], ["password_digest", "$2a$04$jX.vlcZmygD4ExUzS9bDaOQ5BtgdrwE6zcVEBOQZ3eA9FKtK2Yn5O"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Sit ullam sunt ut nemo quam voluptatibus enim. Quod ea aliquam adipisci aperiam autem velit. Dolores quia doloremque consequatur non."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Autem harum ut voluptas. Aut sequi pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kayley@runolfsdottirlangosh.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Enid Schuster"], ["email", "kayley@runolfsdottirlangosh.io"], ["password_digest", "$2a$04$IeSJUsuswhrBD4.YS07CxeY4o5ZcywhgLlSIL0f7uvyMERkkYngrW"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Et quam similique. Eum quo laudantium sunt praesentium possimus impedit. Qui at in consequatur vero adipisci."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Cum voluptates dolorem debitis. Nobis eius voluptatem nihil quam voluptatem. Et voluptatem inventore quae ipsum error non nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "olen@satterfield.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shyann Bergstrom"], ["email", "olen@satterfield.com"], ["password_digest", "$2a$04$MlVAvafYB27Mc70.dRFgbe0bCmeOiPeGIqaLJlVerw1vQ5aS0uR7q"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Omnis eius saepe ipsam sed dolores. Nihil amet deleniti aut totam praesentium."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Impedit cumque qui modi rem soluta maiores labore. Magnam vel non ipsa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "franz@doyle.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lamar Johnston"], ["email", "franz@doyle.net"], ["password_digest", "$2a$04$qwkxb0n9x.WZ474a29TVM.tM/2HqPp3cj6AWHdurLtbiuAZZ1aIPS"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Animi quas illum quam pariatur doloribus. Minima a sunt. Illo et harum vero saepe. Consectetur et modi voluptatem."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "In repudiandae ut et dolores sint explicabo fuga. Molestiae iure temporibus sapiente consequatur. Laboriosam nemo qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sheldon.blick@schmeler.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Alexis Gulgowski"], ["email", "sheldon.blick@schmeler.io"], ["password_digest", "$2a$04$sy5afDvTeKHl6Hz3D5CpM.PocBUyuYOC14OHximqX28mjzbLXhz.q"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Est pariatur at magnam voluptatem. Officia quos quis enim rerum molestiae."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Magni beatae ut consequatur eius. Possimus modi similique porro ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yasmeen.damore@steuber.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Derrick Abbott"], ["email", "yasmeen.damore@steuber.net"], ["password_digest", "$2a$04$EzpjitrS30xv0F6yAHM5hOn7w93c0fF8GrGjGey.db3vvQaR.Bbue"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Nihil sed quia sunt est sit qui. Esse distinctio quaerat ex aut corrupti non ab. Et aperiam laboriosam non."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "In fugiat velit cumque dolores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "magdalen@leuschkelindgren.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Moshe Olson"], ["email", "magdalen@leuschkelindgren.biz"], ["password_digest", "$2a$04$Nps6iq.1gp57jRv7TZjrS.NYO.KOs5bcsS7GD3cSdWPxHl1wXi0lO"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Voluptatibus id eius est eum nulla nihil eum. Facilis debitis numquam labore amet. Perferendis voluptas corporis reiciendis nihil autem dolores. Ut similique veniam id voluptate voluptatum ullam."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Maxime nesciunt fugiat eius harum fugit repudiandae aliquid. At perferendis consectetur. Pariatur eaque illum culpa ab odio omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kianna_blick@macgyver.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elmer Koch"], ["email", "kianna_blick@macgyver.co"], ["password_digest", "$2a$04$W.CEverjdkJ/PiqLkf15zeodTbRUJLIRmolmgMEPN3eSLoe5hx/re"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Earum est consequatur unde omnis fuga eveniet nihil. Occaecati est nam perspiciatis molestiae et asperiores. Eum eaque ipsa sint libero eveniet qui."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Est dolore similique. Rem modi commodi eveniet atque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ludwig_graham@altenwerthullrich.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ben Crona"], ["email", "ludwig_graham@altenwerthullrich.co"], ["password_digest", "$2a$04$71KZuEHqa30mAw/xNfcko.df2D1fKju3auEnzryMhQ37s5ubrz/Mu"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Iste ut itaque. Consequatur modi non. Nihil deserunt perspiciatis sequi facilis."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Recusandae sunt sit omnis. Veniam minima sint eum unde id et. Suscipit laborum blanditiis praesentium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandria@sanford.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Alisha McClure"], ["email", "alexandria@sanford.co"], ["password_digest", "$2a$04$r9lCbAJueguPJQGu8pEDvuau1V8ELxhGGc9KAG1V2vl/hSS5CktUq"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Omnis eveniet reiciendis occaecati. Non maiores facilis recusandae voluptatibus voluptates facere. Dolor sed dolorum. Porro animi aut impedit doloremque et sed sint."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Distinctio magnam qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ellis.gibson@kemmermurray.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmie Moen"], ["email", "ellis.gibson@kemmermurray.org"], ["password_digest", "$2a$04$cdqqxzGP2vjsQnr8Vo2wDOEvSg0AKRSUrgZiNcbgLwxLZsACBTc7y"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Animi nam non libero est. Ut nesciunt et eos velit consectetur voluptas rem."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Exercitationem saepe hic accusamus sunt qui. Sit sed dolorum ut. Assumenda qui sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lisandro@barrows.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alysa Konopelski"], ["email", "lisandro@barrows.net"], ["password_digest", "$2a$04$URh4CHhanrmzV6yeaojmg.l54CP16pMDmyqpIcmdJfcidgUom6SFm"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Velit autem harum. Corporis cumque est nam quam ad quasi non. Consequuntur qui omnis qui rerum et itaque."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Recusandae aut non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "osvaldo.okon@davis.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garry Kozey"], ["email", "osvaldo.okon@davis.org"], ["password_digest", "$2a$04$xpl3qTHCboU6mrsuqXGvTO8R98dPJXEqXltdKVpoVJv3LMlLwaqLi"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Iusto qui et sunt. Cum qui atque. Eaque animi fuga temporibus itaque. Ut nobis doloremque ullam."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Velit et eius velit incidunt voluptatem. Sunt ex ratione totam. Aut velit sit quia nulla eligendi vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carli@rippin.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jamie Rolfson"], ["email", "carli@rippin.name"], ["password_digest", "$2a$04$EbZwl7P0u1F2/RwcE1PKVOmawMohdU.w9diKSjhbMRmKQOt3PZuVC"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Fugiat ut expedita delectus quod facere quo possimus. Sed repellendus placeat. Aut vero consectetur omnis aut totam."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Eligendi earum nihil repellendus saepe est et expedita. Qui molestias qui eveniet. Suscipit eum non quis id voluptatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rollin.pollich@okon.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ofelia Simonis DDS"], ["email", "rollin.pollich@okon.co"], ["password_digest", "$2a$04$wfZfQ3672mBsZcpGMnfeTexbU7HP.xb1bA8T8yh9Eb0QwUsN72V2W"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Pariatur illum eum. Et illum voluptates autem at accusantium non ipsa. Nemo accusamus doloribus voluptas laborum."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Qui debitis quas sed sed illum ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "judah_stoltenberg@yostjacobi.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristopher Trantow PhD"], ["email", "judah_stoltenberg@yostjacobi.io"], ["password_digest", "$2a$04$PtrwK8wiAZEGPDz0eiOMqe0J6wnWKTE5/MdWrqT8uMHbE/WJl/4gq"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Labore beatae porro. Nihil ab officiis quo tempora numquam omnis facere. Minus nihil blanditiis facilis nesciunt molestiae cumque."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Ut quisquam qui maiores et et harum ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauretta@leannon.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deja Stamm"], ["email", "lauretta@leannon.co"], ["password_digest", "$2a$04$4Fig2QajS3QEBjcVMx0DiOSWk4X35NF1Sh9tg8eIfWXHrX6Wh5wUm"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Veniam cumque dolore dolores necessitatibus voluptas. Consequatur exercitationem omnis. Ut magnam mollitia fugit et nemo architecto ut. Voluptates velit provident ex qui."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Cum esse expedita. Vero rerum quidem asperiores ratione ipsam. Sit facere aut repudiandae commodi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashtyn@danieltoy.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Rigoberto Lehner"], ["email", "ashtyn@danieltoy.io"], ["password_digest", "$2a$04$k/3c5HMCp9Cjkh2I3GhtUeIErotck1lSdedQLWBwjU4czx5BmLQo6"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Molestiae atque laboriosam quos libero voluptatibus vitae molestias. Quod asperiores porro minus placeat dolor debitis. Voluptates qui modi excepturi ipsa odio."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Sit dolorem odit. Optio incidunt vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aaliyah@kozeyhartmann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tatum Champlin II"], ["email", "aaliyah@kozeyhartmann.io"], ["password_digest", "$2a$04$l0U2wfaMKxJguymTeDQbZuWlQLsAFKmtUlVImQpkXzGfwtALKg3ki"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Quia ea voluptatem quod voluptatem consequuntur. Inventore voluptate qui voluptatum non ex."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Laudantium consequuntur autem debitis quod qui et quaerat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (117.9ms) Completed 200 OK in 128ms (Views: 107.0ms | ActiveRecord: 17.5ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.6ms) Completed 200 OK in 37ms (Views: 30.5ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cade_moen@casper.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "cade_moen@casper.biz"], ["password_digest", "$2a$04$3Uu4M811urCj/Ed7xxJCxevRf8pmXT0CKUR3j4ih0vM3pkThebCke"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cade_moen@casper.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "cade_moen@casper.biz"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$fmcPlj19X9u539cjddM9zeLTLlaRJUrWjJRWP9TIzJwvbW15jd9U2"], ["updated_at", 2016-07-01 14:38:13 UTC], ["id", 130]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 21ms (Views: 16.1ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chelsie_bednar@jacobs.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "chelsie_bednar@jacobs.name"], ["password_digest", "$2a$04$lcyYjMzfclIWqI68CdeLZe1riF9Y.OlKwA4V3YtihCL8CpJnOFD.q"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vidal@schowalterconnelly.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eunice Baumbach IV"], ["email", "vidal@schowalterconnelly.com"], ["password_digest", "$2a$04$NHknK8J26/JXwAq2oMNpDO7l6uzTuDR5NSe0ookOws4hLNXiYqgIG"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Impedit accusantium non. Ab molestias itaque et. Et sapiente maxime a aut et."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Consequuntur accusamus repellendus. Cumque ad ab. In eum omnis quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (26.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.6ms) Completed 200 OK in 47ms (Views: 40.4ms | ActiveRecord: 2.9ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 14:38:13 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 24ms (ActiveRecord: 6.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.9ms) Completed 200 OK in 25ms (Views: 19.3ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kitty@crooks.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "kitty@crooks.org"], ["password_digest", "$2a$04$B6xiwIgBmH1EM9hxpjBTEOT61lYrRmJdRuGru6l.f9vMvAmOnHgu2"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kitty@crooks.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kitty@crooks.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$OjWkfzbEc.lBcKYWfQoxQeV..vavYzPSU8/hmep1whL1I.mpqoxhq"], ["updated_at", 2016-07-01 14:38:13 UTC], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 22ms (Views: 16.8ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orval@spinka.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "orval@spinka.io"], ["password_digest", "$2a$04$e9Dlg6q4cZOX9SCuM3GEa.hRUtDXGhLIVRstVS034DPKFNDLM7EV."], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 14:38:13 UTC], ["updated_at", 2016-07-01 14:38:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (17.3ms) Completed 200 OK in 28ms (Views: 23.4ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:13 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:14 UTC], ["updated_at", 2016-07-01 14:38:14 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 5.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.6ms) Completed 200 OK in 26ms (Views: 19.5ms | ActiveRecord: 2.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elijah@lakinsenger.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geraldine Muller DVM"], ["email", "elijah@lakinsenger.info"], ["password_digest", "$2a$04$s9xLwgqiW/EH.380JJ3jDOc3JvY7W1N5cgUCAXGvmn8Uk6ahx52PG"], ["created_at", 2016-07-01 14:38:14 UTC], ["updated_at", 2016-07-01 14:38:14 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"elijah@lakinsenger.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "elijah@lakinsenger.info"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MlUUBOs7DrAZd.dAUETL3.Pb88C8txcWI9N7QC2Ns6iPOq6X07CR6"], ["updated_at", 2016-07-01 14:38:14 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 23ms (Views: 17.9ms | ActiveRecord: 1.5ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (15.5ms) Completed 200 OK in 29ms (Views: 22.1ms | ActiveRecord: 1.7ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.1ms) Completed 200 OK in 34ms (Views: 24.9ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.3ms) Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$BiyElee9Z7t56l2ybhJW1exr7OONzz4f77JgGOS9XtHFFXQ67mes6"], ["created_at", 2016-07-01 14:38:14 UTC], ["updated_at", 2016-07-01 14:38:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 12ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$2mY.42sXZiJgoBhdp3L6suxFwPHRclqif0y5sXjFZHX4Sl5fUz1sS"], ["updated_at", 2016-07-01 14:38:14 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:14 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.6ms) Completed 200 OK in 23ms (Views: 16.5ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$6ViWFx.vDvEPGhtsvqfdKeMzkKIOw8A3pSe7F.7AN4ygErneIiwLO"], ["created_at", 2016-07-01 14:38:14 UTC], ["updated_at", 2016-07-01 14:38:14 UTC]]  (0.6ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (8.5ms) Completed 200 OK in 31ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-07-01 10:38:19 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-07-01 10:38:19 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:20 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.7ms) BEGIN SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$vtLzJv1ghMqyHRA13Nem3OlFdFNg7CGNtRpvXkYJW2d7ltK38QYq2"], ["updated_at", 2016-07-01 14:38:20 UTC], ["id", 137]]  (0.7ms) COMMIT Redirected to http://127.0.0.1:57900/admin/posts Completed 302 Found in 20ms (ActiveRecord: 4.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:20 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.0ms) Completed 200 OK in 34ms (Views: 23.7ms | ActiveRecord: 3.0ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-07-01 10:38:20 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:57900/ Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2016-07-01 10:38:20 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (14.0ms) Completed 200 OK in 33ms (Views: 27.0ms | ActiveRecord: 1.8ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-07-01 10:38:20 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-07-01 10:38:20 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:21 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.0ms)  (0.4ms) BEGIN  (0.4ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (23.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.5ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (2.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ismael.douglas@naderkozey.biz"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Claude Bechtelar"], ["email", "ismael.douglas@naderkozey.biz"], ["password_digest", "$2a$04$8Vr27DjxPpP3.FuqZo1lwODo6yFGjDPbDNmdsmTFWCHLI0v.Cf/zG"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:21 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.0ms) Completed 200 OK in 25ms (Views: 20.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:21 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ismael.douglas@naderkozey.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ismael.douglas@naderkozey.biz"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$F9bSRPJf8l6hBpNzu374VuxU.vumWWXU3AkuwBGQk3SXqpaOG3oIu"], ["updated_at", 2016-07-01 14:38:21 UTC], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:21 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.8ms) Completed 200 OK in 33ms (Views: 26.6ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 10:38:21 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (16.4ms) Completed 200 OK in 34ms (Views: 27.6ms | ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoila.dickinson@barrows.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Franz Weber"], ["email", "zoila.dickinson@barrows.name"], ["password_digest", "$2a$04$emMf9FNFw4am6EfRfAH7A.lPuWk7X0VexX.WbU3MIZWNMZQh8y8qi"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:21 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.9ms) Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:21 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"zoila.dickinson@barrows.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "zoila.dickinson@barrows.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$s/q.c9fVDhgya/qvBiqvDewOOxc/Ps/VRTo1jy2gd.d3kFmhUWQru"], ["updated_at", 2016-07-01 14:38:21 UTC], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:21 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.8ms) Completed 200 OK in 28ms (Views: 21.2ms | ActiveRecord: 2.0ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-07-01 14:38:21 UTC], ["updated_at", 2016-07-01 14:38:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (33.4ms) Completed 200 OK in 47ms (Views: 40.6ms | ActiveRecord: 1.7ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (27.7ms) Completed 200 OK in 42ms (Views: 34.5ms | ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leann.fahey@bechtelar.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bill Schimmel"], ["email", "leann.fahey@bechtelar.org"], ["password_digest", "$2a$04$bM1ccVhmKkl8hIL43u4j4.Y44lJM0l26iDms4Hf3HKY5DmDt04xtq"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 16ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"leann.fahey@bechtelar.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "leann.fahey@bechtelar.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ExdvDm8GDdIjoDM08xl8yeehU3vQzx6aEApiV5ALwCKDKkgwxNXzi"], ["updated_at", 2016-07-01 14:38:22 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.5ms) Completed 200 OK in 25ms (Views: 18.8ms | ActiveRecord: 1.8ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (8.0ms) Completed 200 OK in 24ms (Views: 16.1ms | ActiveRecord: 0.8ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.3ms) Completed 200 OK in 24ms (Views: 18.8ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.6ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leta@brakus.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antwan Gleason"], ["email", "leta@brakus.co"], ["password_digest", "$2a$04$be0Ni51DOSQ0eAzG40QDsOKyOZkV/6O5OKFwgqAZtA..gWXUgKM2i"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.4ms) Completed 200 OK in 18ms (Views: 14.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"leta@brakus.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "leta@brakus.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4cpMcJxDUZhfESa1WwXzGuQXxmRQg3EZJ1.fYiLxhGkzro7Os28u2"], ["updated_at", 2016-07-01 14:38:22 UTC], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 24ms (Views: 19.0ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (7.5ms) Completed 200 OK in 22ms (Views: 16.3ms | ActiveRecord: 0.8ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-07-01 14:38:22 UTC], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 26ms (Views: 20.2ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "weston@heidenreich.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noah Russel"], ["email", "weston@heidenreich.co"], ["password_digest", "$2a$04$JDvwJXbVgHde02Aiqj2mcOipHF3L4CjBWimiepm8cd5gGvkpsxpIu"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.1ms) Completed 200 OK in 20ms (Views: 16.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"weston@heidenreich.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "weston@heidenreich.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$OCOMVKYwtTvoanfMw9HIouB15Ofc5f4iEMK0PP46J9P8R2LcH/aWG"], ["updated_at", 2016-07-01 14:38:22 UTC], ["id", 5]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.2ms) Completed 200 OK in 27ms (Views: 19.6ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 29ms (Views: 22.7ms | ActiveRecord: 1.5ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.4ms) Completed 200 OK in 27ms (Views: 21.6ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cora@abernathymiller.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Estevan Howell"], ["email", "cora@abernathymiller.co"], ["password_digest", "$2a$04$vROm5rd6eoh77adhKbUAYefkLvh.ZykmJA0VJJmuqnfO22Y.U0mRS"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Sit explicabo corporis porro. Dolorem pariatur consectetur ut ipsam qui iure laudantium. Voluptatibus voluptate facere dolor."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Ab quasi doloribus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gavin_little@lindstoltenberg.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcellus Breitenberg"], ["email", "gavin_little@lindstoltenberg.org"], ["password_digest", "$2a$04$1vh9QXKJnI.qisXG5ZNK0ObdvItEPtDAKDcb7XWCrGmply9twbW4W"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Nulla modi quod sunt consequatur reprehenderit. Omnis voluptatum fugit ullam voluptate magni. Unde vel voluptatem nesciunt ipsam."], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Qui quam at laboriosam. Aspernatur qui omnis et recusandae corrupti. Exercitationem quos ut molestiae vel nesciunt culpa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (20.6ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (37.0ms) Completed 200 OK in 52ms (Views: 45.7ms | ActiveRecord: 3.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.1ms) Completed 200 OK in 26ms (Views: 20.9ms | ActiveRecord: 1.3ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isabelle_cronin@halvorson.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hudson Bergstrom"], ["email", "isabelle_cronin@halvorson.co"], ["password_digest", "$2a$04$GGs.TmH.xozILn9CD/KQMeiNkF5tZNFX/xd1UqbbNOCNWa/YskZ4W"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Incidunt veritatis quia culpa. Quia officiis ea magnam quidem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Voluptas aperiam sint optio qui. Est exercitationem quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brock@mante.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bianka Hickle"], ["email", "brock@mante.co"], ["password_digest", "$2a$04$o0Pdi5eD6fe3J3YLZqZlxuwwOINMxOl93paR9se25LRxQGiPmVPTm"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Esse reiciendis sequi animi. Adipisci voluptatem aut. Rem officiis et non voluptatem. Ipsam aliquam nostrum et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Sunt eveniet blanditiis quod eum vel dolorem sequi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jed_green@gleason.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Pauline Farrell"], ["email", "jed_green@gleason.biz"], ["password_digest", "$2a$04$pCByzxP7FcNW2u0ylIncmO9HIF5twpm5cxGAiRGgOWTwRaEyl.AHC"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Ut dolor est excepturi qui omnis alias veniam. Necessitatibus molestiae fugit quia dolorum illum. Voluptas corporis nesciunt quod cumque eum aliquam reprehenderit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Non voluptatem animi asperiores blanditiis officia tempore. Labore et odio at consectetur illo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trevion@lesch.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sierra Stanton"], ["email", "trevion@lesch.net"], ["password_digest", "$2a$04$5ebrMr8Q4qtzzo7liXX.h.ICYzcy3MBM5oWOHAXW1RSmKj8H8m1qe"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Sed eos vel quos provident ut. Dignissimos est nihil eos. Non enim quis dicta animi ut. Occaecati qui voluptas deleniti."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Recusandae modi non dolorem dolore dolores qui. Commodi iste consequatur molestiae. Illo magni quisquam commodi aperiam nobis est architecto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arnulfo@cartwright.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zachariah Bernhard"], ["email", "arnulfo@cartwright.co"], ["password_digest", "$2a$04$rA1DYThbHJPs4U6JdTAFWuSoQ4nGymigHD0dTMwCo.0SKh3Fn1zr."], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Iure molestias quis laboriosam nisi ullam. Beatae consequatur dolor necessitatibus quo."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Sint officia quo autem natus. Non qui earum expedita qui nostrum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeanie_daugherty@bernhardlittle.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corrine Kozey PhD"], ["email", "jeanie_daugherty@bernhardlittle.biz"], ["password_digest", "$2a$04$VY5yEnjntFKNk53pWkoJ8OVDxU5EBWcKDe/99NX7Mlc7GpMUr.qP6"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Repellat minima doloremque laborum aut vitae et accusantium. Nemo eos voluptate veniam fuga unde quaerat."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Omnis accusantium possimus odio architecto voluptatem molestiae enim. Voluptatem eum optio voluptatem sed in. Quas hic quod sunt ut nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daisy@feeney.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maci Marquardt"], ["email", "daisy@feeney.biz"], ["password_digest", "$2a$04$Fz3P6owyoUTCosOUXjo0S.nz2qPJBMlftXTTgPNzOapeXHV4KKfh."], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Quis aut ipsa harum nam velit repellat. Dicta sed sint quibusdam earum nulla autem. Quod esse amet."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Et veniam qui error voluptates ut. Consectetur ut qui reprehenderit officia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lew@feil.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Lorna Kirlin"], ["email", "lew@feil.co"], ["password_digest", "$2a$04$m95HYRReCdPPCt0ci85td.486DcBMpNAww0lmHIfEcVbBPP9GMjMW"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Nihil at non aut aut porro sit. Aut vero odio et dolore odit qui."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Reprehenderit eius tempore et aut et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deshawn.mccullough@morar.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brandi Dickens"], ["email", "deshawn.mccullough@morar.name"], ["password_digest", "$2a$04$9DeJCiJep7Bq2y29DDqPleJjgYnywvp6KPD.R7ohaKiBb3LlmDiei"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Voluptatem saepe omnis iure sit consequatur et. Qui enim et vel."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Velit quo est repudiandae rerum ut quo accusamus. Molestiae vel ut sed laudantium cum assumenda porro. Optio totam omnis et veniam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barney@witting.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Levi Zulauf"], ["email", "barney@witting.net"], ["password_digest", "$2a$04$UObmj8zP4YXDXdqZLbaoUu3X5NbYcVLBBt7/RTcxSWy9m5zxMBmj2"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Eligendi molestiae alias modi nostrum facere inventore. Nulla impedit veritatis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Illo quis labore consequuntur aut aspernatur quidem ipsa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joseph_bernhard@farrell.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vita Streich"], ["email", "joseph_bernhard@farrell.io"], ["password_digest", "$2a$04$jcY2UyyMWlaHiEQoMS3qQelUSTrbSy5i7ilqJMOfb3EoUjxKkmecm"], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Saepe ad veniam et. Quam voluptates esse libero at pariatur. Minima illo ad. Fugit quis at dolor quisquam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:22 UTC], ["updated_at", 2016-07-01 14:38:22 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Quo ducimus qui in nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.8ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.5ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (44.8ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (73.2ms) Completed 200 OK in 86ms (Views: 73.6ms | ActiveRecord: 9.4ms) Started GET "/?page=2" for 127.0.0.1 at 2016-07-01 10:38:22 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.1ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (33.3ms) Completed 200 OK in 51ms (Views: 44.7ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "florida@parisianstehr.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Adelle Will"], ["email", "florida@parisianstehr.io"], ["password_digest", "$2a$04$ORMU2KCi5MlK.2OzORuY3eI64.ePWi8l/rUjzribyI4UiBdAQKGqW"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Quibusdam id omnis aspernatur esse. Atque voluptatem impedit tempore cumque et quam praesentium."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Asperiores sint in fuga expedita est vel et. Ex enim et repudiandae architecto ad. Eum hic quia iste debitis magnam dolores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 10:38:23 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.8ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (24.1ms) Completed 200 OK in 40ms (Views: 33.4ms | ActiveRecord: 2.9ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-07-01 10:38:23 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.0ms) Completed 200 OK in 21ms (Views: 16.3ms | ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caesar@monahan.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Lonny Cummerata"], ["email", "caesar@monahan.org"], ["password_digest", "$2a$04$jyKQjjvIDxM84bq8AqVuL.u9bi.GK4LA5kk1896G4mzapQ8w.DDq."], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Recusandae consequatur totam deserunt magnam dicta nesciunt ut. Fugit quasi est officia explicabo eaque unde enim. Et recusandae et possimus velit qui veniam temporibus."], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Aut cumque exercitationem unde voluptas quo accusamus nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-07-01 10:38:23 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ambrose@cummingsbechtelar.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lewis O'Keefe I"], ["email", "ambrose@cummingsbechtelar.com"], ["password_digest", "$2a$04$12K5J0V8m9IUoce36O/xOelHum.v86YQ/cFXSoM6x8OD97LT8DuDe"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Minus dolorem eum mollitia. Asperiores et fugit aut rerum perferendis magnam in."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 21], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-07-01 10:38:23 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (37.9ms) Completed 200 OK in 54ms (Views: 48.7ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "archibald_wilkinson@tillmanpaucek.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shirley Senger DDS"], ["email", "archibald_wilkinson@tillmanpaucek.name"], ["password_digest", "$2a$04$zVbYqiRg0a9MCAvbV/44cuzSRL6dKpG0dfqQWAnjIX9Xja.ZTOMWa"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Iure amet cumque aut quas dolores. Qui et quo modi nihil sapiente voluptatem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Dolor sit repudiandae consequatur voluptatem expedita. Molestiae quam omnis ipsa. Odit officiis cum ut hic quod."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glennie@koepp.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Stanley Hermiston"], ["email", "glennie@koepp.org"], ["password_digest", "$2a$04$F1sHIvYj/Wh0GhMYP4LTEOcm1Te/IcMW5InSCZdt8e3FWFHIs6m9W"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Illo dolor pariatur. Ipsa amet est quidem. Doloremque aut voluptas et aut aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Et ut est fugit. Sapiente optio vitae perferendis doloribus veniam ad nobis."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 10:38:23 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (16.2ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (28.5ms) Completed 200 OK in 41ms (Views: 33.6ms | ActiveRecord: 4.9ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-07-01 10:38:23 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (21.9ms) Completed 200 OK in 39ms (Views: 28.5ms | ActiveRecord: 4.8ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$HOFrzsk4cItJ6S/FYtvjo.7G6/KSpoynIKiLB2GBeCBgyFrZDRb.W"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$IBrk3o8c2LgjK55t0T/pS.HHzU3WjQQ9X1xB2o91qp1hFIWMPWwCy"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gFzv/jwHWPTk7IpqD63P0e3lVqcbj9J/BdUPj1Lsry6L3cmd1Mw6q"], ["updated_at", 2016-07-01 14:38:23 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaclyn.huels@crona.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassidy Herman"], ["email", "jaclyn.huels@crona.io"], ["password_digest", "$2a$04$I5FhWEGRFPysWn88G2WCUeG6EmHx1EvtGZAjOT/6QIAjuj3r0hkuq"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kenton@hammes.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gunner Cummings"], ["email", "kenton@hammes.name"], ["password_digest", "$2a$04$wmTet3WAvIVvc78z0ir6y.tBXQuG5G0Ut5ByYtPyfMlk.YaIkP8tO"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lorine.barrows@stiedemann.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Granville Mayer"], ["email", "lorine.barrows@stiedemann.com"], ["password_digest", "$2a$04$rmjQECd4Em5r1SRScur.V.UWx.DMoLjiG7lTXAF/FXUoeeKxVgJ9i"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Commodi sed eaque sint nihil rerum perspiciatis. Dignissimos ipsam facere et ut sed sint consectetur. Voluptate repellendus cupiditate sed delectus qui tenetur quod. Ea illo veritatis sit."], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Tempore voluptatem saepe ducimus facilis voluptatem. Quo qui sint perferendis quam numquam fugiat pariatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isobel.bailey@torp.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Asa Swaniawski"], ["email", "isobel.bailey@torp.biz"], ["password_digest", "$2a$04$ZDCOPtgOgBVXq08VbJuUm.AICJFUWAkJt5t8K3p1fuxMq.VeiuhfS"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Dicta sequi exercitationem molestias earum vel. Ex voluptas fugit consectetur fugiat. Tempore in magnam numquam iure minima ut."], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Porro consectetur vel optio aliquam est ipsam. Dignissimos ut expedita sit non. Et enim eos sed corporis voluptas doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barton.ryan@mohr.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trycia Feil DVM"], ["email", "barton.ryan@mohr.co"], ["password_digest", "$2a$04$SL.zqZdzQUJ5e/QZ7GpVQuhoU/C/pXuDeGEHfZp8oT4iAIcMn6Se."], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evangeline@naderrunolfon.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Myles Terry Jr."], ["email", "evangeline@naderrunolfon.net"], ["password_digest", "$2a$04$X46ABeem814874KVk3C0cuFSIfK5dt9QfF6tRKRb4dcejKPjceXWG"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brandt@douglas.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laurine Murazik"], ["email", "brandt@douglas.com"], ["password_digest", "$2a$04$8Hmg1RfyTyyrvUR9GZbxGOSwvMB/OeLmEBedqmay84LHFVQUPk65i"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cleta.wunsch@auer.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johann Bailey DVM"], ["email", "cleta.wunsch@auer.co"], ["password_digest", "$2a$04$Xplub1wuQBaoq/NvDMrETO.VaZmcWVcipdCAXMHok3grkrVAb/G.u"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Quia beatae dolore. Placeat aliquam occaecati aliquid."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 33], ["slug", "title144"], ["summary", "Commodi consequatur nulla placeat laboriosam et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "florian@schmidt.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joaquin Prosacco DVM"], ["email", "florian@schmidt.co"], ["password_digest", "$2a$04$3S5xTGxWiTXpnGWXRJaXV.6K0a7bxKivzIqfsVm5bHcCxPQLFC2Ie"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Sequi vero veritatis molestiae. Assumenda dolor a iusto doloribus est neque ut. Nihil vel dolorem aspernatur iste quaerat sunt. Officia nihil dolor deleniti ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 34], ["slug", "title145"], ["summary", "Et ab tempore eum optio. Quia voluptas neque porro perferendis deserunt quasi quia. Perferendis aspernatur est et aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 21], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 12:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 22], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "harmon@wehnerbatz.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnulfo Bartoletti"], ["email", "harmon@wehnerbatz.com"], ["password_digest", "$2a$04$9WJJb5R893Y.p9vYCbtxJOp5/5DksGULiBU7QI9bpoMSJmZ.89kO6"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Ut in qui incidunt. Suscipit tempora sint veniam et officiis. Deleniti maxime reprehenderit et accusamus rerum corrupti eum. Eum totam vitae animi ut sed."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 35], ["slug", "title146"], ["summary", "Quasi autem praesentium. Placeat dignissimos voluptas nihil. Aut blanditiis perferendis dolore optio et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "murray@hickle.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roman Bogan"], ["email", "murray@hickle.name"], ["password_digest", "$2a$04$d2C4fiZmtnRZ/zmbEqDWDelNjjJzubZXd83CKLWpcgj.wvipq8kQy"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Rem labore et voluptatibus eius fugit. Recusandae impedit est. Officiis doloremque vel voluptatem voluptatibus labore."], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 36], ["slug", "title147"], ["summary", "Sint earum in quibusdam eaque quo ut sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anna@feeney.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oceane Reilly"], ["email", "anna@feeney.io"], ["password_digest", "$2a$04$uREl8zwgtp/33obKuVWB8eg0NI6RumiD.YEFv0A7sfKeLIeF9.uma"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marjolaine@keelingwatsica.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hermina Hagenes"], ["email", "marjolaine@keelingwatsica.org"], ["password_digest", "$2a$04$Y8e0o46dW.IsgsOUea98DuOWgWo6/YnFVAu/IGQtEuZxqZYzRW0RW"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Amet mollitia consequuntur. Omnis nisi aut consequatur doloribus repellat repudiandae voluptas. Quas hic placeat ut veniam quibusdam quam est. Laborum autem minus laudantium perferendis."], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 38], ["slug", "title149"], ["summary", "Enim illum et ab repellendus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vinnie_becker@prohaskacormier.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kaylee Prosacco"], ["email", "vinnie_becker@prohaskacormier.com"], ["password_digest", "$2a$04$h/mzRpZMbQTA1WNfvoQMr.iFnEdmPoTTEPREyekuTqLcRm/leDI0i"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Nisi harum blanditiis rerum. Eaque non porro enim."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 39], ["slug", "title150"], ["summary", "Tempore dolorum enim rerum consequatur quis. Fugit blanditiis adipisci nesciunt voluptatem. Nesciunt incidunt id pariatur ut deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 26], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["id", 26]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 26], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brianne_klocko@nitzschebahringer.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Freeman Ritchie"], ["email", "brianne_klocko@nitzschebahringer.com"], ["password_digest", "$2a$04$Wr2kVfUgY/QSkTzpa81Aee4jpLIPfciSP1bVGqZodR4Oe8vkh9JgC"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$rUZT4T6wngQPQEvIiu0RQeGZ0.ZVwylRLVaEQbbf.jZlPsSsfCAcK"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$qMRRdJWaxR02CkAoptXYMetI57CdG3UxpEaV2bRtDLtAPCgKQdsQC"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marilie_watsica@cain.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Freda Kris"], ["email", "marilie_watsica@cain.io"], ["password_digest", "$2a$04$hYjnvTo8ezOWQ/FD0woLO..vUI.lqctq5ulbiWeiKarijKsk2Tr2O"], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE LOWER("exposition_posts"."slug") = LOWER($1) LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Dolorem saepe repellat distinctio similique id aut consequatur. A quod sunt. Quis ut nihil sapiente ut voluptates eaque voluptate."], ["created_at", 2016-07-01 14:38:23 UTC], ["updated_at", 2016-07-01 14:38:23 UTC], ["author_id", 43], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (11.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (4.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.0ms)  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (5.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.8ms) BEGIN  (6.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.4ms) COMMIT  (6.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (5.6ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (48.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (3.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$7IzekBZAm35Qquc7BaToM.PMy7WFqUEgilSFDITUE8BHvVexN8CbK"], ["created_at", 2016-07-01 15:50:41 UTC], ["updated_at", 2016-07-01 15:50:41 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$gLQuEV3XzptXDyTZuUNgl.ywSEYdM6LLuLZ9IPRVG1V6snVWsM56q"], ["created_at", 2016-07-01 15:50:41 UTC], ["updated_at", 2016-07-01 15:50:41 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$55N8bJRpWisrvgkI2NXLEeVF7TFlgd.wopXQN1dzCB/itQ.qYFe.m"], ["updated_at", 2016-07-01 15:50:41 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoie.upton@cartwright.info"], ["LIMIT", 1]] SQL (2.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lizzie Schamberger"], ["email", "zoie.upton@cartwright.info"], ["password_digest", "$2a$04$tCcGp3iXUmh6RCE272FcOu7Mfso.x66K9WizXaBrt.KwhoqWNoXES"], ["created_at", 2016-07-01 15:50:41 UTC], ["updated_at", 2016-07-01 15:50:41 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Corporis cumque sit consequatur quisquam itaque temporibus. Repellendus quia velit quasi explicabo eius. Quis asperiores voluptatibus ratione enim. Nihil sit fugit minima explicabo dolores."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Vel quasi ea dolorem libero ut dolores. Laboriosam ut nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 21ms (Views: 13.5ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marianna@wisoky.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Elisa Lesch"], ["email", "marianna@wisoky.co"], ["password_digest", "$2a$04$67nbxHCJY6O0HR5CevwB0e8sYhw8nIEArGXLjkKvZ/5K8H99C0NxC"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Eveniet sit iste aut quasi aut. Et exercitationem eaque voluptatem. Autem magnam eligendi at amet. Hic aliquid voluptatem assumenda et provident rem ut."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Vel sint ipsa animi nisi nostrum qui. Animi quos nisi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alysha_botsford@langosh.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rebecca Runolfsson"], ["email", "alysha_botsford@langosh.name"], ["password_digest", "$2a$04$IE3mVosgP/pvcD5tC0hswOfTzx4qlTAkQDWh0ipDz70tQJIC.Q70e"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Dignissimos velit totam tenetur. Numquam nobis quia. Ullam et similique. Nihil architecto non."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Voluptatem debitis est. Quia consectetur blanditiis sint ipsam et eaque ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "milton@gerhold.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmanuelle Cummerata"], ["email", "milton@gerhold.co"], ["password_digest", "$2a$04$9E5hPgOzAqiXRav1jbxnnOqR6yIQmwNrrqDYX55pzafYp9B6kXy0y"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Veniam in voluptatem consequatur et non quo minima. Nisi libero quaerat officiis enim. Enim illo quae mollitia nisi aliquam atque expedita."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Voluptas ea rerum eaque autem enim. Quia deserunt aut esse quaerat natus sed est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eriberto@romaguera.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clark Heathcote I"], ["email", "eriberto@romaguera.com"], ["password_digest", "$2a$04$NVbR6rt1YJ5Fdh/5z4Dre.rVg7OFvjaEYqOpUtmT/89wjdM2mQxe."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Dolor ducimus est. Esse quae tenetur aut iure ut beatae. Excepturi quas aperiam suscipit facere libero."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Est amet omnis ut non. Officia itaque magnam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elmo@hirthe.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lacey Crooks"], ["email", "elmo@hirthe.name"], ["password_digest", "$2a$04$bJ4y1Urgeh0.SXrAPBHUKOx9ZCjAQF6F9DxvtgYnDsLpgHYzwx/Um"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Aperiam quam neque temporibus velit. Numquam maxime laborum."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Ratione vitae odio magnam quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lavada@lowe.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dorris Harris IV"], ["email", "lavada@lowe.net"], ["password_digest", "$2a$04$1ErhpVbQTxRaXcAiMIW89OZ5hKtD.Lh8LUblbgPPBisvAv.aFBJ/O"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Accusantium minima quidem. Est dolores nesciunt."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Voluptatum consequatur dolorem occaecati voluptatem suscipit ut. Exercitationem ducimus itaque doloremque natus corrupti tempora. Recusandae amet harum ea in enim."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacynthe@will.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ryley Macejkovic"], ["email", "jacynthe@will.net"], ["password_digest", "$2a$04$91Z7SfmDQTaeKvlSqUWgweExLEk7iUnJq49H6I5N/DLYBjs/qqDF."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Rerum consequuntur sapiente et vel nihil minima nam. Accusantium ad neque officiis suscipit eius. Dolorem ipsam maiores deserunt. Animi corporis impedit."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Dolores occaecati soluta quidem nisi quia aut deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "esta_gutmann@rau.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavina Kassulke"], ["email", "esta_gutmann@rau.com"], ["password_digest", "$2a$04$273ythAEhDzKVgE8UvLJJemRFstxaJ.hY6eTgMamnHTKAP7tQnIq2"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Sunt ut animi assumenda modi excepturi. Eos est commodi."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Nesciunt et esse reiciendis assumenda recusandae quasi qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrtie_hills@kaulke.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Roosevelt King"], ["email", "myrtie_hills@kaulke.name"], ["password_digest", "$2a$04$uXUci1wlRnSwO5gnTFQikuSFmFXF8scv3mbRfpQ8U/c049dSUQUoG"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Numquam sint ea. Incidunt non maiores sunt consequatur omnis id. Tenetur facilis dignissimos maiores nulla molestiae et incidunt."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Architecto id fugiat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lindsey@hettingerhoppe.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mossie Hane"], ["email", "lindsey@hettingerhoppe.com"], ["password_digest", "$2a$04$SqJkdb47DMtbROcRLXaZxeeB3r.SK7EMv2yQaDtrUs6ABlZ.YgsMG"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Ad repellat accusamus similique vel non corrupti. Et aut enim incidunt amet ipsam repellat."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Illo modi aperiam quod in quam et. Sunt et excepturi minima ut rerum et ullam. Ullam iusto id dolores ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "junior@breitenberg.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexane Lueilwitz"], ["email", "junior@breitenberg.info"], ["password_digest", "$2a$04$QiGm1gFuk.yuDdpEydBObO1WamFvpQqUZU.zPwCU0sWILgictVUAG"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Nulla fugiat non. Recusandae inventore vero. Et nihil odit voluptas sit exercitationem voluptas. Odit et ut doloribus voluptatem."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Rerum facilis vero quos. Et et veritatis cupiditate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "andreanne@kuhnwilkinson.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isabel Sipes V"], ["email", "andreanne@kuhnwilkinson.co"], ["password_digest", "$2a$04$Ffi1p4t3qkCzopUEfxVWI.BsZAM32Dd2iquI86E.hZrpy4lHAGq3e"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Voluptate nam pariatur nulla fuga veniam ad sunt. Possimus alias exercitationem."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Quos voluptatem maiores itaque ipsa. Quia quas aliquid et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madge@krajcikreynolds.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marcel Stamm"], ["email", "madge@krajcikreynolds.co"], ["password_digest", "$2a$04$24JuSAhV6dH9SX2gJO/AuONEXAYucj0bWEENt/5DztwsP3T8uxWwG"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Quia sunt placeat rerum. Cumque magnam facere nostrum veniam. Ea laudantium inventore aspernatur."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Repellat molestias facere quis quia. Commodi qui perspiciatis autem officia incidunt excepturi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kole.koelpin@ernserfarrell.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mia Hauck"], ["email", "kole.koelpin@ernserfarrell.io"], ["password_digest", "$2a$04$B3x0RTVZrhcvszBcn9pitOmfG8Ndw.cMwFyBuodSLyd0pJ3GCf4Tu"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Autem et incidunt. Minus earum impedit rerum ex. Temporibus culpa voluptas sed dolorum. Eum corrupti ut magnam."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Vel qui tempore et. A suscipit sed ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wyatt.cruickshank@grahamhamill.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ayla Collins"], ["email", "wyatt.cruickshank@grahamhamill.name"], ["password_digest", "$2a$04$cwFegcHMp4WpevWAlsGAme93sLGK1eoQxxX5dAA2VCbN4C.nVKf0e"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Tempore ex qui consequatur. Et odio recusandae nobis dolorum accusantium."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Reprehenderit consectetur magnam veritatis fugit. Nam facilis reprehenderit minima culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jensen_reichel@huelsbreitenberg.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carole Crona"], ["email", "jensen_reichel@huelsbreitenberg.com"], ["password_digest", "$2a$04$84O2Ej9.nCZFL.4voTVaG.l73b/0k/IzP5GqiVUOAxdqfaxHtDT7O"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Et ut id sequi rem voluptatem. Ut alias sint quas dolorum dicta qui mollitia. Debitis reiciendis ut."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Aut consequatur sit occaecati qui omnis repellat non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "domenico.prosacco@hammes.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Teagan Mosciski"], ["email", "domenico.prosacco@hammes.name"], ["password_digest", "$2a$04$5.peGEoVaf8XErlwjCYwyuaFsZb4bbuvOra9IOaHhWfyalBHbJ5xy"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Pariatur cupiditate fugit sed. Voluptatum eum et aut."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Enim qui porro illo. Rerum sunt recusandae magni aliquid in similique voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gail_cremin@bechtelar.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adrianna Hilll"], ["email", "gail_cremin@bechtelar.co"], ["password_digest", "$2a$04$KjA1p5Nq9ozJopI7XTXlP.gJblbc0PNHCGAWHekTgJoFRE1hQTwbW"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Et quibusdam et. Nostrum laudantium quis fuga neque beatae. Accusamus vitae qui sint ut. Dolorem corporis blanditiis molestiae et est."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Voluptatem nemo laudantium labore omnis. Quia et officia molestiae tempora sit voluptas facere."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "desmond@langoshswift.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Golden Grant"], ["email", "desmond@langoshswift.io"], ["password_digest", "$2a$04$qFvfyGr5fAILVtFQfBIX4e./tqukWXyEUZTnFtuI60EnQFpnabd7q"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Sit eveniet voluptas ex. Eveniet voluptatem neque ipsam. Sit et natus recusandae nulla incidunt laudantium. Commodi cupiditate rerum."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Ducimus nulla minus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trent.lakin@murrayvolkman.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Brenna Schroeder"], ["email", "trent.lakin@murrayvolkman.name"], ["password_digest", "$2a$04$gW0PRKSVbw3rDRldSRSMb.rZb//dnhn6nr43OSEBLSYbPxR0TWBbO"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Dolores nesciunt quidem odio nulla qui laborum. Id quaerat autem est itaque. Quaerat quia ratione. Earum non aliquam nihil et quibusdam pariatur."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Hic dolor atque sit exercitationem voluptatem voluptatem. Quia corporis incidunt aliquid quae ea excepturi ratione. Fuga doloremque et accusantium libero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "liza@purdy.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Soledad Bayer"], ["email", "liza@purdy.name"], ["password_digest", "$2a$04$GbApXoCbV39p6FSnucKK/Obig74p6ZpQBZUWZsx4pypsf9pfUz9uW"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Iure aperiam dolores excepturi praesentium non nam. Iusto et necessitatibus. Ratione beatae dolorem illo optio esse."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Quibusdam assumenda eius dolorum in. Accusantium qui distinctio et neque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caleigh.osinski@fisheroreilly.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antonio Mohr IV"], ["email", "caleigh.osinski@fisheroreilly.info"], ["password_digest", "$2a$04$T9qKOtM8AowrIrS6ckcYVuJgRJA7y1CHwafpStxyQE199SO.CZfTu"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Est reiciendis illo labore minus fugiat est. Qui sit ad et qui qui consequatur commodi."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Tempora suscipit autem quam quibusdam eaque. Quo qui expedita praesentium modi quia id rerum. Inventore aut ipsa omnis est quo consectetur at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thurman@rosenbaumreichel.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nico Becker"], ["email", "thurman@rosenbaumreichel.info"], ["password_digest", "$2a$04$OsLf8cVESY3TKZ6Ik7YnxuRZ.RThuY1b6Qges1HxO/crQ4g3aap2e"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Quod sequi hic. Et dolores dolorum perferendis. Exercitationem molestias quidem quisquam in unde quis. Suscipit ut commodi debitis qui porro."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Ad deleniti in consequatur id facere. Ea architecto iure temporibus minima. Quia minima nihil et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "icie.marks@jakubowski.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Genevieve King"], ["email", "icie.marks@jakubowski.biz"], ["password_digest", "$2a$04$UHF0qYNKaz/ryrBmD/QQb.YTvCX2OuPZL6QsJ7rExheaUPsmy2vAe"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Est in voluptate repellendus possimus eaque deserunt. Nam aut nobis rerum unde nesciunt doloribus."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Fuga veniam et optio repudiandae illo. Officia suscipit voluptatum. Alias rerum sunt velit non nam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dashawn@kuhn.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cheyanne Zemlak I"], ["email", "dashawn@kuhn.org"], ["password_digest", "$2a$04$oC7Ug/gdmk/Y0df7HDcNBeYqMGpKmYA6ISKqDbTRXKnVWs8Ce60YO"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Aliquam vel ut. A asperiores et vero sed sit rerum. Et quisquam voluptas accusantium ipsam."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Voluptates assumenda rerum nulla eum esse voluptatum rem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jermain.oreilly@pfefferkoelpin.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rachael Collier"], ["email", "jermain.oreilly@pfefferkoelpin.co"], ["password_digest", "$2a$04$Hqvh3k6Ng9fLeKN4/IXyteAe6zfcsOK.hVUVVL8bAxw5mDAhXXF5e"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Omnis aspernatur deleniti rem ea voluptas. Esse necessitatibus eveniet occaecati eum perferendis voluptas et."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Soluta modi fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 9ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zion_metz@okeefe.net"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lura Cremin"], ["email", "zion_metz@okeefe.net"], ["password_digest", "$2a$04$9m14bJ3WzKjpuo4lCHSbDeeb38KRLcda9Dc7XMTUjuda5Wmqtzney"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.2ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamison@schmeler.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Rosendo Emard"], ["email", "jamison@schmeler.info"], ["password_digest", "$2a$04$No2FXO7M2o4YZfaCsVfDP..wkweBHZrc9wSzVJhyTwxdacCWiM48e"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Ut et dicta quisquam nihil consequuntur dolore placeat. Eos itaque quia in. Sapiente aperiam quas. Temporibus porro ut commodi.", "summary"=>"Id et sunt recusandae voluptate consequuntur voluptatem. Et sequi iste explicabo. Ipsam natus ut non itaque ullam quod.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Occaecati quae ea minima eveniet rerum itaque. Nihil sed voluptates qui debitis rerum. Veritatis inventore voluptas aut blanditiis sed ipsum nemo. Facere vero est.", "summary"=>"Modi qui eius quibusdam ipsa dicta iure commodi. Nostrum similique soluta sequi qui reiciendis. Illum rerum iure.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfred.pacocha@weimann.biz"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aidan Torp"], ["email", "alfred.pacocha@weimann.biz"], ["password_digest", "$2a$04$bJ2UcCoQK5Ou/r68aodYJuz.TFLYwd4/BWE7Sek65Ee.vFBcZfdKW"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Commodi eius exercitationem asperiores at molestias dolorem totam.", "title"=>"Title"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Commodi eius exercitationem asperiores at molestias dolorem totam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Eum iste ea.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ulices.grady@mcdermott.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tate Wiza"], ["email", "ulices.grady@mcdermott.org"], ["password_digest", "$2a$04$LTiowg6bBh6iHZG3uxzdxux5nxad6tZA.Jtupi21knJXhsmiuZf.a"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Possimus saepe totam voluptatum quae eveniet cum ea. Et et ab accusantium."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Dolores ut distinctio et suscipit voluptate. Saepe voluptas illum dolore consequatur fugit. Exercitationem et est nesciunt corrupti voluptatibus esse."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.8ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "else_weimann@mitchellnitzsche.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cloyd Veum"], ["email", "else_weimann@mitchellnitzsche.biz"], ["password_digest", "$2a$04$NzE68WhQ74v9grAD5Pgf7eHbaUQQQciuXI3NtZDRWUXRCL6QAaBmy"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Sed id quis cum repellendus non. Cum quidem voluptas animi harum."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Ducimus neque et totam quisquam commodi adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lonnie.mitchell@jakubowski.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Claudine Lynch"], ["email", "lonnie.mitchell@jakubowski.org"], ["password_digest", "$2a$04$dNWKzNMJdwPiZa5Lydl69.Joh7kOLbD61n2vWF.s63k0c4YBp1MuW"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Nihil voluptas necessitatibus. Adipisci sapiente incidunt vero ex placeat accusamus dignissimos. Perspiciatis quasi sit eligendi praesentium facilis et est. Doloribus sint et eos dolor illo."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Asperiores tempora corrupti eveniet similique."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "filiberto_spencer@oharadoyle.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dawson Boehm"], ["email", "filiberto_spencer@oharadoyle.biz"], ["password_digest", "$2a$04$jT7xZtBjbt70lHMYMD1NgOhpH0BA3V2TfR/IHYuLHNHLazlksF10y"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Vitae impedit voluptatibus. Dolores laboriosam sequi incidunt quisquam fuga. Ea neque dolorem est nemo."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Totam architecto laborum dolor accusamus molestiae. Vero earum architecto iste voluptatem. Quia repellat provident quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 15:50:42 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 8ms (ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kira_okeefe@ankunding.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vincent Carter"], ["email", "kira_okeefe@ankunding.co"], ["password_digest", "$2a$04$d.TS0euYStaoNEciLo.E3OvzdLaur.Hl4ZkgVlPoH1rImHTnEgqxS"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Dignissimos qui laboriosam ratione porro. Minus qui non nobis qui voluptatem. Et illum et."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Molestiae qui dolor doloremque."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 15:50:42 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.1ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jedediah@ruel.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margret Yost"], ["email", "jedediah@ruel.com"], ["password_digest", "$2a$04$iGXiuDzl8WDbjUxCsw58Ouj8LfzsCOq5et2OOZuwlDAKtUS0aO3rO"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mayra@thielboehm.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Patsy Schmitt II"], ["email", "mayra@thielboehm.org"], ["password_digest", "$2a$04$lXhTXyOFWcKNYKIYk1SeRuI8wv7sOgh8QaWgmy2wVYLYsXPbfQSiS"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Enim nesciunt ullam consequuntur velit rem esse blanditiis. Molestiae unde aut at reprehenderit inventore laudantium optio. Quia consequatur labore velit. Unde corrupti occaecati."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Excepturi rerum quibusdam porro suscipit. Sint sed corrupti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-07-01 15:50:42 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.6ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mckenna.buckridge@green.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Conner Miller"], ["email", "mckenna.buckridge@green.biz"], ["password_digest", "$2a$04$wwfs5hQuFM34sEold8g6fePviACUWdKmYAgxy7iFOXUKg1mscq5nm"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Eius est eum est. Ipsum fugit excepturi expedita commodi. Debitis asperiores facere accusamus."], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Repellat et nam. Ea voluptas est ut porro optio velit. Reprehenderit reiciendis aut qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 15:50:42 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.8ms) Completed 200 OK in 8ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dante Ledner"], ["email", "user@user.com"], ["password_digest", "$2a$04$TAp4J5lC/7ASFgBnd97otua3.xxTxcwEi6t1656ekmo0QChNL9Axu"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$gLBVj5XobxKBcpSIQHstwOzbfncEe1G.wLO/PZ6/6vkFmZHdO3kRy"], ["updated_at", 2016-07-01 15:50:42 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 13ms (ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.5ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-07-01 15:50:42 UTC], ["updated_at", 2016-07-01 15:50:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cecelia.robel@shieldsrunolfon.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elisabeth Boyer III"], ["email", "cecelia.robel@shieldsrunolfon.info"], ["password_digest", "$2a$04$SyLFPj/YPkClfdwA.cS2uevkAd/a5PLysmIykWlmV/pzKWhrpETUe"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 15:50:43 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 15:50:43 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 1.9ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.7ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glenna.flatley@shieldshalvorson.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lorine Fay"], ["email", "glenna.flatley@shieldshalvorson.info"], ["password_digest", "$2a$04$ROsofl.R5a8SHm3Q5OVdpedVJe.VbNWbXjLlRafn5SC/V615icKkW"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Aut occaecati est. Placeat veritatis quod voluptatum facilis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Quae vel fugiat consequuntur tenetur error quasi. Qui ea ullam velit reprehenderit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blair.paucek@wilderman.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dudley Weber"], ["email", "blair.paucek@wilderman.com"], ["password_digest", "$2a$04$j88gwIv1oB3OkZ0z66yim.FFLUM1.5w8rJwsqEFWy5gnfhxkKpd8a"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Nobis et a quibusdam praesentium omnis. Accusantium omnis veritatis sequi sed dignissimos dolorem. Officia illo aut reiciendis vero harum mollitia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Non et aut aut quae sunt. Voluptatem totam commodi magni voluptatum unde est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosetta_stehr@wyman.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Liam Braun"], ["email", "rosetta_stehr@wyman.info"], ["password_digest", "$2a$04$U/fnzxysVUjSrWB5bkc8Je7HgTWhD9PEXvRd40C5DCgexogPxk8dW"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Soluta mollitia maxime. Voluptatibus itaque quibusdam nemo unde asperiores sint molestiae."], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Totam sed reiciendis fugit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 20ms (Views: 15.2ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ted_orn@kling.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Queen Schoen"], ["email", "ted_orn@kling.co"], ["password_digest", "$2a$04$Yrf86W67zNxCZVTxu.cCV.gwxFDvdJKxdR3EOUUojd/ttE6t4Gnli"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Quasi consequatur dolorum et repudiandae animi corporis quia. Asperiores dolore accusantium."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Sint optio ut temporibus sequi. Nihil ab aspernatur eos eaque. Repudiandae omnis reiciendis doloribus nostrum iusto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ike_king@balistreri.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Araceli Lynch"], ["email", "ike_king@balistreri.biz"], ["password_digest", "$2a$04$IABCOHFVtHgqEwgwqcYP5eu.QYTdIu62O19Wqr4d37RfHsK88FiSW"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Iure sit quo ipsum eaque saepe temporibus. Libero consequatur id. Id itaque cupiditate."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Tempora molestiae velit perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "greyson@stroman.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vena Kemmer"], ["email", "greyson@stroman.biz"], ["password_digest", "$2a$04$JcxbtlspFKXB6f1e9hm6iuU6tnL9TvKeIm03nzCEAMuAw0Aya4MtO"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Eum ut corporis et dicta autem asperiores dolores. Est saepe reiciendis qui eaque facere eos. Tempore ad aut cum magnam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Aperiam ea sequi nulla culpa rerum. Aut deleniti minima unde. Consequatur minus asperiores sint consequuntur odit repudiandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karson.keeling@framiwisoky.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ellen Stiedemann"], ["email", "karson.keeling@framiwisoky.biz"], ["password_digest", "$2a$04$rbczA96yA6OGxqiwPfFmdOLI48zzyPKDdHGYqF/vAXKs3CKZgDmbu"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Dolorum eligendi qui ad. Tenetur maxime atque ex corporis quas. Voluptas iure dolor laborum at et voluptatum sequi. Qui cupiditate provident."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Nesciunt ipsa ut illum vitae a. Omnis nobis placeat et sint. Ut sunt fugiat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "domenick@lubowitz.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dianna Douglas"], ["email", "domenick@lubowitz.io"], ["password_digest", "$2a$04$sVA8eIP4X3Fn00pEHMZ40OJK6v7Q7Rwl0UEXuu/ne2ibkqGK0fTn2"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Commodi facere similique sint voluptatem. Id rerum qui."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Porro ipsum dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jena.botsford@wolff.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dudley Mante"], ["email", "jena.botsford@wolff.org"], ["password_digest", "$2a$04$oD2aK2fyLmQMsfWoiehxkuTgkXmhJv4qe2YdDT4Q751N2Lquj8RVy"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Qui voluptas recusandae ut. Est et praesentium. Voluptatem tempore deserunt autem illo."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Fugiat maiores rerum at necessitatibus omnis dignissimos iure. Distinctio iusto est iste commodi. Perferendis alias aut fuga ratione ipsa sed est."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethyl_towne@fritsch.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Luigi Stoltenberg"], ["email", "ethyl_towne@fritsch.net"], ["password_digest", "$2a$04$eWkxvFqTn8BqwDhr4vedZuHtctDDAApZeXdaXle3kETwJaDk6ECIG"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Tenetur maxime aspernatur pariatur dolorem dolor illum. Totam autem aspernatur sed. Assumenda quia fugit esse et quidem eaque."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Voluptas qui in. Saepe culpa laudantium quia magnam et officiis. Officiis laudantium sunt assumenda nesciunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamie_witting@greenholt.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elaina Deckow"], ["email", "jamie_witting@greenholt.co"], ["password_digest", "$2a$04$C9d2naRHMZe3vDd5ZQxZuOhWd1gHvnUIzAGITmtqiAvLxnPXbXhla"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Est modi voluptatem quia impedit velit. Asperiores est tenetur ut ab. Quidem dignissimos quas ab quia veritatis laborum tempora. Magnam ea aut sed."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Qui eos minus nobis nostrum fuga. Et ex dolor et. Facilis ipsum illum dolore molestiae cumque laudantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eddie@kuphalbalistreri.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johathan Konopelski"], ["email", "eddie@kuphalbalistreri.com"], ["password_digest", "$2a$04$1CANdh0RxTJFtMx1OJvbzuWxMp8Tmsaa5Fnn997LpTq7NQHYwUpau"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Magni non vel qui. Perspiciatis quam laudantium qui voluptas odit. Sint suscipit commodi officia dolores qui delectus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Expedita voluptatibus temporibus dolores. Dolore illum est. Est provident fugiat architecto et mollitia deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosina.cummings@connelly.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maryse Rodriguez"], ["email", "rosina.cummings@connelly.co"], ["password_digest", "$2a$04$3Ya0qoaunj6kmLwxYIIlmOda3xPBoNetf9.bLSeJBRf2bxCMU1vyG"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Minus iusto inventore consequatur. Omnis assumenda quia consequatur. Quo quia quia. Et nobis sint."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Fugit maiores placeat quas qui iste. Est et laborum architecto aliquam deserunt sequi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "samanta_kohler@dooley.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ora Stracke Jr."], ["email", "samanta_kohler@dooley.org"], ["password_digest", "$2a$04$FMsxUvH0lZzBkYeR0Xu4EOiKrK5tTGS1RZGt8F7YefKxg.wCGFvZa"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Quod velit et rerum consequatur harum tempore. Tempore nihil enim quo nisi. Rerum ex dolores rerum reiciendis sit ad. Cumque cupiditate autem animi nam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Laboriosam voluptate possimus. Molestias magnam dolor ut est consequuntur amet."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "liliane@kertzmannruecker.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berry McCullough"], ["email", "liliane@kertzmannruecker.net"], ["password_digest", "$2a$04$3d86ojUP6/ZV67LGyJMaLOsbpdp9RCloC3ClR9YIRcJtdfl5xfk3S"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Ea tempore iusto omnis nihil. Enim expedita cupiditate. Nesciunt placeat itaque dolorum vitae animi."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Sunt hic aliquam voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "itzel.denesik@kling.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Efren Kuhlman"], ["email", "itzel.denesik@kling.info"], ["password_digest", "$2a$04$bfM.t2l3BzZ6Fyw3oqKCk.wNBeRhSFmg5kViKJh/aQhciPoo/mcrW"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Et iure reprehenderit cum ut rem. Labore et illum doloribus voluptas quis rerum."], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Quidem nobis odio. Tempore fugiat corrupti quis qui esse. Et aut esse est nemo quia exercitationem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.8ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 39ms (Views: 12.5ms | ActiveRecord: 3.1ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kara@weinat.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ed Schultz"], ["email", "kara@weinat.name"], ["password_digest", "$2a$04$DqWFF.aO4FDjKIt103n0E.T9xWLujgr2atQ0tQRVTIGfQv9zmRvKa"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Modi harum dolorum. Earum necessitatibus et harum. Molestiae qui velit magni tempore doloribus error rerum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Fugiat qui ea tempore nemo. Maxime quo in porro rem provident et. Omnis aut ut possimus et."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amber@watsica.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keith Okuneva"], ["email", "amber@watsica.com"], ["password_digest", "$2a$04$H6UrnLgqkGO3XqMP1Q6KWOgrA9WbCk7DRDHXB4WgIRSW2M1pqL3Jm"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Totam placeat repellat. Nulla beatae accusamus excepturi totam aspernatur. Qui inventore ex et expedita exercitationem quos."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Debitis ducimus dolorum est eos laboriosam nemo. Repellat exercitationem voluptas eaque sed aut eos ratione."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lilliana.lynch@rippin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darryl Lang"], ["email", "lilliana.lynch@rippin.io"], ["password_digest", "$2a$04$UGbttRCXxWLCExyiBiw2fulN0/VWkgiI/hMZYy/B9ITiDYPTnrije"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Quo porro esse qui consequatur nulla eius. Consequuntur necessitatibus odit. Eum impedit voluptatibus eos. Sit omnis fugit."], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Modi optio officiis ullam vero totam. A non consequatur est."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karine_armstrong@zemlakdach.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Minerva Walker"], ["email", "karine_armstrong@zemlakdach.name"], ["password_digest", "$2a$04$Af4JAmgCzYdKtIUOhXsUdO2IAUwEd4OxM/T89NPgVnrsczWVwFGs."], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Excepturi possimus et modi. Voluptatem et praesentium quia. Qui assumenda magni."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Autem voluptates nihil et eveniet. Aut temporibus laboriosam voluptatem iusto ut vitae quasi. Debitis ipsa tempora labore odit enim praesentium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-29 00:00:00 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.9ms) Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "weldon_sanford@smith.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mariam Jones"], ["email", "weldon_sanford@smith.org"], ["password_digest", "$2a$04$nVZbA9roBYRV.O3fwdRjze/ErKJDtWwnYOn/tFGpuqaVP1.14sbyi"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Et perspiciatis saepe dolore. Nostrum dolorem alias."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Sapiente quas et voluptas blanditiis autem quae. Accusamus error quos asperiores nostrum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fern_rau@howe.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cayla Bins"], ["email", "fern_rau@howe.org"], ["password_digest", "$2a$04$hAymnbP8fNHcFLzr6DMpG.mDlZRvpGJTCJPXVDxQA6ahjwKZW/Ilu"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Magni vel inventore illo voluptatibus omnis. Cupiditate quam delectus placeat sequi aut. Enim eum debitis eaque corrupti. Dolore ratione ducimus ut vel sapiente."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Omnis eos aliquid voluptatem incidunt tenetur. Ea qui esse temporibus quod quas non pariatur. Doloribus in doloremque quia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arielle@terrybednar.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lorenzo Feest MD"], ["email", "arielle@terrybednar.io"], ["password_digest", "$2a$04$Umv5j.Sfn735z4U2wO7ihOTfCtKPqyjrm9hdo4v2jUaBY6favLz.6"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Et est rerum exercitationem voluptate corporis accusantium. Sunt deleniti debitis animi. Debitis voluptas non iusto ea minus. Fuga ut voluptas ea."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Blanditiis voluptas voluptatem voluptatem expedita."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moses@morar.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sedrick Osinski"], ["email", "moses@morar.io"], ["password_digest", "$2a$04$1kz78q1AhvBxDwLYB2.UDO2wmOGj2Y.Hc8qq/YRITPLyx2kDoppde"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Nostrum repudiandae reiciendis sit culpa. Magni doloribus sed ipsum maxime."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Ut impedit architecto molestias reiciendis vel."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "breanne@lesch.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aileen Larkin"], ["email", "breanne@lesch.biz"], ["password_digest", "$2a$04$hvidCPL9U4xnpGQ8usEUs.o.VxQwEU7HB2MLrXf9Xm5lAEO.NI7He"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Accusantium totam harum numquam expedita esse ut voluptatem. Sit dolores et nihil quo nemo."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Qui quia aliquam deserunt sint. Molestiae in voluptates adipisci. Id autem iste ea commodi expedita."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guy@kuhlman.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lelah Mertz"], ["email", "guy@kuhlman.info"], ["password_digest", "$2a$04$gyblFgrEemxasRuMBEV9PuIWznBaQGBlBSsqiOt/uKyxRctClP4vW"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Officia ad et dolores nobis quo. Iure esse omnis autem dolore animi dicta qui. Atque facilis autem vitae quidem alias voluptas perferendis. Expedita voluptas nulla vel."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Voluptatem dignissimos doloribus."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eugene.hermiston@beahan.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emely Lemke"], ["email", "eugene.hermiston@beahan.co"], ["password_digest", "$2a$04$6D.pe5LBaaCd.MBETLjfU.RmtrwFvo9TQdQvim3g0VYJs1KBC0kJm"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Laudantium et quia minima dolores expedita recusandae qui. Cum repellendus aspernatur et. Quibusdam amet alias debitis voluptas quaerat est. Non unde dolor quo et inventore sit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Voluptate ut repudiandae excepturi non minus praesentium et. Error minus nostrum dolor facilis. Sed porro sit voluptatem consequuntur in dolorum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "miles@hane.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chaim Boyer"], ["email", "miles@hane.com"], ["password_digest", "$2a$04$CvEo7net99x7DEyL/VlhRuyxqyiJV5ymZm/uJ0Sy/K1xj/kwtR8tm"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Nihil nemo enim delectus adipisci. Qui in ut alias qui. Illo fuga sed."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Nulla vitae quod. Non fuga fugit debitis est omnis nisi."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cortez@kuphal.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garry Homenick"], ["email", "cortez@kuphal.io"], ["password_digest", "$2a$04$KFX9cWojNtNtd03T37Grv.w9jz9qmgRwUOo75OgUUVzMQlg5QTUjy"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Exercitationem qui dolor eum a. Adipisci molestias voluptates enim ipsum omnis eos. Assumenda ea nihil minima laboriosam ipsam eos."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Ipsam reiciendis delectus eos dignissimos. Illo consectetur quam."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eugene@johnson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andre Durgan"], ["email", "eugene@johnson.name"], ["password_digest", "$2a$04$g.GWs0n3c9Y4TjQp52uTUOXidf90sCJ0uIvqliCUAnCC8Gc9fyrpi"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Illo recusandae dolores. Placeat omnis quibusdam rerum sit. Ipsa et soluta ut. Optio molestiae recusandae vel sint."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Qui dignissimos sed. Porro voluptas error illum ea sapiente doloremque quo."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melba.reinger@schroeder.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rory Anderson DDS"], ["email", "melba.reinger@schroeder.com"], ["password_digest", "$2a$04$8tH0kqUF3AGY4AbG2P3Kb./pw.VSuN0PzbLBrTS88NKANouy02cru"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Accusamus expedita facere eum ipsum est. Quas minima fugiat. Officia non repellat unde ipsa. Expedita sequi fuga aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Omnis qui itaque. Aut fuga in mollitia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "samson@smith.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eve Blick"], ["email", "samson@smith.org"], ["password_digest", "$2a$04$nPtp/6RdkloaomXejnKim.H08JkGs7k7AIBzYU67lIrvqOlLh86BO"], ["created_at", 2016-07-01 15:50:43 UTC], ["updated_at", 2016-07-01 15:50:43 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:43 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (21.2ms) Completed 200 OK in 472ms (Views: 468.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:44 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"samson@smith.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "samson@smith.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WTXzLcA5ALH2NNyS86YnlOm.w9EIGWBZAzn0gRB8pJ9LJG7Zdp1nm"], ["updated_at", 2016-07-01 15:50:44 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.1ms) Completed 200 OK in 41ms (Views: 31.6ms | ActiveRecord: 2.2ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "peyton@schroeder.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mireille Lesch Jr."], ["email", "peyton@schroeder.co"], ["password_digest", "$2a$04$nSNKJf8VqUsAJJnjF5VOWeUvdsGxNvUv6i5MxMawnwt5YdxCtxnha"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Recusandae commodi natus laborum. Magnam fugit molestias commodi enim perspiciatis saepe quos. Et aut qui voluptas."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Sunt quam quo sed. Qui soluta similique maiores porro itaque. Cupiditate voluptates maxime dolorem laboriosam ut autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (27.4ms) Completed 200 OK in 43ms (Views: 33.4ms | ActiveRecord: 3.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clara_deckow@hoeger.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rahsaan Rempel DDS"], ["email", "clara_deckow@hoeger.info"], ["password_digest", "$2a$04$0bF/ROZOUx2jXJbaIYX5ye8OHUTaUJ3RCA41538jzVIwQNU7Ih7t6"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:44 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:44 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"clara_deckow@hoeger.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "clara_deckow@hoeger.info"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$dbcGLfI2w4mStIr0ujFm5unTpjlzrTYseLiklsbHFR67vEuOhMX0y"], ["updated_at", 2016-07-01 15:50:44 UTC], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.2ms) Completed 200 OK in 22ms (Views: 16.8ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carlos@davisbeahan.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Phyllis Heidenreich"], ["email", "carlos@davisbeahan.info"], ["password_digest", "$2a$04$cjjTMAmeJrdXFsTGApVm2eCDx47AYs56aEgBG4NcoZhIb.XYtdNuC"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Voluptas laborum voluptas harum ut enim atque et. Et explicabo aut consequatur est blanditiis labore."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Nesciunt doloremque repudiandae veniam et doloribus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adelia@schamberger.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dashawn Langosh"], ["email", "adelia@schamberger.name"], ["password_digest", "$2a$04$uBmCc8ptNrLglYS./w8UsO1buQLnFhPPir5VZkcYRzLVidOvERhsW"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Nobis nulla ex facere. Ut magnam et eos in iure. Quam saepe ut velit eaque eveniet quia."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Maxime fugiat delectus quae enim eaque quis est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bridgette@grant.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Scotty Marquardt"], ["email", "bridgette@grant.com"], ["password_digest", "$2a$04$gtQAMYf2hE3xn6cYrDIH1e9Wh/q1/sKTTx8GfliDwuqSNiU.sisGC"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Quas qui qui exercitationem sequi quisquam laudantium commodi. Incidunt omnis praesentium ut. Ab tempora veniam sunt."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Et est ut nam earum illum non rerum. Dolorum ut voluptas. Ut eveniet eos non consequatur minima."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaquelin_hegmann@greenfelder.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnaldo Yundt"], ["email", "jaquelin_hegmann@greenfelder.net"], ["password_digest", "$2a$04$FkmkcFZEBumFasXy0ZVqPuWiLFhHhR6U6qSF6aQiPQyh/zw7lXcDe"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Est rerum et. Ipsam in magni itaque cupiditate hic accusamus."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Vitae veritatis nemo quo corrupti quibusdam. Atque asperiores eaque omnis repudiandae amet aut rerum. Nobis facilis vitae ut quae dolorem officia odio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "logan_hettinger@rath.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roselyn Jacobs I"], ["email", "logan_hettinger@rath.biz"], ["password_digest", "$2a$04$yd3XPyTfKdSGd3Dl4ewEc.l6KHKQGuH33GdKncH81sNsQc4njA.2m"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Eligendi dolorem quas. Quo eaque doloremque quas consequuntur aut tenetur similique. Quisquam rerum quia reprehenderit."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Rerum corrupti voluptas. Voluptates sapiente labore quod adipisci molestias ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lysanne@okeefe.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Axel Rogahn"], ["email", "lysanne@okeefe.com"], ["password_digest", "$2a$04$2F8GjTMgUhj758Kz/5NUNu1ULuiOv8E.IpSsK2.7U/TtajeQBy9qS"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "In odit sit ut quas. Hic sint fuga qui asperiores aut et. Earum cupiditate vel fugiat esse. Cumque quae nihil eligendi."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Amet id facere deserunt. Quis quo eaque ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chaz@moen.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Margarete Vandervort"], ["email", "chaz@moen.org"], ["password_digest", "$2a$04$SLx15KAt9zBoH8bL2p96qOoV4OYV1Ao8Wy.8xvHQrT.NcOUs39Uoq"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Earum cupiditate minus. Dolores voluptas totam aut quia deleniti. Exercitationem voluptate quos."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Ab delectus et. Repellendus eos et corporis accusamus sit omnis. Qui similique est iusto et quia cum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orlando.schoen@rau.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maxime Bechtelar"], ["email", "orlando.schoen@rau.biz"], ["password_digest", "$2a$04$RfZKPOU692hKTCDgIHMe7.90zAJWs5FSNxXGqZC5CITFqHbQ3QmGG"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Ut dolorem doloremque voluptates corporis aut temporibus. Asperiores ea ex sed. Mollitia molestiae assumenda harum numquam natus. Modi architecto est rem perspiciatis amet non."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Aliquid explicabo sit libero non voluptatem. Itaque sit possimus repellat qui earum sed quibusdam. Voluptate sapiente vero tenetur et consequatur ratione impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bette.runolfon@goldner.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Morton Huel"], ["email", "bette.runolfon@goldner.net"], ["password_digest", "$2a$04$b7IDCAhZBqZ3xvIW16G4vOKH93502L2EKRo0lQAjIw2IHh7.widxG"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Ut aliquam reiciendis minima aut magni distinctio. Rem praesentium sit ut quos quas distinctio."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Nam sed ut aut voluptatibus est modi. Nobis nihil ipsam in cupiditate repellat quasi blanditiis. Neque deserunt voluptas incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ulises@steubercrooks.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Americo Dare"], ["email", "ulises@steubercrooks.biz"], ["password_digest", "$2a$04$Lr2WoGRhaHuMjM1.xUMI0.gAMim7cQ7wIfgLj46S0P5REH8/UWc1C"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Eum nesciunt tenetur ut. Amet eos temporibus ipsa facilis ea. Vero cum et iure laborum dolorem."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Dolorem dicta delectus inventore qui ad. Tempora hic magni accusantium mollitia."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyrel.reilly@okonadams.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alexa Bergnaum"], ["email", "tyrel.reilly@okonadams.io"], ["password_digest", "$2a$04$bOGlK7xRA/HGmDNM7R0dluGzfWX8UtZaPr50kKYKqQtPSwXeKPujO"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Facilis voluptatem molestiae nobis deleniti ea. Sed sequi id quas ipsa. Aut error deserunt accusantium ipsam est at non."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Error qui est itaque aut quibusdam. Autem est velit modi non voluptatum. Eveniet nisi est voluptatem voluptates veniam quos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosella@reynoldshermann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elmira Sawayn"], ["email", "rosella@reynoldshermann.io"], ["password_digest", "$2a$04$6lgQkrX5varoTGpWQlUN4ulj8AZ3xVTb88aZBV8tSdK77XWVqPSgK"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Commodi ea ad. Officiis delectus eum est. Quidem dolores voluptas dicta sapiente possimus id fuga. Ut magnam iusto id aliquid."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Tempore et ab itaque rem et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tanner.crist@abernathy.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stella Leffler"], ["email", "tanner.crist@abernathy.org"], ["password_digest", "$2a$04$7lcvYTAsXznTDw5z5ZE1Ueq2tfC7JSPBFr7uhVXBMWR3qx0lioK06"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Et dolore sit illo. Odit eius non."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Et illum qui numquam autem doloribus error et. Sequi adipisci neque rem dolores odit. A ipsum accusamus et quidem veniam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "olaf_schaden@langworth.name"], ["LIMIT", 1]] SQL (13.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hillary Koss DVM"], ["email", "olaf_schaden@langworth.name"], ["password_digest", "$2a$04$jStA2LRjcYsz59jxOpoxhOYOwRigFq5DIs40YTrHLEjE2m61psrMe"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Pariatur inventore sed ut eius debitis nam. Itaque ut consequuntur aut optio eligendi. Vitae debitis dolor quibusdam iure. Magni sint veritatis est natus debitis iure."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Quas iste quam nam dignissimos quisquam est minus. Modi vitae est consequatur sunt laboriosam. Aspernatur commodi quas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "boyd_towne@wiza.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Savanah Nikolaus"], ["email", "boyd_towne@wiza.com"], ["password_digest", "$2a$04$qqVkwPfDZ7IPQTK0m70XEuBIebP0B5e17HtYnPAz17M83ZFaBbxOW"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Nihil amet consequatur. Veritatis est nemo in. Fugiat sapiente laudantium vel ipsam voluptatum explicabo."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Temporibus nobis ut maxime veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lesly_rolfson@torphybayer.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tillman Reichel Jr."], ["email", "lesly_rolfson@torphybayer.net"], ["password_digest", "$2a$04$VmygYzxIWWFKHnMH8x932u4yIApG3pDKwh3ZC71SggGrk4NDAAdRe"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Facere voluptatem ipsam. Labore et qui sunt voluptatem est quidem fuga."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Earum fugiat et commodi repellat dolore dicta. Inventore non deleniti quod iusto expedita aliquid vitae. Enim rem aut vitae quod quidem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ora.jast@walkerharber.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Letha O'Hara II"], ["email", "ora.jast@walkerharber.io"], ["password_digest", "$2a$04$mMGGY4UJ7CoNIG/1ezg0neimb1slXsMEk0RgzaYsJDjV1PfW7YL1u"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Repellendus eos architecto molestias ducimus inventore et. Quam voluptas cumque. Molestias aperiam sapiente omnis libero fuga."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Cumque quo maxime est dignissimos voluptatem est. Porro sed ex quod quasi neque facere id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ivah@kihn.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Uriah Hilll"], ["email", "ivah@kihn.com"], ["password_digest", "$2a$04$o4rb5wSYqjaB1IRC1qPCk.zZoRA.g8dOnd1Jg..SAUP5tqg8GYPO6"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Nihil quam natus ea sequi molestiae cum aperiam. Consequuntur aperiam vel. Occaecati rerum doloremque accusamus dolorum ipsa sint reprehenderit."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Est ad placeat dolores. Quaerat nobis exercitationem sit sit quia optio. Veniam asperiores quibusdam dolore et est maxime."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christopher.lesch@flatleygibson.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abigail Wolff"], ["email", "christopher.lesch@flatleygibson.com"], ["password_digest", "$2a$04$0vGeJ6zBLHDoUReAH9xKqeTUuqbCV11hQGUfl7Dcg06v0r0vZjmoy"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Omnis eius veniam est ipsam doloribus. Sunt aut illum culpa expedita. At voluptatem quod reprehenderit voluptates. Voluptas ab odio consequatur."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Quaerat quia esse repellat doloribus eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dexter_fadel@loweschmidt.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edgar Reichert"], ["email", "dexter_fadel@loweschmidt.co"], ["password_digest", "$2a$04$n6NGMSnZthiGDpMqg8.RVurJdAA7oWa52BlXoNZgr3.0QbQhnI35K"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Incidunt quia sunt et est architecto et. Accusantium veritatis voluptas aliquid facere ut inventore voluptatem. Animi consequuntur in dolorum. Aut et ea voluptas sint aut."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Mollitia animi eligendi qui tempora. Nihil non provident aut quibusdam recusandae qui laudantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lorenza.okon@ryan.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Connor Bode"], ["email", "lorenza.okon@ryan.co"], ["password_digest", "$2a$04$OQWzDgzKfqDhKqaKeT29UODNW5RDaOkXXuO1/NRzPXhFNxNAmkt5W"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Nulla quisquam dolorum maxime veniam doloribus consequatur. Non ut omnis."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Nemo qui veniam qui distinctio enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lydia_west@hartmann.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noe Wiza"], ["email", "lydia_west@hartmann.co"], ["password_digest", "$2a$04$Mgm88jNJq1pHPneQApabU.yDhYIBsqb.4.cV/2C1vc5QCOnbiiTii"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Dolore perferendis quidem. Molestias error assumenda reiciendis eum est."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Sed eius dolorem reprehenderit nostrum. Architecto debitis aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ara@bartonbartoletti.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carter Ernser MD"], ["email", "ara@bartonbartoletti.org"], ["password_digest", "$2a$04$.ARG2mccaXuNrgCZDOpHSODFyz4QaRknDlLU2IzGhB3m1rVloDux."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Qui accusamus dolorem quos. Voluptatem neque modi aperiam. Et non voluptates est vitae ea voluptatibus non. Dolor eaque voluptas inventore."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Et voluptatum et aperiam nisi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hillary_keler@mckenzie.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jessyca Wilkinson"], ["email", "hillary_keler@mckenzie.name"], ["password_digest", "$2a$04$hvS4XE1rGLM7y1v6YemDuuG0XSufhIbzuIQNZOL0jkaBYjeB5i6DG"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Molestias aperiam molestiae natus totam ipsa unde enim. Minus officiis nisi consequatur. Quod non exercitationem nesciunt culpa ipsa eveniet."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Nobis blanditiis est esse rerum explicabo. Est rerum facere voluptas nemo accusantium. Atque sunt nihil quasi est cum suscipit delectus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marguerite@hagenes.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dashawn O'Keefe DDS"], ["email", "marguerite@hagenes.net"], ["password_digest", "$2a$04$XALi5XAUjdOrUVu2s0FNTuB4vtcI2W6aORa/ktUchpVO7tcX66zt."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Laboriosam possimus dolorum nihil pariatur corporis. Quisquam qui blanditiis laudantium rerum dolores velit. Sit beatae architecto laborum consequatur qui ea aliquid."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Asperiores tenetur et aperiam culpa. Eaque et debitis iusto ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daija@moen.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darian McGlynn"], ["email", "daija@moen.org"], ["password_digest", "$2a$04$6fBzEPjYf4mfBAkrorJrGO/7UyI72iDsMYBtwAvgKsn2lM0RMqe6i"], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Non earum qui velit amet ut unde est. Non velit eveniet omnis quis omnis voluptatem molestias. Sunt blanditiis aut alias debitis."], ["created_at", 2016-07-01 15:50:44 UTC], ["updated_at", 2016-07-01 15:50:44 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Ut quaerat quisquam quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:44 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (125.9ms) Completed 200 OK in 141ms (Views: 118.0ms | ActiveRecord: 18.8ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (31.9ms) Completed 200 OK in 46ms (Views: 39.2ms | ActiveRecord: 2.7ms)  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vincenza.stamm@kozey.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gaetano Crona PhD"], ["email", "vincenza.stamm@kozey.com"], ["password_digest", "$2a$04$1X8waZ56rVl/avZemnMwG.pMgkjU6.gGuf0r3XCYhFsln8hb/oOIe"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.5ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"vincenza.stamm@kozey.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "vincenza.stamm@kozey.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$k0nFQn7YXiBKi20KD.9BzeLja6byj2fIILq3SEl37S1KhXLVJSQW."], ["updated_at", 2016-07-01 15:50:45 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 23ms (Views: 17.8ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "molly_terry@kshlerinleffler.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Robert Koch PhD"], ["email", "molly_terry@kshlerinleffler.biz"], ["password_digest", "$2a$04$rz5gJNGd3vo9qQ0d8Zqmzu3Cfqdn.dOoTzYfLRCgD3RdaGpTSc/3e"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Earum quia unde. Odit fugiat sit cum. Quia molestiae enim qui pariatur non."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Excepturi saepe tempora ducimus. Qui ut quibusdam dolor. Necessitatibus iure expedita non at esse accusamus voluptates."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janet@colekulas.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Blanche Walker I"], ["email", "janet@colekulas.biz"], ["password_digest", "$2a$04$dBO70ebMctnLckjlYlVng.KdeLe40JV9rUQhHeeMp6BweIiu7ZLom"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Et exercitationem architecto quisquam. Aperiam in distinctio aut."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Esse et voluptas provident. Iure perspiciatis qui voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yesenia_keebler@bartell.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Laurianne Stark"], ["email", "yesenia_keebler@bartell.com"], ["password_digest", "$2a$04$H0U2tSfXsxZDrvgGfLLDt.LnbNYbNThrbQSSPCbjdLb0gU84JRqqe"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Et illo aut nihil ratione consequatur necessitatibus hic. Beatae libero doloremque ut iusto quis. Quis nemo debitis provident iste accusantium nihil expedita."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Laboriosam possimus qui excepturi unde et ut. Explicabo dolor molestiae. Saepe omnis alias et molestiae voluptatibus."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fletcher.upton@kihn.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Graham Sporer"], ["email", "fletcher.upton@kihn.io"], ["password_digest", "$2a$04$muDbxuSGIj3bCtAxsHMrQuhy.dgeljK.La4IM8FL.KRKWIkKILywK"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Voluptatem iste velit qui. Et harum est error expedita eum quis. Sed culpa aut ducimus eligendi deleniti et sit. Aut sunt quo."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Suscipit ipsum tempore commodi voluptatem non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lenny_grady@schmitt.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geraldine Sipes"], ["email", "lenny_grady@schmitt.biz"], ["password_digest", "$2a$04$sxJkiPE.fscCHGdFweye1.akUcI0ASSbmLib3cLn0w4KOsJ1tckQi"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Eius impedit ut et id. Dolore quo ut eum eligendi eius. Sequi magni quia mollitia voluptatum autem assumenda sed. Consequatur cupiditate ut."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Voluptatem voluptatem ad sint aut aliquid. Numquam modi veniam consectetur ut quidem sed quis. Architecto est esse excepturi ad."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "llewellyn_terry@breitenberg.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hayley Koelpin"], ["email", "llewellyn_terry@breitenberg.biz"], ["password_digest", "$2a$04$nNaTmazcPh0aFUgZDNBLpOWWLvP0kouZI1JXs0syyH14br9XzQ4hG"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (2.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Quibusdam mollitia qui. Eligendi pariatur dolor praesentium enim perspiciatis sint qui."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Dolorem occaecati est consequatur laboriosam facere tempora. Et odio animi quaerat. Qui earum pariatur omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brielle.corwin@wisoky.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ozella Block"], ["email", "brielle.corwin@wisoky.co"], ["password_digest", "$2a$04$hI3mxvAi6jxaHwef07KGceAcXH8pewp/jNF8bLS/Lh9elKCp9bzwO"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Aut cumque similique nihil. Odit rem commodi debitis molestias in recusandae et. Unde voluptatem reiciendis voluptatum. Illum occaecati ut."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Quo quaerat facere tenetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "davion.murphy@okon.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hermina Nader"], ["email", "davion.murphy@okon.com"], ["password_digest", "$2a$04$NJlnblp9a/fx5GohWgtZueN1mCxCaDrv3MNgnZpzr0UCVj8ZMalXG"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Sed amet maiores. Cumque a animi laborum aut ea unde dignissimos. Ad numquam in et odit consequatur."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Consequuntur pariatur est eius fuga. Earum aut fugiat sunt. Ad nisi autem illo culpa mollitia aut necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gavin.bins@krajcik.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Matt Batz"], ["email", "gavin.bins@krajcik.name"], ["password_digest", "$2a$04$nMFN1Lw.aXFPVs07k3wUx.VOUDxtd8aiBpGe/NReLxWkbr3fZMoA6"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Magni sit consequatur sint. Minima sed ut. Odit dolores consectetur qui natus et rerum minima."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Tenetur iusto maxime velit est. Asperiores sint sunt aspernatur maiores rem veniam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrtice@schinner.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clark Rutherford"], ["email", "myrtice@schinner.io"], ["password_digest", "$2a$04$9UE8303UOeG9kVrcyh5B.O2y9.tPKKr5KBqMnQtWWzcWAEDVWnnqG"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Consequatur vero rerum autem. Omnis et et error ducimus dolor ab. Exercitationem voluptatum voluptas culpa maxime eos laboriosam sed."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Repellat hic qui laborum dolore eum aut itaque. Non id repellat. Et veniam illum enim."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonard@jonesdare.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arturo Larson"], ["email", "leonard@jonesdare.biz"], ["password_digest", "$2a$04$7dbTwkzhY3P/GxKgHlSiOe.8GnC2DLtVPM807oEXDKvIBm7q2vquC"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Voluptatem veniam doloremque delectus rem mollitia consequuntur eaque. At rem officiis. In repudiandae quae rerum eveniet. Voluptatem et officia numquam accusamus odio."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Dignissimos nobis vel. Et eveniet nemo ut minima. Laudantium dolores eligendi possimus sunt facere libero aliquid."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keira.labadie@schroeder.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eliane Hermiston II"], ["email", "keira.labadie@schroeder.org"], ["password_digest", "$2a$04$Scmkx6MsKK2moROsYD4EaOlpLN46J4NcFxdVrQSqAuJJHt0UJfeOi"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Quasi consequuntur repellendus nulla inventore rerum qui dicta. Magnam eius sunt vero et nobis."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Autem aut quis vero aliquam. Consectetur porro rerum aliquam occaecati."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrtle@sawayn.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hanna Kirlin"], ["email", "myrtle@sawayn.com"], ["password_digest", "$2a$04$c4.MOyBkX5KpiJ0EfKfOAegth8OL.A7I2w8k9JuBC6nznwpdY4lXW"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Aliquid quis architecto eos harum dolores. Et consectetur in accusantium. Quia dolores nihil et quaerat ratione voluptas enim. Perferendis rerum cupiditate et sit est."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Velit modi blanditiis ut praesentium quam dolore placeat. Voluptatem unde velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claude_hirthe@olsonstrosin.name"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Emmanuelle Legros"], ["email", "claude_hirthe@olsonstrosin.name"], ["password_digest", "$2a$04$rj8WcBb0IMP3FLhQ7BaOF.xS4ZJ2TQnaKtp2t0l0pIPKTxwFkGxBa"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Consequatur libero aut eum quasi. Accusamus quod ex. Vel sit amet et est et. Laborum voluptatem similique sunt asperiores aliquam et."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Deleniti esse et necessitatibus. Exercitationem et quae inventore magnam esse accusamus ut. Numquam est deserunt et et sint voluptates molestiae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "agnes_weimann@friesen.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Haskell Hand"], ["email", "agnes_weimann@friesen.org"], ["password_digest", "$2a$04$AFGUDSvHY./SRQb99ok3bO4xL1Y7XKppW/lfQcmtVNAYV./66mNIS"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Ipsa odit eum doloribus molestiae. Totam quasi exercitationem omnis voluptatem maiores. Reiciendis suscipit voluptatem ullam sunt."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Voluptates et voluptate laboriosam harum quis voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarrett@lang.name"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rashawn Rippin"], ["email", "jarrett@lang.name"], ["password_digest", "$2a$04$h83ztklLnUtFqpDx4b0wDODVSdIR4w6Ki6NdMSGGLjLfQ6CX6whMq"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Ea aliquam et ex quasi. Ut hic consequatur voluptatum eveniet mollitia. Amet et enim. Consectetur quam sed quas ipsam."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Ea iure quaerat ut reprehenderit sit dicta blanditiis. Aliquid natus laboriosam in cupiditate asperiores a amet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathlyn.barrows@pfeffer.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cruz Barton"], ["email", "kathlyn.barrows@pfeffer.com"], ["password_digest", "$2a$04$qv8xmCWzbBCCWn1LLgfoiuTyitib5X.GxFc9kj6VZBvD.SLaa6oOK"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Et ipsa officia sit deleniti temporibus consequatur quod. Repellat in aut omnis. Deleniti excepturi tempore ipsa asperiores magnam."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Voluptate dolor aliquam alias. Quis incidunt unde numquam nobis dolorem ullam aperiam. Dicta esse eos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kory@kunzeroberts.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reinhold Bartoletti"], ["email", "kory@kunzeroberts.org"], ["password_digest", "$2a$04$gejnjiQxPuStzaAuJ1t4seBKMV6tCbyQgN1ENHgEszYLR.l4IHCSm"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Alias velit voluptatem laudantium. Voluptas et et expedita sit voluptatem excepturi ex. Omnis quo voluptas et vel fugiat delectus sit."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Quidem nihil amet ut hic deleniti eaque vel. Itaque minus doloremque consequatur saepe quasi repellendus facere."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "francesco.oreilly@nolanbailey.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kip Howell"], ["email", "francesco.oreilly@nolanbailey.io"], ["password_digest", "$2a$04$zrStL2wV2MVYT20KwaGP2.Kw1U1RnW3UNjsKPChMG7/Kj3Sdn1AeW"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Optio illum sit est qui reiciendis. Sed accusantium voluptatum dolorem itaque sequi. Quaerat neque sequi velit."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Quidem doloremque harum corrupti mollitia dolores. Voluptate dolores beatae fugit minus quia. Nihil sit officia voluptatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauriane.weber@satterfield.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaqueline Williamson"], ["email", "lauriane.weber@satterfield.biz"], ["password_digest", "$2a$04$Ee8YZyPB8K833LLDvC.RN.s3zUyzPWVwN9jLf/kNsuHBE7PiigPPm"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Mollitia quaerat aut. Ut eligendi minima cum est ullam illum autem."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Eum voluptatem quia magnam autem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfonzo.volkman@sporer.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Lyda Cruickshank"], ["email", "alfonzo.volkman@sporer.name"], ["password_digest", "$2a$04$yIxuZj/E7Dilz9.5f/zmdutE0FgWxj5NZXhJxysLCl2MU/DjIx63i"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Minima nam vel facere occaecati debitis veritatis. Et quis praesentium nisi voluptas in voluptas."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Veritatis praesentium ut ullam nostrum a iste. Commodi velit eos id sed eum numquam et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexie@howe.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jedediah Kuhic V"], ["email", "alexie@howe.org"], ["password_digest", "$2a$04$y0Lf33BUYqxMGJJFaRDdse0M3xjP5jjUCRRfG.Z6r7QyGwqRxy0Hm"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Cum ut aut et soluta accusamus. Et quia qui error natus est. Architecto recusandae delectus iure cum quisquam."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Vitae est molestiae. Dolorum sit ut voluptas est omnis. Nihil velit officiis ratione."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "louisa_turner@schumm.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sally Brown"], ["email", "louisa_turner@schumm.co"], ["password_digest", "$2a$04$oOZaGUhIuGXDOEg.a8TMHufo7x7mFkfNvATpMEB4RQLAOQPdEujga"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Ad voluptatem deserunt ipsum qui. Dolorem aut nostrum. Laboriosam sit repudiandae laborum."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Possimus modi quo maxime eos molestiae error dolor. Non illo at qui cumque amet consectetur. Itaque et tempore reiciendis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kiarra@yostpfeffer.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Della Gutkowski"], ["email", "kiarra@yostpfeffer.co"], ["password_digest", "$2a$04$aZRB/dLlmszBnItTw6uBL.GfVQqeG5EDWD0A0BI.IGJVcVVEM48Te"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Ex praesentium expedita ratione sunt tempore ipsam. Neque perspiciatis sit quis maxime in aut ut. Et pariatur voluptas. Quia dolorem molestiae adipisci et suscipit eum autem."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Voluptates labore temporibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dale_littel@reichert.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Idell Parisian"], ["email", "dale_littel@reichert.io"], ["password_digest", "$2a$04$FygLuTotJQQchyXcc291nOCPzHHLK9DcJCRFMBlC6/JcOI.4trHyC"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Aperiam ut quia. Libero omnis qui. Sunt error quis asperiores. Dolorum commodi voluptate aliquam dolorem repellendus quas saepe."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Aspernatur optio a."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "quentin.senger@hartmann.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clifford Gottlieb"], ["email", "quentin.senger@hartmann.name"], ["password_digest", "$2a$04$UePSElnwvpAv47hhCuQrd.mBDbbmDqAJNRtQsqKh0dRse9Eed9.UK"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Ratione nam doloremque expedita eveniet laudantium voluptas. At possimus sapiente quidem ut. Est sunt saepe doloribus nihil aut rerum."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Rerum est sit ut. Aut voluptas aut. Quisquam quo iure voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (1.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (231.5ms) Completed 200 OK in 249ms (Views: 221.5ms | ActiveRecord: 22.8ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (38.1ms) Completed 200 OK in 60ms (Views: 51.6ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.7ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "guy@kutch.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "guy@kutch.biz"], ["password_digest", "$2a$04$3u0/qwmuWpZVcrCmMRrgxePlkVJMBK01vYKp4qxYQAUDQFMspDwZe"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.5ms) Completed 200 OK in 18ms (Views: 13.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"guy@kutch.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "guy@kutch.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.3kxBHI29Lbib7X/LRyaneClSO.VyRK/GlYvfk1C8J0ES06/3s8h2"], ["updated_at", 2016-07-01 15:50:45 UTC], ["id", 130]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.9ms) Completed 200 OK in 33ms (Views: 27.5ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erna.johnston@johnsonanderson.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "erna.johnston@johnsonanderson.io"], ["password_digest", "$2a$04$t57sPqVocN5sCYUjcEUzwenY4UkF0hcDIkVjh31vfrOD8KhxR42Ca"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claud_koelpin@torp.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Brock Kozey"], ["email", "claud_koelpin@torp.name"], ["password_digest", "$2a$04$pV2u3kDHtDK86jqEICIrr.YHt4BA0WwAhIcqXkF5WzfeRF9iHNN0u"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Et libero voluptatem quia dicta corrupti consequuntur omnis. Asperiores aut blanditiis maxime ut doloribus totam soluta. Quia incidunt ipsam alias aperiam rerum neque."], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Architecto a excepturi sint nostrum esse eligendi iure. In sunt occaecati voluptatem autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 15:50:45 UTC], ["updated_at", 2016-07-01 15:50:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-07-01 11:50:45 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (4.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.8ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (41.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (58.6ms) Completed 200 OK in 75ms (Views: 65.4ms | ActiveRecord: 3.0ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 15:50:46 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 25ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (28.2ms) Completed 200 OK in 48ms (Views: 40.9ms | ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chandler.cartwright@christiansen.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "chandler.cartwright@christiansen.biz"], ["password_digest", "$2a$04$76h6aT22gtuPrePNYQqOK.b/tzJ1hgSsuKTDJ1PrArpyfCyTg1WoS"], ["created_at", 2016-07-01 15:50:46 UTC], ["updated_at", 2016-07-01 15:50:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.2ms) Completed 200 OK in 19ms (Views: 14.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"chandler.cartwright@christiansen.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "chandler.cartwright@christiansen.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mgW.6car6xhdEIi88xnlqugHmnfkF3FZPgywxQp3Nrwr4DvxJzgkG"], ["updated_at", 2016-07-01 15:50:46 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 26ms (Views: 19.9ms | ActiveRecord: 1.8ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dayton@mrazgibson.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "dayton@mrazgibson.info"], ["password_digest", "$2a$04$gdC.zAqaQFq/R22XofSnyuoYH6c.jTUeMQ47HOzeZXmYAsFWL7YHK"], ["created_at", 2016-07-01 15:50:46 UTC], ["updated_at", 2016-07-01 15:50:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 15:50:46 UTC], ["updated_at", 2016-07-01 15:50:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (11.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (21.2ms) Completed 200 OK in 35ms (Views: 29.2ms | ActiveRecord: 1.5ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:46 UTC], ["updated_at", 2016-07-01 15:50:46 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 4.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (19.0ms) Completed 200 OK in 35ms (Views: 27.8ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laurence@jast.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Fatima Friesen"], ["email", "laurence@jast.com"], ["password_digest", "$2a$04$VvrY1xqafpFw0Loicon0ieGKHYCew9mf6bneg78cW797ceJjkuA2q"], ["created_at", 2016-07-01 15:50:46 UTC], ["updated_at", 2016-07-01 15:50:46 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"laurence@jast.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "laurence@jast.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$wRYo3yWDyCplQ04zozhX9etfKeLtsQ5Vj2j6pS/ZE211PGnUNjBOm"], ["updated_at", 2016-07-01 15:50:46 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 26ms (Views: 19.9ms | ActiveRecord: 1.7ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.8ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.6ms) Completed 200 OK in 30ms (Views: 23.6ms | ActiveRecord: 1.7ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (3.9ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (12.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (25.4ms) Completed 200 OK in 46ms (Views: 36.8ms | ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.2ms) Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.0ms) Completed 200 OK in 17ms (Views: 13.3ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$1WfVkFd5nykFGz4osIT4p.nZZhXBde6iS/3j1CpRD.ydAI3sbczga"], ["created_at", 2016-07-01 15:50:46 UTC], ["updated_at", 2016-07-01 15:50:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MkRmRjrEYV7IM9kHdTpMw.ImF2VgX3hs.c8MwCDFzh4L6e9VGfRhW"], ["updated_at", 2016-07-01 15:50:46 UTC], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:46 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 22ms (Views: 17.1ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$b4VBV5AvPhOg/gWkcCqYeOLtYpfAFSl34hlShxfhjYVa9Qe7sJLfi"], ["created_at", 2016-07-01 15:50:46 UTC], ["updated_at", 2016-07-01 15:50:46 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:52 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.7ms) Completed 200 OK in 21ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-07-01 11:50:52 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-07-01 11:50:52 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:53 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$VZUdyr2grss0m.mIQabbQe.4aoxRW79miIKAoftNo1G4SdymgydUm"], ["updated_at", 2016-07-01 15:50:53 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:58996/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:53 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.9ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.3ms) Completed 200 OK in 32ms (Views: 23.3ms | ActiveRecord: 3.1ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-07-01 11:50:53 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:58996/ Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2016-07-01 11:50:53 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (1.1ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.8ms) Completed 200 OK in 34ms (Views: 27.5ms | ActiveRecord: 2.3ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-07-01 11:50:53 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-07-01 11:50:53 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:54 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.0ms) Completed 200 OK in 20ms (Views: 15.7ms | ActiveRecord: 0.0ms)  (0.4ms) BEGIN  (0.6ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (24.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (3.3ms) SAVEPOINT active_record_1 Exposition::User Exists (2.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryann@dickinsongulgowski.org"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Jess Pollich"], ["email", "ryann@dickinsongulgowski.org"], ["password_digest", "$2a$04$ACcZr8uonNZv9S2D3UNIauR9vQQ4kQyugvcnziK4/LNQqDmqR1dzi"], ["created_at", 2016-07-01 15:50:54 UTC], ["updated_at", 2016-07-01 15:50:54 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:54 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.7ms) Completed 200 OK in 24ms (Views: 18.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:54 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ryann@dickinsongulgowski.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ryann@dickinsongulgowski.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (1.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$MIPc1sII6dqiHqjczOTlnuyczhltogYXkq0xXIbjbY4Sb4QPvJQue"], ["updated_at", 2016-07-01 15:50:54 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 19ms (ActiveRecord: 3.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:54 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (26.3ms) Completed 200 OK in 56ms (Views: 46.6ms | ActiveRecord: 2.5ms)  (1.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (9.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-07-01 15:50:54 UTC], ["updated_at", 2016-07-01 15:50:54 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 11:50:54 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (22.3ms) Completed 200 OK in 43ms (Views: 36.0ms | ActiveRecord: 1.9ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerald@hickle.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lilla Wehner DDS"], ["email", "gerald@hickle.name"], ["password_digest", "$2a$04$296lOxdY9JiTtZMrdjY2.udPdcJprr6NBupJ4t2FjIBtEUPd77fGu"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (16.7ms) Completed 200 OK in 35ms (Views: 31.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"gerald@hickle.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "gerald@hickle.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (3.1ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ci4i7Zx5RBkZfYIeuNyXPuUJWH8Oj6vTVBWI4rWHLGFngCjekkVRy"], ["updated_at", 2016-07-01 15:50:55 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.6ms) Completed 200 OK in 36ms (Views: 27.3ms | ActiveRecord: 2.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (54.6ms) Completed 200 OK in 75ms (Views: 68.0ms | ActiveRecord: 1.7ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (43.6ms) Completed 200 OK in 63ms (Views: 55.9ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leonard@rosenbaum.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meta Rolfson"], ["email", "leonard@rosenbaum.net"], ["password_digest", "$2a$04$rIYpxJyqUfdSdoX2HTE61.rhqzAebIUkFJmd/tpp67SHUqesP.pM."], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.2ms) Completed 200 OK in 20ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"leonard@rosenbaum.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "leonard@rosenbaum.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$6X6z.91fDTsyI1ybw3g3yuB2zkhjPd8UIvTvGnAoHLquMS4U59qMC"], ["updated_at", 2016-07-01 15:50:55 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (25.4ms) Completed 200 OK in 44ms (Views: 33.9ms | ActiveRecord: 2.2ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (10.6ms) Completed 200 OK in 29ms (Views: 20.7ms | ActiveRecord: 1.0ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.1ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.3ms) Completed 200 OK in 24ms (Views: 18.3ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blair_donnelly@mcglynndickens.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Cali Dach"], ["email", "blair_donnelly@mcglynndickens.name"], ["password_digest", "$2a$04$tH/x26ckjEa6j1UYim6bHeTcGSI.7UurascmpHx2Iq1WdTxoOd9BO"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 14ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"blair_donnelly@mcglynndickens.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "blair_donnelly@mcglynndickens.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1rQWg9L2UA.Bb/MF4T7OOOUQqK.Crw0weJYf7.JlOBHEACnrCNgj."], ["updated_at", 2016-07-01 15:50:55 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 23ms (Views: 17.5ms | ActiveRecord: 1.5ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (8.1ms) Completed 200 OK in 24ms (Views: 18.0ms | ActiveRecord: 1.1ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-07-01 15:50:55 UTC], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 2.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.4ms) Completed 200 OK in 21ms (Views: 16.2ms | ActiveRecord: 1.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nico_kutch@kuhlmankris.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeanette Larson"], ["email", "nico_kutch@kuhlmankris.io"], ["password_digest", "$2a$04$20vKYQRD9Ix.y.LBH2Kfa.y81W2rXU5Z3IeqSUFAbGODCClO1qSwi"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"nico_kutch@kuhlmankris.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "nico_kutch@kuhlmankris.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$c4REQijkqhsOkJwklwsez.rb6EP9HWaVe9n7qqcBvo6w1o5faIRHi"], ["updated_at", 2016-07-01 15:50:55 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.7ms) Completed 200 OK in 24ms (Views: 18.6ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 23ms (Views: 17.1ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.3ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.7ms) Completed 200 OK in 28ms (Views: 21.0ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jennie@schultz.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Melyssa Ferry"], ["email", "jennie@schultz.com"], ["password_digest", "$2a$04$Rx2nXwcgIIeVGJSG57HJbOrv37UXoxyJTeHkwg6n3wvkji0stIxCi"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Impedit repudiandae dolores qui. Sunt consequatur dolorem sit molestias voluptas. Excepturi sint sunt saepe quaerat voluptates. Perspiciatis cumque consectetur atque deserunt quaerat odio perferendis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Cumque ullam in odit rerum. Ea sit minima."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edythe@weberernser.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ludwig Kihn"], ["email", "edythe@weberernser.info"], ["password_digest", "$2a$04$YHR1Qg7RX2wHTrv8Hyyu.Ov5sgiesnLGfbqb59SLQog9Wqcitt5mi"], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Fuga aliquid aut esse sed quas. Debitis quis ut deserunt quia. Aliquid voluptate aperiam et impedit. Blanditiis est iste ratione."], ["created_at", 2016-07-01 15:50:55 UTC], ["updated_at", 2016-07-01 15:50:55 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Quia voluptate necessitatibus neque qui. Dolor consequatur culpa voluptatem quisquam quia omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 11:50:55 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (19.0ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (35.0ms) Completed 200 OK in 52ms (Views: 45.3ms | ActiveRecord: 3.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.7ms) Completed 200 OK in 32ms (Views: 26.7ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aurelio.emard@herzogmurray.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Patsy Hagenes"], ["email", "aurelio.emard@herzogmurray.co"], ["password_digest", "$2a$04$orwhGTW19sX3RcDRDAi0segd1u/B4w1MRH8RRzxd8f1/JvK.P.QtW"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Ad libero exercitationem enim nulla et dolore eum. Ullam omnis nulla laborum dignissimos facilis explicabo. Modi eos deserunt iure nesciunt suscipit sit a. Repellat vel aliquam ad voluptatem iste qui quibusdam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Earum magni exercitationem est perferendis aspernatur expedita fugit. Sit temporibus facere cumque praesentium quaerat. Laudantium ut dolor sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edd.hills@tremblay.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Agnes Larkin"], ["email", "edd.hills@tremblay.org"], ["password_digest", "$2a$04$qR9ERhrVnc/vChrSm2P.n.f3X1iUNkjB4qksUDZ3J7XwWyVJJLrAm"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Illo facere nulla. Enim sint autem facere iste totam placeat. Voluptates adipisci iure."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Omnis voluptas eaque dolore et qui quod. Delectus dignissimos corporis maxime."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arvel.klein@lueilwitz.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mabelle Bogisich"], ["email", "arvel.klein@lueilwitz.io"], ["password_digest", "$2a$04$oK5TXeRdaycwpYUpLDiHFOuhYvA89f8Qi0xCJC3MajDE76stFpgVe"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Quos dignissimos rerum modi ut delectus. Dolorem nemo fuga ipsam nihil. Dolores doloremque necessitatibus officia maxime et temporibus. Exercitationem voluptatem saepe quia et minima."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Eligendi omnis cupiditate id. Est occaecati magni atque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "skyla@kuphal.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shanelle Koss"], ["email", "skyla@kuphal.io"], ["password_digest", "$2a$04$AYyZ9mpU3vLJU6v2lBpNY.sm2koBnkSduLxNfZcJYzkHk59bn3aEG"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Odit sed enim earum incidunt tenetur pariatur. Ex aut culpa nostrum nesciunt minus rerum qui."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Veniam vero atque ex vitae vel cumque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nia.lubowitz@conn.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Keara Oberbrunner"], ["email", "nia.lubowitz@conn.name"], ["password_digest", "$2a$04$Fcg8uSXUJ4Voyfu7drJP9.vjFuQUBVRZXAaTQyHeCCOW23h3Nwgi6"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (2.3ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Modi ipsum corporis aspernatur autem minima nisi nulla. Hic nisi nihil nam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Vel est ad. Quo aut vel est dolorem error ut est."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "akeem.mayert@durgan.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Omari Mann"], ["email", "akeem.mayert@durgan.biz"], ["password_digest", "$2a$04$IxMIyRiPJyGRnECm9UKGYuhhOZqKE41rkP8gEUKAU47fbxeGWdYy6"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Tenetur sit quia earum minus voluptatem praesentium. Aperiam doloremque sit dolores quia repellat. Totam recusandae nesciunt rem earum eos et et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Aliquam error dolorem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yasmin@langwiegand.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beulah Zemlak"], ["email", "yasmin@langwiegand.co"], ["password_digest", "$2a$04$oF7f6afWfr3vVAWgcacZU.ZxMV85F5InUue3nU2ErwFA25E40jffu"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Qui laudantium nobis et similique dolores praesentium. Molestias quaerat ut aspernatur. Repellendus qui molestiae deserunt doloremque ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Est et ratione. A beatae velit rem. Officiis labore provident facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otto_cartwright@bauch.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Casimer Beer"], ["email", "otto_cartwright@bauch.com"], ["password_digest", "$2a$04$11uYpTNijLGPWDknWG0NyOnYYSJY2Z4RNLlsJVNN/fglWCB8HrBke"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Deleniti quis saepe veritatis quibusdam sed nulla. Consequatur rem molestiae rerum dolorem placeat."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Impedit et non aut nostrum est fugiat. Voluptatem quia nihil tenetur sint voluptatum. Neque delectus ullam provident omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fritz@hagenesnitzsche.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernadine Schuster"], ["email", "fritz@hagenesnitzsche.info"], ["password_digest", "$2a$04$SfEBICD.UoNRbM7u3w75Iuf93s6HBwvxSk3BwyPQ2G21vW9IE5zv2"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Nemo veritatis recusandae alias distinctio soluta molestiae sint. Sit excepturi repudiandae delectus nesciunt modi aspernatur ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Dolorem error saepe quaerat et dolor veniam ad. Necessitatibus cum et. Qui mollitia natus aperiam praesentium veritatis similique beatae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "haan@lockmanstokes.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kamryn Strosin"], ["email", "haan@lockmanstokes.name"], ["password_digest", "$2a$04$W2afAlAy4z7c.IlyHpvQcOY3dbnqV90tyewStQIsgMuQwys1oBSC2"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Quis dolores atque ducimus. Delectus eligendi enim. Itaque eum autem molestias alias assumenda."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Et omnis quaerat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "samson@feest.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dedric Satterfield V"], ["email", "samson@feest.io"], ["password_digest", "$2a$04$xnNXyCi5EVp8pHw6YqQGIO8mF8PRA3rL7gqKZ51FFxOeSyPeLAY62"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Occaecati qui reiciendis veniam qui. In rerum quia hic voluptatem rerum iste et. Doloribus beatae numquam exercitationem omnis nam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Possimus voluptatem pariatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.6ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (51.7ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (81.1ms) Completed 200 OK in 97ms (Views: 83.2ms | ActiveRecord: 10.1ms) Started GET "/?page=2" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (10.4ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (39.7ms) Completed 200 OK in 57ms (Views: 50.8ms | ActiveRecord: 2.9ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoila@connelly.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Landen Johns"], ["email", "zoila@connelly.io"], ["password_digest", "$2a$04$THN9jRA8Tg0IfXkUxqCN0usKESRFh33dhYdWXJLavBkNlxuDUkoDS"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Magnam quae assumenda perferendis libero quo quis. Quo iste laudantium est debitis accusamus saepe. Placeat recusandae odit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Molestiae quia repellendus voluptates facere enim placeat. Consequuntur libero aliquam unde et autem sed. Et sint commodi corrupti consequuntur ipsa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (27.2ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (41.6ms) Completed 200 OK in 60ms (Views: 53.7ms | ActiveRecord: 3.2ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.0ms) Completed 200 OK in 19ms (Views: 14.2ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "else.doyle@goldnerfarrell.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Dakota Ruecker"], ["email", "else.doyle@goldnerfarrell.org"], ["password_digest", "$2a$04$yASSXnObOrx2TKgoQGqzKeR5foPS/K9KPWxSNL9rJJ5DhtO2RVOrq"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Molestiae ea atque et sequi. Impedit sapiente exercitationem ut."], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Voluptatum officia porro."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ilene_mante@ruelbecker.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Norwood Witting"], ["email", "ilene_mante@ruelbecker.org"], ["password_digest", "$2a$04$R.rxw1FEPWYSjWUGQ256COAuHdCH.x3jOChzEeXF6q4imn9pPC7Qy"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "In fugiat et omnis. Mollitia aut quidem voluptatum nam magnam perspiciatis. Repellat molestiae nostrum cumque. Ut qui qui rerum tenetur pariatur voluptas."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 21], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.9ms) Completed 200 OK in 19ms (Views: 14.9ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laura@thompson.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Suzanne Moore"], ["email", "laura@thompson.name"], ["password_digest", "$2a$04$o5v3A1X4gonFzkKGWtqpBeoxJ.tCqoZRegxSmy9omGZ9nAKMb9kxi"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Distinctio et qui voluptatem quia aspernatur vero. Expedita aspernatur ut doloribus quia qui. Rerum quia animi. Eos fugit voluptatibus veritatis voluptates doloribus est."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Neque qui perspiciatis ut. Qui at sapiente harum a. At maxime explicabo nulla est."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "louisa@frami.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Nyasia Zulauf"], ["email", "louisa@frami.net"], ["password_digest", "$2a$04$90Xm7sFy2lde1LFzkDax2OOTN2omZLkwVApHoAAg3e38aRbVBU3hq"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Reprehenderit commodi quia quia cupiditate doloribus ipsa distinctio. Dolor maiores vel est aspernatur debitis. Nulla enim sit illo. Modi temporibus atque voluptas laboriosam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Tempore est at libero ut. Voluptatem est molestias."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.2ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (20.4ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (34.8ms) Completed 200 OK in 53ms (Views: 43.9ms | ActiveRecord: 5.1ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-07-01 11:50:56 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (21.1ms) Completed 200 OK in 40ms (Views: 28.9ms | ActiveRecord: 4.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$H.JdE1FqZeREGB1MlCSGfuyj8n.imACJ1R7T9JcT/LJ98rx4aKk1e"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$YPwkn/LQphJIcl5GtvCh9eeMTHxA5a2ShYxOgqr4FBEXTC5TssDU."], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$pgaeCrADeNWV2d34cH4VW.5ijBDZjubicbYSEwAXcoFrStUmdQ3Py"], ["updated_at", 2016-07-01 15:50:56 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demario_gusikowski@bradtke.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Carlo Goyette"], ["email", "demario_gusikowski@bradtke.co"], ["password_digest", "$2a$04$dIwAAR/TXMx8WBx6BBBndOtMVQZ39TEPtVe99CgM7soBW8AqZC1eW"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beau_hegmann@metz.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Markus Cummerata"], ["email", "beau_hegmann@metz.name"], ["password_digest", "$2a$04$.eOl2aXXByp3ZrhcVni0H.x8Y6i3get9eVWuCJjDmVt7GNgBTxBn2"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosalia_wolff@will.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heidi Franecki"], ["email", "rosalia_wolff@will.com"], ["password_digest", "$2a$04$j5CxoypMsO29oPaqnm92xeZDto4zB5rTRxwF2GycMf4Gu2XLZC9BC"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Ut voluptas laudantium iure dignissimos adipisci a. Est fugit sed inventore enim. Et exercitationem recusandae deserunt laudantium. Repudiandae eius deleniti."], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Repellendus quo maiores repudiandae. Soluta placeat aut omnis. Voluptatum possimus sunt velit veniam harum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordon_jacobi@schmitt.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Santa Ferry"], ["email", "jordon_jacobi@schmitt.biz"], ["password_digest", "$2a$04$tM77d628FOxeT/1ZycfjAOQdd42dpYfxmlSn58qMfgYydIdTuUzHy"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Vitae aut fuga et eum consequatur. Quibusdam molestiae minima et ratione nisi."], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Placeat est quasi aspernatur. Quae mollitia ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alyon@jakubowskiblick.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cayla Mills"], ["email", "alyon@jakubowskiblick.info"], ["password_digest", "$2a$04$o2T2qjWZYZtK8MKhCE5de.FDu80eKVI37xVDXCzgW8byO7LJeZvm."], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pattie@krajcik.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jolie Haley"], ["email", "pattie@krajcik.com"], ["password_digest", "$2a$04$qPFYkSH5J9VQRJdCIVDaoezdudWrJsRF1v5G43tnpmEVh9l9EsduG"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kayla.wyman@ferry.biz"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nyasia Koss"], ["email", "kayla.wyman@ferry.biz"], ["password_digest", "$2a$04$cbLVuH6x8Jm5nv02cTLUPufmIgfUHZ7mUa4MRsu5JEWqjgfZNQhQe"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zaria.stroman@harris.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sallie Sanford"], ["email", "zaria.stroman@harris.name"], ["password_digest", "$2a$04$sw/.nToc0dKlQfhTbgn0v.ZuWa2R8mZsBydcQgfuJMkzqVagT6396"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Blanditiis distinctio officiis in. Aliquam velit cumque sunt explicabo odit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 33], ["slug", "title144"], ["summary", "Unde eius sed voluptatem quibusdam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederique.reinger@greenholtzulauf.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Josefa Mayert"], ["email", "frederique.reinger@greenholtzulauf.org"], ["password_digest", "$2a$04$ZD9ermfD.0seHktvNOvxju3uGwM7k/pjutP.MG8atgP45DN2XW0LC"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Maxime eveniet laborum occaecati. Dolores dolor dignissimos adipisci quod neque. Quibusdam ut beatae quaerat vitae veniam officia perspiciatis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 34], ["slug", "title145"], ["summary", "Quia delectus neque aut autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 13:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "larue@handharris.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bryana Haag Jr."], ["email", "larue@handharris.co"], ["password_digest", "$2a$04$ath2t7PksTLHwDUsRQqPJO3j50/aB/tcLY4iJ5CwKpiz6UaH6uPMa"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Est reiciendis quo nam vero eaque et. Quidem sit fuga est. Sed aut minima dignissimos doloremque."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 35], ["slug", "title146"], ["summary", "Voluptatem vero molestias voluptas eos laudantium. Amet fugiat saepe maxime odit laborum non est. Velit delectus dolorem dicta fugit et fuga."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandre@harvey.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chaz Greenholt"], ["email", "alexandre@harvey.org"], ["password_digest", "$2a$04$HBnSHKcWsmVMH0mDYcspr.qPcIu7Mno8GVv6tzGhisfDp.Z4OWfNC"], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "In et exercitationem maxime accusamus perspiciatis. Aut suscipit laborum. Non quis labore minus."], ["created_at", 2016-07-01 15:50:56 UTC], ["updated_at", 2016-07-01 15:50:56 UTC], ["author_id", 36], ["slug", "title147"], ["summary", "Eaque fuga cumque vel nesciunt id quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "felicia@kilback.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shyann Marquardt DVM"], ["email", "felicia@kilback.name"], ["password_digest", "$2a$04$Bs/OamijSZX2JX/6ExZ1eO.k8NsB0tN7T.3EyJpqR8wMf12kZFUIa"], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alysa.altenwerth@bernier.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ethan Prohaska"], ["email", "alysa.altenwerth@bernier.info"], ["password_digest", "$2a$04$H2ylhlgP6t1.LDiJV2G4lOXMb5MkTwrgCM0ALb4TuzP9J1hD9kkYC"], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Repudiandae eaque praesentium consequuntur et officiis. Eaque optio fugiat vel in temporibus consequatur voluptatem. Nihil consequuntur delectus sit itaque. Aut reiciendis et voluptatem nemo."], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC], ["author_id", 38], ["slug", "title149"], ["summary", "Vel dolorem nesciunt hic voluptate nihil neque quasi. Sed eos earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 15:50:57 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kay.beahan@hamillcrona.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mohamed Krajcik"], ["email", "kay.beahan@hamillcrona.biz"], ["password_digest", "$2a$04$z1eCdhyFzKZgS4dzZswXXe7oi.khxqbgUxuPb6AQ.ErX5gwwy6ZI."], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Animi nemo eveniet assumenda vel. Et asperiores sit. Voluptas dolores eius."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC], ["author_id", 39], ["slug", "title150"], ["summary", "Sequi praesentium delectus aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 15:50:57 UTC], ["id", 26]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maynard_dickinson@zemlak.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Donna Gleason"], ["email", "maynard_dickinson@zemlak.net"], ["password_digest", "$2a$04$ft30MNNU3Zk49zA1IczUVupD2pJhf975T4q/Gfj9t324IzOmeyRJO"], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$QpBw9h2RjBAsO9k26Crt8uPlvOBNsB5N12PHCdZfusIYaIVkTdywC"], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$GVMz70LRth3r.APKJktkveleFMlDm.j958nvVmH69zHQUb.MXrXhG"], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carolina_ankunding@wunsch.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rose McKenzie"], ["email", "carolina_ankunding@wunsch.co"], ["password_digest", "$2a$04$psn8vm40Y9oJ.tPQpgy9uudaRD2FZl3VnjqX6uW3/VHQuyS8Z9YEm"], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Molestiae in nihil possimus. Voluptas distinctio et fuga vel ut ab. Veritatis totam illum rem. Tenetur reiciendis fugit voluptatibus ipsa doloremque nulla et."], ["created_at", 2016-07-01 15:50:57 UTC], ["updated_at", 2016-07-01 15:50:57 UTC], ["author_id", 43], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (11.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (6.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.5ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.6ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.2ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.0ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (37.8ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$GFPZO9mTwkbI4pWh0HsW2.i3ZVOa/X0sAxdsdyIOQT5NfIDSxxVRm"], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$pajYENfC6Oh1RRPfJcuViu5ZtjTf5P3BcT/ca1411LsllcGTJT/C2"], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$s8Kgy6SZNruPi8QcOOe3q.OaD.uCipe7pVSBU1wMiKO/YYMdqy5xK"], ["updated_at", 2016-07-01 17:18:13 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alva_jenkins@rempel.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Deborah Bartoletti"], ["email", "alva_jenkins@rempel.org"], ["password_digest", "$2a$04$h3OBYlRdYz6z5fRczbCH1.8e5U41VTUdWeZBiwwsynwevCHy6n9WC"], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Impedit omnis dolorem et aut delectus quasi. Et quod molestias quo magni laboriosam tempore. Sed non impedit inventore illo optio."], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Aut dolores veritatis aliquid excepturi. Porro ipsum officiis similique laudantium non nihil aspernatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 23ms (Views: 17.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaley.ullrich@greenfelder.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marion Emmerich"], ["email", "kaley.ullrich@greenfelder.org"], ["password_digest", "$2a$04$Sg3ut.aCBWMlDbUprhj8J.39V.uyPkuoFKTO9YKViNyKyBeMDB0hS"], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Et occaecati ut. Nostrum occaecati sed sed odit. Dignissimos soluta est ut."], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Dolorum fugiat in porro. Repudiandae et doloremque totam est tenetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macie.adams@harvey.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ivah Wunsch"], ["email", "macie.adams@harvey.info"], ["password_digest", "$2a$04$5xNZJJa7U5el3ajpuZCjl.i3rv4hpWXf8A43f4vGimLvG/WmUItVa"], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Dolores ipsa sapiente vero omnis rerum vel voluptatem. Amet culpa numquam velit reiciendis."], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Iusto iste quos autem numquam placeat qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clementina@considine.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Will Dicki"], ["email", "clementina@considine.name"], ["password_digest", "$2a$04$z5R7WwjR6qFPo5rkE.2yRepLWmeiDy/xaDLBRtlHg//HIDjc0ODnq"], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Culpa sit est voluptatem repudiandae qui fugiat nobis. Molestiae voluptatem itaque optio qui."], ["created_at", 2016-07-01 17:18:13 UTC], ["updated_at", 2016-07-01 17:18:13 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Consectetur sit autem in nam. Praesentium necessitatibus repudiandae qui odio non."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jey.rau@kohler.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vito Mayert"], ["email", "jey.rau@kohler.biz"], ["password_digest", "$2a$04$1fGMEc7er9AWkxY5Gpx6yOxOtlievHC4yEcYZe2dw3ANsi.tnMDNm"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Pariatur eos ea. Id autem dolorem nobis. Ut molestias ad soluta velit. Accusantium eum dolorum voluptatem et beatae dolor et."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Odit voluptatem vel labore. Porro fugit vel."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederic.heel@cain.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Jacques Becker"], ["email", "frederic.heel@cain.com"], ["password_digest", "$2a$04$H/dJB9i7wsBHMp1j9U867.AZQl0GmS9jRKhosLR0q5B0FOvdzc/se"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Qui doloremque quas qui perferendis. Voluptatem ipsum aut eveniet esse. Tenetur qui ut culpa ex quis ut. Magnam rerum corporis maiores blanditiis qui."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Aut est a quisquam ipsa maiores molestiae dolorem. Occaecati consequatur mollitia hic laboriosam assumenda. Corporis et assumenda."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aileen_hudson@veum.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lily Hauck"], ["email", "aileen_hudson@veum.io"], ["password_digest", "$2a$04$f5Fn4UbNXtqPbj9HTnVQpOWzWzVxlM7oniG1FXCCeFFrUQUNb5eRy"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Neque enim quibusdam mollitia amet quo et corporis. Ipsum minus illum ex veritatis est odit. Aut labore aut non nam ut velit numquam."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Sunt dicta non sequi sunt occaecati nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "newell@hammesgrady.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Julianne Hirthe DVM"], ["email", "newell@hammesgrady.org"], ["password_digest", "$2a$04$.S2CbOFf.19DMN1jc40vHeY0aFW9MVZdD.gRv69n6kDIyJqdmcaDm"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Est sit voluptas aut eum dicta dolores et. Accusantium veniam voluptas et laborum."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Et ipsum sunt. Doloribus aperiam quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sarah_bashirian@mayergleichner.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Leonardo Cole"], ["email", "sarah_bashirian@mayergleichner.io"], ["password_digest", "$2a$04$XsiSKN4dhQqPtQLwmadOUeHtypoQVs41JDvPfxzl1avfjS9YCWyvC"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Velit rem adipisci ipsa. Explicabo unde quia maiores nulla voluptatem. Quae modi dicta esse iusto totam velit. Corporis et mollitia voluptatibus est odit."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Nihil at quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elena@rippinschroeder.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmalee Heaney"], ["email", "elena@rippinschroeder.co"], ["password_digest", "$2a$04$9JDCGtK57EDlBABlOzQvr.ro2jD/MpeRyLT1LRoRnQw/c2hiIT4FS"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Labore a alias dolores quia. Minus assumenda eius perferendis dolores consectetur. Maxime laborum optio sit magnam eius provident."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Est hic totam eos soluta quis molestiae. Aut dolorum maiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enid.hoeger@creminmann.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alicia Orn"], ["email", "enid.hoeger@creminmann.info"], ["password_digest", "$2a$04$kptEC6IbmDOpAl7Wkn2iBOR0Et5xzqtJWTQpA5soLYwFtL/7Riqnm"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Deserunt velit occaecati. Facilis aliquid ea quibusdam."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Accusantium quis voluptatem et maiores omnis. Et facere perferendis tempora alias."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "viola_borer@cummeratahalvorson.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sarina Crona"], ["email", "viola_borer@cummeratahalvorson.com"], ["password_digest", "$2a$04$32oiXy2xGCLQL594sXAEWOYC5631KtIDlvbXLHNyWztG4Zo/vkBmK"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Praesentium distinctio doloremque ipsa non. Hic molestiae eius placeat at ipsam accusantium aut. Distinctio voluptas voluptatem possimus fuga rerum occaecati."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Exercitationem debitis mollitia. Quas voluptas dolores sunt fugit earum. Placeat cumque id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexandra@stehrstanton.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raymundo Feeney"], ["email", "alexandra@stehrstanton.co"], ["password_digest", "$2a$04$mbb4WncKYh3Gs4vKQ4jqH.Ios/BI4i71CyqOKJGhtOK5sHw0tOiRa"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Molestiae dolorum ex soluta. Omnis ullam corrupti enim a deserunt. Eos qui sapiente consequuntur delectus saepe sint."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Modi voluptatem harum omnis tempore maxime amet blanditiis. Magnam fugiat et ipsam voluptatem qui iure. Ut explicabo quo dolores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brenna@schroeder.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joyce Gulgowski"], ["email", "brenna@schroeder.co"], ["password_digest", "$2a$04$GHe1.Zv.BGpaWJ1Hr8KF0OuPYkVqSS/b50ZXKIIVGAlk4V2DPtxWG"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Et sed quisquam magni qui voluptates. Facere mollitia culpa."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Ut blanditiis quisquam. Voluptas quas error qui ipsam fugit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "francis_grady@beckerwilliamson.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chaz Hodkiewicz I"], ["email", "francis_grady@beckerwilliamson.name"], ["password_digest", "$2a$04$wc/gtHD2UHWHXok1J/IPBeYvAPFivj3.DntSJdxM/YppxiQBpo8Cy"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Vel eos perspiciatis molestiae velit sed qui maiores. Placeat beatae saepe et nihil nostrum asperiores. Optio sit aut culpa tempore accusantium libero sint. Amet rem earum quos repellendus doloribus laborum nihil."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Ipsa in sint libero corporis nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joyce@botsford.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kirsten Gulgowski"], ["email", "joyce@botsford.net"], ["password_digest", "$2a$04$KRM0Cb/z117NY2Uc0trsCO3qz3zM/MEuAd1AkCH3rUfCdyadHcGYW"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Qui in omnis. Molestias suscipit atque sed. Et doloremque qui fugiat. Voluptas perspiciatis neque repellendus sint repudiandae rerum ut."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Consequatur et ut commodi. Praesentium cupiditate dolorem voluptate est officiis. Enim nobis fuga sint est sapiente nulla."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casey@huels.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tatum Frami"], ["email", "casey@huels.name"], ["password_digest", "$2a$04$vQsl9FQS4hPusd.ox0BGHeTTuImhfPsljFh.8/6KNS0/gr/sf2vLa"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Atque neque corrupti. Amet velit adipisci dolores. Provident hic illum est repellat impedit. Ex iure architecto quasi similique quidem vel ipsam."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Incidunt eum aut velit. In dolore dolor nisi doloremque saepe. Dolor magnam facilis consequuntur quod temporibus eius quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chelsea_luettgen@gorczanyparisian.name"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nyah Boehm"], ["email", "chelsea_luettgen@gorczanyparisian.name"], ["password_digest", "$2a$04$0F19aIlEeSWbXeDGg4JvV.YWIT1JFLFf3rdiygZG3y76xQlD3WIpi"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Harum vero est ratione a deleniti. Facilis et ea voluptas consequatur ut ratione."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Commodi rerum ducimus maxime omnis qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deontae.bauch@bahringer.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Isadore Walker"], ["email", "deontae.bauch@bahringer.name"], ["password_digest", "$2a$04$z8MnNJ6cE38JQqWzQXon3.sHSDWfSnB6/cGmtaDG5baEp7K.TM6tu"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Quam velit nam possimus quibusdam natus illum. Asperiores consequatur fugiat sit voluptatem aut."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Eos distinctio voluptatem id. Ad sunt eaque soluta qui. Adipisci quia rerum et dolor suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ellsworth@hartmanncartwright.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eliza Leuschke III"], ["email", "ellsworth@hartmanncartwright.name"], ["password_digest", "$2a$04$2UM5ILZOglv54SI0Ch46KuMhe6wEVtmc8HqLN9HfNuB2LlJKvxCXC"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Autem illo aperiam hic ut totam excepturi. Eum pariatur cupiditate et autem. Eum soluta architecto dolores."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Qui dolores magni."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brayan@senger.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rex Littel II"], ["email", "brayan@senger.co"], ["password_digest", "$2a$04$FIZSouqjnz7IyljmrgAPT.Ft6i8MhS5p.7xkHmR5XKPyj/HnggPL."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Ut consequatur atque maxime in. Exercitationem quis consequatur tenetur asperiores. Error necessitatibus dolores qui facilis."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Sint officiis et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tara_weinat@kodouglas.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximus Altenwerth"], ["email", "tara_weinat@kodouglas.biz"], ["password_digest", "$2a$04$No.XKqJCp2GnaX/G9NZ4JObHBbeSb48z3IvuNjwvCie/fTlp0Q7/a"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Qui laudantium adipisci animi ut itaque aperiam atque. Qui aut sit."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Blanditiis eos ullam tempore placeat dolores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicholas@ritchie.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Lucius Wisozk"], ["email", "nicholas@ritchie.org"], ["password_digest", "$2a$04$5mIaaSgtwWocVZiLrmzl6.epR4FJu9quBxuSWpv6DnCSjKvTtHZO6"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Deserunt et qui non dolores. Alias aut voluptas. Animi a id. Aut aut architecto exercitationem molestiae quod."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Nostrum modi minima veritatis. Vero id tempora eum omnis optio suscipit. Tenetur molestias consequuntur."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noemy@blickkuhlman.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Irving Stamm"], ["email", "noemy@blickkuhlman.com"], ["password_digest", "$2a$04$xOnik2MUQdIhaxwrKdYtoOVObV9YOJ3TltzVrZ2J8/Z5xu42Y62cy"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Minima sint consequuntur in qui dolorem. Dolorem hic qui et ut aut eveniet. Voluptatem numquam possimus odit."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Error adipisci recusandae consectetur laudantium quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sophie@brown.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Callie Collins"], ["email", "sophie@brown.name"], ["password_digest", "$2a$04$4f4lwoUVE81RUpzelX.H0uBeMXC1DPJ221XgGqBDNLATkkw/DwT8G"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Eaque blanditiis maxime. Aut labore consequatur temporibus. Sed quia nesciunt qui sit et quis. Qui aut omnis ea facilis."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Ullam reprehenderit nobis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "teie.kozey@deckow.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lera Mayert Jr."], ["email", "teie.kozey@deckow.org"], ["password_digest", "$2a$04$8gKrVrKneG2GfnOExrwgM.BsRyC/iatHdLefJD8dapNY7CeG3pGbW"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Et asperiores in sapiente officia quos. Ipsam et voluptas facilis dolorem culpa. Minus aut quo vel nam id."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Cupiditate neque nihil sed dolorem harum sapiente. Omnis fugit quibusdam repellendus corporis eligendi hic aut. Dolorem distinctio aliquam sint et consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grady_witting@grimes.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Felicita Vandervort II"], ["email", "grady_witting@grimes.org"], ["password_digest", "$2a$04$e9xMEm58WJpf3/LN9FDMmeD0WQcfuwdoXqfp4QMhift65ObXxJ8lC"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Tenetur consequuntur alias nulla. Ut doloribus alias non aut rerum aut. Et possimus repellendus consequatur repellat. Maiores dolor labore neque id."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Aliquam sunt similique est optio et totam voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.6ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.9ms) Completed 200 OK in 8ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bulah@batz.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vicky Pfeffer"], ["email", "bulah@batz.name"], ["password_digest", "$2a$04$tl9uVYFcB5cGFYFzRxmtR.21Jns2LJeUYr6JlGtBbRQ0UN6jvasBC"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorris@jaskolskitreutel.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christ Smith"], ["email", "dorris@jaskolskitreutel.co"], ["password_digest", "$2a$04$H0rlyPDOfRxjtlWrwc5s/OeCdjnX2M6Az1rVJ0AO9wvtQTx2jcSv2"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Eius vero quos. Ipsam dolor aut ea. Libero eaque quasi impedit explicabo vitae natus repellendus.", "summary"=>"Sit dolores enim est nulla provident modi facere.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 7ms (Views: 1.7ms | ActiveRecord: 0.6ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Quo molestiae itaque vitae sed aut non. Provident est neque. Omnis voluptatem voluptas asperiores deleniti reiciendis ut atque.", "summary"=>"Quia omnis ducimus voluptatem. Autem iste et aut quia. Molestiae minima fugit natus rerum vero.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.6ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janice@kling.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brandy Tremblay PhD"], ["email", "janice@kling.io"], ["password_digest", "$2a$04$.d5dJRaeWFuos6sBw7nySeNS90RxwRCRp9qmm9lLB30N.el6nJsLW"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Nemo itaque rerum corporis consequatur aliquid deleniti. Sint sit error dignissimos rem. Necessitatibus velit culpa suscipit quis ut ut.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Nemo itaque rerum corporis consequatur aliquid deleniti. Sint sit error dignissimos rem. Necessitatibus velit culpa suscipit quis ut ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Ex voluptatibus doloribus. Ipsam quis illo officia voluptatem a.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.6ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leilani@funkprosacco.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joanny Flatley"], ["email", "leilani@funkprosacco.com"], ["password_digest", "$2a$04$F6BrtqtDqg9xo018/0D5RuuLdYOXFyEvjePSev/ecautS9SWwvL5e"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Suscipit qui eaque. Molestiae unde adipisci minus ratione. Sed necessitatibus asperiores placeat aliquid error quasi dignissimos."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Rerum ut asperiores ut eius. Quas dolor eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "friedrich@herman.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Samir Prosacco II"], ["email", "friedrich@herman.name"], ["password_digest", "$2a$04$SyqsB6J6C9jkIZiBcYe5BuyWjBCk8Abd2/LvxgTWxZ8yiT27ziFNS"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Voluptatem id sit. Consectetur est ut."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Dolores quidem illum. Est amet quia quo quasi culpa suscipit illo. Aut voluptatem inventore consectetur quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marianne_schroeder@kautzerankunding.net"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estrella McKenzie"], ["email", "marianne_schroeder@kautzerankunding.net"], ["password_digest", "$2a$04$AxPilId8D9KXBH7LCV0ZIuyvKzaZm.n3b82XejJGR5wxJ8xS4MK0K"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Sed eos voluptatem amet ipsam libero. Sit ut nesciunt soluta esse alias sunt. Necessitatibus in quis doloremque distinctio quaerat. Nobis necessitatibus aut ut."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Sunt odit sed mollitia doloremque dolores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "enoch.wintheiser@grady.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jackie Gleason"], ["email", "enoch.wintheiser@grady.org"], ["password_digest", "$2a$04$eqnMd4tpZdRSgepnNGI74.zm7bsbzBNUoOnA/Dr0Msags7KN3c9SO"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Odio non et doloremque id modi in. Iure omnis ipsum quod quibusdam voluptatem. Officiis quae sit eaque error omnis at illo."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Neque perspiciatis accusantium repudiandae aut. Quod blanditiis et qui repudiandae reprehenderit debitis. Qui non consequatur earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 17:18:14 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.4ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexis@bergnaumturcotte.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lelah Powlowski"], ["email", "alexis@bergnaumturcotte.biz"], ["password_digest", "$2a$04$JrXYub1aZr0W2ZCqdZ./ZOPrrOvsbepLn9ic12PKNnTPEjN1d2JHO"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Vel omnis expedita saepe. Quaerat ipsum amet. Nisi autem error laudantium. Aut eligendi totam aperiam molestiae error perferendis."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Odit nulla eum voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 17:18:14 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rex_larkin@kilback.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Camylle Heidenreich"], ["email", "rex_larkin@kilback.co"], ["password_digest", "$2a$04$FiI5Z7ZLLOb1C.c3ES/by.o.3ukLvnzHT8KCCa3BS56ogNAZSmPfW"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matteo_bechtelar@adamchmidt.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Scotty Howe"], ["email", "matteo_bechtelar@adamchmidt.com"], ["password_digest", "$2a$04$l9IAKiYf19skSfpbsTd2YuRWSQipbD9Znmc9N.tXGZrfsRO1eiXS2"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Magni vitae iste est quasi dignissimos incidunt. Et beatae alias. Quam eum rerum in. Culpa molestias autem alias hic."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Reiciendis ea aut voluptas quo culpa quia. Est incidunt est et et aut. Aut dolorem ut voluptas quae expedita."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-07-01 17:18:14 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 2.7ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "veronica_kunze@williamsonaltenwerth.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shyanne Fahey"], ["email", "veronica_kunze@williamsonaltenwerth.com"], ["password_digest", "$2a$04$Uos0zFAyJR9/mDswhnO.1u.oDs2F9FB/VMZkEVqrzIgRYtGTzdO3m"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Adipisci fuga ut quaerat. Molestiae accusamus possimus et dolorum fugit qui."], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Ea eos recusandae aperiam repudiandae cupiditate consequatur error. Praesentium earum eveniet aperiam et dolorum eum soluta. Recusandae est quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 17:18:14 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.8ms) Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Adella O'Reilly"], ["email", "user@user.com"], ["password_digest", "$2a$04$lGOqC7eEW4ae6BBVc29lBupKZZJFdJ20bSsD9wsonBTMokA4ScVUG"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Epln.i7IzD3M1pENcnoQgOcK55D.o4ZUYy4bnyNx26iOMkBIuKrPu"], ["updated_at", 2016-07-01 17:18:14 UTC], ["id", 41]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.4ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clemmie.brown@sporer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Samanta Tillman Sr."], ["email", "clemmie.brown@sporer.biz"], ["password_digest", "$2a$04$YJgNdBXl7kyk0N4V2/i2suBq0H1KBnBcZrCUdVgwBRkbq780.rsjC"], ["created_at", 2016-07-01 17:18:14 UTC], ["updated_at", 2016-07-01 17:18:14 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 17:18:15 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 17:18:15 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 2.2ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macey@okeefe.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Demetrius Stoltenberg"], ["email", "macey@okeefe.net"], ["password_digest", "$2a$04$91xlwwdyHCGj1OmHSHUHnuCfrjOvGogKF0yMPAzDV795Gc5eXE/Ta"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Ex nisi repellat vitae. Et molestias omnis. Fugit minima est quisquam et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Temporibus aliquid fugiat officiis aut est voluptas. In voluptatum modi nemo distinctio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonio_schmidt@gerlach.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ford Hegmann V"], ["email", "antonio_schmidt@gerlach.net"], ["password_digest", "$2a$04$T4yD5FcJ0Usxd0RHxzdNDu1nve9yFXWzo8O.pb1oSZJxpEn1nhU.e"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Quos et similique. Iusto quae tempore eveniet."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Porro rerum quisquam quidem sit qui. Ut fugiat nisi velit laudantium tenetur quisquam provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katelin_shanahan@schiller.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Jairo Goyette"], ["email", "katelin_shanahan@schiller.info"], ["password_digest", "$2a$04$yoqXvO00K6/UfYKK2IVizeqrfAosH8i..P/taAEJ.BQnQRGdWKDci"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Totam commodi architecto. Est incidunt qui. Facere quidem dignissimos unde consequatur eos atque veniam."], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Facilis a blanditiis quod accusamus ut ut dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 22ms (Views: 15.4ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "perry_west@schmitt.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madie Rowe"], ["email", "perry_west@schmitt.co"], ["password_digest", "$2a$04$sNWa3cOi6BMpqwynnKzwx.bgpFAnBdK7jH7tcSH1OUYjkMgjJW2lG"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Illum tenetur et occaecati. Ea repellendus eaque veritatis illo expedita."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Corrupti quis consequatur. Nam incidunt omnis natus iste illo aut. Aut voluptatem ratione id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carlo@lednerauer.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Roel Emmerich"], ["email", "carlo@lednerauer.biz"], ["password_digest", "$2a$04$ry4tJAP1v8injUNHRAU.XePRN0WRLY8hMnWSDadWBQO12fSozg.PG"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Dolore quidem assumenda deserunt facilis vel iure. Animi ea eaque veniam qui fugiat laudantium dolor."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Voluptatibus molestiae vitae quos voluptas nemo. Eligendi aut omnis sed non. Sapiente sed placeat odit odio sed similique."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frederique@leuschke.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nichole Steuber"], ["email", "frederique@leuschke.biz"], ["password_digest", "$2a$04$UEAt/Q0IWbcEV8nEOGA.f.Qds60WXTdHavRkLaHzuAJiF4q22CQNm"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Iure voluptatem quod sit. Necessitatibus recusandae error possimus. Est doloribus id exercitationem pariatur magni."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Sunt possimus et non. Nisi qui ut provident eligendi similique ut dolorem. Odit doloribus est aut iusto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jensen@willmsvon.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tyshawn Emard I"], ["email", "jensen@willmsvon.info"], ["password_digest", "$2a$04$4QyCbGR.oPQEMfwHL.2.se.fFdXekinxIANOKC2FvclzN7Kl9ieMq"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Repudiandae qui nobis atque occaecati velit facere. Qui accusamus molestias rem eum. Dolor repellendus aliquam dignissimos optio labore repellat saepe."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Ut qui iusto officiis. Quo corrupti et fugiat laborum perspiciatis vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dianna@oberbrunner.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daija Considine Sr."], ["email", "dianna@oberbrunner.com"], ["password_digest", "$2a$04$Cv/ZlvFTTwvdVR8SCoPPMOh0l5NlUi0h58JJe4en/lzOMOTNFNJgO"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Corporis sequi enim iure. Dolor necessitatibus voluptas quod rem laudantium est."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Labore aperiam harum. Recusandae ut aut est dolorem illum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "janice_hilpert@dooley.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heidi Baumbach"], ["email", "janice_hilpert@dooley.com"], ["password_digest", "$2a$04$6vyGkY4OUPbVR3iu4PwZpetKtjeeIflGskh2QEParDE1z4gZVGHFe"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Officiis adipisci possimus aut quia doloribus minima. Soluta dolorem aperiam praesentium sit qui quod molestias. Delectus odit nulla voluptatem quas."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Laudantium sunt minima repudiandae iste sed. Aliquam ea veniam saepe et earum sunt. Ratione aspernatur dicta soluta in aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "santa@block.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corbin Predovic"], ["email", "santa@block.org"], ["password_digest", "$2a$04$8n8MEnVFUt4IJGbS/dFx/eTBsgj9YRqKPtfm6sQHxZ4WzbePuUPL2"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Officia eius quia nihil qui. Qui et qui vitae molestiae."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Tempora repudiandae similique ab cumque doloribus dolore porro. Et similique quia recusandae officiis accusamus voluptate. Explicabo odio dolores odit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lilliana.willms@renner.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Monserrate Ratke PhD"], ["email", "lilliana.willms@renner.info"], ["password_digest", "$2a$04$l4IR5IPU2w2vH4oUe1ocKONosAp740voinvmK77T.MUczSgiALLsu"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Nostrum nihil enim voluptate dolor consequuntur. Architecto sit sint laudantium accusantium et. Debitis est harum voluptatem quibusdam. In est at."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Omnis omnis est. Aut quibusdam ex tempora sapiente dignissimos odit non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glen@schuster.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Virginie Borer"], ["email", "glen@schuster.org"], ["password_digest", "$2a$04$o6G99gRlcRLyLbnpfZ6OOOzUdYskSEKvPBmXqna36reEyJ9RS.0h2"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Ipsam molestias harum modi aut. At natus facere quibusdam eveniet ut. Pariatur maxime et consectetur quia et. In esse dicta laborum id."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Optio incidunt fugiat et consequatur ad qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ericka@roob.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dedrick Kshlerin"], ["email", "ericka@roob.co"], ["password_digest", "$2a$04$k4KAzRboYDLl1zExPsH3KeFO.W3UsQkdKCNuaJkHXOtxbeeGAJdK."], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Reprehenderit in reiciendis aliquam quasi. Sequi ipsa est commodi."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Officiis in culpa qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donna_schoen@framiweinat.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katrine Renner I"], ["email", "donna_schoen@framiweinat.com"], ["password_digest", "$2a$04$WNpio5vaD./PiNDpXPx3Z.E4601CviXDCFSVqxnaWNPm6A6XKF7pK"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Est occaecati ut molestiae atque. Et sed qui nam deserunt voluptatum sed repellat. Amet libero sequi eveniet dolor. Optio magnam veniam non eum earum et id."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Id aliquid magnam culpa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "braeden_metz@littel.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximillian Douglas"], ["email", "braeden_metz@littel.io"], ["password_digest", "$2a$04$SuvkkQVooXGoHa/BZLBWl.5k3ulFa2bqTdvnPtPa8w0H4mls/iOO2"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Deleniti tenetur eos. Eum hic omnis officiis sequi est. Molestiae ex qui unde delectus suscipit est quis. Nobis libero reiciendis aspernatur molestiae facilis incidunt optio."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Mollitia consequuntur odit itaque. Magnam veritatis adipisci consequatur ut non est earum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.5ms) Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "coy@jacobslabadie.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Monica MacGyver"], ["email", "coy@jacobslabadie.name"], ["password_digest", "$2a$04$RgFSYhbjoDTAj1p4BuTOiuSKZ0GFrHADnyEVr7bWZ8jYi5YGiZ7Fq"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Sit odio nisi reiciendis ut dolorum. In ut corporis."], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Dolorum sequi minima voluptas quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 33ms (Views: 9.9ms | ActiveRecord: 2.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isobel@bosco.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aglae Bosco"], ["email", "isobel@bosco.io"], ["password_digest", "$2a$04$1AoUTvmEXAzfx0S62KotgOxIPxV4oEf3hky97Z9XJns92PCgl7Fyq"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "In cupiditate id fugiat repudiandae praesentium. Enim quo dolor cupiditate neque et occaecati. Numquam error placeat et harum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Aut ratione et."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joe@bartell.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaqueline Dach"], ["email", "joe@bartell.com"], ["password_digest", "$2a$04$MAIdl/2FcAoBwuWgRuwC7OoWO4KJ3SGIOVDb.hiTePSl.EM3wkSXW"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Sed nihil omnis totam. Ab voluptatem molestiae nisi aliquid. Molestiae distinctio id ab harum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Sint atque consequatur sed iusto nesciunt aut. Cumque quasi a dolore rem. Quod aliquam error eveniet."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keara.wintheiser@robel.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Issac Kessler"], ["email", "keara.wintheiser@robel.net"], ["password_digest", "$2a$04$xIrIKgtTgTITNh4ArZp8O.JYLE5zxP6upk8nlT9FT.s8otjvFTTF2"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Quae iste magnam consequatur sit est dolorum. Cupiditate perferendis voluptas dolor deserunt vel."], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Autem nam dolor accusantium aperiam dolore rerum maiores."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deshawn@renner.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shad Koss"], ["email", "deshawn@renner.info"], ["password_digest", "$2a$04$hF.jUXl/tZfkLnP4Vn71zeoxb7kkK6afHUd6e9k5koq6qffl8.O3W"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Reprehenderit accusamus tenetur natus repudiandae id sapiente laudantium. Error facere ratione et perferendis numquam qui. Officia ut nesciunt adipisci et placeat. Eum est quidem ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Et excepturi fugit temporibus ad. Ut laborum et voluptates incidunt at. Praesentium dolorem fuga sed odio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-29 00:00:00 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.8ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaren@greenfeldersteuber.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Destiney Gutkowski"], ["email", "jaren@greenfeldersteuber.info"], ["password_digest", "$2a$04$7mc1y772CQSgQrxjaRi1XODP9IK.0D1ulP2/fBazldSYtd34S/cDC"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Quia tempora voluptatibus excepturi accusamus. Sed possimus sit itaque atque aliquam dolores aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Dolores quo sit nesciunt fugit ut ut. Nihil magnam quibusdam nobis dignissimos. Ut quia cum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brittany.blick@gerlach.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christine Rau Jr."], ["email", "brittany.blick@gerlach.net"], ["password_digest", "$2a$04$hIZmd/5GaDzbvwq1Rd93r.NRNoUdf6jeqyOdmeykWilOik//Du82C"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Atque provident ad voluptas maiores est. Nam vel nisi rerum explicabo est. Quia consequatur vitae amet unde cumque ratione. Dolorum tempora eos hic voluptatem velit optio."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Non eveniet aliquam fugiat aliquid. Rerum vero itaque numquam quod. Voluptate quisquam eos alias nesciunt ut consequatur."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosa@miller.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geoffrey Hickle"], ["email", "rosa@miller.co"], ["password_digest", "$2a$04$2nN6qxhXe6SI5nTLld1C5eo/pHcQVr.oFRcdpW9lYSdf6.HqxzDC."], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Ipsam esse est magni sequi est aut vel. Doloremque odio quisquam a ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Vitae pariatur eum ducimus sit quia. Qui cumque blanditiis debitis dolore aperiam consequatur tenetur. Aperiam dolores commodi."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "casey@collins.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aimee Okuneva"], ["email", "casey@collins.biz"], ["password_digest", "$2a$04$cHJzCAiZzXz42.OaTIY.kemR4UuQ3NdGAMNovr59aM3aXA4iKyMam"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Saepe consequuntur dolore qui. Distinctio inventore dolorum. Ut et nihil. Quia corrupti sunt et laudantium."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Qui velit esse aperiam."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "francesco@bartell.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Lisette Marks"], ["email", "francesco@bartell.info"], ["password_digest", "$2a$04$FLAC2NqI4HaliOthHvdgI.8QPyCEe3qw0FL93hh2I14m3vetzvHMO"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Cum voluptatem ex nesciunt. Deleniti dolor non fuga voluptas. Tempora est temporibus perspiciatis fuga id non aut. Et accusamus ut ut eum cumque quia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Placeat temporibus aut rem. Voluptatibus saepe qui reiciendis explicabo omnis iste quidem. Saepe voluptatum iusto dolores."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "preston@kohler.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Princess Haag"], ["email", "preston@kohler.com"], ["password_digest", "$2a$04$PkOqY6hF5cB7uA8xmtGlQurF1mrKATnzdArLZPgSlUYnD1y1L5Bvm"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Laborum aut iste voluptas sed porro. Incidunt magni perspiciatis nemo. Rerum numquam quia id nemo."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Assumenda exercitationem voluptate."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "verona_strosin@rowe.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Don Johnston"], ["email", "verona_strosin@rowe.biz"], ["password_digest", "$2a$04$y.jUW661ADtSX9HKDePj.uJiGXSE8WvdBK/g49wtAshD4Q0HEHd5i"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Recusandae reiciendis in quas reprehenderit vero. Voluptas aut id rerum id in eos quis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Fugiat placeat aut iusto omnis dignissimos. Et cumque et vel est voluptas. Neque in sit sunt consectetur quaerat."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bruce@boscoquitzon.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shany Pagac"], ["email", "bruce@boscoquitzon.co"], ["password_digest", "$2a$04$Nq/QAXe9.dYJJ0a47lDWSOFmJjqTXiY96ZqcfktYOnylCmT9J0j.6"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Esse qui atque illo quis. Praesentium magni non alias sunt voluptates aut quis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Ut est rerum dolores maxime eos. Sit quos consectetur adipisci corrupti dolor."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorothea.balistreri@weinat.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Missouri Smith"], ["email", "dorothea.balistreri@weinat.io"], ["password_digest", "$2a$04$fGQUG0Wj7QUJkx4b45CATOvTM0AWVKwy.42IM6DV7ohW9zV30D2oq"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Vero ut aliquid facilis et vel neque dolor. Possimus vero quis. Est dolorum porro corporis cum corrupti."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Esse voluptates explicabo non. Totam et iusto."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "earnestine@windler.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Candido Beatty DVM"], ["email", "earnestine@windler.co"], ["password_digest", "$2a$04$6JiP5PDX1XHSIeOvK3kr1.sM48EmMrIOeeBVhnmknady4sIgLjLqO"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Consequatur ex eius. Sapiente est suscipit nesciunt qui voluptate sint. Omnis eveniet dolor."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Eos labore et dolorem vitae harum enim ex. Hic laborum ut quibusdam rerum. Atque amet sed."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maxie_lebsack@bednaryost.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kevon Schulist"], ["email", "maxie_lebsack@bednaryost.org"], ["password_digest", "$2a$04$SK2VWg88r5eN3Kx2gVaJ8.5GDnWd8hAEzA1gah75dvqBfhModPUvK"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Est nemo laborum. Voluptatem alias id libero. Incidunt quia voluptatum neque sint odit corporis praesentium. Qui sapiente sit consequuntur perspiciatis blanditiis qui aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Nam rerum necessitatibus aut facilis modi nulla."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arnold_ferry@cronin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kris Hoeger"], ["email", "arnold_ferry@cronin.io"], ["password_digest", "$2a$04$.rvn/BvrbwWT3RIcjm6nfOvmXmJ5m4JagHgzUVVZIWPmi7Vz2Txzy"], ["created_at", 2016-07-01 17:18:15 UTC], ["updated_at", 2016-07-01 17:18:15 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:15 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (18.8ms) Completed 200 OK in 363ms (Views: 360.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"arnold_ferry@cronin.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "arnold_ferry@cronin.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (2.3ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$FZA3Li6UkRkAUWSEqu2.bOxRiPBX5SfrEe3dDRS0j1OOW7I1FoNMC"], ["updated_at", 2016-07-01 17:18:16 UTC], ["id", 74]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 15ms (ActiveRecord: 4.1ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.2ms) Completed 200 OK in 41ms (Views: 32.0ms | ActiveRecord: 2.1ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darian.purdy@kohler.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madie Hirthe"], ["email", "darian.purdy@kohler.name"], ["password_digest", "$2a$04$oDTNEwyKCTagQsqLTNpsGuJh/BWlvLjO.qbKMk/Hvh8kdTHVeZmoS"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Similique sed exercitationem repellat ipsa cum. Velit beatae magni alias dolorum. Et quisquam maiores cumque consequuntur provident quod."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Doloribus nulla modi est qui ipsum corrupti. Molestiae deleniti commodi sapiente reiciendis laboriosam quas. Quasi consequatur omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.3ms) Completed 200 OK in 30ms (Views: 22.6ms | ActiveRecord: 3.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (1.0ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myrna@bins.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adolf McClure"], ["email", "myrna@bins.biz"], ["password_digest", "$2a$04$nUI.CJLI0olxaHUwEkEI7e1zB2Zv08PKgsBoDKsTMkYliOdOinVji"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"myrna@bins.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "myrna@bins.biz"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$zmkCN4QQj/2bZNbfX1Z8H.dG0i.vI37ZWFRW/Le.ysyflLwkxxZMi"], ["updated_at", 2016-07-01 17:18:16 UTC], ["id", 76]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.0ms) Completed 200 OK in 25ms (Views: 19.7ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bertram.vonrueden@sawaynkuvalis.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dagmar Schowalter"], ["email", "bertram.vonrueden@sawaynkuvalis.info"], ["password_digest", "$2a$04$G.rYh3h96yWOKF8vrV4gy.F0LEB4g8dZH.bnOoBK2mhKL3Jk52vC6"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Sint dolor autem quia voluptatum unde odio. Ipsum quo suscipit impedit quod ipsa ut aut. Praesentium aut rem ut ab fuga."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Ipsum omnis ex deserunt. Dignissimos omnis nostrum neque temporibus sed eos qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stephanie_howe@hauck.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Reta Kilback"], ["email", "stephanie_howe@hauck.com"], ["password_digest", "$2a$04$L9drdhujlPdyxFfqqJ0jn.4PsC9Dp5hzeA35bGt1.rN/boycuJX7m"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Aperiam ut fugiat voluptatem aut numquam vitae. Et ducimus aut. Ullam consequatur pariatur."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Dolorum quia nulla quos asperiores. Itaque voluptatem quam et fugit voluptatem reprehenderit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "skye@kautzerokuneva.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ansel Kutch"], ["email", "skye@kautzerokuneva.info"], ["password_digest", "$2a$04$E04AvTSm9OXxz1uKP4lMzuhBCvyeCqvOsqiCri7KqBBx35YeYF7Li"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Exercitationem aliquid et tenetur ut assumenda. Quis id et qui quas omnis. Doloremque repudiandae tempora commodi sed ab sint minima."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Ab asperiores aliquam. Beatae voluptas voluptate quasi et debitis numquam. Voluptas mollitia nisi inventore ea ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alexis@botsfordwalker.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jodie Bartoletti"], ["email", "alexis@botsfordwalker.org"], ["password_digest", "$2a$04$u/aITfije.s7i7mjD2T5eui7bTgZXYXCwAr50h97V/RNX38njjMYi"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Id tempora rerum reiciendis ex nihil. Perspiciatis eum voluptatibus."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Ea nulla aspernatur necessitatibus minima ut ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maeve@ko.io"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Luella Lang"], ["email", "maeve@ko.io"], ["password_digest", "$2a$04$2G0U3BcCHjwpK4kipwv9XOUkUS5jPMfnGM5wy7z6rbhxzbLIJVWde"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Dolore iure et facere quam qui ea. Perferendis enim magni fugiat eos non et aut. Esse et sapiente."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Rem fuga non voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vida.hartmann@kerlukejacobson.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lacy Smitham"], ["email", "vida.hartmann@kerlukejacobson.com"], ["password_digest", "$2a$04$xxcl4nUp9HAtTh14KUMecOaCRcA7PU5dKK8ckdyS1DZVhssWdql46"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (1.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Ut perspiciatis quo reiciendis. Quos nihil facere architecto et sed cupiditate. Omnis sed aliquid ratione."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Dolores quia velit quidem et et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "justice.lubowitz@treutel.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ara Bauch I"], ["email", "justice.lubowitz@treutel.co"], ["password_digest", "$2a$04$8iUmrrQz40GCFaQgKgYBUe8FK4ARV7Q4TTuXIXpOdbRyrlXaHpQkm"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Placeat dolorem non asperiores omnis vitae sit. Error nulla commodi qui cum voluptates corrupti."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Quisquam libero non. Atque deserunt libero. Et vero distinctio ut labore quod exercitationem est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angel_schaefer@wolfflynch.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brielle Ebert IV"], ["email", "angel_schaefer@wolfflynch.org"], ["password_digest", "$2a$04$SCSDR9WHGSgRlutNJ9cFieQB1wusMW2w63w0auszBpM0dXBOUuAAy"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Voluptatem aliquam numquam eligendi. Quia dolor earum aut nisi sequi aliquam quam. Natus repellat voluptas non voluptatem eius."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Odio nihil commodi esse."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (3.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zoila@schowaltermonahan.biz"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corrine Boyer"], ["email", "zoila@schowaltermonahan.biz"], ["password_digest", "$2a$04$FPMjLpfIkUPg0.24Pq3FhOS2qmqqCwjomX5llkrRf1.1szcqMldgq"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Eos aut sed. Voluptatibus sapiente inventore amet."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Alias earum necessitatibus reiciendis consequatur delectus quod. Quaerat aut harum velit cum dolore tempore quasi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaela.haag@heellarson.io"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emily Emard"], ["email", "kaela.haag@heellarson.io"], ["password_digest", "$2a$04$hMypbwvGL2ToJfkyS9cwnOOO6Q/PtFe8ojCkh6jtlkFGc8p.aXUaa"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Vero dolor molestiae. Temporibus earum reiciendis dolore aspernatur soluta eum dolorum. Alias aut totam nemo praesentium ipsam iure. Nihil in qui unde placeat."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Et quis rerum. Esse aut est. Et veritatis non quia dignissimos impedit qui sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elnora@lang.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Enrico Wehner"], ["email", "elnora@lang.biz"], ["password_digest", "$2a$04$IPk4JGcjj4j60IvvfjsPrOXzC0WRU7Mk1.1W/HC/JRnHBtzT2C3Ui"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Fugit ut qui fugiat ea possimus nisi. Suscipit quia veritatis culpa fugiat."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Et corporis sit quasi dolorem exercitationem dolores ipsam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "domingo@mitchellstokes.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kip Cole"], ["email", "domingo@mitchellstokes.name"], ["password_digest", "$2a$04$yg0uXb005/UZHlHT.ivYgejD1PNpr7XbsdWwKWbBW1C2IFAPAWrk."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Exercitationem omnis possimus labore. Consectetur saepe qui dolores consequuntur sed rerum."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Esse ut aut cum adipisci. Tenetur corporis aut autem iure enim inventore similique. Iste dolorem corporis quod consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "art_hauck@ratke.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Melba Ledner"], ["email", "art_hauck@ratke.io"], ["password_digest", "$2a$04$WCzbrcPisuggSR2bEwp7lei0yVvaf4P9KjNqbfiUfZTaPZVgAYERK"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Expedita sed quasi exercitationem laborum ipsum beatae. Quia velit ipsam illo minima."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Nisi vel magnam. Sit facilis voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marianna@barrowstorp.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jennifer Orn"], ["email", "marianna@barrowstorp.info"], ["password_digest", "$2a$04$qcRXnA2AldFgPc/z0Ng5kOWokrDZG4RGgrj6WUJR7cymm6wFslZG2"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Pariatur omnis ratione consequuntur est. Qui tempora nihil et ea mollitia."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Non rem et aut nemo. Aliquid impedit sed. Delectus sed quam necessitatibus ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rocio_murazik@mclaughlinschowalter.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corbin Jacobson I"], ["email", "rocio_murazik@mclaughlinschowalter.org"], ["password_digest", "$2a$04$B6Uxj/qBzEYZEukBG36hUuVDqKqVA8WXQDl3u1X6g8mYyn8z65DqO"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Qui rerum non expedita. Aut excepturi ipsum. Et beatae aut corporis consectetur provident quod."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Ratione sed libero a nulla rem. Architecto quae nobis hic quia quo. Quibusdam eligendi laboriosam est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noah.abernathy@hansen.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavina Powlowski"], ["email", "noah.abernathy@hansen.co"], ["password_digest", "$2a$04$csfkpeUcTRSqoGlFpFkxmOg8Moyksu6BmwJiO/xG/PBTaf6INXUkO"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Dolor numquam voluptate eum laudantium. Facere in delectus doloremque."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Facere aut voluptate ullam veniam eveniet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zakary@west.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Haven Kassulke DVM"], ["email", "zakary@west.com"], ["password_digest", "$2a$04$4t4eUL2Amiyt4g68WdJ5xuPQ64CCp5pbjrXiWsNFoGfXxDcBfvuZ."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Quo quae officia omnis. Atque quos voluptate perspiciatis. Repudiandae accusamus itaque et."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Inventore nihil asperiores nam ut aspernatur. Voluptate doloremque non. Cumque facere eos vel commodi ab unde quidem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mikel@priceheel.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Skyla Macejkovic"], ["email", "mikel@priceheel.com"], ["password_digest", "$2a$04$FWb4tgD.ghCiQSalbjz5yOVhnviJE89PT1uJnFKQl09u5xkzdXYG6"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Nihil autem voluptas. Quas alias rerum labore perferendis reprehenderit. Tenetur consequatur et voluptas odit voluptatem ad. Voluptas iste reiciendis."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Sit alias provident doloremque. Iusto assumenda voluptas voluptas laudantium voluptatem ut sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fausto@murray.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maia Klocko"], ["email", "fausto@murray.co"], ["password_digest", "$2a$04$4u2YQV.iWJtsRff3RTysPOHURqIBx3owbsrrvt8hM7gG.jbL6/5FC"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Delectus nihil ipsum quia harum suscipit voluptatum. Enim ea odit cumque dolorem. Veritatis aut quia voluptas."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Delectus deserunt dolores et et. Vitae soluta molestiae possimus quia excepturi enim accusamus. Error est sunt commodi corrupti cum."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tristian_wiegand@beahan.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Dariana Shanahan"], ["email", "tristian_wiegand@beahan.info"], ["password_digest", "$2a$04$VtuYKKdhWROAHx.as1mf0eMHaz.BXGb8oPe20U/J3KNyznPv76Um6"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Sunt quasi ad quo est at. Omnis praesentium porro aut quos. Sint fuga aut."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Enim doloremque ipsum odit aliquam voluptatibus et. Itaque temporibus nobis totam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lynn_lang@bashirianheaney.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Samanta Harvey"], ["email", "lynn_lang@bashirianheaney.co"], ["password_digest", "$2a$04$PSxUoEAWK1kM/sinw7lEXuD9DXRWWR88qfkkf1XccH2mExzGXYRCu"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Nemo repudiandae ducimus velit sit ea nesciunt ipsum. Rerum non et ipsam non. Est eaque sed officia eos."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Quis voluptatem adipisci est suscipit est enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "florencio@altenwerthsimonis.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leland Tillman"], ["email", "florencio@altenwerthsimonis.net"], ["password_digest", "$2a$04$yeLuufcdxRBoPg2h7QUGvujJQsB9hkHxK17TGvhL7tf5hW3R0h7gy"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Consequuntur dolor et reiciendis qui provident. Et quia nisi omnis aut quia quisquam ea. Sint cum libero."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Ut ut sit quibusdam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "doris_swift@wintheiser.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alanna Luettgen"], ["email", "doris_swift@wintheiser.co"], ["password_digest", "$2a$04$/95Uh/9iVtEeEuPwWhGOLucN8i0pQQQHYhGyUhn9A.KBdf49.CDz6"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Hic similique delectus repudiandae tempora deleniti. Voluptas amet id possimus."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Et perferendis perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ana@bechtelar.biz"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Justine Smith"], ["email", "ana@bechtelar.biz"], ["password_digest", "$2a$04$N8iUqCxEVpPEG.zvtp/sse76cZEiq0AO5QMraT5L40.4L3B9KItLK"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Suscipit non eveniet quisquam. Est sed qui aliquid illo atque."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "At repellendus saepe occaecati officia et harum odio. Neque commodi numquam. Veniam quidem iste possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tobin@keebler.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wade Goldner"], ["email", "tobin@keebler.name"], ["password_digest", "$2a$04$vs6iSL9onpfYw1BYSIg51evicbzkOyOOJdzHH9xgMuODNbm2r3v.S"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Totam iure at. Quos nihil consequatur provident doloribus dolorem illum porro. Necessitatibus excepturi est occaecati eius sunt ipsam. Quo qui sapiente aperiam explicabo aut."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Esse nostrum aliquid."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eunice@goldner.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emanuel Cole"], ["email", "eunice@goldner.co"], ["password_digest", "$2a$04$5uCSgIYo0zCe396JsohYa.5Ucju5l8ttmaf9Lb/E2K/7qQp862rv."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Ducimus quod minus molestias fuga dolor est saepe. Sit voluptatem debitis vero. Odit sit autem quis nostrum dolore sapiente."], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Sapiente dolores aliquam illum rerum natus et. Velit laboriosam corrupti consequatur voluptatem architecto. Iusto molestiae qui qui doloremque sit possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (160.0ms) Completed 200 OK in 174ms (Views: 147.2ms | ActiveRecord: 22.9ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (35.5ms) Completed 200 OK in 49ms (Views: 41.3ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethan_monahan@weinatschinner.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Samantha Deckow Sr."], ["email", "ethan_monahan@weinatschinner.co"], ["password_digest", "$2a$04$X4v/rhNoLvg.qSSeycnaSuyJd28eQAZMHS0MNUld1LRWvpWx1/z4O"], ["created_at", 2016-07-01 17:18:16 UTC], ["updated_at", 2016-07-01 17:18:16 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ethan_monahan@weinatschinner.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ethan_monahan@weinatschinner.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$anlkiTt1nJWaTuo3sLsk6OpBKpzd/b.5qnurGsyBoUGQ0GYhNNp5S"], ["updated_at", 2016-07-01 17:18:16 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:16 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.0ms) Completed 200 OK in 40ms (Views: 32.3ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zetta@cristquitzon.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kathryne Thompson MD"], ["email", "zetta@cristquitzon.org"], ["password_digest", "$2a$04$YerGhMIHEtTcDFcjp7Z3ceA2AGApi1cFFruyQ8CwqN7ckWtQvVBqG"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Odit qui mollitia qui et et deserunt cum. Nemo tenetur deserunt consequatur numquam ex at. Ea fugit et aut ea quaerat autem ipsa."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Omnis modi nisi et quo. Quia quod est voluptas eum nostrum tenetur. Ad ab sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marques.boehm@wolff.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Claudia Von"], ["email", "marques.boehm@wolff.net"], ["password_digest", "$2a$04$bFX5FKoYUNv1OEkSAnOUY.SWEYTikjb/8FOObgueA9f16A4jwIyri"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Quidem sint architecto consectetur qui esse omnis. Ipsa aut aliquam nulla quia aut."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Illum autem error dolore id magnam quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "price@howellmarvin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chad Bernhard"], ["email", "price@howellmarvin.info"], ["password_digest", "$2a$04$mYRZZH840FvDGLuOjLiMB.xZwaQu1In.Fd4l5Y/MXubaZM6E3UymS"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Sit ut quibusdam hic non facilis sed molestias. Et error aut itaque odit."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Labore nam eligendi ullam quis quae ipsum similique. Cupiditate minima id libero qui animi. Commodi voluptatum earum nesciunt iure animi eum quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alyson.olson@crona.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Damian Huel III"], ["email", "alyson.olson@crona.com"], ["password_digest", "$2a$04$iRt5t0GAElo1nIQJv8dTeOZQoZemljNAna3vjLgqFfiY4TB3d02j."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Blanditiis ullam quaerat officiis in sit. Doloremque vel eum quibusdam. Voluptate aliquam et harum in. Vel quis excepturi nobis rerum labore."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Sed amet ut sint consequatur distinctio. Vero veniam eligendi autem et quas et est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pat@toycronin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stephen Torphy"], ["email", "pat@toycronin.info"], ["password_digest", "$2a$04$B7iLahLGjHyHFIwfSG9c1eBHjNidbf5T7t7oN/un4n8IDWgRgFdBm"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Eum et quia voluptatem libero et quo. Nam nesciunt qui repellat. Et dicta est."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Corrupti dolorem harum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mckenna@grady.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bella Von V"], ["email", "mckenna@grady.net"], ["password_digest", "$2a$04$0SpFzE/zTRh5oTWtvBIIgeiQgKOFniFPZNOeXF3HdPqposuT4kgE6"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Vitae consequatur voluptas laborum. Eum aut et. Numquam explicabo nesciunt fugit ullam. Sint voluptas sapiente nostrum ipsum alias et accusamus."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Voluptatem maxime omnis quo officiis magni vero. Ullam deleniti et fuga sit illo impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "violet@hodkiewicz.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nellie Quitzon"], ["email", "violet@hodkiewicz.io"], ["password_digest", "$2a$04$p882fMOW/5ppD09MAFUNmueefA/anNxIrAaHKq7lr3QdxUwEbSgVu"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Corrupti sunt rem at ea. Odio facilis dolor. Et molestias vel dolore consectetur repellat quaerat ut. Fugit itaque at tempore veritatis atque."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Cumque voluptas facere deleniti non possimus porro est. Eos dolorum nulla sunt repellat. Non laudantium similique natus voluptate qui sed quisquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "agnes@barrowskutch.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gudrun Larkin"], ["email", "agnes@barrowskutch.net"], ["password_digest", "$2a$04$3kbHbxIG0Mn.e0ifAze.Yel5UXV9nKCZpk9FuJRFpLs2hnAxyU73y"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Hic assumenda aut eveniet sint. Nam quia vel esse provident veniam aut."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Pariatur in error et similique."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glenna@stanton.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lindsey Heidenreich"], ["email", "glenna@stanton.biz"], ["password_digest", "$2a$04$FiYiH.6DN0jMepiuy.Nx9uwDwuOyq3G7iCjCpIv8E3fPGCCCLWgpm"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Corrupti aut molestiae voluptatibus corporis enim. Reiciendis suscipit accusantium aliquid. Magnam officia rerum vitae perferendis neque."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Et voluptatem pariatur atque vel aut est veniam. Quidem eos aliquid tempora error voluptatem ipsam quis. Quo recusandae labore omnis ut optio non dolores."]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mathew@lockman.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jazlyn Schumm"], ["email", "mathew@lockman.co"], ["password_digest", "$2a$04$fKQXx0CxrG51s4gbwzjp9eZRNO6N.yrEIsFF9eYs1BcLbCueY110S"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Fuga veritatis expedita maiores voluptatum consequatur molestiae inventore. Et ipsum veniam. Veniam rerum soluta omnis."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "In asperiores illum aliquam. Eum odio quia fugit debitis corrupti atque. Tempora rerum velit voluptas aut aliquam cupiditate."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "virginie.dicki@steuber.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Colten Ziemann"], ["email", "virginie.dicki@steuber.biz"], ["password_digest", "$2a$04$w3xmQuEb2jhzKMwNNUsSC.QrqhWX5l8aPjGXu25PDL19daJOp31bK"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Ut aspernatur a mollitia incidunt libero dignissimos. Qui veritatis corrupti magni possimus excepturi et dolorum."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Provident qui voluptate et esse eligendi. Eos qui ipsum ducimus nisi. Atque tenetur consequuntur sint sint."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jodie@littlepurdy.biz"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lazaro Leuschke I"], ["email", "jodie@littlepurdy.biz"], ["password_digest", "$2a$04$o5FxMGCtBY/zNi6izdsG2urbiju.dnxJMDu3aCPxH8WaLxKWFsjau"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Ut fugit eligendi libero. At distinctio minima asperiores voluptatibus tempore temporibus. Ratione velit perspiciatis vel aut iure voluptas."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Perspiciatis voluptatem temporibus est. Sit quidem velit maxime dolorem consequuntur provident. Eius sed debitis eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allene@kautzer.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jevon Bailey"], ["email", "allene@kautzer.net"], ["password_digest", "$2a$04$U7kVM9oNzLgIm3BOdrs2nu2ElccARGpeh396GJsn1PIXPsqHKPwc2"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Dolorem voluptatum qui voluptate eum dolore illum cupiditate. Esse non velit. Voluptas iusto laboriosam fugiat. Distinctio voluptatem fuga."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Repellat iure accusamus aut. Ea velit qui. Et sed et sit qui dolorem et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "else.stiedemann@blick.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Iva Hodkiewicz"], ["email", "else.stiedemann@blick.org"], ["password_digest", "$2a$04$Y1rh/mzw0QAsYwXD3cikce1XFc9n8jPlADTDq3S5vxOLPhh3v.SHu"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Itaque perferendis minus quasi suscipit qui reprehenderit. Porro explicabo sed quasi unde. Voluptatibus qui vel. Qui quae aliquam."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Doloremque et eos enim quidem voluptatem labore et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dean@koelpinraynor.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elbert Parker"], ["email", "dean@koelpinraynor.biz"], ["password_digest", "$2a$04$wBYHXTyxIiaYVynqMafmQOd55e8Cu.4nukJIf2nQ8BJlxOAU4.dQW"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Id tempore voluptatem temporibus quasi voluptatem. Tempore ut qui quis impedit. Sunt saepe aut dolor. Reiciendis enim saepe omnis adipisci quis."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Labore quo placeat."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rubye_medhurst@mayertweber.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Montana Jerde"], ["email", "rubye_medhurst@mayertweber.org"], ["password_digest", "$2a$04$QyTXpI0O6zIM3D/i2wAew.n0VADqYPhgtmR1kqZ/pAJPMkNo3VqAG"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Fugiat sit placeat qui vero quam. Soluta blanditiis impedit aut."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "A non reiciendis. Quasi ab in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yadira.daniel@leschdibbert.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tod Harber"], ["email", "yadira.daniel@leschdibbert.com"], ["password_digest", "$2a$04$mTU69TgLi2FqKjNLOnQbkODFppbwDSKWzi.iI.11zrtdosqa57.bC"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Nulla vel fuga autem similique. Laudantium velit hic consequatur tempora earum."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Culpa laboriosam nulla id consectetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacinthe@armstrong.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Giovani Abernathy"], ["email", "jacinthe@armstrong.io"], ["password_digest", "$2a$04$TogJsww8DcKQFvQyVpyCcOpQY3r.hdj3QA4EGoNaZFOEPJS0ij81C"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Placeat nihil quis. Aut ut magni reiciendis dolor rerum placeat. Est inventore assumenda sit."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Eum veritatis omnis. Tempora deleniti dolores et nulla nihil est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "taurean.weber@willms.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Caden Tillman"], ["email", "taurean.weber@willms.co"], ["password_digest", "$2a$04$sNegJvEjCNdx23WLgAWjYecHq./wqkhKtNyHiI1Uu3MyqoGvb/qnS"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Neque architecto sunt. Cupiditate ut corporis doloremque dicta laborum. Laboriosam rem sint est consectetur nam quidem voluptas. Sunt impedit consequatur hic illum."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Expedita molestiae non soluta quibusdam doloribus minus et. Impedit eum cum ipsa quia earum nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orville@rolfson.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Alisha Considine"], ["email", "orville@rolfson.co"], ["password_digest", "$2a$04$RS75.Ro4tAYX0fdcWAzi7eOUpbHqXV90uTDVzk/raaIOUnYXw74/m"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Facilis cumque natus sed voluptatum et voluptatem. Voluptatum eos beatae distinctio nam et eum est. Nostrum sint odit quas nisi soluta."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Voluptas pariatur illo corrupti velit ut in minus. Ea veritatis earum nesciunt eos. Ut voluptas eum odio magnam aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "easter@gleichner.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tomasa Medhurst"], ["email", "easter@gleichner.org"], ["password_digest", "$2a$04$jiI.zykOU6HSd2tUrE13NesZPcXF/79ng1iVruONN7Cb65YavFL1K"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Sapiente maxime doloribus labore ratione ducimus. Dolores doloremque id neque autem. Omnis repudiandae non facilis. Quod est illum."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Numquam et incidunt. Ut expedita quos corporis optio natus impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "august_powlowski@bernhard.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emilia Jacobs"], ["email", "august_powlowski@bernhard.com"], ["password_digest", "$2a$04$pWQXnVExAApm.BmZlRAleu3qjNlMRznETpAncR38mDVBXf/OqmJF2"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Necessitatibus est libero optio sed. Quas dolore cum architecto adipisci velit. Doloribus culpa rem."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Ratione et ipsam necessitatibus et aliquam. Voluptas inventore ducimus consequatur vitae vel. Animi autem doloremque quasi odio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mae.wuckert@botsford.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anissa Wisoky"], ["email", "mae.wuckert@botsford.biz"], ["password_digest", "$2a$04$vkVXei2LApv08f4ezAHBsuPpmaRSoNkxGVBGPxhRCvO9tJJsdn.0i"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Non aut unde sapiente quo est similique. Eveniet harum officiis accusamus. Esse omnis sit illo mollitia rerum est culpa."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Cumque et alias et. Libero nesciunt sit nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "renee@hermann.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pearline Hettinger"], ["email", "renee@hermann.info"], ["password_digest", "$2a$04$gJpUr6FwJhIL1FjM36LPCO67g.21/hh.K7VpaMVyA5viv8EF3z4qm"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Non libero nulla. Tempore ut repellendus est earum excepturi. Aliquid et vel magni. Perferendis praesentium aut eum rerum quia cumque."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Sunt sapiente libero ipsa a possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "glennie_mraz@murray.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Duane Franecki"], ["email", "glennie_mraz@murray.org"], ["password_digest", "$2a$04$9qvx5f2MZCYKtH.RSTSMvOCbTDbW748iElgVhT10dE/hQk0FpirAW"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Quia fugit exercitationem nihil quam error aliquid. Nemo itaque perferendis adipisci a quia."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Adipisci consequatur iste perspiciatis animi magni. Dolorem qui ex velit autem esse nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caandra@okeefe.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Hilario Parker"], ["email", "caandra@okeefe.io"], ["password_digest", "$2a$04$Wu3oiFUWW/Cq8jbzlN7oTu90sGNkcCTOve40ZIWHrqDAc730ueRQ6"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Incidunt animi eveniet enim. Id tempora culpa quas."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Soluta asperiores maxime distinctio quia dolores pariatur vel. Debitis facilis ut. Temporibus omnis ab tempora voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (161.2ms) Completed 200 OK in 174ms (Views: 150.7ms | ActiveRecord: 19.6ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (26.1ms) Completed 200 OK in 39ms (Views: 33.0ms | ActiveRecord: 2.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monserrat_reichert@okeefejohnston.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "monserrat_reichert@okeefejohnston.com"], ["password_digest", "$2a$04$WEjp4odyfMeXdDpaLoIzbuo4o8r5E9WK4I0LtfWIVXh5nPRUbW00q"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.4ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"monserrat_reichert@okeefejohnston.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "monserrat_reichert@okeefejohnston.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$qSNW3u3naJSGacQ2V1JA0u9vnVEv9OPcZxMczeY6R9BlwAzMMA6nu"], ["updated_at", 2016-07-01 17:18:17 UTC], ["id", 130]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 22ms (Views: 16.1ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alverta@homenick.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "alverta@homenick.name"], ["password_digest", "$2a$04$2RTZMFtz5NJkgFkwDXKUgetuMkmn936sI.14V7GL.IO8KsmUOPf3a"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leola@gibson.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cole Flatley"], ["email", "leola@gibson.net"], ["password_digest", "$2a$04$0PFjx93LLvMcPSluMBdL3e7pznzPViE3QgvP770MObHaPUTnN3G8W"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Voluptate fugiat dolores. Quo nisi necessitatibus nostrum fuga."], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Rerum iure blanditiis eos. Ratione beatae nisi et incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.9ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (21.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (35.0ms) Completed 200 OK in 48ms (Views: 41.0ms | ActiveRecord: 2.6ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 18ms (ActiveRecord: 4.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.8ms) Completed 200 OK in 24ms (Views: 18.7ms | ActiveRecord: 2.0ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dawson@kshlerincain.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "dawson@kshlerincain.io"], ["password_digest", "$2a$04$PKfjN5GRTuMrvlq9l.tP/./nJDftdsnTJe3qiTc1RMaxNwoupPi1K"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"dawson@kshlerincain.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "dawson@kshlerincain.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$um0nR4ZRw0E9q9HBIPctougiaAGNi0nPbyTRn7w8KG2XPIUxf5Zza"], ["updated_at", 2016-07-01 17:18:17 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 22ms (Views: 16.0ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dayna@keebler.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "dayna@keebler.biz"], ["password_digest", "$2a$04$Jg//LDufCC7F4XZgZf1oOOAVERDHQ9hvK0iZSCnzTVagmq4XoEoFa"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.3ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (11.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.9ms) Completed 200 OK in 30ms (Views: 24.6ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:17 UTC], ["updated_at", 2016-07-01 17:18:17 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 20ms (ActiveRecord: 4.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 25ms (Views: 18.7ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gaston@marvin.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rocky Carroll DVM"], ["email", "gaston@marvin.io"], ["password_digest", "$2a$04$R8psU7MzFzz.oUus52cMqOd9b.lW3Pb1JE97JNVopFNGChtUynnne"], ["created_at", 2016-07-01 17:18:18 UTC], ["updated_at", 2016-07-01 17:18:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"gaston@marvin.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "gaston@marvin.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Xg/WUujMnMWttzx4WOjN4..iIM39IMKyn/s3E9N3/eGmm5VhD9yQW"], ["updated_at", 2016-07-01 17:18:18 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 24ms (Views: 18.8ms | ActiveRecord: 1.5ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (9.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 30ms (Views: 24.8ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.2ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.2ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (15.2ms) Completed 200 OK in 31ms (Views: 22.9ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$0cvfsHwG/FJq15hQwEgZ9.x2YjGpXqWgE3yJhvfkIzsC1mv8cjxWO"], ["created_at", 2016-07-01 17:18:18 UTC], ["updated_at", 2016-07-01 17:18:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 12ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$oqa/KBIuEwmjuGKTrg2cWuFChXfRnLREPgZdO1D/7BLikiFl3NKXe"], ["updated_at", 2016-07-01 17:18:18 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 24ms (Views: 17.6ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$c4e52lqy7E53I0cctGNDRufTucMZnHoqyCYpiwoGv/g5DaR9UPPci"], ["created_at", 2016-07-01 17:18:18 UTC], ["updated_at", 2016-07-01 17:18:18 UTC]]  (0.5ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:23 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.9ms) Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-07-01 13:18:23 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-07-01 13:18:23 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:24 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.8ms) BEGIN SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$/03U87JP48TqAcgKE1TZHut6ZE8GUZNgHZrfQALZoulx4XHfkwr8."], ["updated_at", 2016-07-01 17:18:24 UTC], ["id", 137]]  (1.1ms) COMMIT Redirected to http://127.0.0.1:60267/admin/posts Completed 302 Found in 16ms (ActiveRecord: 4.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:24 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (38.3ms) Completed 200 OK in 56ms (Views: 45.2ms | ActiveRecord: 4.2ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-07-01 13:18:24 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:60267/ Completed 302 Found in 4ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2016-07-01 13:18:24 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.6ms) Completed 200 OK in 29ms (Views: 23.1ms | ActiveRecord: 2.0ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-07-01 13:18:25 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-07-01 13:18:25 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 18ms (Views: 14.5ms | ActiveRecord: 0.0ms)  (0.5ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (22.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (0.5ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eldridge.raynor@lakin.info"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oleta Barton"], ["email", "eldridge.raynor@lakin.info"], ["password_digest", "$2a$04$NAAQuid3OMdRoxUF1xj79uDSYP8NP5Qx72eVUYdl61A53atgYVCpG"], ["created_at", 2016-07-01 17:18:25 UTC], ["updated_at", 2016-07-01 17:18:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:25 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"eldridge.raynor@lakin.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "eldridge.raynor@lakin.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$cNIx3LO7TU6uZOIik5.e..dsU3kPUhBiqeHId72jekGA1k45IMR8y"], ["updated_at", 2016-07-01 17:18:25 UTC], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:25 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.8ms) Completed 200 OK in 30ms (Views: 21.3ms | ActiveRecord: 3.4ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-07-01 17:18:25 UTC], ["updated_at", 2016-07-01 17:18:25 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:18:25 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 24ms (Views: 18.1ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gay_senger@feil.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tia Pfeffer"], ["email", "gay_senger@feil.com"], ["password_digest", "$2a$04$PiB1QG1n62bBEIQzgbtKR.v.oylnpUwAoBgAzKZcaaiWFDdzQzWHi"], ["created_at", 2016-07-01 17:18:25 UTC], ["updated_at", 2016-07-01 17:18:25 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:25 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 16ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"gay_senger@feil.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "gay_senger@feil.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$TmJgeUDP4Rr9TgLe8PzQ4eGD3wo3b4qK0TTbGd9EqVsAChBfdD5bO"], ["updated_at", 2016-07-01 17:18:26 UTC], ["id", 2]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 24ms (Views: 17.8ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (29.4ms) Completed 200 OK in 42ms (Views: 35.9ms | ActiveRecord: 1.5ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (27.4ms) Completed 200 OK in 40ms (Views: 34.0ms | ActiveRecord: 1.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ike.schuppe@jonesfahey.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Florian Pollich V"], ["email", "ike.schuppe@jonesfahey.org"], ["password_digest", "$2a$04$/rCKhXD07LPh2wK8vpLa5.2BOJYTDTeAp7hOQVsWP/fOQ8Iak0bIq"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.5ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ike.schuppe@jonesfahey.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ike.schuppe@jonesfahey.org"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$33owrU4Ug8PhUzGq2LooIeoHAHQX1DZuKIuWgz0T.OoZI.O5WeqHW"], ["updated_at", 2016-07-01 17:18:26 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 25ms (Views: 18.2ms | ActiveRecord: 2.1ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.6ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (7.1ms) Completed 200 OK in 20ms (Views: 14.4ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.2ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 23ms (Views: 17.0ms | ActiveRecord: 1.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "demetris.witting@leuschke.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Floy Jakubowski DVM"], ["email", "demetris.witting@leuschke.io"], ["password_digest", "$2a$04$hvEV.PwZFoc6dWQzJH176u4N/IzETYQ0vYyJYD7BEb/NWLaWGsHmO"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.9ms) Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"demetris.witting@leuschke.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "demetris.witting@leuschke.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Vo/JMxXGNFnNr7FG1CejL.QPVAfSzqOpQwbc.cExjSXjw80zAlcHC"], ["updated_at", 2016-07-01 17:18:26 UTC], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 24ms (Views: 18.8ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (8.2ms) Completed 200 OK in 23ms (Views: 17.7ms | ActiveRecord: 0.8ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-07-01 17:18:26 UTC], ["id", 29]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.5ms) Completed 200 OK in 27ms (Views: 20.0ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caie_adams@smithhamill.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antonette Kunde"], ["email", "caie_adams@smithhamill.name"], ["password_digest", "$2a$04$sBsViE1VZlyjA2hlWufo/uTmyMJJdKb8.O4m/Y48MiQ1WdmSYGzs2"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.4ms) Completed 200 OK in 16ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"caie_adams@smithhamill.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "caie_adams@smithhamill.name"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mjA9DUIYMKk1RBTBSpEW/eisy8VJQ5o3OCRKB57GBQNXdyRRfD39i"], ["updated_at", 2016-07-01 17:18:26 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 23ms (Views: 17.8ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 24ms (Views: 18.6ms | ActiveRecord: 1.3ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (9.6ms) Completed 200 OK in 20ms (Views: 15.6ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hayley.reilly@pacochaherman.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katherine Klein IV"], ["email", "hayley.reilly@pacochaherman.com"], ["password_digest", "$2a$04$K/vMjJrUeUz9vBpJV8sjYe8kqsiNB1n9tEVlj61/X.J5AKo/34Gte"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Labore nemo consequuntur doloribus placeat. Quia fugit pariatur voluptatem reiciendis. Voluptatum nihil dolores laudantium voluptatibus maiores. Sit quas asperiores maiores."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Veniam temporibus aliquid quia incidunt laborum aut. Sed deleniti reiciendis ab. Velit numquam consectetur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lora@dubuque.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Isabel Sauer"], ["email", "lora@dubuque.name"], ["password_digest", "$2a$04$Ty9GLi0Yvc/3g8hs7m.owuJKuh3QH8JVY7fyqk6i2etSP.d.FCBYW"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Exercitationem molestias omnis reprehenderit animi qui. Molestiae at ut voluptates et. Sapiente cumque non neque voluptatem aut iure."], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Architecto ullam dignissimos quia aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (19.7ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (35.7ms) Completed 200 OK in 52ms (Views: 45.5ms | ActiveRecord: 3.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.6ms) Completed 200 OK in 40ms (Views: 36.0ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "buster@gutmann.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Issac Weber"], ["email", "buster@gutmann.org"], ["password_digest", "$2a$04$pEukzaExPYwW/TJGi1TQXehQ.q6vu.UWtREmgcE0iQWTbpu0WO2Ku"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Earum doloribus cumque. Voluptas in non voluptas officia explicabo voluptatem culpa. Sit unde placeat aliquam. Beatae qui aliquam possimus vero nihil et dolores."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Eaque molestias alias tenetur sed. Nulla dolorum iste natus ipsa et quis soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gwen@erdman.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maxine Keeling"], ["email", "gwen@erdman.org"], ["password_digest", "$2a$04$OlsGikcTvqGbuGIbmzkOk.ynxvvCNMocogv.2SMiPu.2nKTNf9y/K"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Est suscipit veritatis aut maiores quis laudantium. Laboriosam sapiente quae iste eligendi. Tenetur aut qui porro."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Exercitationem veritatis ratione eum in reiciendis officiis."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nellie_hilll@kilback.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Minnie Jacobson Sr."], ["email", "nellie_hilll@kilback.info"], ["password_digest", "$2a$04$fesCO5Q.LMVrzEwDJYZTHufpT.uB2WC1RKPMWLOnVGWpRERA5d.7."], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Quia et sit totam. Blanditiis est perferendis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Aperiam nesciunt facere nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mckenzie@brakus.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Natasha Bode"], ["email", "mckenzie@brakus.name"], ["password_digest", "$2a$04$Vj4dXk3JMyr0g1Mghh/uZeiOws3bmBSq19EntLwep28QCjbv8QTSq"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Iste quia officiis totam. Voluptate quo minima explicabo delectus fugit enim. Esse autem voluptates numquam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Molestiae inventore praesentium dolorum consequatur sed vel ratione. Et quis officiis harum voluptas odit eum quis. Sed atque vitae sit delectus rerum eligendi nobis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moie@ryanortiz.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Maxwell Ruecker"], ["email", "moie@ryanortiz.net"], ["password_digest", "$2a$04$gvXdCPJ3qsxSlLxftUfTeeBJWabxVZP.L0mg4/vb8w2oayxQDLGJa"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Quo non quia est. Quas a quia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Quia deleniti ab id minus doloribus totam unde. In maiores maxime est et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jewell@farrell.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zachery Grant"], ["email", "jewell@farrell.co"], ["password_digest", "$2a$04$uTkv262jzea7nF3JmaBB0useJki2YitBCVscLkDq3YG534fknZj/W"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Doloribus eos quia accusamus ut et quidem quos. Et laboriosam accusantium vel et neque consectetur. Distinctio qui ratione dolorem. Expedita est vel voluptatibus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Recusandae ut quo similique cum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tony@konopelski.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chasity Wiza"], ["email", "tony@konopelski.co"], ["password_digest", "$2a$04$N7RbjoTw.8rxodPYa3woFeJ5Enm3yv9XMI7yxG6CZDm9ENCuZK4lm"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Iste incidunt dolore qui. Voluptatibus veritatis quia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Et aut quia maiores eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carley_bogisich@wisozkwehner.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lonny Hartmann"], ["email", "carley_bogisich@wisozkwehner.org"], ["password_digest", "$2a$04$g/AHjI4krGERPs2Il3RRPOH2B89slwEjsw5zThiql1BronWhj1V36"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Accusantium consectetur et. Perferendis impedit voluptatem nisi excepturi enim. Tenetur sunt eligendi animi quas. Cumque commodi est velit porro."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Omnis eveniet eum minus vero rerum inventore sit. Sunt sed asperiores ipsa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amalia@klockosporer.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaylan Weimann"], ["email", "amalia@klockosporer.com"], ["password_digest", "$2a$04$FN9crZCZ/z5C9Lw1BtoBL./BVVLxH0tgvjG2OOyCzmcbhcRDdRcQG"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Qui mollitia nihil nisi exercitationem quia. Voluptatibus ducimus assumenda vitae sint dolor officia fugit. Assumenda necessitatibus vel molestias ut quia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Ea ut eum dignissimos ullam. Consequatur eaque doloribus exercitationem molestiae eveniet iste dignissimos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bettie@mosciski.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dwight Schmidt"], ["email", "bettie@mosciski.biz"], ["password_digest", "$2a$04$tJSb.li5j1gjHDKGCcDbp.AeJPUqVBtr2uluOiaaThEtrrRewLJU2"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Repudiandae enim sit animi suscipit et et. Vel voluptate tempore quia. Neque eligendi ipsum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Impedit voluptatem reiciendis optio voluptate omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lacy_aufderhar@wolf.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rasheed Adams"], ["email", "lacy_aufderhar@wolf.org"], ["password_digest", "$2a$04$NIlar.vInDMCH2HciAAB8ubHuCQ5Cp9uDnRM1b./RZrIFvzmRvTqi"], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Consequuntur dolorum et sunt minus quibusdam nesciunt. Expedita facilis necessitatibus odit pariatur voluptatem perferendis qui. Non optio suscipit ducimus animi voluptatem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:26 UTC], ["updated_at", 2016-07-01 17:18:26 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Distinctio consequatur est atque qui. Et vero non id sunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 13:18:26 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (44.6ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (71.9ms) Completed 200 OK in 86ms (Views: 72.6ms | ActiveRecord: 9.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-07-01 13:18:27 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.4ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (8.9ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (36.1ms) Completed 200 OK in 50ms (Views: 45.1ms | ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jewel_lindgren@ortizflatley.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Alexys Bashirian"], ["email", "jewel_lindgren@ortizflatley.org"], ["password_digest", "$2a$04$aUCaAeygSHI/3Y4VTkJSw.mG6.e7DBv3LdF2ZLNfIHGKYCrpx6A4q"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Nisi quia cumque. Corrupti distinctio nihil quia expedita. Ab voluptate sed libero vitae natus sint qui."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Quod sit voluptas aut quia. Tempora sed aut ipsam sapiente eum. Rerum odit numquam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 13:18:27 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (21.9ms) Completed 200 OK in 34ms (Views: 28.7ms | ActiveRecord: 2.9ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-07-01 13:18:27 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.6ms) Completed 200 OK in 16ms (Views: 11.6ms | ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shanelle_kozey@collinscorkery.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Earline Blanda III"], ["email", "shanelle_kozey@collinscorkery.org"], ["password_digest", "$2a$04$DwRNYqdC/UPA/N/u6ee0f.yVLigFESMv/dUTF0eq8UZzpdJ9nV/Su"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Dolore quis delectus asperiores itaque eius et aliquid. Non eveniet eos ipsam sapiente officiis consequuntur. Error sunt dolor modi nam. Qui provident voluptatem vel omnis similique."], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Omnis ab quisquam dolores eum omnis necessitatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-07-01 13:18:27 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 3ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ebony@wolffgerhold.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cleveland Mann"], ["email", "ebony@wolffgerhold.com"], ["password_digest", "$2a$04$7r7RVeq5NDODekWEJBongeuGvezJ6P5UOnLUEK5p21y9dQg.4JsnG"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Eum rerum id animi quis. Sed et velit. Dolorum placeat inventore fugiat qui quam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 21], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-07-01 13:18:27 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.7ms) Completed 200 OK in 18ms (Views: 13.4ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "megane@faymonahan.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lexi Kilback"], ["email", "megane@faymonahan.org"], ["password_digest", "$2a$04$8vV4nEK7y0XVNf9H0iQJ/eB/taYzzyEQnr/ilh2wtzRHhIirZWW6C"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Ut adipisci quae et. A omnis ratione. Ea dolore sed molestias illum blanditiis occaecati aliquam. Officiis ut consectetur omnis distinctio aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Molestias minus optio cumque nisi earum. Vel consequatur excepturi mollitia. Similique temporibus eum odio et ut perferendis."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zakary@larson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Denis Wehner"], ["email", "zakary@larson.name"], ["password_digest", "$2a$04$i0icuOj9eQfVfQ/KN/R6deAFFNurGueqOKLHNnq533xGLQ804LxQy"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Deserunt perferendis aperiam ipsa eum quis. Itaque qui modi quia repellat ipsa quis debitis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Voluptates dolores a molestiae quam pariatur reiciendis hic. Temporibus odio velit et. Sequi voluptas dolor enim."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 13:18:27 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.7ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (15.8ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (27.8ms) Completed 200 OK in 40ms (Views: 32.5ms | ActiveRecord: 4.9ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-07-01 13:18:27 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (19.5ms) Completed 200 OK in 49ms (Views: 30.7ms | ActiveRecord: 4.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$Y73s9wskO88bLfD52JeFWOF3tzags0HuQa2Ue/EAs0QVq2WSH4I4a"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$oEJSqNz6TlBwmoptvJDSNuo9A.T502zxBndp0Akig3Uou/.HrWKxG"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$U.TWer90XKGcAnIFISJABeWxTtCSX3yeaXtYoI/Oi3e/i8.WR2Gk6"], ["updated_at", 2016-07-01 17:18:27 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pearline@romaguera.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Virgil Lang"], ["email", "pearline@romaguera.info"], ["password_digest", "$2a$04$.FrYI62BdsfsWN2G5X.xZOLFqpO3Hv.HNH2KJTlfTCrv5XS7d/5Tu"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juwan@will.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Berry White"], ["email", "juwan@will.com"], ["password_digest", "$2a$04$6H.LJhund4i9rEC8/ZRvYuqBlWAB88pPz16yBBgc4ayZcU9LCk9Ii"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christop@kriskling.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reece Nikolaus"], ["email", "christop@kriskling.co"], ["password_digest", "$2a$04$wotUMKRPiJkvAFLf0.W/AuQKvUcMxnm2btSaRYv1QeJ.ilAUTqBYC"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Voluptatibus quod iure ipsa provident dolorem et. Quidem culpa quo et et magnam. Voluptatem qui ut deserunt nam quis."], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Mollitia et omnis sit quia. Totam ducimus sunt id ipsum similique."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tad.okeefe@stokes.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Everette Okuneva"], ["email", "tad.okeefe@stokes.io"], ["password_digest", "$2a$04$pWvm2lFmEpnH2aa37K/XUexb1caLRF7LyEy5nzW9Vb9CH0X0U3Ga6"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Vitae ut necessitatibus sapiente. At non animi et et."], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Eligendi nostrum cupiditate a corrupti rem impedit. Ea eos doloribus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dejon_donnelly@murazikabernathy.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jewell Bode"], ["email", "dejon_donnelly@murazikabernathy.name"], ["password_digest", "$2a$04$mcd/PUh5px6H0Rp62Okhr.w90P9hUo79qn8.h2YJ71NUvTw9FRZqW"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charley.daniel@murphyluettgen.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Monserrat Schinner"], ["email", "charley.daniel@murphyluettgen.co"], ["password_digest", "$2a$04$x9VeVHIolvX4OHA0D3TaA.cp79kH.WZeUXpZvHE8rpoRXGmzvNowq"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oral@murray.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaydon Schmitt"], ["email", "oral@murray.io"], ["password_digest", "$2a$04$mib4sqkbpRbBMb9CWDEbqe7z.uGqMGtDZgOXIDTeB6hpfQhIwdv6W"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erwin@hodkiewicz.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Flavio Williamson DVM"], ["email", "erwin@hodkiewicz.name"], ["password_digest", "$2a$04$wmzwuhsPXWvxrgUFa5U4Hu4J4DFsZ.WwQGw1tTIKXAjVGFjGjJ0X2"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Non molestiae alias nihil ipsam officiis et. Neque rerum a qui iusto."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 33], ["slug", "title144"], ["summary", "Qui saepe fugiat rem commodi animi rerum ea. Blanditiis voluptatum perferendis at eligendi. Alias quia ut dolore consequatur molestias."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "liza_mohr@kuhlmanlangosh.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucio Lockman"], ["email", "liza_mohr@kuhlmanlangosh.com"], ["password_digest", "$2a$04$bkP4rWKGR.fCcxVOXECzEesCk5l4jCeTPOvT1rvGpgEURNnViPBnu"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Commodi veritatis provident eos consectetur voluptatem error. Est at qui aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 34], ["slug", "title145"], ["summary", "Qui dolorem velit hic."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 15:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keenan@buckridgedoyle.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nasir Von"], ["email", "keenan@buckridgedoyle.com"], ["password_digest", "$2a$04$oL1bQpEmpAKzWC4HaoBLo.LwYxvZ67y.8G2dMlEiPZ9fTfkROUj7C"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Aspernatur reiciendis pariatur sapiente ipsam ut temporibus rerum. Praesentium ipsa nesciunt ipsum enim et et similique. Officiis aut et nobis aliquam. Optio est dolores reiciendis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 35], ["slug", "title146"], ["summary", "Voluptatum delectus corporis. Aut ipsum eaque est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mariela@swift.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estel Breitenberg"], ["email", "mariela@swift.org"], ["password_digest", "$2a$04$LEorsFmjY/tvFX4EcbBEYOUR9Win9RaADKmKHGxPGXZuROVfHUtDa"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Nihil placeat veritatis. Neque sit quasi."], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 36], ["slug", "title147"], ["summary", "Alias id aut aut nemo ducimus ex nesciunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "damon@marquardtmcglynn.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Misael Runolfsdottir"], ["email", "damon@marquardtmcglynn.info"], ["password_digest", "$2a$04$WiYNi8SsqC3x7o/1Uoyx.ekChFgCvO7WLND1mVWFh75ffD81y.GmK"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leora@windler.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lamont Pagac"], ["email", "leora@windler.co"], ["password_digest", "$2a$04$jxz98ero1pnJlufdjnfkU.v0C/Hr4WP99Fea5FBfysHvBe6DlcPny"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Architecto vel similique. Accusantium et totam. Accusamus nisi similique."], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 38], ["slug", "title149"], ["summary", "Aut fugit dolores vel ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eladio_denesik@rempel.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Noemy Welch"], ["email", "eladio_denesik@rempel.com"], ["password_digest", "$2a$04$QAPXF04XOnXSJWzQAQAQoujcesnGRzbUKGIIdOYO1rQ..foAQb/Pi"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Et quisquam voluptates at corrupti nihil asperiores eveniet. Ex asperiores quaerat. Libero reiciendis reprehenderit officiis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 39], ["slug", "title150"], ["summary", "Exercitationem atque rerum dicta iure nihil."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["id", 26]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nya.carter@hudson.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Albert Medhurst"], ["email", "nya.carter@hudson.net"], ["password_digest", "$2a$04$ZZ7djWAO9N8ucOYemZA3UOvn71Ntt6N8tCyCTEgpDOC6zPd960D6O"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$FHaUFg/9lsPf96GXE3pC1ub.itqCfecqtXHJ.96Wm5njh19urAoZS"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$CnejsqViraIFSHnwdvueFO4OMfvfXZFMHLpr4kzWYKY7BlyvOV64S"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "newell@herzogcummerata.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cornell Reilly III"], ["email", "newell@herzogcummerata.io"], ["password_digest", "$2a$04$YAnGhTPDV/fJ23rCkI2leOsjw41YPGMdikgcH0e21i7we/T1nphHO"], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Incidunt consequatur repellendus aut maxime consectetur quisquam impedit. Maxime magnam ut. Mollitia consequatur laboriosam eum eius quibusdam ut sint."], ["created_at", 2016-07-01 17:18:27 UTC], ["updated_at", 2016-07-01 17:18:27 UTC], ["author_id", 43], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (12.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (4.3ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.6ms)  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.5ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.7ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (23.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.9ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$bsXjOVcML1K7Ve4Eee/dOuk9vw901928vvFC7tFzff9JMkMwup8yW"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$b8W5hwmX9RWCeS0CtbcRfeuGWBNMhf5HcexsXlAkI5fmrNh0cteOm"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$OKbw7l9kOBp58mIkJ4SDJO5VhKopQbsXh3eJd8QJT6U2l2fDP27mS"], ["updated_at", 2016-07-01 17:30:45 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heber.kuphal@kautzer.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Ilene Mayer"], ["email", "heber.kuphal@kautzer.com"], ["password_digest", "$2a$04$pZH4pVVBrldkJsCUK8g1DeFgvNAMDEftaI5LZXFjvbfy3cRxUyara"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Quasi et voluptatem corrupti mollitia. Iste asperiores beatae quaerat quasi fuga est. Dolorem doloribus aliquam adipisci qui et ullam."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Earum similique consequuntur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 17ms (Views: 11.1ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordy_sanford@langosh.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keshaun Kulas I"], ["email", "jordy_sanford@langosh.io"], ["password_digest", "$2a$04$fa8NOEK/ApW9vaKD0xUK6enmlP3mW.eefIf87qvzbHG0cPYR2h5ba"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Hic omnis velit magni. Beatae quia incidunt quae vel. Aut maiores accusantium aspernatur quas dolorem tempore distinctio."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Quasi excepturi ut ducimus. Neque incidunt excepturi ipsum a commodi optio. Numquam et expedita quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmel@hicklewolf.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Deven Padberg"], ["email", "carmel@hicklewolf.org"], ["password_digest", "$2a$04$jPngMO6N5AWPswGafxtBgemAw4PZ66lpFxXqtg9yoBSTcKtx5Pjg2"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Laudantium sed odio inventore eos voluptas. Autem deserunt omnis aut. Dignissimos et ducimus nobis et corporis autem enim."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Tempora veniam aut beatae dolorem. Asperiores cumque velit eaque accusamus a. Earum eveniet voluptas fuga eaque voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mara.moriette@wunsch.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Martine Wilkinson"], ["email", "mara.moriette@wunsch.org"], ["password_digest", "$2a$04$/j0hhHKs8rGhxQICCF28deaowsCYeRjP3B2pPqEK7PT12..S5ukWa"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Officiis suscipit consequatur numquam eaque. Ipsum fuga ut voluptatem eum. Est et voluptatem saepe."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Occaecati suscipit accusamus veniam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "waldo.johnson@sipes.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Luciano Schiller"], ["email", "waldo.johnson@sipes.io"], ["password_digest", "$2a$04$q08kl2gyJPXw0OnNW5i/TuqrqS1NNJNmp/UvKwMfAkvxo3pHDfdiu"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Possimus excepturi ullam labore qui id est aut. Cupiditate voluptatem voluptatem aut rerum. In totam deserunt quos error."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Eveniet maiores commodi eligendi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meaghan@reinger.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Mabelle Erdman"], ["email", "meaghan@reinger.co"], ["password_digest", "$2a$04$cxkgm58wyDTiupBqO4MJ9ezigsaIQnkNBGNF3tOIBm.I.VtGraKBC"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Laborum sit dolores necessitatibus aut cum at. Dolores rerum nihil ipsum. Sit neque id deserunt temporibus perferendis modi incidunt. Architecto suscipit accusamus repudiandae."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Aut deleniti omnis. Aut architecto animi dolor soluta est voluptatum. Officiis explicabo id dolorem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmalee.douglas@lubowitz.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Napoleon Sauer"], ["email", "emmalee.douglas@lubowitz.com"], ["password_digest", "$2a$04$xbTt1vXEK4VatGuwq6tAe.9JlFqA5Qnamk0qRLD3HtSna.XdCO86S"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Harum nobis commodi dolorum vero. Qui molestias excepturi provident. Reprehenderit asperiores ipsum accusamus. Deleniti fugiat natus soluta laboriosam tempora."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Ea repellat delectus consequatur id libero sed fuga. Asperiores sunt accusamus cumque similique nemo ea enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "krista_waelchi@dachbartell.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Naomi Thiel DVM"], ["email", "krista_waelchi@dachbartell.biz"], ["password_digest", "$2a$04$J2WSiSroVut/6T3UBJhSgu2TMRnGoT66JLUdwyJgSWKF8W2cOTNQK"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Veniam eum voluptatem rem sed. Exercitationem error sunt veritatis."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Illum quia sunt provident laboriosam consectetur qui. Eligendi autem molestiae consequatur optio. Excepturi quisquam libero id iure non ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sydni@williamson.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Candace Haley"], ["email", "sydni@williamson.com"], ["password_digest", "$2a$04$DcH1XGsIbVG4rYrPacQznOIj7lo8dJVmKw/XWYexbOILuGcxhXNbK"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Laudantium ratione mollitia. Aliquid qui voluptatibus dolor. Enim repellendus molestiae distinctio."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Et libero debitis voluptatem sunt. Rerum dicta omnis quae in quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "giles@braun.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wiley Weimann"], ["email", "giles@braun.net"], ["password_digest", "$2a$04$.wJzKnwosRLGVlOo.LLwBeSBD8E1vBqRFvqixHk8Mmlyr2wkM/pUu"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Sit laboriosam labore suscipit molestiae aut excepturi. Eos deleniti illum dicta accusantium est. Optio dolor nemo soluta."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Et voluptates numquam. Eius et quia quam qui possimus molestiae architecto. Velit sit maxime aperiam nulla consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carmine.crona@wymanwest.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Darryl Wiza"], ["email", "carmine.crona@wymanwest.biz"], ["password_digest", "$2a$04$ovSyAZwOQoDQC9x3DIOK5O7AqTsXUmQyMPmo.fDMmUN/IOuBviAT6"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Adipisci possimus aliquam corrupti ex dolorem voluptate aut. Illum dolorem modi."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Quia sapiente nihil voluptas culpa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "al@hoeger.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hillary Schaden"], ["email", "al@hoeger.info"], ["password_digest", "$2a$04$dSwioN204akrfWNw2j495uyhvyS5u.Bx5XzKCQYXsBEVJ5eGF7rU."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Omnis quia soluta amet enim et qui. Deleniti ipsa et."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Maiores vitae animi sit et sit. Dignissimos non sed. Et asperiores et occaecati cupiditate fugit voluptas sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hershel_auer@green.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clark McGlynn"], ["email", "hershel_auer@green.io"], ["password_digest", "$2a$04$f.f7ZnDuARlDOqJMcYA39.M67qJ/0ryAWxffsS.ifNPJQONHiqKeW"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Enim iusto debitis voluptatem. Qui ipsam cumque minima a. Et et temporibus sapiente sunt."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Laborum excepturi quos magnam. Nostrum totam est voluptatibus cupiditate autem hic minima. Et quam deserunt quos vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arnulfo@collier.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elisa Hilpert"], ["email", "arnulfo@collier.co"], ["password_digest", "$2a$04$1OUElfG0C9jSxduclb5Cp.ItEWL/V9ZHMWy9mE8pzXAAJvNQG4eeq"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Reprehenderit velit facilis cum. Delectus deleniti excepturi sit et."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Nisi error reiciendis. Soluta et eligendi nihil in voluptatem nam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edyth_johnston@corwin.biz"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berta Hartmann"], ["email", "edyth_johnston@corwin.biz"], ["password_digest", "$2a$04$nvOa9f1/j7Ax9FmhdnkbI.YwHJoAqlfK8QHfwEhlWzmveMd69oopC"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Pariatur consequatur est dignissimos vel in. Sit molestiae cum suscipit. Aut eaque beatae et autem. Officia placeat vero sunt voluptas quis accusamus reiciendis."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Vero sit culpa quia. Illo omnis sapiente ipsam voluptates."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "megane.walsh@bahringerpollich.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelli Grant V"], ["email", "megane.walsh@bahringerpollich.info"], ["password_digest", "$2a$04$VPcVE1lLPn5EGV35SSlbhewJLt3Ttma9DNg7lv/HlJnfKUtUd5CMK"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Excepturi iusto ab. Quo aliquid quia et molestiae."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Necessitatibus officiis nisi iste soluta. Velit voluptas ut ex modi quia corporis. Cumque dicta autem voluptate debitis rem ipsam nesciunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "estevan.gaylord@klein.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clovis Harris"], ["email", "estevan.gaylord@klein.info"], ["password_digest", "$2a$04$v27B2Hsp6WALFuchkv87ceAfry1fqguj41PX4W.Mr7/PHyHGXGxOi"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Voluptas autem commodi ex eligendi natus. Maiores sunt dolores nostrum qui fugiat maxime. Saepe et fugiat et."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Dolores dicta vero nulla sit. Omnis commodi consequatur consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brooks.bogan@kozeyheller.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maurice Bashirian PhD"], ["email", "brooks.bogan@kozeyheller.com"], ["password_digest", "$2a$04$CNgLwHKQDqASwoBHsR0naeOjdER3lI3ZMd7NoY.TAV1RLvlNfnWPS"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Enim perspiciatis facere debitis. Consequatur nihil unde. Ex error distinctio asperiores. Recusandae facilis eos consectetur explicabo ullam rerum."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Facere laboriosam nesciunt."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dangelo_simonis@denesik.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vida Stamm"], ["email", "dangelo_simonis@denesik.net"], ["password_digest", "$2a$04$Zo5uKKlbRCOonogsYBCtKeXKUJLRFAa.RQO1gIZf4MZKe7oEY70Cq"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Sed praesentium voluptatum voluptate voluptas ea qui. Animi iusto et quos fuga autem."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Consequatur quam qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mckenzie@baumbach.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zakary Waelchi DDS"], ["email", "mckenzie@baumbach.org"], ["password_digest", "$2a$04$kGbjfk5U6G7mB6.KQONPjO46frZvG.3uv8nT2y6AQ40Hy7W49B9A."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Voluptate qui nesciunt dolor a exercitationem. Iste perspiciatis maxime dolore."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Ut accusantium beatae vero enim error perferendis nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pinkie@schiller.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nash Pfannerstill"], ["email", "pinkie@schiller.name"], ["password_digest", "$2a$04$URkLWywtk7c66eLoIr80WOHcFHEwITO0cDHM.yTHTiZVph2i/V6hi"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Assumenda dolorem ab. Totam amet nihil et."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Velit rerum et dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosalind.spinka@greenfelder.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maynard Parisian"], ["email", "rosalind.spinka@greenfelder.org"], ["password_digest", "$2a$04$K4y7/82GWvOz51ixHh.qx.UT/DnpvaxCHTSUMP5EOe4IV0mxHnQV2"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Qui consequuntur tempora eligendi et alias sapiente. Esse voluptatem eveniet maiores modi voluptas."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Ullam odit et nostrum optio. Hic nam qui. Id a necessitatibus nesciunt corporis voluptas facilis ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anika.keeling@daniel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Javier Schimmel DVM"], ["email", "anika.keeling@daniel.org"], ["password_digest", "$2a$04$7yMe0eMPbv17mx3pZngMBOv0eIDKghWUucNEQsPRgdl4Ec9LVDaVq"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Aut qui ullam provident. Voluptas sint aut. Fuga est et omnis fugit commodi iste nemo."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Natus ad quia a est praesentium officiis ipsum. Perferendis facilis eos dolorum non repellat. Dolorem tempora dolor ut voluptatibus soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vincent_oberbrunner@herman.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thomas Little"], ["email", "vincent_oberbrunner@herman.com"], ["password_digest", "$2a$04$..MX7uJCl5LnbWJO277FtOYGThZVCPaCoKLrtdX8yNIdc/zo1j8a."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Architecto ea sed vel earum delectus. Sed fugiat et accusantium. Quae est et magni vel dolorem eum at. Non qui molestiae dignissimos dolorem dolorum distinctio."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Qui commodi et tempore qui reprehenderit. Ad esse aut dolorem. Id doloribus ut distinctio in animi ut corporis."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trisha.anderson@gusikowski.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Seth Mante"], ["email", "trisha.anderson@gusikowski.net"], ["password_digest", "$2a$04$MhM4xRvxC4YZRqR3Wk.nxuDXR/C3aikAXdLgd29k.6UW5y3VkuPea"], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Quia fugiat ut. Cupiditate sunt quia voluptatem est molestiae. Aperiam soluta sunt beatae suscipit inventore."], ["created_at", 2016-07-01 17:30:45 UTC], ["updated_at", 2016-07-01 17:30:45 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Possimus quisquam quod eveniet necessitatibus aspernatur voluptatibus libero. Nulla ea qui quis dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosendo.oreilly@blockcollier.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hollie Mohr"], ["email", "rosendo.oreilly@blockcollier.name"], ["password_digest", "$2a$04$a71TgJbre5Wbzch1A62hhuDiSE6T3I7yQUDN2jo6mWjkUwN3kvOBi"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Quae enim voluptatum eos voluptatem repudiandae. Exercitationem non voluptas voluptatum quo vero doloremque eius. Adipisci culpa enim nulla ea. Aut maxime qui."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Amet possimus architecto minus sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oswald@brakus.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rachael Lueilwitz"], ["email", "oswald@brakus.name"], ["password_digest", "$2a$04$HwQ23ekTMsAsLPiKoIesB.ZdH68QKm8pFDO6Sncy9a/197TsN4tMa"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Iste sapiente enim cumque inventore. In et omnis nisi aperiam est optio aut. Minima nihil similique eos ratione eveniet."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Vitae voluptatem ratione. Neque porro et mollitia fugit et dolorum sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 27ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "drew@vonruedenbecker.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristal Kihn"], ["email", "drew@vonruedenbecker.net"], ["password_digest", "$2a$04$I858niAEftpcodcWgFKjNeG2NdgRJJF8v2IWM2.CCzNQXQHoeqcDq"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mireya@olsonking.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lesly Kihn"], ["email", "mireya@olsonking.name"], ["password_digest", "$2a$04$xUxV7./66yvJqdvGn1QFaunw1EW0QvMIx3SOXSRX1b.jmrZX3a1j2"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Doloremque perspiciatis laborum totam aut. Blanditiis error delectus. Neque voluptatum itaque. Non qui iusto omnis ea qui totam.", "summary"=>"Laborum distinctio ut eligendi iusto adipisci aut. Qui porro voluptates consequuntur perferendis voluptatum necessitatibus reprehenderit. Sed officiis maxime quia quis et ad quo.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.2ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"At nostrum voluptatem. Totam et suscipit ut quis dolor consequuntur inventore. Explicabo sed perspiciatis corrupti aut autem. Non vero suscipit et dolor.", "summary"=>"Minus veniam aut. Natus amet consequuntur est laboriosam temporibus in harum.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bertrand.beatty@kutch.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sallie Nitzsche"], ["email", "bertrand.beatty@kutch.org"], ["password_digest", "$2a$04$9bnzXUsYdDydC24GddFK8eg57adkr9uUEjG//XYibYQcfpilt9p3K"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Eum minima quasi maxime aut. Sed tenetur voluptas incidunt doloremque ab debitis perspiciatis.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Eum minima quasi maxime aut. Sed tenetur voluptas incidunt doloremque ab debitis perspiciatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Dignissimos facere sequi consequatur.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lolita@hintz.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shaylee Witting"], ["email", "lolita@hintz.info"], ["password_digest", "$2a$04$WS8OknJtuW64BpdVUREmh.RM7VfJW3auGyljNAtkm6g84bMAw164a"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Laboriosam dolor enim numquam velit porro laudantium. Aut ullam atque odio ducimus. Cupiditate saepe ad neque accusantium id eaque. Reprehenderit hic sint quod culpa aut soluta aut."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Et nemo sint molestiae. Error dolores dolores facere. Quasi rerum expedita."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.6ms) Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jasen.cartwright@durgan.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Retha Mante"], ["email", "jasen.cartwright@durgan.name"], ["password_digest", "$2a$04$gG28W5R7BiwSk5khfzRfw.EWBwsBXA/3hAHNk3pfna7DR4smvKKIS"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Ipsum dignissimos ullam eligendi maiores cumque aut ut. Commodi voluptatum quia ratione molestiae. Repellat in quam consequatur autem."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Inventore in non et ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leo@kerluke.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Natasha Predovic DVM"], ["email", "leo@kerluke.org"], ["password_digest", "$2a$04$ULY5w/th.OaxsT8Lz5olA.jazp5Id.1c/jpdNPpF0.oX5cehk0wbC"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Odio dolore quia nisi quia. Voluptate culpa perspiciatis veritatis voluptatem neque."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Maiores fuga esse."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "izabella@ziemann.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mable Koch"], ["email", "izabella@ziemann.org"], ["password_digest", "$2a$04$kbcf3u3tHdG5zWT2snAO/ejXHV/xxefXfek2Hu9cnLVx4U4jCHxXu"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Necessitatibus porro earum impedit. Sequi quis ea quasi. Et aut inventore atque reprehenderit consectetur."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Vero dolores accusantium maiores. Qui exercitationem qui numquam quisquam. Dolor cumque accusamus amet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 17:30:46 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "neha@denesik.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Hal Wintheiser"], ["email", "neha@denesik.biz"], ["password_digest", "$2a$04$PBfiyXpwJo8EB3RuQsY1HOumuSPVo1h65qlHV5tHnST/Kzb9s0.8O"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Doloribus unde aliquam. Voluptatem pariatur id optio aut laudantium voluptatem. Nihil quasi quo aut ipsam itaque sint id. Iusto rerum aut pariatur perferendis molestiae commodi harum."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Magni doloremque aut magnam impedit quasi. A error necessitatibus. Aut earum autem et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 17:30:46 UTC], ["id", 33]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.7ms) Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "david.west@senger.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brandi Conn"], ["email", "david.west@senger.org"], ["password_digest", "$2a$04$a3KmkDzUv/sFc2wDm7/TAuF.RgjuIN9ZNUwHJvH/Zrf5NON41nFZu"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacky_breitenberg@roob.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Levi D'Amore"], ["email", "jacky_breitenberg@roob.name"], ["password_digest", "$2a$04$dPzf9VT0XRz98UefV38ukOEf0ch6C5C26UOebwDs0wvHv6vjxzKUy"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Consequatur facilis minus rerum soluta ut. Recusandae dolor iure magni ab enim accusantium quasi. Exercitationem in voluptatem deleniti quo facilis."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Rem hic et voluptatem soluta rerum. Libero fugit architecto dolores deserunt et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-07-01 17:30:46 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 24ms (ActiveRecord: 2.6ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eloisa@bins.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Anya Daugherty"], ["email", "eloisa@bins.com"], ["password_digest", "$2a$04$seVgDGA.UqImftcAooD1geTNZ.uiM1K.Zo4VvC7acec6Cie9kOMyq"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Sed et et in enim saepe repellat repellendus. Fugiat voluptates perferendis corrupti excepturi eligendi pariatur exercitationem. Consequatur excepturi ut. Dicta voluptatem consequatur ut sed ex molestias esse."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Deleniti vero dolores quo quis. Et quia suscipit est architecto eius ut nisi. Quaerat rem quo dolorem quasi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 17:30:46 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 9ms (ActiveRecord: 2.3ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Janis Little"], ["email", "user@user.com"], ["password_digest", "$2a$04$mPVs8Hss0sW5g70J.cxxSO5QQXC2vui4Ar6dD7ALY2NtHcQLs4WAq"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$aMZGGOqiOAacY1hlVCVBzO8lxbpn3mCX3HQYtLaATc1bFjpapVyBO"], ["updated_at", 2016-07-01 17:30:46 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.7ms) Completed 200 OK in 7ms (Views: 1.9ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.8ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yvonne@dietrich.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Merlin Franecki"], ["email", "yvonne@dietrich.org"], ["password_digest", "$2a$04$52w5EAbCHbZp2zmTUarfzudCMvOInui719H/triq0xcRR4D3ysE6G"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 17:30:46 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.7ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 17:30:46 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.2ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "malcolm@thompson.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katrine Hoeger"], ["email", "malcolm@thompson.com"], ["password_digest", "$2a$04$VRe1MIxSP4t7oIfq2wv.5uefGNmqOL/ResF3c770jlrMIrjsgKT0y"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Consequatur blanditiis praesentium. Repellendus praesentium velit rerum delectus fugit earum. Laboriosam dignissimos iusto tempora rem. Sit fugiat rerum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Inventore atque optio tempora et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deontae.bernhard@roob.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isabel Klein"], ["email", "deontae.bernhard@roob.net"], ["password_digest", "$2a$04$iON2VHMOkC0rt9c6ltftq.B7XWi.P6BGLed4KAOWCqF/TUV925T1u"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Facere laborum perferendis sint dicta qui inventore. Delectus molestiae beatae saepe eveniet illo. Officiis accusamus itaque ut alias ad."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Aut vel provident dicta voluptas ad. Dolore nisi et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "griffin@gislasonmurphy.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Baby Franecki"], ["email", "griffin@gislasonmurphy.net"], ["password_digest", "$2a$04$zKunDKvLiDeVjcJR9R7DjeYIEbwqI7YUJ3skXwI7fWmLJPuJkef1i"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Vel ad omnis eligendi. Voluptas ut sit optio vero enim. Maxime a quas enim cum illum consequatur aliquam."], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Minima eum nihil facere nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 18ms (Views: 12.9ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "niko@ko.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frida Friesen"], ["email", "niko@ko.net"], ["password_digest", "$2a$04$h2ytxiExVL1hwe5e1a.tu.VLVMs6530nespLr9CH/7p0Iycp7GjNK"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Eos ipsum et voluptates vel non. Soluta nostrum et quo velit inventore sit. Ratione in animi perferendis enim dolor."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Qui sapiente iusto laborum tempora ipsa voluptas odio. Quia repudiandae ipsa officia possimus est neque id. Nulla voluptatum et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kip_okeefe@okon.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Theodora Barton"], ["email", "kip_okeefe@okon.org"], ["password_digest", "$2a$04$Go2qxoshtbf1gxuZEayyzucDyML1QIljggJZzJc716utp/SNK6Eyy"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Dignissimos eveniet officia omnis ut ipsum. Quis laborum sit repellat."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Natus eum provident velit. Voluptatem et ipsum odit. Exercitationem quia nobis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clifton_gerhold@robertshills.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alisha Denesik"], ["email", "clifton_gerhold@robertshills.net"], ["password_digest", "$2a$04$.1aqYkNT8uOU00s.I/.B..j7HQxxMEM/aKgRjIGxSITaRLDQbFoZ6"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Non suscipit blanditiis sit. Sit quia alias recusandae mollitia eos nihil. Earum beatae tempore."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Molestiae est sunt non et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cornell@harberbrakus.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eda Torp"], ["email", "cornell@harberbrakus.name"], ["password_digest", "$2a$04$pKz8znGTIenhVxXrSIpi8eNyszDpBUEcRV80p5RP2zpEM3QaDiFGO"], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Facilis consectetur et est expedita magnam blanditiis eos. Officia consequatur rerum autem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:46 UTC], ["updated_at", 2016-07-01 17:30:46 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Voluptas et id cum quia veritatis expedita tenetur. Ab eos enim quia magnam ex et accusantium."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jazlyn.conn@armstrongauer.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Juanita Roberts DVM"], ["email", "jazlyn.conn@armstrongauer.net"], ["password_digest", "$2a$04$O4YBk6BpQ8RH5qUTLSzeLOeoCIdcueyveV0vgyoMcPWe9FiwuVdYy"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Quod voluptatum aspernatur dignissimos. Et quisquam vero id."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Accusamus sapiente expedita dolore tempore explicabo voluptates."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jalyn.grant@barton.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chaya Kohler"], ["email", "jalyn.grant@barton.net"], ["password_digest", "$2a$04$G2hfFEajZrHsbYjdKIZTqu1MG/nFnbvaYTrJOhqGYKnFEBIrGiFoK"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Eum illum quia. Aliquid ipsam aut quibusdam ad atque. Omnis quod culpa est pariatur odio."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Consequatur perspiciatis nihil reiciendis eum. Rerum et aut possimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jolie.lindgren@heathcote.co"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kurtis Brakus"], ["email", "jolie.lindgren@heathcote.co"], ["password_digest", "$2a$04$7MMG5lQhhhKtzIVn9CgP7Oo5hhmJpiiFpKmr9p5BMgDbtNPuvs/BS"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Repudiandae et excepturi sit minus dicta pariatur repellendus. Qui laborum ipsum. Ut commodi quibusdam tempora fugit incidunt natus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Fugit voluptatem libero suscipit perspiciatis sit id molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "onie@marks.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Estel Mertz PhD"], ["email", "onie@marks.biz"], ["password_digest", "$2a$04$rFI6tVUu8.X/rXmQ9soDAeg2X7rPMfZjPojYtR4eNqeW7iOFY1Fhy"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Et quia explicabo facere omnis. Et exercitationem et sint. Et at voluptatum inventore aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Ullam illo vel sapiente. Fuga est ea sit quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oleta_koch@baumbachjacobs.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Israel Schaefer"], ["email", "oleta_koch@baumbachjacobs.io"], ["password_digest", "$2a$04$CibNwuB/onN.x1sc3YRSku22mD7JNOL/7yiVQ4Zu5.1eYD0rXw9Hq"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Tempore non sunt debitis odit distinctio. Voluptate dolorem aperiam delectus nihil dignissimos aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Eum neque deserunt optio veniam qui. Quidem suscipit quia ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lexus@wisozk.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jonathan Paucek"], ["email", "lexus@wisozk.biz"], ["password_digest", "$2a$04$EtmAeuyJ9amK.YPbfdgA2uyYfhG.JMU0ZU0oKCGsL3LpjSTNVo1pq"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Molestiae quia minus. Dolores officia ut corporis totam molestiae. Aut dolorem non magnam. Harum et ipsum quibusdam quae quis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Magnam sit totam animi sapiente beatae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mozelle@deckowmurazik.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adrianna Stiedemann"], ["email", "mozelle@deckowmurazik.info"], ["password_digest", "$2a$04$ZygeAM5706gE/u3UU5tgl.81jjPjiMLBWYNc.OHtlh.sOj6/vYxoG"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Quo ut laboriosam. Doloribus modi voluptatum dolore molestias eveniet eaque quaerat. Repellat temporibus blanditiis voluptatum asperiores. Veniam voluptatem harum facilis minima est."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Numquam qui maxime. Aut molestiae optio autem sapiente."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brody_wehner@buckridge.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Celestino Crist"], ["email", "brody_wehner@buckridge.io"], ["password_digest", "$2a$04$g7dRT.QUN6ttyjjOCu4S8.Tn6PIehaYe8atMnx/QOjOzcxOJvzhf2"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Officiis recusandae placeat numquam. Sequi et consequatur aspernatur."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Suscipit et nihil ducimus ut non. Laborum aliquid sed consequuntur est."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 10ms (Views: 1.2ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wendell@windler.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zoila Hirthe DVM"], ["email", "wendell@windler.com"], ["password_digest", "$2a$04$SlUNa8pvPzbz5JG/c61X8.IDBbst7PHosJu7yfeXCY5F1KizbJaKy"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Deleniti officiis vitae ipsa aliquid impedit voluptate est. Suscipit est quod odio sed labore similique et. Suscipit voluptates assumenda doloribus."], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Eum cupiditate magni labore dolor quibusdam. Mollitia reprehenderit molestiae est ut beatae. Et placeat nihil qui neque quos qui id."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.7ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 35ms (Views: 11.4ms | ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arno_zboncak@nitzsche.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madie Gaylord"], ["email", "arno_zboncak@nitzsche.org"], ["password_digest", "$2a$04$7VFg2HoX95uLUJjeG/1M3Oq0SWUwB4U7/iq9MNtTxqD6TPap2id0q"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Odio ut itaque asperiores tempore adipisci odit facilis. Eum eum est. Pariatur recusandae id ipsum sed et vitae. Nisi eum soluta unde dolores."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Quasi odio beatae. Architecto ad unde aut. Tempore quia voluptate."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "willis@hudson.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johathan Rogahn III"], ["email", "willis@hudson.io"], ["password_digest", "$2a$04$NasPPhGcK0ds9QWaTtDlgehlL6D4lUgnTF8V.O5J8hz9FUzA8urp2"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Qui quo doloremque quo veritatis natus. Nam et esse error nihil. Reiciendis similique doloribus voluptas iste ipsum aliquam quidem. Nihil doloribus dolorem error quo illum voluptatem perferendis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Vel architecto incidunt qui molestiae. Hic consequatur consequatur rem corporis. Eveniet magni suscipit."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nora_conroy@nikolaus.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Della Watsica"], ["email", "nora_conroy@nikolaus.com"], ["password_digest", "$2a$04$A6c5fiBXmTBZSDgFUzmldOAvpZoOPsO.6lqWAyu1loJwh2vJe9jKO"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Et consequatur voluptas et dolorem. Est temporibus iure. Voluptate eos blanditiis deleniti eligendi."], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Odit doloremque et."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reilly@shields.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Forrest Schaefer"], ["email", "reilly@shields.biz"], ["password_digest", "$2a$04$1Ok8bN9dZSAHtMG5JVbKx.QjjuaPZ5xrj2cxhsN6/F7YfL7wTNrgG"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Illo ut laudantium ex commodi voluptatem magnam. Aut adipisci error id sit ut molestias quis. Nam commodi sequi unde ipsum eligendi. Sequi ullam aspernatur doloribus inventore laborum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "At explicabo minima. Alias ut ducimus rerum. Nesciunt cum numquam similique ex."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-29 00:00:00 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.3ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scotty_keeling@schiller.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ursula Littel PhD"], ["email", "scotty_keeling@schiller.info"], ["password_digest", "$2a$04$ACptGVIBCbWXkVo82EcsLeE21gDStOw1IETniDRluI0bH/AV5ZvnK"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Fugiat quibusdam provident atque velit eveniet. Minima ex qui quidem cum facilis. Et voluptatem cum sunt omnis ipsum in. In accusantium dolore aut harum illum neque."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Dicta nesciunt rerum quo autem sint quo. Error odio qui placeat quaerat voluptatem. Vel beatae exercitationem nisi autem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dariana@windlerschulist.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ahmed D'Amore"], ["email", "dariana@windlerschulist.co"], ["password_digest", "$2a$04$oT6zhaU6BuiYbyF2umzZVupZQEZZjwNE8si0vjA7obqaCxc.b6H0m"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "At fuga qui deserunt nihil repellendus. Sint dolor possimus. Eaque necessitatibus ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Suscipit delectus aut repellendus est sit et incidunt. Qui inventore quos omnis vel. Saepe vel dolorem quos earum."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "esmeralda.mccullough@terrylebsack.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Montana Parker"], ["email", "esmeralda.mccullough@terrylebsack.co"], ["password_digest", "$2a$04$Fky2JhCMI1StQ5l3StoRKupqVpb5ojlCIMbAaIKx/.qvv7Fo9Srw."], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Sapiente ut veritatis ipsa. Porro sed et perspiciatis sunt delectus dignissimos dolor."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Quaerat odio non quae voluptatem veritatis consequatur perspiciatis."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lina@millertreutel.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Esther Satterfield I"], ["email", "lina@millertreutel.name"], ["password_digest", "$2a$04$GAEBim6EIeDwmT5A/n5E1.oNj82ghj1GFMMeCk.taChyeubOejP6q"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Debitis consequatur fugit corporis quis exercitationem ad quos. Velit provident blanditiis neque sint nihil. Doloremque voluptatem est."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Consequatur id nulla est adipisci reprehenderit."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caleb.swift@herzogconnelly.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mariano Mayer"], ["email", "caleb.swift@herzogconnelly.net"], ["password_digest", "$2a$04$ePRY2eNYd/UAwRG8TijU2ugo5o8IsHznlHNjT8t63PE/0/YRZb68O"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Ab corporis consectetur. Id consectetur non ut. Cumque earum quis alias non voluptatum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Amet animi et quia dolor rerum. Sed officiis delectus vel minima eum quia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "heber_sanford@keelingratke.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Donato Cartwright"], ["email", "heber_sanford@keelingratke.co"], ["password_digest", "$2a$04$Tmp0DDfRSluXE994GAWzO.003QMhPudkLXv0KZANDVYddf7i/LMkW"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Inventore ut non et pariatur numquam odio. Libero facere quaerat. Sed adipisci inventore nihil soluta eligendi nisi."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Doloribus facilis minus. Debitis nihil porro nemo a. Nostrum iste sit quaerat dignissimos et dicta vel."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trudie_wiza@ohara.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rocio Considine"], ["email", "trudie_wiza@ohara.net"], ["password_digest", "$2a$04$xHIpiXglF4RN3o/2y9opD.JSjJHnucIvWovlZpO0.uCvwpp.Wrbf6"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Consequatur nihil deserunt. Quod ut ut ullam incidunt."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Et ullam accusantium animi hic at iure."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bulah.robel@pacocha.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arne Schuppe"], ["email", "bulah.robel@pacocha.biz"], ["password_digest", "$2a$04$VfC91Cp4hvod2Fo3sNHDq.xEnqYGfjdkiQAwBa9HVaL/0g96j1KvG"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Sapiente in sed omnis. Iure vel officia est. Ab hic incidunt voluptatum veritatis. Similique et adipisci."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Perspiciatis vel est quisquam est. Quo molestias similique sint laboriosam."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelina@toy.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elvie Metz III"], ["email", "marcelina@toy.com"], ["password_digest", "$2a$04$9sL1ul.kzrJqSuv/JIWr0OJwAdwxcEr9uVXsTnvPitS407gwd2Gai"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Praesentium aut repellat odio. Omnis ipsum enim iusto et. Non ut ullam dolor id."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Quaerat incidunt omnis et consequatur quidem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "victor@schultz.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Horace Aufderhar"], ["email", "victor@schultz.net"], ["password_digest", "$2a$04$9XbMbOn0wCYPD0MG5bLsGOPfg7Ocu.i2eJRhPiJaNoiOiNcNzI1SW"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Et illum est. Neque excepturi qui rerum sit modi odit. Et blanditiis a quisquam eos cumque alias."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Et ut tempore minima voluptatum omnis voluptatem iste. Et cupiditate dicta reiciendis nemo quia et voluptas. Ut neque amet autem aut praesentium dolorem."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "scot@kautzer.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Alexys Hyatt"], ["email", "scot@kautzer.com"], ["password_digest", "$2a$04$6ChN5muxQ.dfKe0zjl1VYOllqas7VobKiPZwSxyW.QvKCp89jvZOS"], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Unde sunt odio. Qui impedit ad at quaerat consequatur. Veritatis corporis rerum nesciunt."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Quae voluptas nulla commodi ut aut fugit qui. Et officia aut."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tremayne@sauer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Dee Emard"], ["email", "tremayne@sauer.org"], ["password_digest", "$2a$04$wqRsXm4Y9z35epD1/CXaZO6SLPWvE995XIpAi5dxi3eIUMxJKRan."], ["created_at", 2016-07-01 17:30:47 UTC], ["updated_at", 2016-07-01 17:30:47 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:47 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (21.3ms) Completed 200 OK in 339ms (Views: 335.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:47 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"tremayne@sauer.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "tremayne@sauer.org"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$0/YI6QnfgqBIhH1ArM3iae63w4mveUgsdbad8sfTygnDxM9jMDndy"], ["updated_at", 2016-07-01 17:30:47 UTC], ["id", 74]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:47 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (17.1ms) Completed 200 OK in 34ms (Views: 25.4ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bridgette.pacocha@kaulke.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sadye Labadie"], ["email", "bridgette.pacocha@kaulke.io"], ["password_digest", "$2a$04$IEk0X2Lq48vzYmY07nDGveE4G9hGDz.EBoXyhw0vH0Z1tFHW5RLRS"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Blanditiis earum dignissimos consectetur unde est dolor. Dolore dolorum voluptatem assumenda. Reiciendis tempora recusandae. Ad non perferendis atque doloremque eligendi."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Velit harum qui blanditiis sed. Maxime eligendi expedita laboriosam autem. Itaque ad molestiae sequi corporis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (16.9ms) Completed 200 OK in 33ms (Views: 26.3ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaandra@bergstrom.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Tatum Ankunding"], ["email", "kaandra@bergstrom.com"], ["password_digest", "$2a$04$4bJTFMGpGNndnnd6.LjSaOFr5wsz.spqMeutxaFtrnFJlPQEQwXsK"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"kaandra@bergstrom.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "kaandra@bergstrom.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZBcyRXTtJiIIGdhtdBBSFOzGxRWTGnXWgARcWjJN6AFTHNXzc4vrK"], ["updated_at", 2016-07-01 17:30:48 UTC], ["id", 76]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 19ms (Views: 14.6ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnathon@boehm.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Lilliana Walker"], ["email", "johnathon@boehm.org"], ["password_digest", "$2a$04$xkikGB6Z/wHpKfP33xHN7u6d9ePeRTnXdoQgxy1O0L82nDrrx/Az."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Quia itaque ducimus. Sint ut nostrum fuga delectus repellat."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Officiis et non sed voluptatem voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ines@ebert.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maryse Armstrong"], ["email", "ines@ebert.co"], ["password_digest", "$2a$04$ScBjgPTZPZHz8DGHHfHzqeLIB7RS4YtXg4g1PdlZRcdY.8OImE1Km"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Corporis quibusdam magnam ipsa enim minus debitis autem. Adipisci sed hic omnis possimus error."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Et voluptatem et corrupti aut distinctio molestiae. Est eum unde. Possimus quae et aliquid."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aniyah_stanton@abernathy.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lindsey Wintheiser"], ["email", "aniyah_stanton@abernathy.biz"], ["password_digest", "$2a$04$BzXecXA7IIEqyTaLpYTtiO3SqnJR90WVf5HGYTflxQt3oVvFjuhZW"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Est quas consequatur reprehenderit excepturi voluptates sunt. Sunt magnam est voluptatem."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Aut reprehenderit qui exercitationem. Voluptatem occaecati eos quos eius nihil. Voluptatem et atque animi repellendus sed consequatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacey@connerdman.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Juliet Ziemann"], ["email", "jacey@connerdman.com"], ["password_digest", "$2a$04$ZDcsHsBtjsv3/nTIXguEIu5fQZVxD4fobtTvyaBP51BF5CJDBD37m"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Voluptatem eum et maxime. Corrupti eius enim aliquid asperiores repellat deleniti tenetur. Architecto et deleniti nam."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Aut laboriosam veritatis. In reprehenderit nam aut perspiciatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delphine.lindgren@koch.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavern Champlin III"], ["email", "delphine.lindgren@koch.io"], ["password_digest", "$2a$04$K9f1opzl9cVS6BB0rJEkjOYh7x6.c4dJQNk6wDhvNX36JIeMqXPiG"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Voluptatem vero et quos et accusamus velit quia. Officia accusamus tempora tempore officiis. Dolorem consequuntur incidunt consectetur quis neque voluptatem omnis. Dicta ipsum ut."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Eum et cum praesentium in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "daphne@beahan.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Haylee Watsica"], ["email", "daphne@beahan.info"], ["password_digest", "$2a$04$EvwGrLdTh5hSw7nsB5ra.ONt.Dq.dvBLgL7ejWdek/IrY53emzCna"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Velit consectetur numquam porro dolorum corrupti dolorem. Est voluptatibus sit aut magni perspiciatis. Quia minima tenetur ea necessitatibus sed molestiae voluptas. Expedita illo impedit corrupti."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Sit saepe quia deserunt vel eaque nulla quos."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emilio@smitham.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eveline Kihn"], ["email", "emilio@smitham.name"], ["password_digest", "$2a$04$zeacaEHBJot2zDlWPFRwtuztUgW3NPTdMFvXbaXtxler9tojkaOTK"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Magni est enim quisquam qui voluptatem in. Officiis repellendus sed quia repellat et sint."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Quod in sunt quibusdam ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reginald.runolfsdottir@beahanroob.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leonardo Rice"], ["email", "reginald.runolfsdottir@beahanroob.io"], ["password_digest", "$2a$04$eNn7xu06QK6M6fr6/EUTE.rLp3GwCnqmTJOzVMFRQQFA7zj9Vjx8O"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Sed ex qui veniam blanditiis non tempore voluptatem. Recusandae et atque rerum laboriosam ea occaecati. Itaque qui voluptatem numquam id sit. Incidunt dolor maiores minima consequatur."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Ab odit laudantium voluptatem aliquam sed quos officiis. Aliquam consequuntur saepe ab repudiandae laborum error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamar@stammzieme.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eldridge Jerde"], ["email", "jamar@stammzieme.io"], ["password_digest", "$2a$04$Y0Yymb1YpvplxRV1NnjNAO1RQPjDZ1VMDMGhmvGEHWgsnyIqR0VGC"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Ut totam iste est soluta molestiae debitis. Nesciunt unde eius eligendi fuga possimus."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Culpa mollitia repellendus animi tempora et quasi. Veniam quibusdam doloremque qui molestiae. Dolorem quae quod dolorum nulla fuga."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "weldon.smitham@streich.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ernesto Adams"], ["email", "weldon.smitham@streich.info"], ["password_digest", "$2a$04$JfjVieRNkXQ9yxXW455y1.LIWpzQYcn2euc2Tocw5Whc3V2HUMSqG"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Suscipit exercitationem cumque. Quos ratione similique quia quia autem nobis. Possimus nemo corrupti. Officia earum dicta."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Voluptatem nihil sint numquam voluptatum odit. Illum libero atque omnis perferendis. Similique aliquam aut vel pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarred.quigley@dicki.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Samara Spinka"], ["email", "jarred.quigley@dicki.biz"], ["password_digest", "$2a$04$ZxrBwDvhQP6nRqGXv.ducuffZmQ.qDOuyqB.dNzmG7zeIEw4nW6V2"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Molestias autem dolorem facilis qui magnam nisi aliquam. Vel tempore deserunt quam blanditiis. Aut beatae quibusdam ratione minus voluptatem id accusamus. Quo esse aperiam magni."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Optio harum odio officiis accusamus dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dejuan@skileskiehn.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cassandra Fahey"], ["email", "dejuan@skileskiehn.org"], ["password_digest", "$2a$04$jAY9k/itqvWCioDneGE5f.PceUXvfLe6OCmUXEjfkECh6To3Kw8a2"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Et inventore aliquid quos enim esse eos. Nemo corrupti dolorem nam iusto."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Tempore eum incidunt. Cupiditate dolores eligendi iusto."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorthy.hahn@walshhintz.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Destiny Ortiz"], ["email", "dorthy.hahn@walshhintz.com"], ["password_digest", "$2a$04$unPl/kRSlF4z1e/00fGmhujzSCrwPvqsGg6y/mM8lpW6YMRZMUSJS"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Facilis nemo aut debitis excepturi blanditiis est. Suscipit qui autem et omnis. Nihil mollitia maxime consequatur totam distinctio."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Molestiae eligendi esse sunt. Qui id accusantium maiores facilis. Sunt nam et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eva@skiles.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Delpha Wehner"], ["email", "eva@skiles.net"], ["password_digest", "$2a$04$Pup1AFwcZiuHmpPvwQOo.eG9OyGv0WH2l8cbVEbaOZwPx9mY//7VO"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Ullam corrupti dolorem autem. Voluptates voluptatibus dolore deleniti inventore nulla. Omnis rerum non."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "At rem deserunt mollitia voluptas porro omnis asperiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "connie.schaden@miller.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cornell Hackett"], ["email", "connie.schaden@miller.org"], ["password_digest", "$2a$04$OV9Bpg4ONXuvG9QbbQBZMu/qkMhmf3cJneRa6Bgoh8HUaEu.r8G.K"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Dicta nihil possimus omnis. Dolore consequuntur eos iusto sapiente reprehenderit et. Praesentium asperiores tempore culpa voluptates ut fuga pariatur. Laboriosam est excepturi."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Doloremque dolorem quis omnis corrupti est commodi sed. Rerum reiciendis atque distinctio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stanley_abshire@kuhn.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verner Swaniawski"], ["email", "stanley_abshire@kuhn.biz"], ["password_digest", "$2a$04$xEaUvobnxBk7XTt3SQmGQeD9MSqUKe10mo5dzwK4yvBocgB5txbCC"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Iusto deleniti ab nihil quo consequuntur iste. A beatae alias. Labore vitae eum quos dolorum quia quis."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Qui fugit minus. Consectetur natus impedit. Qui non veniam exercitationem impedit minus nihil optio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "myles_yundt@lindgren.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Janice Torphy"], ["email", "myles_yundt@lindgren.io"], ["password_digest", "$2a$04$nURIsnPml48TCRoprCs37e9uqRQWSMlaDoKfjsFD2LhoK8xF.ljou"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Quis ipsum repudiandae qui ea. Sed voluptatem est possimus nemo."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Iste assumenda aspernatur eos asperiores. Ullam minima aut quidem id deleniti recusandae. Et libero quia quasi ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "craig@sawayn.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Belle Marks V"], ["email", "craig@sawayn.io"], ["password_digest", "$2a$04$ODIOfGOarqsNG3WbNDYGpuvAws/heYN933xoP/KjxaaQuymUagdOC"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Tenetur officiis itaque iusto accusantium ipsa nulla. Praesentium porro et consequatur incidunt aliquid corrupti."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Voluptates et cum consequuntur tempora et. Quis optio architecto eius est. Facere iusto ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "conrad_mann@wisozk.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Heloise Krajcik"], ["email", "conrad_mann@wisozk.io"], ["password_digest", "$2a$04$4v.MdaTg9tAvcXbXm/Wo8.zIvXHTKrZax/qAXGPesA2PJzRdAGbTK"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Ut recusandae inventore ipsa qui libero. Et sed labore id est est mollitia a. Aliquam esse et ipsam eius sunt. Officiis aut porro doloribus assumenda cumque repellendus velit."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Tempora eligendi quis vel totam aut ad maxime. Mollitia non autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jane.ruecker@kozey.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deondre Abernathy"], ["email", "jane.ruecker@kozey.info"], ["password_digest", "$2a$04$JG.8k5Leeji9hUS16fxqo.gzsiZ10rYYyRe18rLkK1ugZrKRYODza"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Dignissimos minima et et qui eligendi blanditiis quas. Doloremque debitis autem omnis."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Iure modi non et consectetur autem fuga at. Fugit quasi illo accusantium sint voluptatibus placeat sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margarett.price@stiedemann.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keira Pouros"], ["email", "margarett.price@stiedemann.biz"], ["password_digest", "$2a$04$CvtqqQpjW7zW5GDgYrG4G.I0GuDjY9n1R5UTFueBMyUB9uxswHO8a"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Sed exercitationem rem. Animi accusantium incidunt expedita consequuntur cum. Quaerat praesentium harum alias nesciunt voluptas qui neque."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Laborum quis voluptatem. Quis consequatur omnis architecto harum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hanna_douglas@grimesmueller.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brock Rath"], ["email", "hanna_douglas@grimesmueller.biz"], ["password_digest", "$2a$04$pjpV8u11f/3fSBn/hLVtZeHsdnHacf7XkGldo93FyDDZKv1TcrAii"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Molestiae vitae maiores numquam. Quis quis ut ducimus minus ut quidem. Aut facere delectus nesciunt sed."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Exercitationem ut et voluptatibus adipisci quam praesentium minus. Atque aliquam sit aut consequatur odit facere quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaylie@gleason.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Modesto Hand"], ["email", "kaylie@gleason.biz"], ["password_digest", "$2a$04$VYBoPpu6hmAtywNPLiLr..UNm6ptaKqRAOfS0obs57OMsIvneQ5fq"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Voluptates occaecati et fugit est in. Error rerum ducimus excepturi qui voluptates amet sint. Et eos beatae. Ullam ipsum sit exercitationem qui aut sunt."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Autem error officia officiis facere autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jordon@veum.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Micaela Schiller"], ["email", "jordon@veum.name"], ["password_digest", "$2a$04$biK1OcMW6G9e3jtMq/mXK.OdrddHby58eyX.30mimyx.VBChL/L46"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Ut voluptatem iusto quaerat rem hic et vero. Dignissimos nam fugiat expedita aliquid omnis autem veritatis. Occaecati accusamus quod accusantium est."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Sint et inventore quidem. Provident quisquam blanditiis laborum ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamarcus@mosciskicain.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maya Beatty"], ["email", "jamarcus@mosciskicain.info"], ["password_digest", "$2a$04$6yl85DTWFCajmpH.TZlUmuUhUjVXZlX5YCeRnO/IJr.4T8I34mwt."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Maxime minima aut error deleniti eos quis fuga. Placeat tempora quisquam provident qui et dignissimos."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Eveniet magni et dolores eos odit fuga. Quo et ut consequatur animi aspernatur adipisci qui. Rerum sed corporis iste autem aut voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wanda.metz@hilpert.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Electa Barton"], ["email", "wanda.metz@hilpert.io"], ["password_digest", "$2a$04$usnsfcJ9ymZaikZgpmChpeR1At8QRaajeLdkXBONdaXrK4wfkvlpK"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Sed ab eaque velit voluptate ipsam. Vitae illum qui. Aut voluptatibus consequatur sapiente fugiat."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Delectus ut et rerum eos iste voluptas deserunt. Neque quia vero ut non suscipit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (160.3ms) Completed 200 OK in 178ms (Views: 153.4ms | ActiveRecord: 20.9ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (47.5ms) Completed 200 OK in 63ms (Views: 56.4ms | ActiveRecord: 2.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sedrick@stantonmayer.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darby Denesik"], ["email", "sedrick@stantonmayer.co"], ["password_digest", "$2a$04$nlf.gmRxSUY69wXO/PByTO1bsclls0MOz1jAbEeTR5T8F1/8JG1kK"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.7ms) Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"sedrick@stantonmayer.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "sedrick@stantonmayer.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ntJ9OdWHzo8JVS9VjdrbseGBuHmOoeKUTbxrEHy4xSyJ9PY9PZe.S"], ["updated_at", 2016-07-01 17:30:48 UTC], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:48 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.7ms) Completed 200 OK in 33ms (Views: 27.5ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "araceli@pollich.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Teagan Cole"], ["email", "araceli@pollich.io"], ["password_digest", "$2a$04$b/mwMTeqLkI/f/G0bfTmVeSqCffY7fV1LrhXOxvJFiq7NhpCJZJWm"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Unde consequatur commodi necessitatibus quo. Sed eum enim tenetur accusantium. Similique quas magni est et accusamus quidem. Culpa enim quidem quod id quibusdam et libero."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Et delectus facere repellat cum. Et fugiat aut quia molestias nam natus non. Quia corrupti tempore quis deserunt quos amet consectetur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julius@spinka.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathen Christiansen"], ["email", "julius@spinka.co"], ["password_digest", "$2a$04$FDiUWj06WHVMB0u7YRgWCOhQ47S2MYkmThGVMGJ6k4sEMqh0GeC7q"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Necessitatibus velit eum. Architecto est aut. Placeat et dolor quis a sapiente ab. Praesentium ea autem voluptatum eveniet optio maiores."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Harum incidunt suscipit mollitia non. Debitis et error eligendi aperiam libero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilmer.abbott@klingtoy.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Casey Hettinger"], ["email", "wilmer.abbott@klingtoy.com"], ["password_digest", "$2a$04$F1Tn/BIh/ylLO0/J3DbAKufgYrpCQ2BVuyLQjUu93i7zhFGRqTqEi"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Non minima voluptas occaecati quas sed alias dolorem. Sit qui enim ducimus. Consequuntur est voluptatem."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Enim quisquam velit totam et consequatur eveniet. Necessitatibus esse sint delectus saepe. Aliquid omnis quam aperiam aut sapiente."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "colten_kerluke@hauckchamplin.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cynthia Upton"], ["email", "colten_kerluke@hauckchamplin.org"], ["password_digest", "$2a$04$LfIRVvoEIsn60GUd3z2IbunbF2b4xsi7yWM6MZdmap.jQBTWv6n8a"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Natus qui magni consectetur quia iusto quia. Recusandae nulla autem quisquam amet reiciendis aut maxime. Nemo quibusdam voluptates. Iure voluptatibus non odit qui possimus fuga."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Nobis minima placeat voluptatibus illum asperiores earum. Natus non placeat corporis. Temporibus dolorum nesciunt excepturi ea eum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "filomena.beatty@mccullough.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Curt Wehner"], ["email", "filomena.beatty@mccullough.name"], ["password_digest", "$2a$04$xCz6YjOnuSANdz/u2Wl8luVwbqUQaZKyc9W/FrKfn58MEA81iGlZ."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Pariatur ut tenetur est sequi officia rerum voluptatem. Voluptas eos debitis saepe corrupti expedita. Quos alias qui aut sint iusto quas amet."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Architecto ipsam doloribus aut. Atque corporis dolor enim sed nihil alias."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfred@kiehn.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeffry Pacocha III"], ["email", "alfred@kiehn.name"], ["password_digest", "$2a$04$ptHnVB6JLD1zY5t8251Qa.Uqt9D45YTXPjjPItpKKgDddJcv/mM1C"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Iusto porro voluptatem cumque dolores cupiditate. Et provident nulla. Ipsam vero minus repellendus perspiciatis. Voluptatum aut ut dolore accusantium omnis ipsum illum."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Minus hic dolorem. Iste cumque earum modi in qui numquam sequi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "parker_langosh@gulgowski.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Earnestine Mann"], ["email", "parker_langosh@gulgowski.info"], ["password_digest", "$2a$04$g3h5tzdb7Pb/bD0z7djpwOvYYk0sAiEnqueUlwFVFa0nV0LA.G3u2"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Dolorem magni consectetur. Facilis quo fuga accusantium earum fugit."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Fuga laudantium enim et asperiores libero porro odit. Maiores magnam aperiam sint quisquam aut totam unde. Dolorum quia labore itaque maiores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lillie@jacobs.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Phoebe Huel"], ["email", "lillie@jacobs.biz"], ["password_digest", "$2a$04$T8nHBtsLt2THtpYC4Q.z0ON64NDQ6lFqGehG14NrYZRypvdL8JnGu"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Voluptatum explicabo saepe dolorem quos. Nesciunt nostrum at necessitatibus magnam ea est. Qui et esse iure at alias quia."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "At iste qui dolorem. Qui ut consequuntur sit nobis eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nova@thompsonwindler.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lou Schaefer I"], ["email", "nova@thompsonwindler.net"], ["password_digest", "$2a$04$VG5V/ZydMF.wTbnBdnZJquHHKR.0zMIPQd.BnAG2ZkVhOxG0nz6UC"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Aliquid autem et accusamus illum ipsam. Incidunt vel sint corrupti dolor voluptatum molestiae."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Qui fuga architecto dolores provident consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeramy@jerde.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Marge Smith"], ["email", "jeramy@jerde.com"], ["password_digest", "$2a$04$ccLHkBpvH.ZYhjqqKwgyperoNzkRKC.XPMNzcxYrDDz8Vo7DAwHTy"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Fugiat nesciunt veniam esse architecto voluptatem. Dolores et corrupti reprehenderit."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Minus architecto ut in sit."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "pinkie@feil.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Trinity Kirlin"], ["email", "pinkie@feil.io"], ["password_digest", "$2a$04$Lqoc589n24IU.xgnodjBCez2e8SNaZ1bO.RZcEMvPVQ2vasKTSXPG"], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Enim ut commodi voluptas beatae. Ipsa aut excepturi quia aut. Error illum saepe rerum perferendis consequatur. Et expedita quia et qui."], ["created_at", 2016-07-01 17:30:48 UTC], ["updated_at", 2016-07-01 17:30:48 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Qui et est aspernatur. Expedita recusandae magni est eaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ursula.hettinger@rice.info"], ["LIMIT", 1]] SQL (2.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hudson Stark DDS"], ["email", "ursula.hettinger@rice.info"], ["password_digest", "$2a$04$WoEaKRp0BdE.kFu1b8Uyl.p9Nzut0G2aeOjC4A1DAiYtJWqEK3b1S"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Libero esse ipsam et doloremque voluptas eos. Quia omnis fuga accusamus laboriosam officia."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Beatae vel autem est enim tempore. Dolorem nisi incidunt itaque aliquam corrupti delectus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dasia@rau.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chadrick Oberbrunner"], ["email", "dasia@rau.co"], ["password_digest", "$2a$04$WWH1XaoalXZ1/BBG7yOO1.emZN9RlYL5uYaNKi4UjSJK.85MonMSe"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Dolorem et facilis magnam neque omnis. Repellendus eum cumque. Esse veniam excepturi. Occaecati quod quia autem ut dolores."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Non ut ipsam soluta et quia et provident. Asperiores eius blanditiis deleniti modi debitis labore ullam. Omnis ex qui quam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nestor@stiedemanntorphy.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Seth Cruickshank"], ["email", "nestor@stiedemanntorphy.name"], ["password_digest", "$2a$04$wSQwMKfHyRU.lurdJSlEOehlH7I3uepXt38N6fMYXwd..nFvMIlDC"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Voluptates necessitatibus impedit. Sapiente ex architecto nihil reiciendis quae. Laborum non neque."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Ut consequatur consequatur totam ad deserunt. Totam minima quia consequatur eveniet accusamus. Eaque voluptatem voluptate ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "torey.pfeffer@mantedeckow.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zachariah Rempel"], ["email", "torey.pfeffer@mantedeckow.biz"], ["password_digest", "$2a$04$./Iq4/1DLZudL7t0RJ6TYuZYYwsnsrrq8uG8zVjdAMcIZsRtxvq9C"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Temporibus ut sed pariatur vitae quis. Sit eum quisquam vero inventore. Cupiditate occaecati nostrum tempora dolor est."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Earum ipsam a. Provident voluptas dolores. Sed illo saepe voluptas voluptatem corrupti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "austyn@koeppferry.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gisselle Bayer"], ["email", "austyn@koeppferry.co"], ["password_digest", "$2a$04$m44XNINdxvypBZl772tpVekFnBFp/95mfGff4k.py6qLWQ9DnMjJO"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Unde est alias sed autem. Est aliquam nemo necessitatibus ratione earum. Ad voluptate illum odio libero. Quia sunt totam."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Ipsa ea tempora."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "federico.reichert@morar.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shanie Schneider"], ["email", "federico.reichert@morar.name"], ["password_digest", "$2a$04$MRD25jKj3n9elNI9HPDhAeI1801mp0wxmsX4WxNcyqXPe75MMqSmW"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Nisi qui ducimus sit. Iure nam earum atque cumque."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Et dolore nulla perspiciatis nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alba@daugherty.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Percival Casper"], ["email", "alba@daugherty.co"], ["password_digest", "$2a$04$qxtTLs8FSwrVB1i6bJnDMuR5bMtc0GTJLvDAkE/lAPyM/vnukq92C"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Eos eum exercitationem quisquam illum atque officia perspiciatis. Voluptate esse assumenda. Voluptas animi dolorum rerum."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Porro quia amet eum eos est corporis. Eos aut doloremque perspiciatis temporibus. Architecto veniam impedit aliquam repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jermey@rippin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emelia Hodkiewicz"], ["email", "jermey@rippin.info"], ["password_digest", "$2a$04$IKkR8jLcUtJdpjgDJ6hlXOjLcZ2GPyy0eyQVUH9972Hv08IlEoqtm"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Esse culpa ducimus enim adipisci voluptas qui. Unde illo voluptas est officiis velit neque adipisci. Ipsa ullam sit itaque."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Quia velit molestiae. Fugiat veritatis ut maxime quia inventore iure consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alda_price@wisozk.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maximilian McCullough"], ["email", "alda_price@wisozk.co"], ["password_digest", "$2a$04$VAW.5NgL0N1s7GBr9qbH4eKS.jZ9e85YitgZZst6L7ChxC59TS2HW"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Cupiditate libero ut consequuntur consectetur. Aut sint laborum occaecati."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Sint quidem aliquam repellat sit qui. Ipsa temporibus ipsum autem quia et itaque voluptas. Voluptas veniam accusantium in dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnathan@sipes.info"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dejuan Howe"], ["email", "johnathan@sipes.info"], ["password_digest", "$2a$04$ps6VI2SiqcvAQDX4KKitSuc/iPdxZcQa0j7yjcmrpZm7S1pCtcicu"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Nisi consequatur sit voluptatem et sed occaecati numquam. Fuga neque doloribus excepturi et magni quam."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Praesentium maiores occaecati pariatur sed. Aliquam quo dolor."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lionel@mcclurejacobs.org"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jessica Bosco"], ["email", "lionel@mcclurejacobs.org"], ["password_digest", "$2a$04$./p3LSGQzz0FaIuDHG8oP.wib7gXzXFXxc1VoKU5wSqprf4fG2wsW"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Voluptatem sint laboriosam eligendi quis nesciunt. Praesentium rerum ducimus aut. Ex distinctio accusantium."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Placeat corporis quia hic sint aut. Natus dolore suscipit unde quaerat."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brendon@parisian.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marianna Maggio"], ["email", "brendon@parisian.com"], ["password_digest", "$2a$04$9Lf9U6INbCnOXbonH6yyse5QoXJRw4.nFlPdF3mvB8chTIjX27NuS"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Iste nesciunt at. Voluptatem ea voluptates quo recusandae asperiores."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Odio quia sunt rerum ex iste. Laboriosam aut sint est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donna_hand@kshlerin.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rigoberto Conroy"], ["email", "donna_hand@kshlerin.info"], ["password_digest", "$2a$04$lLJRLoSVC/S05dwi1aLV6eXZ0nhtA6mN2QL3XrvoluS8GsS7qQWkK"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Sequi pariatur omnis debitis. Quisquam maxime molestias sed qui vel. Qui tenetur optio porro non enim aperiam."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Voluptatibus excepturi esse. Expedita sapiente harum ipsam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "benedict@ruelwiza.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marc Corkery"], ["email", "benedict@ruelwiza.com"], ["password_digest", "$2a$04$k5hQgLNL.JngmIb3Ex5ULOT3kx5OTukybKdXmzxPgMVkDH5Cfxv8q"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Voluptatem quis quia sit voluptates qui minima. Voluptates maxime aut ut sint soluta molestiae ab."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Unde repudiandae dolores et nobis est alias animi. Ab quia sed qui non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deborah@handrosenbaum.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Wanda Hessel"], ["email", "deborah@handrosenbaum.biz"], ["password_digest", "$2a$04$KYYtMfOM4Of2NDq8JZkOkO6mNQ5AlIB/BNlf0MkdwpwvSjEWl4TI2"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Corporis molestiae vitae omnis enim ut maxime. In a quod et modi earum. Expedita est sequi dolor alias aliquam. Numquam voluptatem quas vel."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Est officiis magnam porro."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (118.3ms) Completed 200 OK in 129ms (Views: 107.0ms | ActiveRecord: 18.4ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (29.1ms) Completed 200 OK in 40ms (Views: 33.5ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abelardo_mcdermott@funkkrajcik.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "abelardo_mcdermott@funkkrajcik.net"], ["password_digest", "$2a$04$iieOODZe68UuSRExuwlBEO2eJ5Izs/XT1AqQd5GCrHGbEuzFPFhyi"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"abelardo_mcdermott@funkkrajcik.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "abelardo_mcdermott@funkkrajcik.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Vg38h64JDlZLZSasGONaReVObI0qThr8/.fsx.okDqN2MNqg2Ro4."], ["updated_at", 2016-07-01 17:30:49 UTC], ["id", 130]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.6ms) Completed 200 OK in 20ms (Views: 15.3ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "skylar@little.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "skylar@little.org"], ["password_digest", "$2a$04$dN4uAXFupt606/J3w1EAWeD63svAYE2lhKn6dJCDCY.ngiRiVeOEK"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clair.barton@robertspagac.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosina Schneider"], ["email", "clair.barton@robertspagac.info"], ["password_digest", "$2a$04$KvVgPXtwnhca7r2h/9WQDOrtwSfZ.OBRQkm/S0NDJwTJSCP2LOVNK"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Illum earum excepturi quia provident. Qui quis quia sint quo nesciunt cupiditate quam."], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Aut ut quidem et omnis. Quod minus magni voluptatum perferendis voluptatem. Consequatur omnis nihil repellat vero soluta nam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (26.5ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (36.3ms) Completed 200 OK in 49ms (Views: 41.9ms | ActiveRecord: 2.6ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 5.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.2ms) Completed 200 OK in 25ms (Views: 18.9ms | ActiveRecord: 2.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "telly.goldner@altenwerth.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "telly.goldner@altenwerth.co"], ["password_digest", "$2a$04$ZSQfYb5tPHCVPjoFA5sc2OenqkFsxNITevkUpfECGMhWvpYkAhGZO"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 12ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"telly.goldner@altenwerth.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "telly.goldner@altenwerth.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$7QOkDSSCMRsjv9vsJi6ndeZKIfRYLZTedhipb9Jdp2bJ6AlKs8HqO"], ["updated_at", 2016-07-01 17:30:49 UTC], ["id", 133]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 20ms (Views: 14.9ms | ActiveRecord: 1.4ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joel.bechtelar@goyette.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "joel.bechtelar@goyette.info"], ["password_digest", "$2a$04$xsZcZ..FGFQ0bqRSZ6HjoO10t0At5mbjXK73Mt4YjOHomvGvVF9Bu"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.4ms) Completed 200 OK in 28ms (Views: 22.9ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 22ms (ActiveRecord: 6.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.3ms) Completed 200 OK in 26ms (Views: 19.6ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "montana.nicolas@marvin.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Delta Sporer"], ["email", "montana.nicolas@marvin.org"], ["password_digest", "$2a$04$GiKLFioBC3250giWUVdKjeaJM1ZB1J1gRrCO/IapNja8AeC0YQzaK"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.5ms) Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"montana.nicolas@marvin.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "montana.nicolas@marvin.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4I0/BhGR9MnRu4Kr6DOvYuQCKyd/lK9CsoluLzHYZdCrJUgG6CJ/2"], ["updated_at", 2016-07-01 17:30:49 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.3ms) Completed 200 OK in 22ms (Views: 15.7ms | ActiveRecord: 1.6ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.0ms) Completed 200 OK in 31ms (Views: 25.1ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.6ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (10.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (19.4ms) Completed 200 OK in 37ms (Views: 28.1ms | ActiveRecord: 3.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 14ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.8ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:49 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$qLtgBNXW2r8MH4.QzJwXvOAts27NwQVhE7U785r2J.aXlnb.nQl6y"], ["created_at", 2016-07-01 17:30:49 UTC], ["updated_at", 2016-07-01 17:30:49 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:50 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:50 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$n.XK3uLEM87W4CahdTNLWe.LJ6ZKCfBS6bQ8U/4J1mWauu14mLMzG"], ["updated_at", 2016-07-01 17:30:50 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:50 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 25ms (Views: 19.7ms | ActiveRecord: 1.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$UlsQHF6cCVqMCyz4FEMWvup340UO9SEz0JRonu9pIonDsy2.wM/9e"], ["created_at", 2016-07-01 17:30:50 UTC], ["updated_at", 2016-07-01 17:30:50 UTC]]  (0.4ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:54 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.1ms) Completed 200 OK in 23ms (Views: 19.7ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-07-01 13:30:54 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-07-01 13:30:54 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:55 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (0.9ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$kclYCC6J.nXgyDiIAqIXiu4Ii8W9RWZfaLd9a7hHG2FlNMro8aY5S"], ["updated_at", 2016-07-01 17:30:55 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:60489/admin/posts Completed 302 Found in 17ms (ActiveRecord: 4.3ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:55 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.4ms) Completed 200 OK in 33ms (Views: 22.5ms | ActiveRecord: 3.8ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-07-01 13:30:55 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:60489/ Completed 302 Found in 3ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-07-01 13:30:55 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (12.2ms) Completed 200 OK in 35ms (Views: 28.2ms | ActiveRecord: 1.3ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-07-01 13:30:55 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-07-01 13:30:55 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 20ms (Views: 15.6ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.4ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (21.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.6ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gaetano@bruenveum.info"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ellsworth Langworth"], ["email", "gaetano@bruenveum.info"], ["password_digest", "$2a$04$POXqFzpG.JKX059j7.iwiu4f7GIfUnELXTh2GwkKnlNAmvpYxboaG"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 18ms (Views: 14.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"gaetano@bruenveum.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.2ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "gaetano@bruenveum.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$KdM..TP6iSiUFYFwfxycj.qly7.oO/BjHs0nbppC0/3jS5LVj2YTa"], ["updated_at", 2016-07-01 17:30:56 UTC], ["id", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 3.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.5ms) Completed 200 OK in 28ms (Views: 21.4ms | ActiveRecord: 2.1ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (14.1ms) Completed 200 OK in 29ms (Views: 21.4ms | ActiveRecord: 1.9ms)  (0.8ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reinhold_keeling@stammleffler.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Franco Pfeffer"], ["email", "reinhold_keeling@stammleffler.com"], ["password_digest", "$2a$04$d4e/jE4yTgyG9fHNof0NKOROLZTh9.zrcwlzxsf8h7PMp/hFSV1/y"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"reinhold_keeling@stammleffler.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "reinhold_keeling@stammleffler.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$XzGHAN6cZL1nKialGJ2c.O.BNZBctUd1nRER9JW3VgEs898.nH78."], ["updated_at", 2016-07-01 17:30:56 UTC], ["id", 2]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (2.1ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.9ms) Completed 200 OK in 28ms (Views: 20.7ms | ActiveRecord: 3.3ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (27.5ms) Completed 200 OK in 39ms (Views: 33.3ms | ActiveRecord: 1.6ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (22.8ms) Completed 200 OK in 35ms (Views: 29.3ms | ActiveRecord: 1.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marietta@littel.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abdul Ziemann"], ["email", "marietta@littel.io"], ["password_digest", "$2a$04$zJ4hzRXggFm3q45sFqkDfeEdcsqb98qCxjVaAkKoUQqsovOHWo0yG"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"marietta@littel.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "marietta@littel.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$1FLed4dIzo.HGmC.U0/I6upLJpVTeo5bSVAPRoU5Vy1T3u2EtWxG6"], ["updated_at", 2016-07-01 17:30:56 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.6ms) Completed 200 OK in 31ms (Views: 25.3ms | ActiveRecord: 1.8ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (7.1ms) Completed 200 OK in 20ms (Views: 15.4ms | ActiveRecord: 0.6ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.5ms) Completed 200 OK in 24ms (Views: 18.0ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eryn.reynolds@rempel.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Don Kuhic"], ["email", "eryn.reynolds@rempel.io"], ["password_digest", "$2a$04$LCV.4RbdDeNRAw/9ys3olu4izu2zgdQjvYgJKnSvZDsjA8IVwn6B6"], ["created_at", 2016-07-01 17:30:56 UTC], ["updated_at", 2016-07-01 17:30:56 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:56 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"eryn.reynolds@rempel.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "eryn.reynolds@rempel.io"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$mLtsu/Ugq3cjocwk87HageeF.Cpu2d5Thw4hicQ9OMuoXr2QdwaF2"], ["updated_at", 2016-07-01 17:30:57 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.2ms) Completed 200 OK in 20ms (Views: 14.5ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (9.1ms) Completed 200 OK in 25ms (Views: 18.9ms | ActiveRecord: 1.0ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-07-01 17:30:57 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 11ms (ActiveRecord: 3.4ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 28ms (Views: 22.2ms | ActiveRecord: 1.5ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dedrick@skileskirlin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shania Rempel"], ["email", "dedrick@skileskirlin.info"], ["password_digest", "$2a$04$D69l99Wa6HSf7KbcVjQegev/YiZhYCaGpMYvUusnWHDrEJxKkK58S"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.5ms) Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"dedrick@skileskirlin.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "dedrick@skileskirlin.info"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$DevqogvwXvc2xebwO1P5X.KIXlExWKul3LeO..qul4jTcTtRtFlrq"], ["updated_at", 2016-07-01 17:30:57 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 22ms (Views: 16.2ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.4ms) Completed 200 OK in 25ms (Views: 17.5ms | ActiveRecord: 1.6ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 2.0ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 1.6ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "river_marks@okonharris.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Candace Gutmann"], ["email", "river_marks@okonharris.org"], ["password_digest", "$2a$04$lFwKQoHvv2dmr5xGV747TeGeXxQ/GY5pt1ZoEVnG9K2QSfg0THcZy"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Consequuntur rerum modi labore in corporis architecto. Temporibus omnis inventore nobis distinctio ducimus tenetur quaerat."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Eos dignissimos repellendus autem ullam voluptatem sunt. Rerum quia maiores incidunt autem aut labore iusto. Doloribus eum quis eveniet maiores corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "logan@krajcik.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delbert Towne"], ["email", "logan@krajcik.net"], ["password_digest", "$2a$04$p1dYc3DXenX/536tCgk7iekIxmwrBXnxWY1jgRtzoA1RzPeAqge9C"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Ratione non accusantium quis animi molestias maxime laboriosam. Corrupti repellendus nemo expedita a."], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Nesciunt placeat qui voluptatem architecto aperiam doloremque saepe. Cumque impedit ea doloremque beatae. Id necessitatibus enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (31.3ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (48.5ms) Completed 200 OK in 65ms (Views: 59.3ms | ActiveRecord: 2.7ms)  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.1ms) Completed 200 OK in 27ms (Views: 21.9ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nella_cain@block.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edwardo Hermann PhD"], ["email", "nella_cain@block.name"], ["password_digest", "$2a$04$ZB6KwP4McD8tOZibfahklO/T3zVM0ZfIlZ04N//YA6qFaSUR2wwpm"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "At nobis sed. Beatae earum eum hic qui ea officiis error. Doloribus numquam at et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Assumenda neque quidem et est natus et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "esta@mertzpredovic.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Romaine Ferry"], ["email", "esta@mertzpredovic.co"], ["password_digest", "$2a$04$pWye6mLhmSImih0.hIBchuB1DbwwyS.GNZHctLR4KSMipkJzoHaIG"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Omnis vero inventore maiores veritatis eaque in doloremque. Quia expedita impedit vero ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Quos in adipisci sunt et doloremque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "evert@oconnell.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jessy Roob"], ["email", "evert@oconnell.co"], ["password_digest", "$2a$04$Zb1pmCCad/zjg7omWR7mdu4rA6vqJesmcQUzRXdJ3CxdEj5Hl5Ioi"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Et vero quisquam sunt. Deleniti hic velit facilis nostrum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Illum porro dignissimos eveniet ab saepe. Ipsum ea magni non facilis ab eum. Velit nisi perspiciatis similique ut ut temporibus quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reese@harveyohara.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Velma Bashirian"], ["email", "reese@harveyohara.co"], ["password_digest", "$2a$04$IFWuAxY/Z/.KU8mGXQrlTOrrnmmMV5jYUJvhyiq1glO6HRG2Juezm"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Error nihil ad vel vel aut maxime esse. Praesentium quaerat animi. Et ipsam odit esse vero quod quisquam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Porro quos ea sed sunt eos. Laborum fugiat voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rodrick_greenholt@cartergoyette.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Blaze Thiel"], ["email", "rodrick_greenholt@cartergoyette.io"], ["password_digest", "$2a$04$LG6SXJ1kd/mXO5Ocb1sz6eDNkh5xYw04j0gbItamB9DklzIclj8Ry"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Accusantium optio vel blanditiis magnam enim non. Ducimus at autem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Dolorem ea qui minus ad nam molestias. Iure quia et et debitis alias. Libero officiis enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "anjali.watsica@feeney.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gustave Lebsack"], ["email", "anjali.watsica@feeney.biz"], ["password_digest", "$2a$04$.lSi.FZSY2pz0778M.HvTuBHYlIaG5v8F9EekSld9wFchaMOsa7Mi"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Nihil dolores eum. Alias voluptatem omnis sit inventore amet voluptatum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Pariatur quod accusamus sapiente sunt autem mollitia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "general@murphyledner.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Devin Cartwright"], ["email", "general@murphyledner.com"], ["password_digest", "$2a$04$gzLuD93F7uuvoUOr8e8nVeU5lIwkqoXLwRNvouprcvQYxg50XdmHG"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Sed fuga vel qui impedit illo necessitatibus. Voluptas quibusdam quo exercitationem soluta velit assumenda. Aut cumque temporibus reprehenderit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Deleniti autem consequuntur repellendus totam sed. Quia totam facere libero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "miles@bailey.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nora Sipes I"], ["email", "miles@bailey.org"], ["password_digest", "$2a$04$u8BieyobXcvBtS0FD4RroeTPtyb5q.Gugf3KJOE37B5a.k5gDbXsi"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Optio et nobis. Minima id aut sit nesciunt molestias dolorum. Necessitatibus hic ut ipsum at vero rerum. Labore soluta nostrum dolore iusto architecto rerum autem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Natus sunt consequatur ut eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaya_little@uptonbosco.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elizabeth Schneider"], ["email", "kaya_little@uptonbosco.co"], ["password_digest", "$2a$04$PSoO5jynzCNTM4/rbfyhgeapPunmnyZ/rP1GS4Zj0KJ3lXIb36ueS"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Expedita aliquam nihil a vel exercitationem. Ut consectetur dicta sapiente."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Consequatur nulla est esse doloribus nemo. Aliquid ab eos quae minus rerum voluptatem modi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "garnett@hegmann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mable Mertz"], ["email", "garnett@hegmann.io"], ["password_digest", "$2a$04$48KDUzMqjHWQRtiKVmZAX.NWu/rWz2An1oRz5V8eVRKhH8sq3gpXm"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Voluptates rerum quo nihil natus. Voluptatem rerum ea magni labore ratione. Iusto eum eos omnis excepturi omnis voluptatem. Est laboriosam quis facilis impedit nisi minima."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Commodi eum et ratione."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laura@will.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verdie Beer"], ["email", "laura@will.org"], ["password_digest", "$2a$04$emY7B2Tz1et/y2vlG6QBIeFuqjqoI7xPaKggFA1JjPfLYOlw/wmvm"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Reprehenderit laudantium aliquam a consequatur ut et. Qui nobis maxime officiis commodi ea illo. Voluptatem animi illum. Aperiam quia nihil quis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Temporibus molestias voluptatibus porro. Sunt ut quia maxime voluptatem quia. Aliquam quo voluptatem nihil nesciunt ullam eum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.7ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (54.9ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (88.9ms) Completed 200 OK in 104ms (Views: 90.3ms | ActiveRecord: 10.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (33.1ms) Completed 200 OK in 47ms (Views: 41.6ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "itzel@funk.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Taylor Kiehn"], ["email", "itzel@funk.com"], ["password_digest", "$2a$04$WR2v7xC18hAJAqj3r9Vy/Otm9eNQ0DB9rcxHXmyEGn2mnlAObU2nW"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Vel magni nihil sequi maiores ad fugiat. Doloribus nisi consectetur ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Consectetur dolor quasi id qui. Quia tenetur exercitationem minus quas laudantium aut accusantium."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (22.9ms) Completed 200 OK in 36ms (Views: 30.3ms | ActiveRecord: 2.7ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.0ms) Completed 200 OK in 19ms (Views: 14.3ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chloe_tromp@hilpert.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Patricia Stroman"], ["email", "chloe_tromp@hilpert.co"], ["password_digest", "$2a$04$2I6N5WRkLYJ/WXYy5rU4m.VRd71Z0LPz51WQ7jgXQTRKu0FgzgDAu"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Aut quisquam est voluptas. Voluptate laboriosam ut. Consectetur porro numquam consequuntur provident tempora."], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Iure optio dolores a mollitia dolor voluptates. Molestiae quisquam dolorum et autem quibusdam. Et occaecati tempora laborum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jennyfer_crooks@colefeil.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Drake Windler"], ["email", "jennyfer_crooks@colefeil.org"], ["password_digest", "$2a$04$mDSabRVIA3m/HtfIKBDQt.LVRuJkxZxFkIbc3JDh3/QE2y6po/HOG"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Eos voluptatem voluptatem ipsam aut sint. Quo eligendi quasi rerum est est. Quas officiis totam molestiae quia et beatae. Minima quia ipsa sint est et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 21], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.5ms) Completed 200 OK in 22ms (Views: 17.2ms | ActiveRecord: 0.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lester@thielabshire.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willy Crona"], ["email", "lester@thielabshire.co"], ["password_digest", "$2a$04$QtdMGnOcoTe3vzEVPP9RXe6/m1G.mY1KnbO9O3H6oIA.MCJYgmVzO"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Rerum voluptatem velit corrupti odio aperiam commodi. Aut fugiat itaque quas. Soluta sed quo quam inventore voluptas dolorem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Ipsum in ratione aliquid. Natus velit officiis saepe enim. Ut similique sunt consequatur rerum quis."]] SQL (1.0ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "irma@kerluke.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hank Barton"], ["email", "irma@kerluke.io"], ["password_digest", "$2a$04$D6k1uo.ZtqOUkyAB1L5.iOIaVpboosriXq3ELExZ52GL1LYQZWZK2"], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Praesentium fuga ut dolor quis. Deleniti voluptatem voluptas voluptas nulla quis. Accusantium ut ab et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:57 UTC], ["updated_at", 2016-07-01 17:30:57 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Laboriosam unde sint."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.5ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (21.4ms)  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (33.6ms) Completed 200 OK in 47ms (Views: 38.4ms | ActiveRecord: 5.4ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-07-01 13:30:57 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.2ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (19.1ms) Completed 200 OK in 39ms (Views: 27.1ms | ActiveRecord: 4.3ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$p4SZ24DMTdUmx9ZOiVDxkehJI15rlw7xAgtn6D35fqr4wyuPY1B.W"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$guUIOC0en1qp8YjETGCHze.PljgAKW92zNnh1BOSytV4MZefnOLwO"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$lU30knjfidel2X5ypXC5gOZV8BYY11Kr/VCnZ.KcuL6PEEeyld4s2"], ["updated_at", 2016-07-01 17:30:58 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isadore_hoppe@breitenbergsenger.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Manley Rempel"], ["email", "isadore_hoppe@breitenbergsenger.org"], ["password_digest", "$2a$04$O5e7v4F2tBYkumVY4Zm43.qrYtXKgK8BUYw5vlLVNQ/0Q/Zvfbp0O"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lonny@durgan.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ellen Volkman"], ["email", "lonny@durgan.org"], ["password_digest", "$2a$04$ukfFqbDKgmXtzCK7PbJSTO.CHlDVrs0PAXZhx0sHYJ91VgNB4IapS"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emma.rath@adamchmitt.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deshawn Kilback"], ["email", "emma.rath@adamchmitt.org"], ["password_digest", "$2a$04$oHR4acBFykqNHjHO21hXn.NZ.YHA.dD8s4X48RhpfwLTotbgRTIwe"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Et harum qui dolores ipsa vel ut laborum. Rerum sit hic quibusdam perspiciatis voluptatem nemo."], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Sed placeat autem sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alia.satterfield@okonbrakus.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christina Kulas"], ["email", "alia.satterfield@okonbrakus.net"], ["password_digest", "$2a$04$4l2V5w6n/wZRGqV4maCy4.X2o95O6N8xo.xuS3kAVAyshSQdvpvrW"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Veritatis mollitia aliquid. Dolores eaque perspiciatis rerum enim nihil. Sed dolores maiores sed non repellat rem."], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Corrupti et aperiam praesentium sint."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dannie.kuhn@konopelski.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Kacie Robel"], ["email", "dannie.kuhn@konopelski.name"], ["password_digest", "$2a$04$9c/PMSlht3MqC6.BQI8AWeLGzbYZNgQWzF2ovpy9cS1VuUQNa4QS2"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "belle_fisher@wisozkwilkinson.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kelsi Gleichner"], ["email", "belle_fisher@wisozkwilkinson.name"], ["password_digest", "$2a$04$KZ6BiGXXmAoIwtIKbVWK..6Wmy9B0NY69K/ZjpdSNLZ3k/uMdg6GC"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abbey.cummerata@welch.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gerson Waters DDS"], ["email", "abbey.cummerata@welch.org"], ["password_digest", "$2a$04$Na0h0VPQtdl5xSVCT4xFqOCGUPpAiRl0F1wX0EWaM8l/tvSpXSo.O"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aniyah.marks@cruickshank.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kylee Wunsch"], ["email", "aniyah.marks@cruickshank.name"], ["password_digest", "$2a$04$GKz9j6RfmhaN0saAQMaMQ.P84Rf67mjoFcUxRcWGIxXMyILdU5uHG"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Qui commodi eveniet molestias officia molestiae. Eum ullam quod."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 33], ["slug", "title144"], ["summary", "Debitis vel sed quis eos laborum occaecati."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "grover.stamm@kling.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Woodrow Collier"], ["email", "grover.stamm@kling.io"], ["password_digest", "$2a$04$D82tubWYHJCtWdjy3zhXG.LmJC3Bv/6xv.V7YsrsvNMElRNpixYyi"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Laboriosam totam omnis dicta nihil aut. Dignissimos minus velit porro temporibus enim illum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 34], ["slug", "title145"], ["summary", "Perferendis quam amet voluptate. Exercitationem repudiandae aspernatur sit vel unde dolores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 21], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 15:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["id", 21]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 22], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "arely_baumbach@kunzereynolds.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Jesse Mante"], ["email", "arely_baumbach@kunzereynolds.co"], ["password_digest", "$2a$04$FQ2if7n7cqWrvVJ3csoNM.Ctt9JIeNoyDgxYcCmI41O1TG.IxgWB."], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Est aut beatae itaque exercitationem eum. Libero ut expedita voluptatibus. Ipsam sequi assumenda dolorem ea facilis ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 35], ["slug", "title146"], ["summary", "Architecto non eum et magnam aliquam pariatur molestias. Quis nulla corporis molestias aut nihil. Est cupiditate quas omnis nulla et accusamus cumque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "imani@kautzer.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mandy Schulist"], ["email", "imani@kautzer.biz"], ["password_digest", "$2a$04$1n8E4yvsy6IDtJVa1WhXIebb2B5CWhLhh.dpYhvQ/IH0sF9CuQwjO"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Eveniet voluptas et aut non. Sed non et et qui ut. Iste dicta perferendis quo pariatur odio non. Eius non omnis recusandae."], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 36], ["slug", "title147"], ["summary", "Recusandae molestias sequi cum quasi qui veniam ad. Labore ut suscipit sequi iusto quo dolor molestias. Corrupti voluptatibus consequuntur distinctio tempora ut non libero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "violet@gleason.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chloe Renner"], ["email", "violet@gleason.org"], ["password_digest", "$2a$04$IpC1I1wBwZtctcMfSprJxu/LR9xfzjeQeppTgqRV25c1bLV5dbsYW"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "terrence@dubuquebreitenberg.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kailyn Gusikowski"], ["email", "terrence@dubuquebreitenberg.org"], ["password_digest", "$2a$04$kLrDXjVBt6FRHZOEfX1clOK/hefG9jZxmIFNFsb/R66ipcerxFc9K"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Non nisi molestias ipsa repellendus. Deleniti culpa provident totam. Enim fugiat facilis quaerat. Culpa fugit quasi qui."], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 38], ["slug", "title149"], ["summary", "Cupiditate aperiam sit. Assumenda architecto quod sunt veniam. Aut ipsum iste iure."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 25], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["id", 25]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sigurd@lehner.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dillon Spinka"], ["email", "sigurd@lehner.com"], ["password_digest", "$2a$04$ayJBJ/XdMANZTmyvb2tH0OLtdIPhBtaop.Hn/Y8c71qhUAflj58xG"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Dolores quia dolorum. Neque quas ea corrupti eos. Sit quas autem sit delectus et inventore et. Sunt aspernatur atque quia sint at."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 39], ["slug", "title150"], ["summary", "Qui laudantium ducimus maiores repellat ut ea. Sint minus at ipsam porro. Facere aliquam ducimus quia omnis porro enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 26], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["id", 26]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 26], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeyca@turcotte.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frieda Tromp"], ["email", "jeyca@turcotte.biz"], ["password_digest", "$2a$04$yrf9Jf5hDXSB9sPs5D18s.PDJBTw2NOMXFkk6a98vESroEuYMGv/C"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$b9Yf3pIF0iLNjB1f95SRT.DTwOc8jVzzNmW5qESHEhWy.WfBYogbC"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$8LkrJX8jWpuynUahKfoImeqJBSg3QDG.Gbvke/b1qNt1p97BdPMIK"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marlene@casperpredovic.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marguerite Fay"], ["email", "marlene@casperpredovic.biz"], ["password_digest", "$2a$04$QmjlVvTTwougHvEyvhtqMuEzzSxJ8gmpeiNhzNnEooAoUj7SZguf2"], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Laborum vitae est quis ducimus vel et veniam. Labore ducimus aut delectus saepe maiores."], ["created_at", 2016-07-01 17:30:58 UTC], ["updated_at", 2016-07-01 17:30:58 UTC], ["author_id", 43], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 27], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (11.4ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (4.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.1ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.5ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.6ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.4ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (20.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.8ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "celestino@gibson.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yolanda Sporer DDS"], ["email", "celestino@gibson.org"], ["password_digest", "$2a$04$.ZzRBHuTZGuL/KrF.F8DTOp4jku43IyISFS8lBmM0bxjrxT.Te1o."], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chesley@stamm.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lacy Leuschke"], ["email", "chesley@stamm.name"], ["password_digest", "$2a$04$lSzn71TIK3QwMnYHuirFtO/ngaGenATsxgz0FboGPjXyAblnpx.Eq"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ora@reilly.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maxime Schaden"], ["email", "ora@reilly.org"], ["password_digest", "$2a$04$oVVJHSchlik50LdB85I60ups9BjJr8L7ofDzB9bw82alLuC7CIO2i"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Qui veritatis in soluta. Consequatur culpa magnam amet."], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["author_id", 3], ["slug", "my-title"], ["summary", "Voluptates suscipit in quisquam iusto id delectus. Sint in ipsum praesentium ab ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "charlie@murphy.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mary Morissette V"], ["email", "charlie@murphy.com"], ["password_digest", "$2a$04$6E5aJGtD5jcA1vXoIp8Dr.BtmV8WZFHNypECfISzSF6xkgnojEQHq"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Et qui officia aspernatur vitae. Hic facilis numquam perferendis maiores voluptates est. Aut pariatur voluptate aut id officiis et. Accusantium ratione aut laboriosam at."], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["author_id", 4], ["slug", "my-slug"], ["summary", "Consequatur nihil cum ipsam corporis voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeyca@altenwerthschroeder.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Prudence Hintz"], ["email", "jeyca@altenwerthschroeder.net"], ["password_digest", "$2a$04$4vD9bQVu3Yd1AVTMHcL7c./4mD9Cq2RhWeBYBqcGQJKjvUjtHc7YS"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eloy@sporer.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Astrid Wolf"], ["email", "eloy@sporer.net"], ["password_digest", "$2a$04$sLN1A2PBurnr8CLXX49fOug5uoLBE6.buKKJlk3CSA6Nt1xFqCFq2"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "london@rausmitham.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Crawford Marquardt Jr."], ["email", "london@rausmitham.io"], ["password_digest", "$2a$04$P5gZPTayn1Ov4IjIXdkzVuHFpeGEjovJrcuUZp0gKoKOucF1/B61S"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berenice@eberthamill.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Idella Abernathy"], ["email", "berenice@eberthamill.org"], ["password_digest", "$2a$04$Zyhh5maF5ijrYd08p2ut9./sQYQZB3oHW3qDEaOcV04Xe6qCuRIf6"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title6"], ["body", "Perferendis mollitia suscipit hic. Minima exercitationem libero nulla rerum. Dolor eligendi asperiores omnis ad aliquam porro possimus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Sint est distinctio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brionna@kunzepagac.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh Hahn"], ["email", "brionna@kunzepagac.co"], ["password_digest", "$2a$04$MLwCeaNWViLW2uPImWdI.uiVLUj5M9VWEr1g9BNBMUY.k0HrtK2Xa"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title7"], ["body", "Fuga possimus amet. Totam temporibus omnis. Officiis velit temporibus odio autem hic fugiat animi."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Natus ut et accusamus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title6"], ["id", 3], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 15:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title7"], ["id", 4], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ro_wolf@durgan.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Nathan Will"], ["email", "ro_wolf@durgan.info"], ["password_digest", "$2a$04$nXbTw2PH2ywG/btkT/GZV.gZH9yQO.oKnSB05.X5qA4cTdFAg.yeK"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title8"], ["body", "Commodi velit enim officia debitis. Ad magni dicta a illo. Libero ut saepe tenetur. Voluptas accusamus quaerat provident."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Aut doloribus neque quae ex enim repellat ratione. Cum omnis voluptas quam architecto. At et accusantium vel numquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candice@kuphalvon.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marietta Huel"], ["email", "candice@kuphalvon.name"], ["password_digest", "$2a$04$eqtVlnvo9.1WobSgaGq7Re0tCEwI7VE1SqzEEpHVzLXJSFYVCzYhe"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Ipsam ut et blanditiis culpa veniam sit vel. Qui voluptate et ea qui. Blanditiis veniam repellat maiores vel rem. Aperiam esse atque nostrum impedit id."], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Officia et et incidunt sunt. Nesciunt nam minima aut est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elza.kovacek@effertz.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jules Hettinger"], ["email", "elza.kovacek@effertz.io"], ["password_digest", "$2a$04$c.9ZF7IAST5VznS8wXdDruuVGGjp5lonK498zJOsmbB7Cputr/l3m"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerson@huel.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alisa Moore"], ["email", "gerson@huel.co"], ["password_digest", "$2a$04$kJ9Jst256.9wAKFBC6XPN.5widknvkEoHOzsc9JHLAznQ1Z88QGpS"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Repudiandae et ut modi. Doloremque adipisci minima. Maiores sit a dolorem odio."], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Modi sunt rerum deserunt sint et tempora et. Accusamus quos nisi doloribus nesciunt ut deserunt numquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title11"], ["id", 7], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["id", 7]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alta.volkman@sipes.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sigurd Parisian"], ["email", "alta.volkman@sipes.io"], ["password_digest", "$2a$04$.RuvSo4K8mEBReTAWZXL4uIGL07YC5sQ1pkGHoA.XfWNebPzHhJ6u"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title12"], ["body", "Sint et praesentium. Modi nihil libero ratione dicta quia magni. Voluptas eos aut possimus et dolore perferendis voluptatem. Quia tempore dolor eum minima in rerum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Rem dignissimos qui non."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title12"], ["id", 8], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 17:32:45 UTC], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title12"], ["id", 8], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hiram.graham@dooleybrown.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aliyah Champlin V"], ["email", "hiram.graham@dooleybrown.org"], ["password_digest", "$2a$04$alQe9WZrPKJfHi3ot/ogwux/3ef4C12EUdQhe61TsNbXoec1FEXxC"], ["created_at", 2016-07-01 17:32:45 UTC], ["updated_at", 2016-07-01 17:32:45 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (1.1ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (3.2ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.5ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (17.9ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (0.7ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "exposition_posts" ("created_at", "updated_at", "slug") VALUES ($1, $2, $3) RETURNING "id" [["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["slug", "a"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macey.dooley@klockowisoky.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Raoul Brakus"], ["email", "macey.dooley@klockowisoky.org"], ["password_digest", "$2a$04$LqFFxKq/klA3BLSMkokuOeSRMgU/wDzTNGSrSIUytcboQ0T35gwVS"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hugh.gibson@lowegerhold.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Alva Conn"], ["email", "hugh.gibson@lowegerhold.info"], ["password_digest", "$2a$04$dHwekBWEggq21NIc/BpqMuH1CSrTWO/.e0AzHND2Pr0QsZc9TeWym"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edgardo@maggio.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alyson Kshlerin"], ["email", "edgardo@maggio.co"], ["password_digest", "$2a$04$IOXth1tGowSnTaK5/Ki8UOROG1AoICNYQJnxiupdBvprHV3/3JdsK"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Ipsum sed quia corrupti voluptates. Alias consectetur non in quo neque enim nostrum. Aut dolorem consequatur dignissimos tenetur."], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["author_id", 3], ["slug", "my-title"], ["summary", "Saepe quia ratione aut et ad quis accusantium. Dignissimos velit nihil officia eaque magni. Vel aut itaque et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rosa.lynch@lakin.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Tavares Jacobson"], ["email", "rosa.lynch@lakin.info"], ["password_digest", "$2a$04$FT/bePv2BERU.oTP0vCS.OwGiPKVHrMkq8vNlR5T8SHldl0cySJN6"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Iure distinctio natus vel beatae quia qui eligendi. Assumenda nemo aut."], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["author_id", 4], ["slug", "my-slug"], ["summary", "Dolor culpa nobis dolore fuga."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethelyn@klockolind.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brendon Brekke"], ["email", "ethelyn@klockolind.biz"], ["password_digest", "$2a$04$XGLJIOYoILkzittb0Z6Oze7bafPejqqiV/CUNK3WR7DpH7UUgAmeG"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ella_goldner@hudsonaltenwerth.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joanne Bashirian"], ["email", "ella_goldner@hudsonaltenwerth.org"], ["password_digest", "$2a$04$pclh8QLKTnL9OjLWvECZFO6gYChnQ075bqcvJIeTRV4o4YLqvMC8u"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jason.prohaska@runolfon.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Luz Zboncak"], ["email", "jason.prohaska@runolfon.com"], ["password_digest", "$2a$04$v4PIGapYowqDgX/kP6bqQuWx9tGh3BmzX6ZgGeH8/J.NR3c1F.5fi"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelsi_hand@reillyshanahan.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Myriam Auer"], ["email", "kelsi_hand@reillyshanahan.org"], ["password_digest", "$2a$04$7zwt449WWkSK9qc.v6niEu/vMamWxSD8.t9hEIurkzI5ZCbjC5Huq"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title6"], ["body", "Vero ipsa itaque maiores libero porro quia. Temporibus consectetur incidunt."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Consequatur molestiae neque necessitatibus animi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rafael.hilll@pacocha.org"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bonnie Jacobs"], ["email", "rafael.hilll@pacocha.org"], ["password_digest", "$2a$04$YIsJ5wb3zg.4yuzWW5dhv.z/2wrkE0PLzq9qRUTwzl3/7DMkmFzJu"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title7"], ["body", "Accusamus alias consequuntur delectus atque dolor rerum. Eligendi consectetur omnis eos et. Fugit facere omnis ut iste quaerat porro atque. Atque illo fugiat et voluptatem eligendi repellat."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Dolores qui blanditiis quis voluptate sed. Vero tenetur soluta incidunt fugiat excepturi. Enim architecto culpa accusamus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title6"], ["id", 4], ["LIMIT", 1]] SQL (0.9ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 15:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title7"], ["id", 5], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madaline_veum@conroy.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edmund Hane"], ["email", "madaline_veum@conroy.io"], ["password_digest", "$2a$04$rhXGFX5GeCuKRG9MCI/yV.WT/kN0brJV.6FRFthYLNBOIBnIZvfe2"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title8"], ["body", "Sit et pariatur delectus odio modi vero ipsam. Iure aut voluptatem ratione perspiciatis praesentium quo. Voluptatibus necessitatibus eos et dolor recusandae."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Culpa mollitia veniam fugiat aut aut autem in. Fuga nemo explicabo ab quos illum sunt nostrum. Dolore ut error aut fuga ab."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "agustin@collinscole.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dwight Weber"], ["email", "agustin@collinscole.net"], ["password_digest", "$2a$04$J4R/.FqMdYEZCfg3NZN9GOkY2gQ8Q2j9RWO.InzLFz4UtVMaR1Fry"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Et odit vel et est culpa. Sed est placeat. Et aut sed molestias perferendis laudantium. Sit ex deserunt facere."], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Impedit sint delectus vel ex quia esse. Modi quia maiores ex voluptatem esse vel."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lottie@kunze.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Winfield Stokes"], ["email", "lottie@kunze.biz"], ["password_digest", "$2a$04$tgu20zKoRiTDssOfUANEUesep.J7i0apB5hwZSOo.3Vziv7eyclK."], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernard@ebert.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Larry Parker"], ["email", "bernard@ebert.net"], ["password_digest", "$2a$04$FMt3KCYJhGQ1twsrrOBz9ee/SUTQIji0vH9v8rpsnf3qbETmwA1y6"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Quasi assumenda odit ut exercitationem perferendis. Nam hic commodi vel suscipit quis rerum. Rerum reprehenderit maiores modi pariatur."], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Autem omnis sit similique. Cum voluptas vel quo facere nisi id. Architecto error corrupti sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title11"], ["id", 8], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["id", 8]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cortez@kuvaliscormier.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zelda Kris"], ["email", "cortez@kuvaliscormier.org"], ["password_digest", "$2a$04$XkZdejKRrybG1pb2nVf7WufRvOJoc5t17Q7KBmK3O0PcM.lJBGqLK"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title12"], ["body", "Quas nemo laborum unde amet ut. Quod omnis distinctio. Occaecati saepe neque iusto."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Aperiam dolorem sunt quisquam provident adipisci."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title12"], ["id", 9], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 17:32:52 UTC], ["id", 9]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title12"], ["id", 9], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "thelma.daugherty@naderblick.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Karolann Dooley"], ["email", "thelma.daugherty@naderblick.biz"], ["password_digest", "$2a$04$Pz5gE5r5ToViwet4tiTRMOeysjgudozMdmN39w9hYcTi28LpCsGPC"], ["created_at", 2016-07-01 17:32:52 UTC], ["updated_at", 2016-07-01 17:32:52 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN  (0.9ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.9ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.3ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.1ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.8ms) BEGIN  (0.8ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" ORDER BY "categorical_tags"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "categorical_tags" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "a"], ["created_at", 2016-07-01 17:34:01 UTC], ["updated_at", 2016-07-01 17:34:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 17:34:01 UTC], ["updated_at", 2016-07-01 17:34:01 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-07-01 17:34:01 UTC], ["updated_at", 2016-07-01 17:34:01 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.4ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.2ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (19.7ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.7ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" ORDER BY "categorical_tags"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "categorical_tags" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "a"], ["created_at", 2016-07-01 17:34:08 UTC], ["updated_at", 2016-07-01 17:34:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 17:34:08 UTC], ["updated_at", 2016-07-01 17:34:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-07-01 17:34:08 UTC], ["updated_at", 2016-07-01 17:34:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (2.8ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (2.9ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (30.0ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.6ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$CCOAbfo49N7y4Yd1287miOsgrABYCrIciwwaPQo4B7hoimvYZViDG"], ["created_at", 2016-07-01 18:22:06 UTC], ["updated_at", 2016-07-01 18:22:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$CvYg8EzZHlm/vgt0URCWJ.PZjbceVTx8G4sGjgjTgsk3XYrxc9gfa"], ["created_at", 2016-07-01 18:22:06 UTC], ["updated_at", 2016-07-01 18:22:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$UVPCyOsZg8UkdKb9QfrOz.ZBPu3E/vBxPaFYo6We/wlL6dFIInnLy"], ["updated_at", 2016-07-01 18:22:06 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kevon.champlin@pfeffer.net"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elmo Fritsch MD"], ["email", "kevon.champlin@pfeffer.net"], ["password_digest", "$2a$04$hNMb3uV1pMECa5Xx/G62aebqnYDvGE4SUTBuNgyif4Nzg3fKbIgx."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Velit dolorum eum dolores voluptatibus sunt voluptatem. Quia omnis et. Maxime accusantium et voluptate molestiae error nulla. Dolores explicabo molestiae vel eos enim nulla."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Et hic non. Voluptatem laudantium quae voluptas reprehenderit sit. Est non in sed ullam exercitationem asperiores debitis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 17ms (Views: 11.1ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "montana.crona@hackettsteuber.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Manley Barrows"], ["email", "montana.crona@hackettsteuber.org"], ["password_digest", "$2a$04$hBhcE639oqkZbjHXmxAUZe3QfYfBzZDAgJoIksSeANjhogxIdpJJ2"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Commodi qui repellendus minus. Dolore quas ut aliquid numquam ut impedit voluptatum. Officiis nulla voluptatem facere temporibus quis blanditiis. Sed quo natus amet illum saepe."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Autem sed amet voluptatum velit non sunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnson@homenick.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nola Jacobi"], ["email", "johnson@homenick.co"], ["password_digest", "$2a$04$tGB8MqHWzBDUCd2Jmc2N0u.GnZHvsc3Yb.4xQpTmQjEjOCbCKiG96"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Voluptas ut id debitis. Consequatur molestias modi vitae quod error occaecati."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Vel delectus quae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "elmira@ullrich.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Abbie Lind"], ["email", "elmira@ullrich.name"], ["password_digest", "$2a$04$Cqd9pHYtrj42NfddFAiip.89o1gC4QbmDgs9.h4eWBMhfP6u8N3yu"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Voluptatibus adipisci voluptatem quia magnam. Dolores dolorem molestiae. Cum quo omnis."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Eveniet quibusdam ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donato@ebert.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jeromy Kilback PhD"], ["email", "donato@ebert.co"], ["password_digest", "$2a$04$GMKjP.gYEDv3gibCHKZ89OlzKYwxJKpreaN96BmvXsT7sRwNWA2tW"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Voluptatem veritatis et nam eligendi expedita. Impedit nesciunt delectus voluptatem iste et saepe."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Iusto exercitationem quis. Est delectus eos nesciunt optio qui adipisci. Enim ut sunt necessitatibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "holly@bauch.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Myrtie Bauch"], ["email", "holly@bauch.co"], ["password_digest", "$2a$04$ZF10OAInFLO6lsx/x3AiCeEQl9BNUADgqkUx/pAoMAyz8ZHACMc36"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Consequatur ullam voluptas. Dolores tempore culpa temporibus. Repudiandae quibusdam et minus occaecati deserunt modi autem. Sed nesciunt eum ab."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Error quo reiciendis deserunt delectus molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vladimir.frami@haag.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jacinthe Streich"], ["email", "vladimir.frami@haag.org"], ["password_digest", "$2a$04$MD28AWKPUEt2S43OD5HjGOIBiWk4S4h6narrEVGToLpgW.I4iJo.S"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Dolorum in nihil impedit beatae nostrum non reiciendis. Praesentium distinctio veniam laudantium dolorum nulla sit."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Repudiandae autem repellat accusamus quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "matt_schamberger@mraz.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Simeon Von"], ["email", "matt_schamberger@mraz.co"], ["password_digest", "$2a$04$RdRDXFYaO9VnnDlnPSlxMutYuSDPpuiSSVHDFNrO6QmyTVCZvsOWq"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Ex dolores cumque mollitia magnam dicta. Expedita aperiam et libero unde. Qui et totam voluptatem quia est. Eligendi voluptatum ut dolore."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Harum nulla dolore et doloribus minima laudantium. Adipisci est consequatur ut nesciunt quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eulah@crist.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Deontae Emard"], ["email", "eulah@crist.co"], ["password_digest", "$2a$04$9t2r5neAvUBzsMvEgeUjmed1ZKkf2eufHax.yd4cNDOIVa0zzplJm"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Et ut laudantium in sed aut. Occaecati assumenda at delectus dolores ut facilis. Quibusdam facere eaque assumenda in repellat."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Non voluptatem quam. Voluptas molestiae ut voluptas ea molestiae repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zula.hartmann@mcdermott.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verdie Smith"], ["email", "zula.hartmann@mcdermott.co"], ["password_digest", "$2a$04$qYFrIzC/0KnZbhPNuc8mO.dbo.G1bjBfty4.ne137KlkqBzOpqgWq"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Et necessitatibus dolorum. Et architecto qui. Culpa occaecati dolores repellendus minima."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Optio unde expedita. Aut ipsam unde est fuga quae voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jalon@howell.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Hobart Kris"], ["email", "jalon@howell.co"], ["password_digest", "$2a$04$4pBHxid8YQvSATKjb3FN3OEej2Zp1e3SEeb7kdEng6xXGVRwKPai."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "A non aut ab sequi voluptatem rerum. Maiores odio quo nihil esse. Dolores porro architecto. Nam aut et quo est quidem ut."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Numquam quis beatae. Minima est corrupti dolorum ratione laudantium accusantium fugiat. Iure ut ad nesciunt iste labore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hellen_price@carrollvonrueden.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Berta Purdy"], ["email", "hellen_price@carrollvonrueden.org"], ["password_digest", "$2a$04$1t4G5oufrK7jxEcN.Gar5eY4yKbcO7QMBHR.8cPf4sJjDBeEGye1u"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Eveniet nostrum non dolores id est qui. Aperiam aut quidem quas sed minima."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Id ut facilis. Aut ex qui placeat dicta nulla eligendi praesentium. Molestias eum soluta."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emilia_macgyver@kreiger.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jessie Dibbert"], ["email", "emilia_macgyver@kreiger.info"], ["password_digest", "$2a$04$eiz1co8aRKqyZxYZVHQh4.DQ13QR9FF0gFKg/Nx4VbJjhksnlmHGO"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Exercitationem nesciunt qui omnis a consequuntur rerum asperiores. Nostrum voluptates et. Aut assumenda incidunt dolorem laborum. Odio iure accusamus laudantium similique dignissimos ipsa."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Est nostrum recusandae quam voluptas. Beatae exercitationem recusandae. Doloribus excepturi officiis sit qui iste expedita."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "katrine.crona@hammes.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kyleigh Barrows"], ["email", "katrine.crona@hammes.name"], ["password_digest", "$2a$04$KZBE.rrmQA/m95F2GaAUUuXOcuipdBVA/pjg8kVHlUT/C1ysWgZcu"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Quidem eligendi esse enim et eveniet ut consequuntur. Assumenda dignissimos est praesentium natus rerum."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Dolorem qui corrupti amet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "sydney_pagac@halvorsonemmerich.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lelah Boehm"], ["email", "sydney_pagac@halvorsonemmerich.info"], ["password_digest", "$2a$04$XJA4I0SRi6EupV7AxwgTmuq5Lu3ZA/bo5x5Ve38blGuL1KyRp/CNq"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Accusamus dicta sed eius voluptatem. Ducimus doloremque et qui."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Sit optio tenetur sunt repudiandae id quo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eloy@krajcik.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alda Grant"], ["email", "eloy@krajcik.com"], ["password_digest", "$2a$04$oJmdJYO/VOf48h8Ld5otde6N/YZUkMJLTNFrzxyJgXCFm4Zkm0lPO"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Eos et itaque quos assumenda. Autem excepturi repellendus quas ut et corrupti et. Velit quis qui. Amet velit aliquid."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Ducimus at odio id dolore. Cumque quae qui voluptate asperiores non aut. Beatae fugit quia laudantium impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helena_lesch@reichert.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vicente Schoen DVM"], ["email", "helena_lesch@reichert.com"], ["password_digest", "$2a$04$aIHofpRQtDrofgqrMgnkoO11NvFZioEyNDVee4Bv9AFNW/H8InkvO"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Commodi tenetur qui aut eos nihil maiores. Mollitia commodi et eligendi velit voluptas voluptatem cum. Quas ut aut quisquam omnis consectetur unde labore."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Delectus eos impedit voluptatem et est et velit. Et recusandae voluptas nihil expedita. Quis aut minus voluptate ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dean.wisoky@hoppe.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Merle Bauch"], ["email", "dean.wisoky@hoppe.info"], ["password_digest", "$2a$04$89Y.ab2c.wwAzvUZIFKsMOGhuERursifVak9R84N0jY2iixzOJDMW"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Adipisci fuga ut non eos ducimus quo rem. Sequi tempora voluptas molestiae et ut et. Doloremque tempore hic omnis quo est."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Et accusantium error nihil quas molestias. Et est optio aperiam officiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "robbie_runolfon@hoppe.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Modesto Wilkinson"], ["email", "robbie_runolfon@hoppe.io"], ["password_digest", "$2a$04$EEXaxIW.Qya4AWAAPKOvGeCzJLv6aB25qi/YXJ0xW2PIXY17DXiUi"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Laudantium iste ut. Porro atque fuga. Corporis eos eum in molestias nostrum."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "A rerum repudiandae in. Et qui nihil quam qui tenetur quia incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "andres@streich.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hardy Schultz"], ["email", "andres@streich.info"], ["password_digest", "$2a$04$HtcGBaJwHV3zo1qEhkxUG.XZL/ptw/XijlOj0OX9GZRSeSYwn4CN6"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Accusantium veniam unde ullam facere. In facere id. Sit dolor aliquid. Sequi similique eaque."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Perferendis ratione non pariatur aspernatur magnam. Aperiam laudantium praesentium recusandae sint ipsa facilis. Est nobis sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcelino.jast@kirlinschoen.io"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaleel Haley"], ["email", "marcelino.jast@kirlinschoen.io"], ["password_digest", "$2a$04$c2RqyisC5bPUAt844MG7UOKYKoXUAm4AZSoJDA.mHZZifh0PtsLhu"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Sit sunt ex vel rerum. Harum qui delectus. Voluptatem maiores vero qui."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Natus sequi provident ex quidem. Fuga corrupti adipisci qui. Et minus facere ducimus et pariatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "deron@streichdenesik.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lawrence Lehner"], ["email", "deron@streichdenesik.org"], ["password_digest", "$2a$04$EXkTeMLOANXv.MohbCveu.b3aVlCUQdrbwrG0kfLm3HFvFdKpBBj."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Rerum hic maxime voluptatibus perferendis sint aut. Voluptatem placeat eum saepe maxime. In deleniti aliquam expedita laborum soluta."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Consequuntur sit voluptas id nesciunt. Modi sequi hic consectetur placeat. Magnam dolores ipsam molestiae sit quae dolor labore."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "durward@lockmanbogisich.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Frances Hahn"], ["email", "durward@lockmanbogisich.co"], ["password_digest", "$2a$04$k875numbOgz.dnWvy4CRW.Gcr0sW4CEDINTMd6CupC48aqXXAgTZ."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Ipsam inventore sunt. Laboriosam sit aliquam similique dolorem qui porro neque."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Qui ipsam natus inventore alias veniam corporis ipsa. Molestias culpa error voluptas facere nisi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adrienne@kaulke.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Angela Ritchie"], ["email", "adrienne@kaulke.info"], ["password_digest", "$2a$04$3YDdAcTDgXHprEKBuLZd/ezRqdIeP.0ix4.FfKyPQfvyTVdO0xn.m"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Et dolor et unde provident qui. Nostrum qui omnis tempora earum possimus nihil facere."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Reprehenderit incidunt rerum et cum qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aylin.ledner@runolfsdottir.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernadette Haley I"], ["email", "aylin.ledner@runolfsdottir.info"], ["password_digest", "$2a$04$FiLtCdIDoTp44RJgkAVy3uCOqXP3xEq1vevORAZpmfYpD0153PFEe"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Sint deleniti fuga rerum adipisci ipsa maiores aut. Ipsa tenetur quis harum amet eos vel ut."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Nihil non et quo et. Et qui molestias voluptatem beatae. Saepe voluptatem eum accusamus aperiam illum ea laboriosam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rhiannon@torpborer.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Margarett Miller"], ["email", "rhiannon@torpborer.org"], ["password_digest", "$2a$04$ic8B8lMSU9WHuCP7L/gxxugsmupJzymGF1IDzBgXm/rWhpaZzk4RS"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Accusantium quos nisi officia qui aperiam. Modi debitis voluptate quasi architecto."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Corporis magni vero corrupti expedita illo. Officiis consequatur aut. Vero perspiciatis laboriosam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "julie_kaulke@schmitt.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Carolina Wisoky"], ["email", "julie_kaulke@schmitt.co"], ["password_digest", "$2a$04$CaKenXVaWOs8moV8qU0gO.OswXNyiZy4aN7p1CnQPPszy6Ol/0qdu"], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Et nihil minima vero dignissimos et. Distinctio aut ab. Rerum facilis accusantium. Exercitationem omnis voluptatem sunt omnis consequatur itaque."], ["created_at", 2016-07-01 18:22:07 UTC], ["updated_at", 2016-07-01 18:22:07 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Quis mollitia sed. Perspiciatis atque cupiditate voluptate sunt ratione. Blanditiis excepturi nulla ut et vitae eligendi sint."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "derek_hansen@skiles.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Reva Barton"], ["email", "derek_hansen@skiles.org"], ["password_digest", "$2a$04$eMdivJVPvRJSmElXkgjFYuLGHtzrbdRYSHcdb5PuBFSQURy3wAMu6"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bettie.abbott@okonmoen.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daija Moen I"], ["email", "bettie.abbott@okonmoen.org"], ["password_digest", "$2a$04$YvCjBLpkX8JYZCJ9uJX2JuJRCLVsOU.7fLzLZlEq34GWOkOlAN3HO"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Eum quas esse architecto quae accusamus. Sint nemo iste.", "summary"=>"Maiores tenetur molestias non in. Voluptates corporis est repellat recusandae optio.", "title"=>"Title29"}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 1.2ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Aut voluptatem dicta omnis. Aperiam sapiente perferendis molestias fugiat aut expedita id.", "summary"=>"Esse animi perspiciatis saepe blanditiis ea. Quis vel dolor.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "everett.rau@bogisich.biz"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ressie Bechtelar"], ["email", "everett.rau@bogisich.biz"], ["password_digest", "$2a$04$NvghVf478/konHaR84IeFeQLXW5C5euHZX9eFutFlMZs0bVLuhrQS"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Tempore veniam odit aut ipsam quas vel molestias. Reiciendis hic praesentium in.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Tempore veniam odit aut ipsam quas vel molestias. Reiciendis hic praesentium in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.1ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Est adipisci veniam consectetur maxime. Occaecati ut dolorem. Facilis nobis et aut.", "title"=>""}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "henry_purdy@denesik.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Walton Welch"], ["email", "henry_purdy@denesik.co"], ["password_digest", "$2a$04$YQOay3bQXre6a6KXzFXRSOZVp1DKG0w9pk3l2BgUEY4NpPYQW/mtS"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Numquam recusandae quia voluptas iusto ut voluptatibus. Cumque dolorem incidunt dignissimos voluptas et recusandae blanditiis. Dolores adipisci sed facilis quibusdam ad autem quisquam. Non autem pariatur sed dolores error."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Eius maiores dolorum quod voluptatem qui sed. Enim atque quasi quis minus perspiciatis incidunt. Perferendis occaecati deserunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antwan@marquardt.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johnson Lang"], ["email", "antwan@marquardt.io"], ["password_digest", "$2a$04$8ZeQIcQqMvjf.k/Luo6OM.Jqa64OkY3QvfDBitpto7ueLBXJ4DOCy"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Dolor nemo accusamus qui vel ut. Quia est qui eveniet nihil ut magnam. Aut omnis autem. Est unde voluptatibus perferendis veritatis voluptas."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Repellendus neque inventore. Expedita aliquam qui qui. Quis aperiam quod non a."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.6ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lora.spencer@von.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christian Green"], ["email", "lora.spencer@von.biz"], ["password_digest", "$2a$04$qBzRt/SWrFoAciLv3IfBLegdQGUf69DfJhThAbmW5PtBy/.dtkSbq"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Incidunt quaerat magni mollitia nam quis. Ea placeat ducimus dolor. Quia exercitationem suscipit. Aut accusamus eum ut iste."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Modi quis et quaerat. Alias adipisci repudiandae laborum. Molestiae enim debitis perspiciatis animi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joelle_schowalter@wilkinson.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Audreanne Muller III"], ["email", "joelle_schowalter@wilkinson.org"], ["password_digest", "$2a$04$MCuMCGYklnDSWoNGhcGOs.bwPTWrOLQz2MCHZAdFVegfVrgyWQYdi"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Cupiditate maxime natus neque maiores sit laudantium. Delectus quae deleniti commodi culpa. Possimus quia praesentium sit voluptatem et libero ducimus. Aperiam qui nostrum quia fugiat."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "Animi nulla nemo ducimus dolores et exercitationem dicta."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 18:22:08 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 16ms (ActiveRecord: 3.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tierra@keelingstanton.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roman Torp"], ["email", "tierra@keelingstanton.net"], ["password_digest", "$2a$04$6SRYFwDNZKuQc0b.RkEjouEgYxLQbHpHpIXNNHJ1PDv99OykvjAhu"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Nihil temporibus vitae mollitia eligendi. Eum natus omnis voluptatem est. Quasi assumenda illum deleniti ut quo."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Nostrum omnis nulla sapiente. Eum nemo id quibusdam aut illum totam dolor. Quaerat sed dolorum ipsam recusandae quo dolores tempore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 18:22:08 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marian.gutmann@erdman.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lyla Wilderman"], ["email", "marian.gutmann@erdman.net"], ["password_digest", "$2a$04$gkwO9AbBiie02Rcz8Vlzv.XRO.9JFzG3H54KMsbFrxGHSyPBxjjka"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nolan@trantowprice.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Kyle McCullough"], ["email", "nolan@trantowprice.io"], ["password_digest", "$2a$04$mUjlj1j1ED36Pfnpw2SFYuoxHojQ3wIutVd4/j3slyYlDMne641lG"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Reiciendis autem eum possimus. Dolore quam quasi consequatur maiores suscipit. Id qui rerum maiores occaecati labore atque ullam. Ratione tempore qui nesciunt ut."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Exercitationem suscipit ad doloremque velit. Rem eius dolores voluptatem. Necessitatibus nemo fuga vitae dolores dolor."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-07-01 18:22:08 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 40ms (ActiveRecord: 2.8ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tiffany_mayer@heathcotekling.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Terrell Tremblay"], ["email", "tiffany_mayer@heathcotekling.info"], ["password_digest", "$2a$04$0AlFC/UAP49DlpsMVZYlMuPV7p7YLAD0VeFKgxILRuVKmRHSP.1Ki"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Quia officia cum iusto quo. Consequuntur praesentium ratione provident sed nihil necessitatibus. Dicta eos autem a."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Necessitatibus totam voluptatibus suscipit aut perferendis quasi. Perspiciatis aut odio alias eum sit eaque. Mollitia doloribus ut consequatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 18:22:08 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.3ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mylene Hoeger"], ["email", "user@user.com"], ["password_digest", "$2a$04$/kvyuizp/4BHryAojpLS/.46/7vTVQhrt4Mlc4P4ercawTeRUAMUy"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$flKN9nOmBU6MuDH0mvTReem7OCHlXGubXZpzzNjNxQG.vIpb9B6Fe"], ["updated_at", 2016-07-01 18:22:08 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.6ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)  (1.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (1.5ms) Completed 200 OK in 12ms (Views: 4.3ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "green.pagac@douglachultz.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Augustine Deckow V"], ["email", "green.pagac@douglachultz.org"], ["password_digest", "$2a$04$ogKFKgxoAaFrtmLwNBQfNutdoSLEQ5gOzvybvd0tdMfNOsOAVSpVm"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 7ms (ActiveRecord: 2.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 1.6ms)  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 9ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 18:22:08 UTC], ["id", 34]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.7ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 18:22:08 UTC], ["id", 35]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.9ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 4ms (ActiveRecord: 1.4ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ena_von@borerlebsack.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adolf Armstrong"], ["email", "ena_von@borerlebsack.name"], ["password_digest", "$2a$04$sGtRtWK.jxwyMERwnrYP9et4PL9nl6txMP01f9U9HL5l3ichWOeVW"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Nemo praesentium ea impedit. Ab voluptates aperiam nostrum et rerum provident aut. Assumenda necessitatibus temporibus non."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Architecto laborum ad. In ut earum nobis delectus labore praesentium odio. Animi ut suscipit et dolorem laudantium non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maudie@turnermetz.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Violette Bailey"], ["email", "maudie@turnermetz.biz"], ["password_digest", "$2a$04$OIlMEu3rVy0B0yWWjGy6rObFUVQKHdmIAanGxUlM9QFucZiF6loOa"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Nam quibusdam repellendus. Illum est quod adipisci voluptatibus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Sunt libero harum corporis at vel dolore. Neque et esse nihil laboriosam quo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "violette@aufderhareichmann.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Florian Lowe"], ["email", "violette@aufderhareichmann.biz"], ["password_digest", "$2a$04$oHDbnRKhgc1iy4hI.Ih9guVoIQGs4oAkVP9My8L7EZ/FKEk646j9y"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Iste non adipisci pariatur. Et soluta et sit. Soluta voluptatum explicabo."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Eum odio harum distinctio ex. Itaque est qui rerum labore eum officiis nisi. Architecto expedita consequuntur facilis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (1.0ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 16ms (Views: 11.5ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emanuel@kutch.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beau Kovacek III"], ["email", "emanuel@kutch.org"], ["password_digest", "$2a$04$eRRuXDyU2iyj9jnRLuWqruHfI3WnnvVkbPO4l2LmPbjqbt.nxNHvq"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Perspiciatis neque voluptas. Iure dolorem atque et veritatis. Asperiores aut temporibus. Ipsam nemo consequatur quia accusantium."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Et unde laborum ducimus et nihil provident vero. Id inventore voluptas quia reprehenderit. Magni similique debitis nisi dolor facere dolores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kathleen.kuhn@schmelerhegmann.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Curt Heathcote IV"], ["email", "kathleen.kuhn@schmelerhegmann.com"], ["password_digest", "$2a$04$agM0gF7OhZyqCzYOORTHP.V23GWLI2dSBJClqUA63RPiCdV0wJXH2"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Facere quidem sit et. Hic dolore rerum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "Aperiam sint at qui odio aliquid nesciunt ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "imelda_pouros@tremblay.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Veda Hoppe"], ["email", "imelda_pouros@tremblay.info"], ["password_digest", "$2a$04$gDrOLSRvKhzrIHwzqFFxne.HxUZUUphp6hfpMHl0Vg.cEb/OKEip."], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Ut voluptatem voluptatem ut praesentium iure est quasi. Porro quae nemo delectus dolorem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Non voluptate sit reprehenderit aut enim non."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "florian@jaskolskiheel.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Talon Quitzon"], ["email", "florian@jaskolskiheel.net"], ["password_digest", "$2a$04$17Gk6pcm3iqS88R2bUbyWOm5msf9STP1A2EDIn932YMg7U.Usgzau"], ["created_at", 2016-07-01 18:22:08 UTC], ["updated_at", 2016-07-01 18:22:08 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Possimus dolore ut eaque qui impedit nemo pariatur. Occaecati iste ea expedita. Voluptas odit pariatur."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Modi pariatur doloremque ut quo aut nihil ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ewald_upton@darebotsford.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Margaretta Olson"], ["email", "ewald_upton@darebotsford.name"], ["password_digest", "$2a$04$oCc9ZHvBn4jgqQnsvGAYR.Dj9IMKkGD1eWztneD8d8IkdZWT.DjGy"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Omnis recusandae delectus provident expedita incidunt enim. Temporibus in accusantium ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Quaerat molestiae animi aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aaron.okeefe@herzog.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hubert Rippin"], ["email", "aaron.okeefe@herzog.net"], ["password_digest", "$2a$04$w9FN9R3in5eEdlzr1UvLcucQ.CrhUcsUk.qnM883CEHYYO5D0d7yu"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Quia voluptas beatae ea velit vel ex. Et accusantium quia minus quod ipsa. Id eveniet laboriosam qui. Soluta atque aut iusto alias ea voluptatem dolores."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Officiis est iusto illum necessitatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "doug_fadel@stantonhickle.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Halie Bogisich"], ["email", "doug_fadel@stantonhickle.biz"], ["password_digest", "$2a$04$QrBxXOyoROB0VMT/CPxnqOgTilWBcXJbW7u/lHf9MQwhki8wU8cka"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Unde nisi autem. Eius vitae possimus non autem doloremque numquam. Illum qui quo soluta ut aperiam amet."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Ad error laborum at quam quod sed."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "art_pouros@harveydamore.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Camren Smith"], ["email", "art_pouros@harveydamore.net"], ["password_digest", "$2a$04$jmicJYqIuAfD34DRRwYKQultMns7Myi3lC37dSrB6W/HKpEIKFGUS"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Labore eaque cupiditate pariatur saepe. Sapiente minus et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Quidem earum error qui. Aut quo est consequuntur qui rem. Cumque molestiae et ipsam quasi aut provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cloyd_heaney@pfeffer.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Regan Graham"], ["email", "cloyd_heaney@pfeffer.info"], ["password_digest", "$2a$04$H6r8BoF0DFh.K4PVPz8o8O6rL7K1lmlNrgti23Uqk72YHKSNG0Vuy"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Perferendis a nihil velit at et. Quae et sapiente debitis. Impedit quia officia. Consequatur qui sunt beatae quas et sint."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Eos beatae commodi harum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelica.lindgren@lubowitz.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Percival Schmitt"], ["email", "angelica.lindgren@lubowitz.name"], ["password_digest", "$2a$04$XPFCg.NbishiKzilwZfD6Oq2Q7iVKWjBCIwFXEUWe46rDW/kgFgFK"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Fugiat occaecati corporis mollitia et facere. Sint inventore qui dolores eveniet veritatis voluptatem. Velit temporibus dolores repellat enim reiciendis amet eligendi."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Cumque voluptatem ipsam inventore non voluptas et. Nihil ea sed ullam et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wilfred@robel.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Claude Kassulke"], ["email", "wilfred@robel.net"], ["password_digest", "$2a$04$QLAoy5VLZjMy1On6P.XmBO834zT9Vyq4Y2NEa3RSZD7FMAQmvdHEK"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Eum dolore et quod dolores. Omnis eius praesentium ea sit officiis soluta. Commodi voluptas perspiciatis nulla rem et dolor esse. Enim officiis neque aut eos."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Qui sit sit nam voluptas quibusdam. Laudantium repellendus quas magni vero mollitia quibusdam. In iure tempore tempora."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kelsi_dickens@gloverbayer.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shaina Kuhn DVM"], ["email", "kelsi_dickens@gloverbayer.org"], ["password_digest", "$2a$04$ZYUF7LeaypfAIxcLoTpQR.30p0k5Ec.NUFXwNgvPH/jMYm38qUaZm"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Omnis quisquam nam ut. Ut eum voluptas non."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Et commodi totam consectetur. Natus quas harum sequi est consequatur. Est numquam et vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bernard@abshire.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Randall Champlin"], ["email", "bernard@abshire.com"], ["password_digest", "$2a$04$tA7A5tiVSZxSEbUu97xEI.C8/kEstmXSLXEct757iNFL7azk.wBAS"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Voluptas aperiam ea asperiores aliquid exercitationem facere. Aut doloremque rerum consequatur amet. Ut sed dolorum eveniet occaecati rem. Sit corrupti eveniet labore explicabo quod."], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Necessitatibus quo sit facilis ipsum at."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.4ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.8ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.4ms) Completed 200 OK in 36ms (Views: 8.9ms | ActiveRecord: 3.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "savion.beer@bernhardwehner.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carli Funk"], ["email", "savion.beer@bernhardwehner.name"], ["password_digest", "$2a$04$vD/RpQoS4ImQK.LoYcv9eeKN6olg4D/QiHYEX8.gXfQEng4Fq3LU2"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Quae autem et omnis accusamus eaque non placeat. Corporis error reiciendis dolor vero odit vitae."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Aspernatur eligendi tenetur. Sequi mollitia esse voluptatem. Est aliquam recusandae alias repellendus dolore doloremque."]] SQL (0.8ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kayleigh_bednar@bogisich.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Robbie Jacobson"], ["email", "kayleigh_bednar@bogisich.io"], ["password_digest", "$2a$04$4QFnonoTa/PZiqCqj.F4oOcTm5roECQw9rNHAFgchevxUYISZ4Jpq"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Fugit minus quaerat adipisci harum. Ea est corporis ad."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Eum fugit velit praesentium perferendis earum suscipit. Reiciendis ut perferendis laboriosam sapiente maiores sed."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "catalina.collins@gleasonpacocha.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joy Swaniawski Sr."], ["email", "catalina.collins@gleasonpacocha.info"], ["password_digest", "$2a$04$n0rgHjqcPDIP3B3nijkTN.hzUh6mnGNA68tNIXo.L5MEm.9uoAX6C"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Quis doloremque et fugiat repellendus quae illum. Totam veniam eligendi iusto laudantium."], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Quo modi et. Nostrum quo et ratione dolorum quis. Et sit necessitatibus error provident omnis quas."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "norris_schultz@rennerhane.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sandra Walker"], ["email", "norris_schultz@rennerhane.org"], ["password_digest", "$2a$04$uT3RcSK8rhaeqVcXA8oCHu3bzVRrnTBikrZgXPpdib2dUJ56JzgqC"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Facilis corporis dolor unde sit ut nam ut. Quas minus fugit quia porro ea voluptatem. Ipsa soluta ipsum voluptatem nostrum eos aperiam a. Facere qui consequatur sint necessitatibus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Ducimus est aut ut labore. Iusto enim quod aut et sit nisi dolorem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-29 00:00:00 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["id", 52]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms) Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dewitt@kuhn.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Efren Schneider"], ["email", "dewitt@kuhn.name"], ["password_digest", "$2a$04$xzcfohtvY/IGkuyrbOZG2esWNWFJn5nMTFiNH8jonkFHq0aV8v0MC"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Perspiciatis dolorum eveniet. Ratione magnam ut ea esse impedit. Laudantium voluptas ea et quasi aut. Sint aut est eos rerum sit sapiente."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Aut commodi animi."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edna.gorczany@hayes.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jadyn Hermiston"], ["email", "edna.gorczany@hayes.com"], ["password_digest", "$2a$04$eY0ZEXDfFX5hKhL0fi8eY.VxALn9m4SZTWNzI7N/Egws1fBEzhiGu"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Est corrupti iste labore. Quaerat tempora eligendi minima sit ea."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Modi sunt dolore nam voluptatibus qui animi est. Voluptatem dignissimos possimus voluptatem molestiae. Omnis dolor doloribus sed aliquam eius."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayda.schmidt@wisozk.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hoyt Simonis"], ["email", "jayda.schmidt@wisozk.co"], ["password_digest", "$2a$04$4RHSXKiitG0HqA443wlHVOohlVAhPJTgtt8tmUUtr5qpz0nlcE0JC"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Dignissimos in totam amet debitis. Sequi consequuntur voluptas sint."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Quia autem aut velit voluptates est dolore eligendi. Non quam reprehenderit ex eum velit quidem non. Eos perspiciatis laboriosam quis officiis commodi."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "will.ratke@hermannspencer.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mona Reichert"], ["email", "will.ratke@hermannspencer.info"], ["password_digest", "$2a$04$mauYsGvDdkm1Rhb2cZcF8.ExoXz1GlxfIsI8E/oGnhaj6AM/ZfErK"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Doloribus quos atque accusantium est beatae porro minima. Ducimus et quia recusandae quis. Veniam consequatur harum. Non aspernatur nihil sunt dolorem aperiam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Sit voluptatum velit asperiores dolorem minima sequi dignissimos."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fannie@stokes.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnold Bernhard PhD"], ["email", "fannie@stokes.info"], ["password_digest", "$2a$04$5J1f4yJPxnsr5hSsiNEhbeaFS0QCwmL7vS5QevQqpZPAecGJDw0jS"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Officiis aperiam voluptas nisi nesciunt quidem alias. Consectetur impedit iure et et voluptatem est consequuntur."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Ab fuga mollitia."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rebekah@ruelwilliamson.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Heber Reynolds"], ["email", "rebekah@ruelwilliamson.biz"], ["password_digest", "$2a$04$RzenibnUC2u48RermXW8puzu5gU1tixbnXghE18EEZ8N8WlEsB9hC"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Voluptatem suscipit dolorem nihil maxime. Tempora ab dolorem laborum. Et rerum quis temporibus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Voluptatibus nemo quasi corrupti."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reilly.kiehn@sanford.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garth Gaylord"], ["email", "reilly.kiehn@sanford.io"], ["password_digest", "$2a$04$eS67rv2qa0RUxtcgam1YHOvJ8CqgETtTNhGKfT3C78rpUTPCkJbpi"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Et voluptas amet. Dolor doloribus inventore sit delectus et. Velit dolore suscipit omnis accusamus voluptas et nemo. Eum sit nostrum culpa nemo et expedita."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Voluptates debitis ipsam fugiat a quam natus. Totam impedit optio iure deleniti. Maxime voluptate qui a et rem facere."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauryn.abernathy@graham.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kirsten Schowalter"], ["email", "lauryn.abernathy@graham.co"], ["password_digest", "$2a$04$0mnUgyIUrcPlgD4PExfD7OctmJELkAC65gdmjeCVbQOgHdPPvi0DG"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Sunt animi accusamus. Quis et est tempore saepe aut hic."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Ut sed quia aut sit laudantium et vel. Tenetur aut itaque voluptate."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yvette_muller@bartoletti.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Lawson VonRueden"], ["email", "yvette_muller@bartoletti.net"], ["password_digest", "$2a$04$PI5nMhlAZ3.krhWP6h/bV.gGj8/q5Ag73bJro.HLsEcVmuzjaTf.G"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Velit id quia in asperiores. Aut omnis quasi temporibus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Quod optio excepturi laborum doloremque voluptatem perferendis. Rerum voluptatem provident."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerald.walsh@hermiston.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stan Jacobs"], ["email", "gerald.walsh@hermiston.io"], ["password_digest", "$2a$04$raSKvE3GN0/2TRvxyw2uCeSvbdZEQOT1RByG21Ktkf1Yuuvh/1.HK"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Voluptas esse adipisci sit voluptate et repellendus sed. Ratione amet et placeat quia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Sit corporis quas distinctio iusto perspiciatis ut quam. Praesentium quis nisi molestiae odit. Quas ullam rem."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ona@stoltenberg.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pauline Simonis"], ["email", "ona@stoltenberg.biz"], ["password_digest", "$2a$04$Cj6XT0dgUPwSjWMEtyI/Yei7Ip3zdPTUZyV/3deWu/4uXXa8Ee.YC"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Dolore amet voluptatum. Velit ut quasi dolorum asperiores natus dolor alias. Ut dolores possimus. Maxime consequatur voluptas fuga laborum consequuntur accusamus aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Quidem asperiores officia nemo quis alias fuga."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.4ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "corbin@larkinlabadie.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orlo Gislason"], ["email", "corbin@larkinlabadie.biz"], ["password_digest", "$2a$04$C0s.RGCxRaxZI7Kp2v2Ro.5og6SzxGX/forgOmN/cJ9CPTkP57p0O"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:09 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (18.5ms) Completed 200 OK in 318ms (Views: 315.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"corbin@larkinlabadie.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "corbin@larkinlabadie.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$NOQMVincW9RDwInHcfRTQO8mEq5iWHS0YuEMpiiw.qDJBM95eCoSy"], ["updated_at", 2016-07-01 18:22:09 UTC], ["id", 74]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.5ms) Completed 200 OK in 29ms (Views: 23.2ms | ActiveRecord: 1.6ms)  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "solon@douglas.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brooks Heathcote"], ["email", "solon@douglas.io"], ["password_digest", "$2a$04$DlsZL61CCiAxtOLon9ePIepkWALSYM2qtd66NYWd33RZvfH9Tqve2"], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Ab enim vel et dolore iste illum aut. Nihil consequatur commodi quasi. Vel sit est doloremque dicta officiis saepe."], ["created_at", 2016-07-01 18:22:09 UTC], ["updated_at", 2016-07-01 18:22:09 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Et molestias ex. Ut et dolores aut exercitationem dolores."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (24.9ms) Completed 200 OK in 39ms (Views: 31.6ms | ActiveRecord: 2.9ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alisha_walter@kshlerinlind.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sister Swaniawski"], ["email", "alisha_walter@kshlerinlind.io"], ["password_digest", "$2a$04$DhZBSFMCxCzjqF1AYR7FeuwtatHl5ufKXWOpsYXTh34aK/uWQbwQK"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:10 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:10 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alisha_walter@kshlerinlind.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "alisha_walter@kshlerinlind.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$DP0crELeZ1/Mo.UUVKtkruZzYem9ec8QZVjXbC5w6cx3pudek6562"], ["updated_at", 2016-07-01 18:22:10 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (21.1ms) Completed 200 OK in 35ms (Views: 28.9ms | ActiveRecord: 2.3ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "liana_lynch@mcclure.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grace Hodkiewicz"], ["email", "liana_lynch@mcclure.info"], ["password_digest", "$2a$04$3ecXEwSK/Pmt/6RL2jiPw.VPXLt7eML9U9FKCBx40DGuvvGbj58sa"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Cumque magnam voluptatem aut recusandae tenetur. Sit omnis voluptatibus aut rem."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Sit consequatur asperiores. Facilis quam et. Soluta earum non repellendus rerum aliquam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "geo_dach@toy.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Jody Kozey"], ["email", "geo_dach@toy.name"], ["password_digest", "$2a$04$CDHBTdszDzd98P1tJdBm5OeCkyuZZ7mvo9EtkeUuT0aqOsCnfAU4C"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Consequatur nam cupiditate officiis velit rerum. Quos velit ea. Laudantium sunt nostrum est sint."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Dolor laudantium voluptas. Doloribus fuga sed quae aut similique."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashlee.mitchell@carter.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antoinette Kozey"], ["email", "ashlee.mitchell@carter.com"], ["password_digest", "$2a$04$lqrR.Yj6jI35cRxGABy/GesUIrjWJsJA7KBmZ7m1FAyC5mjYU6T.O"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Quam ipsa veritatis quidem. Labore eum illo consequuntur rerum."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Aliquid quas itaque vero aut officiis. Reiciendis facilis voluptates qui amet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shirley_ortiz@wilkinson.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jakayla Kuphal"], ["email", "shirley_ortiz@wilkinson.co"], ["password_digest", "$2a$04$RjBlTjFbpKJEUbE.RiyAhORCUXzsl4/A6vgT8g8lfsDkGdpLnOtRG"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Aut perspiciatis incidunt id delectus aut est. Est quae et earum sed. Officiis ratione cupiditate dolores voluptas neque id vero."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Sed doloribus harum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "augusta@kihnheel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ethelyn Hirthe"], ["email", "augusta@kihnheel.org"], ["password_digest", "$2a$04$dgvKOe.bUomYocbBSg1/xeDKLM81OkXBICIX3/i6EqR0kifLPzbci"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Impedit omnis reiciendis. Voluptate impedit fugiat illo tempora et. Tempore est ut odio."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Sunt placeat ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "harold.nolan@stantonrunolfsdottir.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Curt Tillman"], ["email", "harold.nolan@stantonrunolfsdottir.biz"], ["password_digest", "$2a$04$GcWdo1RgyvC1DvzczEq2jel29thPjihsmGidzsfsxYaYbkubNvP.6"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Inventore culpa eligendi doloribus. Quibusdam id explicabo voluptatem. Molestiae aperiam id nemo fuga. Et iusto molestiae qui recusandae quasi."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Eum quod error explicabo enim voluptas. Dolorem et rerum eius. Nemo in impedit et laboriosam veritatis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eva.glover@bruenbins.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Esperanza Runte"], ["email", "eva.glover@bruenbins.io"], ["password_digest", "$2a$04$GlubaF.N75BVw9bun56rsOxv85VXTSi75uOEGZM8oLFbX36Q.USxO"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Eligendi et aut non nulla ea voluptas quia. Minima voluptas saepe. Nobis commodi corporis sint ex. Quas provident tenetur."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Eum quos est repellendus inventore illo corporis impedit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "destiney_gerlach@olson.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Kadin Abshire"], ["email", "destiney_gerlach@olson.org"], ["password_digest", "$2a$04$WNemApI5jZRpDyU8Ng7yYukZLX3GBmt.GAl7K6wBJrpRpuNe.bJVa"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Eos non dolor sit ad quia maiores ducimus. Aut tempora voluptatem dolorum. Laboriosam soluta asperiores."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Asperiores tempora quia aut nihil."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kip_gaylord@beier.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reuben Barrows"], ["email", "kip_gaylord@beier.info"], ["password_digest", "$2a$04$KFxX6xVUUvUgOGRpqKKn/OLAEKlsL4pr0ZfpFHQs/bStC7.7gRNY2"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Quaerat atque libero totam quidem. Quia eaque cum enim est debitis. Suscipit optio amet hic minima."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Facere odit eum dolorem doloribus. Doloremque quasi eos. Inventore magni quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eric@sporerhermiston.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Breanna O'Keefe"], ["email", "eric@sporerhermiston.org"], ["password_digest", "$2a$04$HvOTXFx6zEXguBMaTHdlIOkPsoBOI7SmgDqp99pqZ/Y/nGJFRCTZG"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Aperiam optio omnis deserunt. Repellendus officia pariatur. Inventore qui ut voluptas beatae quasi ratione possimus. Quaerat ut reiciendis."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Nostrum delectus eum cum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cielo@johnstonvonrueden.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marley Goodwin"], ["email", "cielo@johnstonvonrueden.com"], ["password_digest", "$2a$04$ciNU58ib7vEdFBmmRC0DKulID63DpnqoDxZ770AIEegr/1UnHx7Je"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Omnis modi id soluta eum neque est fuga. Ut quam nulla labore fuga ut. In modi non. Consectetur recusandae iure rerum."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Alias dolor maiores unde et quam saepe. Incidunt qui et non quod ut in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maudie@farrell.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Reuben Metz"], ["email", "maudie@farrell.io"], ["password_digest", "$2a$04$x3iQWU.aV889m7JHEthGv.IniryyPJ5s783WkGB76iBhjvTQT6uKW"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "In quos eum praesentium. Ut molestias ab. Architecto voluptate numquam corrupti ipsam fuga aperiam."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Non qui perferendis culpa aspernatur. Dignissimos id non nulla illum. Blanditiis id et commodi nesciunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "candida_padberg@macejkovic.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pattie Upton"], ["email", "candida_padberg@macejkovic.name"], ["password_digest", "$2a$04$41UOTNOulixchaihH4eFf.kDVFMgt2eOkFZ8C0L4cTBxQlP9.bzi."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Doloremque ipsa dignissimos pariatur. Laudantium dolor aspernatur sunt ut laboriosam consequatur. Eligendi veniam non."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Aut error aut. Recusandae magnam molestiae porro deserunt. Et doloribus corrupti aut tempore est nesciunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "larue_wisoky@mraz.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neoma Hegmann"], ["email", "larue_wisoky@mraz.info"], ["password_digest", "$2a$04$/KYj3ej2S0lVWOLB4I8.qejPpuO9T6JrHgS4JCk24O06rICvFhfie"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Aut aut occaecati exercitationem voluptatem voluptate. Nostrum aut repellendus consequatur omnis."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Voluptas dicta voluptas ut. Harum reiciendis quia. Quo a et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "adriana@parisianwilkinson.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brannon Kertzmann"], ["email", "adriana@parisianwilkinson.info"], ["password_digest", "$2a$04$al1Jw2wk1D7t3QllyGIZb.nsitA/xE/C.8cbdqWSEOctNzV1EZUxq"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Ratione eveniet laudantium ullam quae rerum adipisci. Nihil minus quos dignissimos et ea enim dolores."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Hic et ipsam beatae sit cum accusamus exercitationem. Est similique aut ut hic consequuntur enim maxime. Eius tenetur esse architecto totam eum quis cum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blaise.pouros@lednerlehner.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Annetta Stokes"], ["email", "blaise.pouros@lednerlehner.info"], ["password_digest", "$2a$04$RjJqKNQMO2j.8IlQL2ofzOsdHTQ.2AMH2onQ1DyHMZwmPH4ZDejiO"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Facere ut aliquid magni. Quis error blanditiis mollitia iusto."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Accusamus voluptate alias. Maxime ex voluptatem. Eaque atque quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "krista_bayer@gottliebpollich.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Santino Gerlach"], ["email", "krista_bayer@gottliebpollich.com"], ["password_digest", "$2a$04$p98JAi9RKEv3ocY7s8/InenRjbYaY8nJUoab94Ijk93kHSaY35F1y"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Ut impedit ut illo. Aut in quae fuga expedita."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Cumque ipsam est sapiente et magni quis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "erich.dubuque@huelherman.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brenden Weissnat"], ["email", "erich.dubuque@huelherman.io"], ["password_digest", "$2a$04$l.jwe5c.Xla0sJRE74IkI.r0cfRvVh0GjIbrUxCL0pAyLrYlDtU6m"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Praesentium ut natus. Ipsam odit fugiat id est recusandae. Eligendi in qui recusandae quis numquam adipisci ut. Nesciunt porro a nobis non sequi."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Odit nam in illum sit ad in. Cum id excepturi aspernatur. Omnis autem maxime quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "burley@wizabernier.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Merlin Stiedemann"], ["email", "burley@wizabernier.io"], ["password_digest", "$2a$04$ngM1yNJxv6PqDS9riGRhaOo0E7rK.aMvIw5jdUKTe2/z3wrl8kvbO"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "Est saepe labore ut est. Perferendis ut voluptatem ut alias quo."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Architecto similique esse iste. Ut alias vel sit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madelyn@baumbachwatsica.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Billie Rice"], ["email", "madelyn@baumbachwatsica.name"], ["password_digest", "$2a$04$/qZ8pG3E0GxVrkzLbnUy7uZAwJRAdiI0XqTUE8gZGxpFwjlDZb7.."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "Ipsum accusamus nam quaerat accusantium odit dolorum et. Consequatur deleniti nihil quia optio distinctio et. Perspiciatis doloremque officiis sunt ut facere ducimus aut."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Suscipit optio veritatis totam. Veritatis qui esse commodi ipsam molestias labore. Soluta neque commodi illo optio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "akeem_bayer@crona.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brook Kemmer"], ["email", "akeem_bayer@crona.info"], ["password_digest", "$2a$04$pSf6ypoA6FSR5uooVRvMAOFASG4ClIbgQ4e4.9RIS/dvgYDDqo60y"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Quia fugit consequuntur exercitationem sed excepturi voluptas. Eos asperiores ut repellendus sequi sunt. Enim perspiciatis et voluptates. Numquam omnis sunt dignissimos et non corporis amet."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Et sint optio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christina_klocko@wilkinson.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tatum Toy"], ["email", "christina_klocko@wilkinson.org"], ["password_digest", "$2a$04$sg8E9Y4ts93daTApo.NYGej99Qjw8NQEf4ZB/JE49Kq2bAsJxaxsC"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Autem vitae molestias veniam est minus ut. Aliquid enim iure rerum quam excepturi velit. Vel libero corrupti voluptatum suscipit vero qui. Eligendi deserunt molestiae cum."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Incidunt minima officiis sed. Quos quae consequatur autem debitis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "torey.schimmel@veum.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Ferne Bartoletti"], ["email", "torey.schimmel@veum.net"], ["password_digest", "$2a$04$geMmhu/b4hnBEQDK.5Is1OVbAeobSulL4xsPtvtt3tlUcam7/5asW"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Quia possimus aut distinctio. Nihil vero velit saepe et dicta quam. Velit laboriosam ullam impedit culpa. Atque fuga autem exercitationem velit aliquam ut."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Commodi et temporibus autem omnis est est. Ea esse nulla quia doloremque praesentium harum eos. Placeat dolore porro aspernatur voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "georgianna@ward.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cindy Keeling"], ["email", "georgianna@ward.info"], ["password_digest", "$2a$04$fl1mgBwv8UWuApxcQ3emneB7L9xmKA4N5iLWTd/MYzxxOc1gVLs2."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Beatae earum aut. Ipsum harum laboriosam minima cumque culpa. Id qui ullam aut inventore deserunt voluptas."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Ducimus aliquid quidem est placeat. Voluptatem eius suscipit a quaerat vero. Dolores est non dolorem aut at."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kevin.ferry@roob.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Willie Boehm"], ["email", "kevin.ferry@roob.biz"], ["password_digest", "$2a$04$dXv9w2bpXuGGxD983HfameC.iPzqFTo6LK7fAwb3eHHR1aqbFRpVC"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Libero aut voluptatem et. Tempore exercitationem reprehenderit perferendis dolore ut est. Eligendi ut dolorem."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Rerum qui fuga ipsa laudantium accusamus molestiae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rollin.lakin@kilbackrohan.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maye Konopelski"], ["email", "rollin.lakin@kilbackrohan.biz"], ["password_digest", "$2a$04$FngYA9ZCnJQMLtsogwlDPOkb/1Z3CnkJd9L9YsRT2E/Fup8aLjfCq"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Culpa sapiente minus consequuntur odit ut voluptate. Deserunt consectetur quidem accusamus. Accusamus ad in nam enim rerum."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Et aspernatur exercitationem atque. Voluptatem et consequatur nobis repellendus ut molestiae adipisci."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (187.6ms) Completed 200 OK in 207ms (Views: 180.7ms | ActiveRecord: 22.1ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 14:22:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (40.5ms) Completed 200 OK in 61ms (Views: 53.3ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alia_adams@ratkeeichmann.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leilani Batz"], ["email", "alia_adams@ratkeeichmann.org"], ["password_digest", "$2a$04$HSY2gxQhxYzpIQnmmuE9heeiHKK38JQ.CEtOMtyHjETrqY48AfvHe"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:10 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.7ms) Completed 200 OK in 15ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:10 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"alia_adams@ratkeeichmann.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "alia_adams@ratkeeichmann.org"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$FPMhItBoWXPOuUyHAzZ1YeS1CzE.6lnEpUkqGXFgTS.Kwr9LAkHZ6"], ["updated_at", 2016-07-01 18:22:10 UTC], ["id", 103]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.8ms) Completed 200 OK in 23ms (Views: 18.1ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lisandro_kuvalis@robertskerluke.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jarrett Witting Jr."], ["email", "lisandro_kuvalis@robertskerluke.org"], ["password_digest", "$2a$04$Oak0cxGlCv3IcSiHytOmWuC8gvW7SZ4vuoqaiykJQ/zXpAh1nmYB."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Minus laudantium quibusdam quia hic alias. Minus blanditiis necessitatibus occaecati vel qui ratione in. Est corrupti quaerat totam expedita ducimus."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Saepe omnis maiores repellat odit voluptate rem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cayla.schneider@mclaughlin.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Sincere Wehner"], ["email", "cayla.schneider@mclaughlin.name"], ["password_digest", "$2a$04$aB3g4XhbT53MvAOyhm3HkeiQPi7.FYYwSmtHJLw.j/ezPpLwudBa6"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Nobis modi dolores facere cumque id tenetur non. Itaque suscipit rerum."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Et sunt veritatis libero est. Consequuntur velit autem. Aut est aut sequi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "urban@schroedermcdermott.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maggie Frami"], ["email", "urban@schroedermcdermott.net"], ["password_digest", "$2a$04$e/tmg1LaOuHb44Fni2DuZeNUIlH.FeoclQ7C7PE/Mpveutdhol7FO"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Odit deserunt inventore et vero enim unde. Ut eligendi officiis."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Repudiandae et mollitia. Autem soluta velit repudiandae omnis voluptatibus modi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "delaney@lubowitz.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Benedict Sporer"], ["email", "delaney@lubowitz.biz"], ["password_digest", "$2a$04$RsdlnWavbrrVuRrxFe8caO18Dym9OJ7F2yZEacLImSkiKWGf1nGHG"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Veniam atque consequatur. Laudantium sit quidem exercitationem."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Numquam quos voluptatibus facilis quia dicta rerum. Commodi officiis molestias aperiam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laverna_macgyver@mueller.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gilbert Schuster"], ["email", "laverna_macgyver@mueller.io"], ["password_digest", "$2a$04$9KCZcyttgJFxez.dnqqWG.iGS.qjPpxcJX7ijoRlnHpmiWAL1MzUC"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Quam quibusdam rerum numquam et. Velit enim pariatur alias. Sequi quam consequatur est. Et et explicabo excepturi est fugiat voluptatem architecto."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "Tempore omnis odio qui dolorem eum. Eveniet et ut qui enim minima dolore. Omnis similique eaque est nihil quod."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joel@feestupton.com"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Odessa Zieme"], ["email", "joel@feestupton.com"], ["password_digest", "$2a$04$feVudQneaCtSdWChKk3mPOECg.RWE8hadA.6NJqvHClkSzfdec3Ya"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Consectetur voluptas repellat et magnam. Qui nihil ex nihil cupiditate autem. Placeat optio reiciendis. Fugit a unde laudantium nulla."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Quia assumenda culpa hic nemo."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keara@skiles.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aryanna Turcotte II"], ["email", "keara@skiles.co"], ["password_digest", "$2a$04$SfSJA2jtevFX6E97uA3kb.1uzTGyHFVVBP7SbWWajBFUYRPx7twqy"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Animi voluptatem dolore nobis. Perspiciatis in vel voluptate voluptatem minima omnis quam. Tenetur ad facere deserunt perferendis magni laboriosam quod. Corrupti dolor omnis sed."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Molestias aperiam qui non quas voluptatum voluptatem voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ron@gorczanylarson.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Julia Blick"], ["email", "ron@gorczanylarson.com"], ["password_digest", "$2a$04$dTSjEenN5jYuACwapBPIVu9Jb6Nj4kfuJB8AohHcQh.RSbnLr13JC"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Magnam sit impedit expedita. Porro voluptas qui at possimus fugiat. Eaque placeat natus consequatur."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Magni ad autem. Praesentium voluptatum autem enim et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gillian@willms.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laron Beer"], ["email", "gillian@willms.info"], ["password_digest", "$2a$04$rQ455Ya5fTj7gaRN5XX4ae3uXo2EM0EEi10YmeFcKgBZAiMGoSDJG"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Illo doloribus aliquid officiis quia et. Cum eum deserunt atque eveniet voluptatum sapiente maiores."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Quo qui corporis molestiae eius vero ad esse. Quia vel rerum. Ipsa in ut possimus velit libero quos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jeanie_wolff@schultz.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernard Gorczany"], ["email", "jeanie_wolff@schultz.biz"], ["password_digest", "$2a$04$6XnKtg/txXcV/APjYv9zS.89IKzJkqe0cusJJKcbsXIeYjJnqTTmS"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Nemo dolor soluta et maxime fuga. Vitae cumque aliquid maiores minus itaque."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Dolorem quae enim fuga a ipsum est labore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nigel@kemmerheidenreich.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Olen Goldner"], ["email", "nigel@kemmerheidenreich.org"], ["password_digest", "$2a$04$faXPoAa.rkJsSwF0NakDE.v8Ak0ZUeg2/igsVQz99au1S0Xi2rtjC"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Laudantium error ea excepturi. Provident saepe quia. Ipsa placeat consequatur."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Modi perferendis nobis non nisi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ida.sawayn@gutkowski.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Birdie Marvin"], ["email", "ida.sawayn@gutkowski.org"], ["password_digest", "$2a$04$8lDSPYqp0ntMG2FEcxJ8MOJZku/Ihd29OlQ7LRLyPyY8dyqbpiqHi"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Corrupti in vel qui. Quisquam maiores voluptatibus et est occaecati laudantium."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Id quas ullam vitae et exercitationem molestiae corporis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "caandra@powlowskiraynor.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Verlie Torp"], ["email", "caandra@powlowskiraynor.co"], ["password_digest", "$2a$04$QAK9aDBOkW7fthyyIS2GaeQ18CHuew8LSgO8nJZLQ4pCwO3QevPtK"], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Aliquid quasi odit ut quia rem quidem. Reprehenderit culpa non incidunt sapiente et excepturi molestiae."], ["created_at", 2016-07-01 18:22:10 UTC], ["updated_at", 2016-07-01 18:22:10 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Cupiditate consequatur omnis nemo maiores alias."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helena@franecki.io"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Franz Harber"], ["email", "helena@franecki.io"], ["password_digest", "$2a$04$J/m0R84TOkGLPBDBoZpM0uF7a9IUg.2sPcP2NPpv.Sq7AvefUznnm"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Eaque omnis est non iure est. Explicabo tempora rerum magnam ea quod. Aliquid delectus enim. Aut repellat non consequatur."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Minus molestiae fugit est. Eos aut minus. Repellat quia aliquid et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ida@hermanfriesen.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Isac Goldner Sr."], ["email", "ida@hermanfriesen.name"], ["password_digest", "$2a$04$tXmC8gG3YqZvL6wS3J2ynOsQIZKkYJKtEfWIjwAXQ.wSLWLA337hW"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Incidunt aut at minus quas atque aut similique. Amet libero est quos omnis velit."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Natus quia suscipit sit saepe eaque harum consectetur. Vero laborum cumque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "barry_schroeder@abernathy.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Rosa Hartmann"], ["email", "barry_schroeder@abernathy.co"], ["password_digest", "$2a$04$EOcIeCbgDWN9EikBLuwUUeRBejxyLp7RZejFKlKvbUBUfl.1v2Cuq"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Ut ea quae. Dolore quia voluptas."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Aperiam et pariatur quis optio delectus. Sunt impedit quo. Mollitia culpa vero et odio aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aubrey@wiegand.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Willard Moore"], ["email", "aubrey@wiegand.biz"], ["password_digest", "$2a$04$tBp0cgl6tDpqpwbSxBn5lOhALYpJZ6MMZpw0f.VCOtxWHkfhxq0TC"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Dolorem beatae nisi accusantium ut voluptatem nemo. Sapiente sint maxime molestiae eius ut assumenda natus. Corrupti laboriosam nesciunt magnam rerum quas. Sed voluptas et."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Dolor minima ut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "flo.hane@larkinfriesen.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shyann Boyer"], ["email", "flo.hane@larkinfriesen.io"], ["password_digest", "$2a$04$PtLe3AxWq1jgKXAhTJ3Ky.PbvFe704JKYpS8CyvntEUTCgOTwXNRC"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Dolor ab eos consequatur dolore. Debitis voluptatem enim nihil voluptatibus vel. Suscipit eligendi aut harum et voluptatem quia saepe. Perspiciatis assumenda qui quos nam."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Esse architecto adipisci quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lavina_thompson@langosh.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Harmony Rutherford"], ["email", "lavina_thompson@langosh.org"], ["password_digest", "$2a$04$FCEFc1GJtDuC4.KsvMbY1ePHR9ojvsA8ONui1x6ERS3KQ.Z7EVy4O"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Veniam autem in unde sunt. Quia voluptatum voluptatem ratione sed. Quas esse perspiciatis dolore qui."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Ullam molestiae dolor dolorum consectetur. Magni facere dolorem minus ut et deleniti corrupti."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theresia.grant@heathcoteankunding.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Claudie Lindgren"], ["email", "theresia.grant@heathcoteankunding.biz"], ["password_digest", "$2a$04$OkhGMJCSIN0bKslBakUGQuVg8jXcDLgYzf745TPvMuK9G8DwWd4eu"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Eveniet ut enim nobis sapiente quisquam. Repellat asperiores sed soluta ducimus similique. Cumque non unde."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Et sed dolorem corporis ea. Aspernatur sint necessitatibus asperiores consequatur et beatae possimus. At eos soluta dignissimos aspernatur alias doloremque sint."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "valentine_lakin@bode.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Graciela Beier"], ["email", "valentine_lakin@bode.info"], ["password_digest", "$2a$04$VhaQdrtyroZb3B57I3zvJezx7Im4OxIDpOixQF8kxKgCcKR01Y85e"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Ratione quis dolor dolores rerum. Incidunt sit asperiores ea id sapiente facere reprehenderit."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Explicabo non suscipit voluptatem earum. Consequuntur dolor illo enim sunt qui. Incidunt ratione voluptate est libero ex earum eius."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blanca_bernhard@ritchie.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Agustin Marks"], ["email", "blanca_bernhard@ritchie.net"], ["password_digest", "$2a$04$Z8vnWVjYOIGL3aMHeY6DcuJ5x5yl8Oa.oSEq1Go9.HnVE4xmyqHFW"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Numquam quos atque dignissimos accusamus. Iste facilis qui harum nam a. Non consequuntur deserunt totam. Eos harum possimus velit."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Eveniet repudiandae modi non dolorem magnam. Vitae vero iste laboriosam repellendus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "loyal@bogisichdaugherty.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yasmeen Wilderman IV"], ["email", "loyal@bogisichdaugherty.name"], ["password_digest", "$2a$04$gl2xNIc1gCkt7qwvTukRkej2W4m/CDZJIlb8bP/CqTTyUfkanegwO"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Illo qui omnis reiciendis. Voluptates pariatur eveniet cumque. Nobis perspiciatis ut nihil a omnis. Est nulla commodi et."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "Ea est aut ipsum. Est impedit qui eos in fuga et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "michel@boyle.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elisabeth Hyatt"], ["email", "michel@boyle.info"], ["password_digest", "$2a$04$7Q6Uy0tmEKTwPP..rjzBXe.CRco07493mHDc1CyYuUtHklrzCwMuy"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Veritatis reiciendis ipsam est accusamus optio. Voluptatem et veniam ut ea. Modi porro minima molestiae laboriosam ea cumque. Quibusdam et quisquam nihil asperiores."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Quidem culpa sunt quas. Ea magnam eum consequatur omnis veritatis temporibus omnis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dejon@schroeder.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Carmela Waters"], ["email", "dejon@schroeder.com"], ["password_digest", "$2a$04$OxoXDxrCh.a3ZiGy5QWWSuiJIYfDfGWFWDn7mDDWUxNFFFLiyWXC2"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "In qui officia. Enim eveniet tempora vel velit ut quo omnis. Molestiae est est totam sequi dignissimos aspernatur necessitatibus. Possimus repellendus quo id modi ipsum eum."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Optio tenetur et aut. Blanditiis est quod similique. Qui ut quam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laury_heathcote@barrowchamberger.biz"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marina Schroeder"], ["email", "laury_heathcote@barrowchamberger.biz"], ["password_digest", "$2a$04$AmPWLJTX.NgmTUe6xKhMgup8WA7hfB/Dre/KkeiJNpqdyGHVRJaZa"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Ducimus earum velit cum vel qui sed aperiam. Id temporibus aut quod. Doloremque porro vel placeat. Corporis dolores asperiores unde doloremque."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Asperiores cumque est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (111.0ms) Completed 200 OK in 121ms (Views: 100.2ms | ActiveRecord: 17.7ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (28.3ms) Completed 200 OK in 40ms (Views: 33.6ms | ActiveRecord: 2.4ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vesta_hand@mclaughlinreinger.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "vesta_hand@mclaughlinreinger.biz"], ["password_digest", "$2a$04$SdrzAE5chFwwvvFOPVgsHei6aGSLDBKPwmaCU.j27L5vaLCte0W3S"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.1ms) Completed 200 OK in 15ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"vesta_hand@mclaughlinreinger.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "vesta_hand@mclaughlinreinger.biz"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$yF/rh6OeNlAUy.GqQs2lXupd6tLXVxIso.leOoz/IMjoKK.FjONku"], ["updated_at", 2016-07-01 18:22:11 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.4ms) Completed 200 OK in 26ms (Views: 19.7ms | ActiveRecord: 1.9ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "amelia@walshbogisich.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "amelia@walshbogisich.name"], ["password_digest", "$2a$04$ByFn8Kc6q27JY3rsenmW8.37sOAjzpT7HfSYKAdmGL.QLA7QN2g92"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ashton@stanton.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Queenie Weissnat"], ["email", "ashton@stanton.co"], ["password_digest", "$2a$04$OLt.LSILWNzxFqyN85iL4ujv/gMXZdimgbtF4wqdd8.TlBAfU9m0u"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Tenetur eveniet quaerat et et. Voluptatum culpa sapiente et dolor eius quae."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Libero iure necessitatibus dolores odio voluptatum dolorem. Qui quibusdam ipsum voluptatem eligendi veritatis. Nihil iste voluptatem ducimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.6ms) Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (22.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (31.4ms) Completed 200 OK in 43ms (Views: 36.4ms | ActiveRecord: 2.6ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["id", 120]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 20ms (ActiveRecord: 5.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.2ms) Completed 200 OK in 28ms (Views: 22.2ms | ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otha@bauch.io"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "otha@bauch.io"], ["password_digest", "$2a$04$TaanwZnsdKR7x/LAVbbUJuvXCJ9KoZvq/Ocbmcxh90/a2.CT0rdnO"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.6ms) Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"otha@bauch.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "otha@bauch.io"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$9WgZzJo.ED2Ftj0ILmJnWux21DT1jbfPF8kxLaeZGZySoMUBN6vW2"], ["updated_at", 2016-07-01 18:22:11 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 21ms (Views: 15.9ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dean@oberbrunner.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "dean@oberbrunner.net"], ["password_digest", "$2a$04$rZ1SB.AGM4K7mrfLWOtUUuzxTHBOqw/UV86wTVQ7S7wtkRTwzbjTC"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.2ms) Completed 200 OK in 31ms (Views: 26.2ms | ActiveRecord: 1.3ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 21ms (ActiveRecord: 5.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.0ms) Completed 200 OK in 25ms (Views: 18.9ms | ActiveRecord: 2.3ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hope_wilkinson@bartellhilpert.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Liam Runolfsson"], ["email", "hope_wilkinson@bartellhilpert.org"], ["password_digest", "$2a$04$r86WGfn28DrdmZLt2ZRyZO0ly1WW2LpqZbLpf6LfR4Iy4J6Q94NPK"], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"hope_wilkinson@bartellhilpert.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "hope_wilkinson@bartellhilpert.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$tqLjW3j/AmWgF75KVqLHteNAKYmVcKfy94yBjI2kC0tGlF2GYy5MS"], ["updated_at", 2016-07-01 18:22:11 UTC], ["id", 135]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.8ms) Completed 200 OK in 25ms (Views: 19.3ms | ActiveRecord: 1.9ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (6.4ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (14.2ms) Completed 200 OK in 26ms (Views: 21.4ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (16.4ms) Completed 200 OK in 34ms (Views: 25.2ms | ActiveRecord: 2.8ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 15ms (Views: 11.6ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$EsY.tHgZB3nocduzVojQ5.qSCAfyraRLCaSuTOJB/oxMcP7Zflj5."], ["created_at", 2016-07-01 18:22:11 UTC], ["updated_at", 2016-07-01 18:22:11 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$O7s2Lxq4PsSfejFmGqfrY.k2Vp/vD6NqgsxKL21mZYc/4g9LxbODO"], ["updated_at", 2016-07-01 18:22:11 UTC], ["id", 136]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.2ms) Completed 200 OK in 22ms (Views: 17.2ms | ActiveRecord: 1.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$dgWFucAJ3.AYPO623IB/ze5Z6OLJtST6cJfmFp4QrRIlnDznfXO1m"], ["created_at", 2016-07-01 18:22:12 UTC], ["updated_at", 2016-07-01 18:22:12 UTC]]  (0.4ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:16 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (7.7ms) Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-07-01 14:22:16 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-07-01 14:22:16 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:17 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (2.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.4ms) BEGIN SQL (1.0ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$qQ/pD9ucHBI0kGfdk6Zp8OiMCTRoT475xAc7NJD331H8yDMrQx8gu"], ["updated_at", 2016-07-01 18:22:17 UTC], ["id", 137]]  (0.6ms) COMMIT Redirected to http://127.0.0.1:61192/admin/posts Completed 302 Found in 21ms (ActiveRecord: 4.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.0ms) Completed 200 OK in 31ms (Views: 20.3ms | ActiveRecord: 3.2ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-07-01 14:22:17 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:61192/ Completed 302 Found in 4ms (ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-07-01 14:22:17 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (13.6ms) Completed 200 OK in 32ms (Views: 25.0ms | ActiveRecord: 2.2ms) Started GET "/assets/exposition/application-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css" for 127.0.0.1 at 2016-07-01 14:22:17 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-07-01 14:22:17 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 16ms (Views: 11.7ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.4ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.3ms) COMMIT  (29.2ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.9ms) BEGIN  (1.0ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "okey_howell@christiansen.info"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaylan Luettgen"], ["email", "okey_howell@christiansen.info"], ["password_digest", "$2a$04$MRsRaVhMA55BpwhnyBRdbOsO37fHHT4vlPzI/PX2LdDtpFpuhCVl6"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.2ms) Completed 200 OK in 19ms (Views: 13.7ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"okey_howell@christiansen.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "okey_howell@christiansen.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$FDUanixPNad3e02Q8K2RZ.vuSJydQ1eJ6IXfPA9yBsnG3yT3Jgzd2"], ["updated_at", 2016-07-01 18:22:18 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (1.1ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.8ms) Completed 200 OK in 28ms (Views: 20.1ms | ActiveRecord: 3.3ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (2.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 14:22:18 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (1.2ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (15.7ms) Completed 200 OK in 32ms (Views: 23.3ms | ActiveRecord: 2.5ms)  (0.4ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "weldon.mills@koelpinvonrueden.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Drew Leuschke"], ["email", "weldon.mills@koelpinvonrueden.com"], ["password_digest", "$2a$04$gPju1P/0DmbFIKirmmQdDun5FxPg/G6/sQrHMF8PE2ViiBFWWebEa"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 18ms (Views: 14.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"weldon.mills@koelpinvonrueden.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "weldon.mills@koelpinvonrueden.com"], ["LIMIT", 1]]  (0.6ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$qKTCcTenlBKEaR8/lzJeauE7hopsyGB.LdYYdcnYUe.NX/TGSYmnK"], ["updated_at", 2016-07-01 18:22:18 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 14ms (ActiveRecord: 2.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (18.0ms) Completed 200 OK in 33ms (Views: 26.3ms | ActiveRecord: 2.8ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-07-01 18:22:18 UTC], ["updated_at", 2016-07-01 18:22:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (30.7ms) Completed 200 OK in 46ms (Views: 39.9ms | ActiveRecord: 1.5ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (28.8ms) Completed 200 OK in 43ms (Views: 35.9ms | ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "modesta@raynor.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rahsaan Sauer Jr."], ["email", "modesta@raynor.net"], ["password_digest", "$2a$04$uikOe9qRvydwZw3TxfJcqOja2WGkgFbPZDmoWqd5e8T3iXDL/rVl2"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"modesta@raynor.net", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "modesta@raynor.net"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$/F5xAEdPFs0nA.cpnlk.k.GLJ7SYMa5pQEEHY5ScSH12hq84txz.a"], ["updated_at", 2016-07-01 18:22:19 UTC], ["id", 3]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 26ms (Views: 19.4ms | ActiveRecord: 2.4ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (9.9ms) Completed 200 OK in 26ms (Views: 19.8ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 9ms (ActiveRecord: 2.6ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.0ms) Completed 200 OK in 26ms (Views: 20.2ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jazmyn@weber.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zula Weissnat Sr."], ["email", "jazmyn@weber.io"], ["password_digest", "$2a$04$Nc1GHYinTc6AQj9o4ihvxOC/2TeaXswWAzYiDMHEt7JiAE3xtc6d2"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.5ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jazmyn@weber.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jazmyn@weber.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$BiIURrclvzHcmxf13DyYdu/7JFbqHJQ2JJekZl79Vj4AzkuSxq4/a"], ["updated_at", 2016-07-01 18:22:19 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.8ms) Completed 200 OK in 26ms (Views: 20.1ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (10.0ms) Completed 200 OK in 32ms (Views: 25.7ms | ActiveRecord: 1.0ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-07-01 18:22:19 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.9ms) Completed 200 OK in 25ms (Views: 18.8ms | ActiveRecord: 1.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "helga_kris@jacobskub.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lela Orn"], ["email", "helga_kris@jacobskub.co"], ["password_digest", "$2a$04$/AuHZVVaMk4OitIEgNmnZOJDCqcu4zKx8nJqwqv63Tv7FYAs4TFzy"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.6ms) Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"helga_kris@jacobskub.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "helga_kris@jacobskub.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$ZeoDITG4V55xDn2tMRM3euutDCgXJlsNOev8XLUx9yzDxkuatVzsW"], ["updated_at", 2016-07-01 18:22:19 UTC], ["id", 5]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.1ms) Completed 200 OK in 22ms (Views: 16.8ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.4ms) Completed 200 OK in 25ms (Views: 19.3ms | ActiveRecord: 1.8ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 5ms (ActiveRecord: 1.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (8.5ms) Completed 200 OK in 20ms (Views: 15.6ms | ActiveRecord: 1.3ms)  (0.5ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "armand.will@dubuque.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Ara Will"], ["email", "armand.will@dubuque.name"], ["password_digest", "$2a$04$RyJr/M9voB74MMAWUlMaL.Doc7ojqx8.LiYluuAfgAGvrLAqje8ge"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Temporibus nesciunt officia odit. Quasi et qui quod."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Dolorum quia a."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ivy.wiza@ward.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rory Kuhic"], ["email", "ivy.wiza@ward.io"], ["password_digest", "$2a$04$D.jJ35xyzEcBkXBH4yUIFuE1npgzrMkAZXn0xuM2N021Z5i27R3Ze"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Occaecati voluptatem explicabo nesciunt recusandae. Quod expedita reprehenderit omnis quia optio enim repellendus. Ad et officia aperiam debitis sed distinctio repellendus. Temporibus quia dolores saepe modi."], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Velit ducimus eos nihil quidem. Eius veritatis eveniet. Aperiam dolor quos aut reprehenderit vero."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.8ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (14.1ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (32.0ms) Completed 200 OK in 50ms (Views: 43.6ms | ActiveRecord: 3.5ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (25.9ms) Completed 200 OK in 42ms (Views: 37.3ms | ActiveRecord: 1.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emely@bins.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emmanuel Boyer"], ["email", "emely@bins.net"], ["password_digest", "$2a$04$2qDd3juK0axFhOGVdtLVV.GFHTiBWppfkxtHH.O3FTTO4rm5zhM5O"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Ut voluptatem et iure ut. Repellendus amet at consequatur dolores."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Omnis vitae facere nam eos. Optio sapiente et similique eum velit."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jerrold.hartmann@brekkemacejkovic.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rubie Strosin"], ["email", "jerrold.hartmann@brekkemacejkovic.net"], ["password_digest", "$2a$04$bkrAPxZu10ij0iRalkpRoOgc1Z.921DTWifpDtlXNB9CVxlv1OC2y"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Reprehenderit minima autem et eaque vel sed inventore. Qui deserunt officia eveniet reiciendis eius labore."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Itaque officia natus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dolly@hyattschiller.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Laurie Satterfield"], ["email", "dolly@hyattschiller.name"], ["password_digest", "$2a$04$/evIAhz/SJunEPrnC/1Yb.mQXLug8X4NCZaZNEV2zFxuaYVSTzIwi"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Corrupti necessitatibus aliquam perspiciatis asperiores accusantium. Sunt illum velit quis dignissimos exercitationem excepturi occaecati."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Voluptatem rem quidem rerum ab ut soluta dolore. Enim magni omnis ut nisi ea et. Ea quis rerum asperiores exercitationem error neque fugiat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kattie@collins.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gunner Schiller"], ["email", "kattie@collins.io"], ["password_digest", "$2a$04$wPTUWDZH0eUXpwqSNyBWf.tDoWWxIEQKvp5BTOoQ88syFGE5k2kOK"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Perferendis delectus eum et. Rerum quo cum. Est molestiae porro earum et et. Accusantium et officiis ipsa."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Rerum et quis eum debitis. Quis fugit doloremque praesentium voluptas enim alias. Dolorum eligendi saepe autem veritatis facilis voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "velda@kemmer.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jermey Willms"], ["email", "velda@kemmer.net"], ["password_digest", "$2a$04$Bmma9u5IyjLEMDcCz3JWQeDxs/t0P4trZk3QKO.YXC6O3T4FM2Nva"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Molestias doloremque aliquid tenetur cupiditate repellat quidem repudiandae. Suscipit dignissimos delectus dolorem est id nobis qui. Quasi quia non quo ipsum deleniti earum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Sit libero ut error soluta molestias. Non nihil ut dolorem. Odio veniam optio ut dolores beatae molestias voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "idell@dooleynikolaus.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Shaun Kemmer"], ["email", "idell@dooleynikolaus.io"], ["password_digest", "$2a$04$IZaJxUGMHeL7Xmh0zrc53.yIzb2My6yUNMbs3XklEyFQyKlqOURo2"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Vel officiis non sit. Qui nobis quibusdam et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Laboriosam saepe voluptas fugiat expedita. Maxime libero dolorem aliquid. Aliquam dolor unde magni impedit quos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "will.bode@bartell.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Timmy Moore"], ["email", "will.bode@bartell.net"], ["password_digest", "$2a$04$ERw6uTwQZdbcT.2oJkwUa.7myfA3gAxT0t4O1gAUymk0W8mH6iu1K"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Molestiae et quia doloremque beatae voluptatibus voluptates. Error asperiores delectus assumenda. Labore impedit qui eum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Ratione earum pariatur nisi vel non hic aut. Numquam quidem cumque dicta sed molestias placeat. Magni consequatur et ut vitae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christian_stoltenberg@parisian.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tatum Zboncak III"], ["email", "christian_stoltenberg@parisian.co"], ["password_digest", "$2a$04$DSVL6ZbFVanoPKCfVAL.7..Kic2r4LKt8c3LLHnwv6boQaSwso8j6"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Molestias libero voluptates voluptatem et facilis sed aut. Odit odio eveniet aut iste animi non. Veniam consequatur quibusdam minus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Vero aut nostrum. Praesentium quo nostrum commodi veniam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jazmin@durgan.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lionel Daugherty"], ["email", "jazmin@durgan.io"], ["password_digest", "$2a$04$dnliTRLbz8PW7ZzcE3ja2u7jb1WIG48fG0CL9HiaSVvOTdhm0O7E6"], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Deleniti rem iure aut quo. Sapiente est quidem eveniet quae. Ad minus provident in libero. Et optio hic velit quo."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Tenetur ab omnis natus. Quasi et possimus temporibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jimmy@vonrueden.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathaniel Medhurst"], ["email", "jimmy@vonrueden.name"], ["password_digest", "$2a$04$yrlVEcCsOWGsSV8sQoyfoeDP0IdYB4XmkvdjjFLQU42tA7Nj1MMP."], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Voluptatem sint deserunt. Tempore commodi eveniet saepe. Soluta quisquam omnis odit exercitationem animi nihil earum. Saepe atque et illum hic minus est non."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Consequatur omnis unde ad."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emilia@trantowbayer.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alphonso Shanahan"], ["email", "emilia@trantowbayer.io"], ["password_digest", "$2a$04$auwnEQaZ4JI9WZn.8/CsQ.I6Ef3wX1mFST6oHu4jakueGwyy3uGM."], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Recusandae nobis expedita. Est beatae mollitia vel ex nihil ipsa. Deleniti quod dolores."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:19 UTC], ["updated_at", 2016-07-01 18:22:19 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Impedit rerum architecto et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 14:22:19 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.9ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.8ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.7ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (49.3ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (78.4ms) Completed 200 OK in 97ms (Views: 83.6ms | ActiveRecord: 10.6ms) Started GET "/?page=2" for 127.0.0.1 at 2016-07-01 14:22:20 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (9.8ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (37.7ms) Completed 200 OK in 51ms (Views: 45.4ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "beaulah@borer.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Thea Davis"], ["email", "beaulah@borer.org"], ["password_digest", "$2a$04$c2HEy5PSyQlz.FLmJXtTXeu7NjHcApSLicrkwOBHAoIxQgZBwgfO2"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Doloremque nemo neque voluptas. Minima consequuntur omnis debitis. Voluptates et laboriosam aperiam minima enim commodi repellendus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Adipisci non vel optio ipsa."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 14:22:20 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.8ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.4ms)  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (29.9ms) Completed 200 OK in 44ms (Views: 37.4ms | ActiveRecord: 4.3ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-07-01 14:22:20 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.3ms) Completed 200 OK in 24ms (Views: 18.2ms | ActiveRecord: 0.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brennon_orn@bednarohara.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joy Stamm V"], ["email", "brennon_orn@bednarohara.io"], ["password_digest", "$2a$04$yQsJ6VOymK2RZybkXsYYPuJzr9AdpI7NGSZruUstJIKLumoO16Jy2"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Quos in cumque molestiae quod. Eos et ullam tempora."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Eveniet dignissimos molestiae consectetur dolores qui. Est id et error sint veritatis. Exercitationem consectetur nesciunt tempora qui officia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-07-01 14:22:20 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.8ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "laurie_kshlerin@terry.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Aiyana Wuckert"], ["email", "laurie_kshlerin@terry.com"], ["password_digest", "$2a$04$d8gGN7CVs/Xa6nSvwxfIBOshSASBI2N0UX1iJoVIercVf9hWHIMGq"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Qui necessitatibus animi ipsa ab accusantium quidem. Quae voluptas voluptas quos excepturi. Provident rerum enim repudiandae suscipit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 21], ["slug", "my-title"], ["summary", "summary"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-07-01 14:22:20 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.8ms) Completed 200 OK in 19ms (Views: 14.9ms | ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stacy@johnston.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jarrod Haag"], ["email", "stacy@johnston.org"], ["password_digest", "$2a$04$PD64x0wK3bQfwyU1qBTntOjbhdOYxDrvPwj2s1M973gF0vLg/0ZPa"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Voluptatem ipsa rerum. Saepe laborum hic praesentium natus aut dolorem dolor. Necessitatibus reiciendis qui. Consequatur excepturi deserunt in."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Amet maiores qui rerum. Nulla vel tempore. Perspiciatis aspernatur numquam quas."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "flavio@toy.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hailey Blick I"], ["email", "flavio@toy.io"], ["password_digest", "$2a$04$KIA2zFvzzVRaIzXZafUL9O6yx./ukC.E/beT1ZGqKvlarjh4.T7X."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Non quod sit necessitatibus quasi. Ullam dolorem dignissimos. Officiis excepturi adipisci dolorem. Culpa odio quo iusto aliquid tempore repellendus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Possimus rerum dolores et. Expedita odio rem. Est laboriosam sunt temporibus nam incidunt consequatur qui."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 14:22:20 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.6ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.5ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (17.0ms)  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (30.1ms) Completed 200 OK in 43ms (Views: 35.3ms | ActiveRecord: 5.0ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-07-01 14:22:20 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.9ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (1.0ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.8ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (19.8ms) Completed 200 OK in 42ms (Views: 28.7ms | ActiveRecord: 5.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$h/JSYR5fDYQ6y3LuPa27duCNo7dKBi3jM7RypGvgn9tnUPirK7EmG"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$ocH8.l9Xm94uaxmoMAPFbuQkmlRzNXLPlFhZWEbT0915g6EaThIF."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Y6covQd3FuFzeJKkELhDtejsEdocQplurUrTXLogrcTvgfFKbdmgi"], ["updated_at", 2016-07-01 18:22:20 UTC], ["id", 25]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" ORDER BY "categorical_tags"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "categorical_tags" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "a"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.5ms) COMMIT  (0.3ms) BEGIN Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("created_at", "updated_at", "slug") VALUES ($1, $2, $3) RETURNING "id" [["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["slug", "a"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "davion_mcglynn@lehner.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arnulfo Jenkins"], ["email", "davion_mcglynn@lehner.co"], ["password_digest", "$2a$04$nO4zZdtVOYHkdGiXBI94wewDDgZABD5Mzn0PIjHfa6bKA/6tAODkq"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ruell@thompson.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Garfield Sporer"], ["email", "ruell@thompson.info"], ["password_digest", "$2a$04$G3DbttRAgYEV9DXLRZi5quLjD1..0tghc7mUIQFHDTUN8u6UYtA9i"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marianna_keler@creminlubowitz.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Modesta Metz DDS"], ["email", "marianna_keler@creminlubowitz.name"], ["password_digest", "$2a$04$MqelWtlshhKhq83tbyg/uuVNK5LqIlQNba5Jy27X7T7tbXDJS1Sdu"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Et magnam itaque laborum rerum sunt soluta qui. Molestiae ducimus et ipsam. Non beatae sed."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Ut sapiente tempora molestiae et error. Vero omnis voluptatem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarrell@damore.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cornell Koepp"], ["email", "jarrell@damore.name"], ["password_digest", "$2a$04$1oHo9nXhDI8m2mkGg.cuAOoNzt0WSAaUYDXWxmaFXoP2V.yuCbudG"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Earum debitis voluptatem aut laboriosam. Voluptatem ratione consequuntur amet quia quibusdam. Ex cupiditate quaerat. Incidunt quia velit hic eligendi qui."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Eius aliquam voluptate. Deserunt dolor aliquam consequatur reprehenderit. Iste provident voluptas."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mathew@ankunding.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Yadira Cruickshank PhD"], ["email", "mathew@ankunding.org"], ["password_digest", "$2a$04$y6NaUvxLdQ547jK5SbHuj.TYhiLkizRUuWSZERz6aCRtNrKQEyTPi"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "keegan_heathcote@prosacco.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marlin Schuster"], ["email", "keegan_heathcote@prosacco.biz"], ["password_digest", "$2a$04$unFS8tKS1RdQmueeD25HBu3wYx8JYYSIrSSUt993dkrV5VmHQ8a8S"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ethelyn.boyer@dachbaumbach.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chris Wilkinson"], ["email", "ethelyn.boyer@dachbaumbach.org"], ["password_digest", "$2a$04$ZWOxd2.CIy8vxyW0kXOvpejEsYHe596yZGpVwo42LjVAUoHKZVODG"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "everardo@brakus.org"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Zechariah Lebsack V"], ["email", "everardo@brakus.org"], ["password_digest", "$2a$04$pYEFP0hBGJCyxHMDp3Rkge4hq26BNwAmcje3jOImpSOsuLmPVF8j."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Eligendi quo ea. Necessitatibus quo quia natus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 33], ["slug", "title144"], ["summary", "Repudiandae qui sit consequatur vel. Non esse rem quam quia. Odit ut voluptatibus architecto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otha@trantow.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dejon Rosenbaum"], ["email", "otha@trantow.biz"], ["password_digest", "$2a$04$y7mjWh/cV3xvd2cEnu3gJ.5UXt06hjxqeU6tD6eLk/cqR3lFtI8l."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Sed neque ut et dolore libero dolorem. Et voluptate corrupti. Dolorem aut dolorem velit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 34], ["slug", "title145"], ["summary", "Dolorem ut praesentium excepturi corporis reiciendis eos qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 22], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 16:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["id", 22]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 23], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["id", 23]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ronny@schoen.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aurelie Labadie DVM"], ["email", "ronny@schoen.info"], ["password_digest", "$2a$04$4wEJYBLXg9EUNCMEuu3jfO.tmuEtiXM2ritrxmP.EnrllEO0Yg4.W"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Et natus hic magni qui. Eius incidunt nam dolore repellat est at et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 35], ["slug", "title146"], ["summary", "Laboriosam dolor dolorem vel nisi. Voluptates ipsa quo consequatur sed deserunt. Qui quam sed eaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brody_stark@batz.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laurianne Adams"], ["email", "brody_stark@batz.com"], ["password_digest", "$2a$04$alECRJdKsx0PtX.Q9frA/udAUZ6TRm1BQ3FAW5PEGFJT475NG7wEC"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Quidem voluptatem dicta magni fuga. Eum voluptates et maiores rem accusamus odit deserunt."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 36], ["slug", "title147"], ["summary", "Sit in aut est iste distinctio."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dan@osinski.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ismael Renner Sr."], ["email", "dan@osinski.info"], ["password_digest", "$2a$04$aSVIYm8JGxpdyycSdBUDVeXNawONDA9ExuEv.VbQipWAIfBpS/EyW"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reva.rutherford@dicki.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wallace Klocko Jr."], ["email", "reva.rutherford@dicki.net"], ["password_digest", "$2a$04$zbOEaO0nf6V7tkd9Yy/ADOgsuFwIGXqi5scJSKpHW6XsSLwoEkTYW"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Porro odit quo laboriosam doloremque quas. Quia voluptatem dolor rerum culpa. Dolores voluptatem ut voluptatibus iure velit incidunt."], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 38], ["slug", "title149"], ["summary", "Est ut beatae. Occaecati architecto saepe ut ducimus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 26], ["LIMIT", 1]] SQL (0.5ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["id", 26]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madyson.bogisich@koelpin.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arden Nicolas IV"], ["email", "madyson.bogisich@koelpin.net"], ["password_digest", "$2a$04$FZcQTubbYTSkO45kETpGau0QfHyxEKxCUSy/aoG.kOFd6lXC6czFG"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Est distinctio magnam magni odit fugit. Quod non molestiae enim."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["author_id", 39], ["slug", "title150"], ["summary", "Modi voluptatibus similique. Mollitia rem vitae voluptatem nam et dolores adipisci."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 27], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 18:22:20 UTC], ["id", 27]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 27], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "devon.treutel@mohrstanton.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nathanael Wuckert"], ["email", "devon.treutel@mohrstanton.net"], ["password_digest", "$2a$04$scTaubvuWzMtFCL.0wSnzeXHTJFC./mlUvvKN5t8ROVZ3KaKIYnA2"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.4ms) BEGIN  (0.8ms) COMMIT  (0.5ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$Ap2ONDfV9QUDCyjEiG3Svuu3SkI49fBAPSegFLsmDRfGazuCfMCVG"], ["created_at", 2016-07-01 18:22:20 UTC], ["updated_at", 2016-07-01 18:22:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$ybycfcGqB2ET9esBQUTa7uadSYzPP82pvjIEw.Oo5.LsMkdcnYgZi"], ["created_at", 2016-07-01 18:22:21 UTC], ["updated_at", 2016-07-01 18:22:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "donnell.goldner@gleichner.net"], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sadie Osinski"], ["email", "donnell.goldner@gleichner.net"], ["password_digest", "$2a$04$.3GeYAKpdcchtDhS0V.kU.brsPlQRW..wipUz1Wx6GeVq1.9y86nG"], ["created_at", 2016-07-01 18:22:21 UTC], ["updated_at", 2016-07-01 18:22:21 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Voluptas voluptate rerum consequuntur velit. Debitis temporibus eius incidunt. Id suscipit consequatur inventore quam tempora facilis sit."], ["created_at", 2016-07-01 18:22:21 UTC], ["updated_at", 2016-07-01 18:22:21 UTC], ["author_id", 43], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 28], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (12.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (8.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.3ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (3.4ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.4ms)  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) BEGIN  (6.7ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.5ms) COMMIT  (8.1ms)  SELECT schemaname || '.' || tablename FROM pg_tables WHERE tablename !~ '_prt_' AND tablename <> 'schema_migrations' AND schemaname = ANY (current_schemas(false))   (4.7ms) select table_name from information_schema.views where table_schema = 'exposition_test'  (42.4ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (1.0ms) BEGIN  (1.0ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.7ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.9ms) SAVEPOINT active_record_1 Exposition::User Exists (1.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (4.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$Q0Sw7/SUdUyFWAxdZYiUZOZLt9COnLZ0HUIV19xQ2EIJmSgYm4qWy"], ["created_at", 2016-07-01 21:06:03 UTC], ["updated_at", 2016-07-01 21:06:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$AeV2juXiyj1e.d7cGjC3o.vUy/DFFJbQxp2rOMj5gPP/Z73Qs6a9a"], ["created_at", 2016-07-01 21:06:03 UTC], ["updated_at", 2016-07-01 21:06:03 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (2.4ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$TKFdmK0zMYIh2nP5CAuJNuX7OWGAMSxJbYaDqMTuZq0.b40tWE8XG"], ["updated_at", 2016-07-01 21:06:03 UTC], ["id", 2]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kamryn.smith@rau.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lafayette Corwin"], ["email", "kamryn.smith@rau.org"], ["password_digest", "$2a$04$sKbhLd4F4u1a/DL3O9xYbuso60027b0qa6NZ7fzZz4GTX/OCdnfgK"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title1"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title1"], ["body", "Voluptate reprehenderit blanditiis quibusdam dicta. Dolor dolorem illo."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 3], ["slug", "title1"], ["summary", "Excepturi a praesentium sunt et quaerat. Ullam laboriosam aut rerum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 24ms (Views: 15.0ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ron@binskoelpin.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Bernard Pfannerstill"], ["email", "ron@binskoelpin.com"], ["password_digest", "$2a$04$qdZz4CVvbRrHP5iGxdfoPe8ydN1BjHIL02RZRTgKbU8yxZf6MLAza"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title2"], ["body", "Et hic dolore. Soluta quod aliquam asperiores assumenda a sunt. Et libero eius ratione ut reiciendis praesentium."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 4], ["slug", "title2"], ["summary", "Voluptates neque perspiciatis voluptatem quis quo. Dolorum voluptas eos. Veniam laborum earum molestiae fuga."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dax_morar@conroy.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Elza Marvin"], ["email", "dax_morar@conroy.io"], ["password_digest", "$2a$04$tmnRzyzklZZ3eibug9mEHelkw/ERe02nbJlGi21iyvMGBMCSgGO7O"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title3"], ["body", "Dolor corrupti alias magni harum velit repudiandae. Nesciunt dignissimos eos."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 5], ["slug", "title3"], ["summary", "Quis qui iusto commodi exercitationem ipsa qui sint. Voluptatem error recusandae animi blanditiis. Recusandae architecto voluptatem provident labore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "reuben_barrows@koch.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jody Sawayn"], ["email", "reuben_barrows@koch.biz"], ["password_digest", "$2a$04$ChGjoPI0Iac/RW9wmHlEd.IDsAuolnV4gAKvEyVWOZF6ZoqzCUqCG"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title4"], ["body", "Sint sit quia ut. Error aut voluptatem architecto consectetur."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 6], ["slug", "title4"], ["summary", "Placeat voluptatem quo enim et quas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "murphy.tillman@larkin.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arianna Auer"], ["email", "murphy.tillman@larkin.org"], ["password_digest", "$2a$04$WGvfzMIHZOwxaB4Osp/c5u52yPoDFnFmJYxUHFC17OI96h4PtxK16"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title5"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title5"], ["body", "Molestias nostrum nulla animi aliquam est iusto. Saepe sit dignissimos et optio molestiae. Eligendi aut nihil."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 7], ["slug", "title5"], ["summary", "Molestiae ut perspiciatis nostrum repudiandae. Autem sed beatae fugit iste qui ea."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ruby@robelfay.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madisen Dickinson"], ["email", "ruby@robelfay.name"], ["password_digest", "$2a$04$Tk3fP7Xicm8AH2RRzexCh.svifX2c2F4Umj/6b1UucaQ1X520kv.K"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title6"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title6"], ["body", "Ipsam eum fugiat voluptas deserunt voluptate. Eum a laboriosam omnis harum aut provident numquam. Voluptatem non eligendi cum ut rerum minus."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 8], ["slug", "title6"], ["summary", "Ea quia et incidunt distinctio aut sunt veritatis. Animi vel voluptatem optio."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berta.kirlin@damore.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Florida Kulas"], ["email", "berta.kirlin@damore.org"], ["password_digest", "$2a$04$3BWBwCTz1PuR410cyp1JnuHZQxbv5FqEfstGzSEoJk0S/nQK7Vn3K"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title7"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title7"], ["body", "Molestiae eum dicta totam iste hic aliquam a. Qui occaecati voluptas qui. Maiores dignissimos vero animi possimus."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 9], ["slug", "title7"], ["summary", "Ipsam quia et doloribus quia harum repellendus expedita. Esse quia magnam. Optio ad recusandae incidunt eos rerum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelica.friesen@nitzsche.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sydni Bergnaum"], ["email", "angelica.friesen@nitzsche.org"], ["password_digest", "$2a$04$dZTR4UfVq5Jt6WRTwEy3ie/Bf/FhddRDHeRSlH/tx8vVJ/MEZuixq"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title8"], ["body", "Dolores dolorem rerum enim nam illo deserunt reprehenderit. Earum est illum molestiae voluptas tempore debitis. Officiis dolorem assumenda nihil quaerat beatae omnis provident. Quod sint eum."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 10], ["slug", "title8"], ["summary", "Tenetur animi et laboriosam voluptas. Quis corrupti eum alias. Autem deleniti necessitatibus et corporis commodi voluptatibus voluptatem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kennith.hagenes@graham.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Archibald Runte"], ["email", "kennith.hagenes@graham.name"], ["password_digest", "$2a$04$gVo1sfZ5plBXx36/yMn86uXdQ2zsipeM2dVG0bRspPrcSeYQ3qMUu"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title9"], ["body", "Possimus corrupti nostrum doloremque rerum. Vero reiciendis qui facere. Deleniti magni consectetur quo id. Quidem explicabo assumenda velit ullam dolor nemo."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 11], ["slug", "title9"], ["summary", "Voluptatem eum aut corporis est voluptates et. Vitae fugiat quaerat qui esse quia dicta. Asperiores est sed tenetur quam explicabo aut porro."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "karson.streich@johnsonbrown.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Judson Cummings"], ["email", "karson.streich@johnsonbrown.name"], ["password_digest", "$2a$04$NEdLeFTwV/tWD.Lww795.e3eQjDWTRwmrKGcMNQlm/VE5jXNHULYm"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title10"], ["body", "Quisquam necessitatibus velit dolorem sed ea. Aut nam autem voluptatibus tenetur voluptatem quaerat aut."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 12], ["slug", "title10"], ["summary", "Minus neque voluptas est quo doloribus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "broderick.emmerich@predovicjakubowski.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cortney Wilderman"], ["email", "broderick.emmerich@predovicjakubowski.org"], ["password_digest", "$2a$04$8fZp6iE/e7FfcG19GeQ9xeQ9io0frAwUTbgYudUroFEUn9H9d.3T."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title11"], ["body", "Dolores velit nam aut qui. Dolorem fuga doloremque. Repellat reprehenderit debitis. Sit quia sapiente distinctio magnam non magni."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 13], ["slug", "title11"], ["summary", "Sed dicta totam est ut. Eligendi ea qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "madisen@lakin.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Veronica Kertzmann"], ["email", "madisen@lakin.info"], ["password_digest", "$2a$04$m8eM4MCU2Bj1e77qyJ8HHOP7pd/a2eqve30I85G10FtHkPCwMLz4."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title12"], ["body", "Quam et qui. Ducimus vel nostrum molestiae facilis a ut. Minima autem velit tempora aut blanditiis eius aliquid. Sunt esse quaerat quo."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 14], ["slug", "title12"], ["summary", "Id ut dolor harum ducimus sint illum. Provident omnis autem fugiat. Incidunt nostrum est."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "odea@grady.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Armani Cormier"], ["email", "odea@grady.co"], ["password_digest", "$2a$04$Lqky.uNoMuVVK0baynOx6enTuPQUxNWHD0yZKDiUJTO2uJ1ULSWG."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title13"], ["body", "Et error quidem qui voluptas. Corrupti aspernatur debitis maiores illum rerum."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 15], ["slug", "title13"], ["summary", "Aut alias ea asperiores."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamar.muller@beattywitting.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Madison Runolfsdottir"], ["email", "jamar.muller@beattywitting.org"], ["password_digest", "$2a$04$K5ITPc1YR5wzHzvaOgvVoOOHjaiSoNoggIjsbAGHt9L0oI5b35CNi"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title14"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title14"], ["body", "Autem iusto est ut libero. Nihil ut fugit optio. Eius aut alias in quos. Autem adipisci veritatis qui."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 16], ["slug", "title14"], ["summary", "Reprehenderit sed aut perferendis animi. Ullam eaque rerum illo maiores sint provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lavada.breitenberg@okeefe.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lee Cronin"], ["email", "lavada.breitenberg@okeefe.org"], ["password_digest", "$2a$04$hexgxxHS87uUm0/l42637OntrvX6dTGgB0gvTohxYp.FTORGy9BWK"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title15"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title15"], ["body", "Quod laudantium possimus. Et non velit. Accusantium voluptatem delectus iste perspiciatis sunt libero."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 17], ["slug", "title15"], ["summary", "Autem non recusandae minima architecto velit aspernatur. Iusto est ea. Mollitia qui amet."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "hans.gaylord@roob.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leopoldo Rau"], ["email", "hans.gaylord@roob.name"], ["password_digest", "$2a$04$PdqJggXDB96HJWlyyA7yZuIIL3Tk.6mZuUSCVbrc1P6SSxQfwU2Fy"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title16"], ["body", "Qui illo aspernatur eum repellendus ut. Est alias ad tempora soluta. Reiciendis saepe sed nihil officiis possimus consectetur. Dolores ex ut aut."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 18], ["slug", "title16"], ["summary", "Eveniet tenetur officiis corporis est voluptatem rem. Iure magni excepturi labore in numquam nihil ea."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "angelina_pacocha@sanford.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lorenzo Bradtke"], ["email", "angelina_pacocha@sanford.co"], ["password_digest", "$2a$04$HNTZy/1no9iL7uOkX97K7uVHSWU04Tq9Fj0Hn0TAcXPxGKFRmCcd."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title17"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title17"], ["body", "Inventore rerum repellat. Voluptatibus enim minus velit minima et enim. Autem occaecati et quia optio praesentium vero."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 19], ["slug", "title17"], ["summary", "Voluptas officiis fugit soluta pariatur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alfredo.mayert@padberg.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Elmore Kemmer"], ["email", "alfredo.mayert@padberg.biz"], ["password_digest", "$2a$04$7AEN2KovxdXScLN1Kmn0A./cNycfqsreu9QQSfHaT4DHn41ALGszq"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title18"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title18"], ["body", "Quia numquam aut et doloribus totam. Ad explicabo autem veritatis. Excepturi optio error fugit. Rerum sit enim quasi voluptates."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 20], ["slug", "title18"], ["summary", "Impedit ut similique qui molestiae ipsum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marley@hermann.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Kamron Miller"], ["email", "marley@hermann.info"], ["password_digest", "$2a$04$ZyFIZOEgG42i5DG1PT8DeeU2d12HBe35fcGMz201Tozjm1gvczDki"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title19"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title19"], ["body", "Assumenda veniam aspernatur tempore ab quo. Aut quis sint sed. Accusamus architecto eveniet facilis. Nostrum odit commodi ex voluptas."], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC], ["author_id", 21], ["slug", "title19"], ["summary", "Eum aut et optio accusamus consequatur doloremque et. Iure corporis eaque. Sunt sint eos architecto culpa vero provident."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "eloise@jerde.info"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gavin Lehner"], ["email", "eloise@jerde.info"], ["password_digest", "$2a$04$r5O7K3e9Qm4wQ3to77ffQ.BVJJ5XHFsJC7ODJjZAuyQEPHEi3cPbq"], ["created_at", 2016-07-01 21:06:04 UTC], ["updated_at", 2016-07-01 21:06:04 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title20"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title20"], ["body", "Deleniti ut optio. Aut laborum enim iusto animi eligendi mollitia molestias. Ab ut minima nam est rerum. Soluta explicabo dolorem eligendi."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 22], ["slug", "title20"], ["summary", "Error qui libero magnam aut nesciunt."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edd_wunsch@gleason.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Art Bartell"], ["email", "edd_wunsch@gleason.biz"], ["password_digest", "$2a$04$NVDkcda2UCc1Ep9mQgRXQeVacHI0y1WoLuWAB1BxivAiFEIEMX0AK"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title21"], ["body", "Voluptate asperiores deleniti molestias rerum facilis velit non. Est dolores aut error molestias. Et placeat qui dolores rerum perferendis beatae. Molestiae voluptatem dignissimos expedita repudiandae qui quos odit."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 23], ["slug", "title21"], ["summary", "Blanditiis reiciendis nihil et. Adipisci est repellat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "dorthy_funk@hudson.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abdiel Boyer"], ["email", "dorthy_funk@hudson.name"], ["password_digest", "$2a$04$g1m91nTHrS7Pd3adqcAUQeZ213PWLBTVW.moYYVMU6rRp4emYykky"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title22"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title22"], ["body", "Illum ullam quibusdam exercitationem qui laboriosam et. Perferendis facere ea est quia quaerat. Nobis aspernatur in illo earum temporibus accusamus est."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 24], ["slug", "title22"], ["summary", "Omnis dolor quae quia ullam nam. Asperiores praesentium maxime eos aut. Et inventore voluptatem qui."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.4ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicolette@champlindietrich.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Devan Wilderman"], ["email", "nicolette@champlindietrich.org"], ["password_digest", "$2a$04$guWe7V5XdtuXtl5n/0O/uOfXroNwDXnBGes1u1VVfBNzAHX0m2kcy"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title23"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title23"], ["body", "Animi occaecati delectus. Reprehenderit assumenda deleniti dolore consequatur exercitationem perferendis."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 25], ["slug", "title23"], ["summary", "Nostrum libero voluptas sed ut veritatis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "francesca.purdy@gleason.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meta Wisoky"], ["email", "francesca.purdy@gleason.org"], ["password_digest", "$2a$04$mxv5eS/jQHiavoAIRci18eENdW1znpeZ1tZ7yQyZcNoqK/q02x7SW"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title24"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title24"], ["body", "Magni perspiciatis libero eum. Omnis aut hic quibusdam incidunt. Dolor velit aliquid suscipit. Perferendis et reprehenderit accusamus ullam dolorem delectus eaque."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 26], ["slug", "title24"], ["summary", "Consequatur a cupiditate ducimus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "immanuel@nader.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Kiana Langworth"], ["email", "immanuel@nader.co"], ["password_digest", "$2a$04$Jix7GSp/dMGso8qFPCT2oe85hD0bRBL3uG0PpzHwA1YRnGv1sQyUe"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title25"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title25"], ["body", "Reprehenderit suscipit explicabo quia et. Cum similique optio. Perspiciatis est eveniet saepe qui sunt velit. Excepturi cum ab et."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 27], ["slug", "title25"], ["summary", "Rerum nostrum aut praesentium et. Distinctio id quam."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emery.balistreri@schoen.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reagan Dibbert"], ["email", "emery.balistreri@schoen.info"], ["password_digest", "$2a$04$Cdwc1yt39JhdYtmiRmx5YOBus97mMHuHU2RnYUgNqg4iKaNt8WFGa"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title26"], ["body", "Libero qui est. Quos harum voluptatum."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 28], ["slug", "title26"], ["summary", "Est laborum iusto. Molestiae sed debitis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orlo@emmerich.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jaycee Johns Jr."], ["email", "orlo@emmerich.info"], ["password_digest", "$2a$04$jhvkmqYgHVIpCy20zMAdT.mf4R08.iX6Ti/HolG2a/7X3bTNjuMtm"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title27"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title27"], ["body", "Aut dolores possimus rerum itaque sint accusantium esse. Odio vitae laboriosam dolores est aspernatur in qui."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 29], ["slug", "title27"], ["summary", "Qui nobis culpa numquam quisquam quia totam."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.4ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.8ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerald_gleason@ruecker.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orie Franecki"], ["email", "gerald_gleason@ruecker.info"], ["password_digest", "$2a$04$rpS6ZlnTEeElMRsXEuk.m.EpaH.TH5Z4rtmXzZFdOzgKFFHA/d3gG"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label1"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label1"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label1"], ["slug", "label1"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.7ms) COMMIT  (0.4ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "brigitte.okeefe@sipes.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aaron Macejkovic"], ["email", "brigitte.okeefe@sipes.name"], ["password_digest", "$2a$04$ndDnBEj.7WjIIVDUEaUyl.PWXZZgtFiLXPuTrfgwKx8LzGUDXI9Dm"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Consequuntur fugiat suscipit ut commodi. Ex ducimus recusandae. Adipisci quaerat nam eum in necessitatibus et.", "summary"=>"Dolore pariatur reprehenderit voluptatibus. Nemo non quas vitae quia.", "title"=>"Title29"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title29"], ["LIMIT", 1]]  (0.9ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 1.7ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.3ms) ROLLBACK  (0.5ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label2"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label2"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label2"], ["slug", "label2"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Quod dolor magnam. Iste est aut molestiae optio corrupti. Dolorem esse delectus. Eum adipisci labore.", "summary"=>"Voluptas repellendus porro. Animi ratione blanditiis autem.", "title"=>"Title31"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title31"], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 1.1ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abbey.kunze@bergewunsch.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cleta Ritchie IV"], ["email", "abbey.kunze@bergewunsch.name"], ["password_digest", "$2a$04$Ju85qVohJnjblPA/ZiHlhOy0Ppps3zAX2RcVYGZ34u/hRu/7tHeES"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"author_id"=>"32", "body"=>"Body", "summary"=>"Eaque aliquam praesentium occaecati debitis omnis. In repudiandae quam. Rerum aut maxime qui quia.", "title"=>"Title"}}  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (1.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title"], ["body", "Body"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 32], ["slug", "title"], ["summary", "Eaque aliquam praesentium occaecati debitis omnis. In repudiandae quam. Rerum aut maxime qui quia."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 15ms (ActiveRecord: 2.5ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"post"=>{"body"=>"Body", "summary"=>"Harum a delectus saepe aut eos. Nisi hic est.", "title"=>""}}  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 1.1ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacinthe@kuhn.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Iliana Huels"], ["email", "jacinthe@kuhn.net"], ["password_digest", "$2a$04$XzUCzkrm8BQUuhR5rzxdk.TiR4h86pmZn5CQ35OOf768PoezHRF/2"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title32"], ["body", "Nemo cumque similique rem eum possimus. Assumenda omnis doloribus voluptates voluptas ut a unde. Ut accusamus ea harum. Facere nobis ipsam exercitationem aut."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 33], ["slug", "title32"], ["summary", "Et facere molestias modi porro."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title32"} Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.9ms) Completed 200 OK in 11ms (Views: 1.9ms | ActiveRecord: 0.8ms)  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jacinto@binwaniawski.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dallas Larkin Sr."], ["email", "jacinto@binwaniawski.org"], ["password_digest", "$2a$04$1NzQ7yEKoEisPlkQhwNzaed051n7duKUDn0EKi7LXQLAuh.OJRP/O"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title33"], ["body", "Ut in cum ipsa labore cumque. Consequatur itaque quia dolor modi. Porro voluptas optio sapiente qui quis libero. Unde quia et sint velit eveniet molestias ut."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 34], ["slug", "title33"], ["summary", "Et qui reiciendis consequatur maiores doloribus commodi accusamus. Eius autem aliquid vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title33"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title33"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (1.1ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.5ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label3"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label3"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label3"], ["slug", "label3"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oceane_torphy@kris.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Delia Jenkins"], ["email", "oceane_torphy@kris.info"], ["password_digest", "$2a$04$SlqtaivI7nkgRIMNGq3A7OrIls7hckOirfqH2G6N5U9xhnwBEdLEG"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title35"], ["body", "Modi odio hic consequatur aliquid sequi deleniti. Praesentium occaecati enim rem magnam. Adipisci amet libero laudantium ducimus."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 35], ["slug", "title35"], ["summary", "Illo enim recusandae hic sit sint ut."]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title35"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title35"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.5ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orion_schinner@jast.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ross Pouros IV"], ["email", "orion_schinner@jast.com"], ["password_digest", "$2a$04$Wl/5ybCgcYXCb.1678tkaua7ZWFzyi0VWdTQrmu3Z3PGUtRhwFixy"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title36"], ["body", "Modi in maiores omnis dicta. Ab non sit delectus."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 36], ["slug", "title36"], ["summary", "A eos dolore. Enim voluptatum quis modi consequatur vero."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title36"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title36"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Exposition::Post Exists (1.1ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title36"], ["id", 32], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 21:06:05 UTC], ["id", 32]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 12ms (ActiveRecord: 3.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vanea_bartoletti@kerluke.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Glenna Buckridge"], ["email", "vanea_bartoletti@kerluke.biz"], ["password_digest", "$2a$04$NSZvWmZU5Mw0s/tU80eajOzAhhb7jLG9KYX0xUqfTD5xz1MAiyvB."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title37"], ["body", "Et rerum nam non quis iusto. Accusantium quia sit aspernatur."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 37], ["slug", "title37"], ["summary", "Id adipisci ut blanditiis dicta quasi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title37"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title37"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title37"], ["id", 33], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 21:06:05 UTC], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users"  (1.0ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meaghan.dooley@mayer.org"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katlynn Hermann V"], ["email", "meaghan.dooley@mayer.org"], ["password_digest", "$2a$04$rTKlqPhsnNAPTH6m35N4M.kvnzvp.HQoS4s0LudKcwKyKeeU5PWSW"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "torey.raynor@schmittziemann.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sydnee Dickens PhD"], ["email", "torey.raynor@schmittziemann.io"], ["password_digest", "$2a$04$sA7itBbFQ1pGjKS.aqTb8eTXbvfvtQ9xjot82ttWS4IZq0CWdlqdq"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title38"], ["body", "Amet velit et delectus consequatur consectetur dolor quibusdam. Aperiam tempora harum a. Dolorem ipsam ab laboriosam."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 39], ["slug", "title38"], ["summary", "Expedita sunt iusto nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"author_id"=>"38", "body"=>"1,2,3,4", "title"=>"hello!"}, "id"=>"title38"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title38"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title38"], ["id", 34], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "author_id" = $3, "updated_at" = $4 WHERE "exposition_posts"."id" = $5 [["title", "hello!"], ["body", "1,2,3,4"], ["author_id", 38], ["updated_at", 2016-07-01 21:06:05 UTC], ["id", 34]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label4"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label4"], ["slug", "label4"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "marcia@schinner.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lavinia O'Conner"], ["email", "marcia@schinner.io"], ["password_digest", "$2a$04$cEtt1IqWu5J6k34clbTj7eVZuMfzRzl66rJ7bAuld1lVirZewSy/u"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title40"], ["body", "Ratione et commodi autem ab. Dicta omnis autem ut rerum veniam totam velit. Ipsam et voluptatem asperiores illum ut rerum eaque."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC], ["author_id", 40], ["slug", "title40"], ["summary", "Quod voluptatem quis officiis dolores pariatur. Sunt aliquam sed dolorem voluptatem. Debitis illo laudantium pariatur molestiae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"hello"}, "id"=>"title40"} Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title40"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 1]] Exposition::Post Exists (1.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title40"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["title", "hello"], ["updated_at", 2016-07-01 21:06:05 UTC], ["id", 35]]  (0.8ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 11ms (ActiveRecord: 3.7ms) Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 8ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Harvey Pacocha"], ["email", "user@user.com"], ["password_digest", "$2a$04$qUqwdhI5nYaGRx9QP9CAr.vM8mamtZ5l2cYWkh3aBcCdtA21Be1D."], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Xzk1fYfgZAcHYr2Ad2ziVO6z3gUzs/n.54VWRtBqCHItbM2FP0pcy"], ["updated_at", 2016-07-01 21:06:05 UTC], ["id", 41]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/posts Completed 302 Found in 14ms (ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.7ms) Processing by Exposition::Admin::SessionsController#new as HTML Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}} Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.7ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Processing by Exposition::Admin::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label5"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label5"], ["slug", "label5"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.3ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.0ms) Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label6"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label6"], ["slug", "label6"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label7"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label7"], ["slug", "label7"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label8"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label8"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label8"], ["slug", "label8"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label9"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label9"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label9"], ["slug", "label9"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label10"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label10"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label10"], ["slug", "label10"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label11"], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label11"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label11"], ["slug", "label11"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label12"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label12"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label12"], ["slug", "label12"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label13"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label13"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label13"], ["slug", "label13"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label14"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label14"], ["slug", "label14"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label15"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label15"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label15"], ["slug", "label15"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label16"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label16"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label16"], ["slug", "label16"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label17"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label17"], ["slug", "label17"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label18"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label18"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label18"], ["slug", "label18"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label19"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label19"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label19"], ["slug", "label19"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label20"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label20"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label20"], ["slug", "label20"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label21"], ["LIMIT", 1]] Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label21"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label21"], ["slug", "label21"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label22"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label22"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label22"], ["slug", "label22"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label23"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label23"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label23"], ["slug", "label23"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label24"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label24"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label24"], ["slug", "label24"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label25"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label25"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label25"], ["slug", "label25"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label26"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label26"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label26"], ["slug", "label26"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label27"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label27"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label27"], ["slug", "label27"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label28"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label28"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label28"], ["slug", "label28"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label29"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label29"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label29"], ["slug", "label29"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label30"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label30"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label30"], ["slug", "label30"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label31"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label31"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label31"], ["slug", "label31"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (1.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "categorical_tags" LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) ROLLBACK  (2.5ms) BEGIN  (5.7ms) COMMIT  (4.9ms) BEGIN Processing by Exposition::Admin::TagsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "favian@klocko.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hattie Gleason DDS"], ["email", "favian@klocko.biz"], ["password_digest", "$2a$04$vsRNxUMFdLUYoBFwvcEshuK8aItDPk86DT7cFnnXGwbUrwmAVRZMW"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>"Label"}}  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Label"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Label"], ["slug", "label"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 3.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"tag"=>{"label"=>""}}  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", ""], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 2.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (2.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label32"], ["LIMIT", 1]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label32"], ["slug", "label32"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"label32"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label32"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.5ms) Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label33"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label33"], ["slug", "label33"], ["created_at", 2016-07-01 21:06:05 UTC], ["updated_at", 2016-07-01 21:06:05 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"label33"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label33"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 34], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label33"], ["id", 34], ["LIMIT", 1]] SQL (1.4ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 21:06:05 UTC], ["id", 34]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 12ms (ActiveRecord: 3.8ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>"new label"}, "id"=>"old-label"} Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "new label"], ["id", 35], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 35], ["LIMIT", 1]] SQL (0.6ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "new label"], ["updated_at", 2016-07-01 21:06:06 UTC], ["id", 35]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (0.6ms) ROLLBACK  (0.3ms) BEGIN  (0.4ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "old label"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "old label"], ["slug", "old-label"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"tag"=>{"label"=>""}, "id"=>"old-label"} Categorical::Tag Load (3.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", ""], ["id", 36], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 36], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (0.1ms) Completed 200 OK in 15ms (Views: 0.7ms | ActiveRecord: 5.8ms)  (0.5ms) ROLLBACK  (0.4ms) BEGIN  (0.4ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label34"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label34"], ["slug", "label34"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"label34"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label34"], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 37]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.2ms) Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bruce_hudson@carroll.name"], ["LIMIT", 1]] SQL (1.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ubaldo Williamson DDS"], ["email", "bruce_hudson@carroll.name"], ["password_digest", "$2a$04$mk3egHDxuiiNTICofKDatuAqgdF2ppimIj0uCPJIynjB7yVsRth2e"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title41"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title41"], ["body", "Sed repellat dolores non sint. Laudantium vel quos voluptatum repudiandae placeat sunt aperiam. Maiores blanditiis quia in consequatur."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 43], ["slug", "title41"], ["summary", "Magni amet alias. Modi est eaque cum ullam unde dolore."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berta.berge@langoshpadberg.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Tia Jast"], ["email", "berta.berge@langoshpadberg.co"], ["password_digest", "$2a$04$M1xm3PlWesYce/B6uzG9pOeMPrOZubWq8jAxWywmF435aP7kcvZYm"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title42"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title42"], ["body", "Hic nihil mollitia sint sed natus quidem sunt. Ea sit repellendus unde dolor et temporibus quod."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 44], ["slug", "title42"], ["summary", "Labore architecto quia amet. Iusto expedita illo qui id ut. Dicta enim voluptates corrupti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ahmed@veum.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sallie Krajcik"], ["email", "ahmed@veum.net"], ["password_digest", "$2a$04$RcMj2WBNrSpFbTnnajYr8ON3.1lfkh17b.6HY2gxnbpzm8m8B.gcK"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title43"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title43"], ["body", "Deserunt optio dolores alias tenetur molestiae. Adipisci facere quis labore nulla cupiditate. Velit esse qui tempore enim dicta quaerat."], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 45], ["slug", "title43"], ["summary", "Sed iusto nam omnis perspiciatis dolore voluptas voluptas. Dolor ipsum pariatur voluptatem asperiores ut ut voluptas."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title42"], ["id", 37], ["LIMIT", 1]] SQL (0.8ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["id", 37]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 19ms (Views: 12.8ms | ActiveRecord: 0.0ms) Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (1.7ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tyshawn.mante@deckowbartoletti.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Theresia Bailey"], ["email", "tyshawn.mante@deckowbartoletti.net"], ["password_digest", "$2a$04$mr37kb/OsueY4q0Q.ZqBfO5IE66cLO6av9JLqMgdtoJi.nu/kwQ9S"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title44"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title44"], ["body", "Sapiente et non eligendi est dicta et nihil. Ut voluptates voluptatem commodi tempore et repellat."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 46], ["slug", "title44"], ["summary", "Ea maiores minima error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ramona_lesch@franecki.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Denis Beatty"], ["email", "ramona_lesch@franecki.org"], ["password_digest", "$2a$04$/bOIIvl8jVJ/T6SjhW5NhOmxo2v1t2BhDC18vbh.u04RUYliANP22"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title45"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title45"], ["body", "Ut eligendi eum facere temporibus. Odit facilis sed voluptates ducimus beatae blanditiis. Sunt iusto aut occaecati aliquam molestiae quia unde. Veritatis voluptatem inventore."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 47], ["slug", "title45"], ["summary", "In inventore vel aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "maribel.rath@blandarath.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Freida Cummerata"], ["email", "maribel.rath@blandarath.info"], ["password_digest", "$2a$04$V488FwXGDEu40kivRwoKgORtZz/VrdSwhvQAwgLZJUUc0PQxRn0KO"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title46"], ["body", "Cumque incidunt molestiae. Quos dolore nihil non ullam libero vitae. Nesciunt corporis ea. Enim consequatur quaerat."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 48], ["slug", "title46"], ["summary", "Itaque placeat error aut. Odit eveniet quia quasi iste."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "virginia@marvinbashirian.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Edyth Pacocha"], ["email", "virginia@marvinbashirian.net"], ["password_digest", "$2a$04$AcTiUnseQaopwhqMfCOaHOTJH1YSIuU0Fz165G28/iNP.3p/cing."], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title47"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title47"], ["body", "Ad sapiente itaque eum accusantium libero. Rerum maxime voluptatem et vel voluptatibus ducimus."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 49], ["slug", "title47"], ["summary", "Ullam optio delectus est sed et aliquid. Mollitia voluptas maxime rerum est nam explicabo aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jorge@mitchell.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allene Brown"], ["email", "jorge@mitchell.name"], ["password_digest", "$2a$04$5YaKJo3kHpmQU4f8VerHduJo8FvyccOsCKZn3VsihkZEcUf9DABhS"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title48"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title48"], ["body", "Ut id ipsa maiores. Et reprehenderit voluptatum reiciendis. Ipsa molestiae enim excepturi. Architecto deserunt aut dolorem eaque quia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 50], ["slug", "title48"], ["summary", "Aspernatur velit quo consequatur omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "germaine_kemmer@gibson.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rowan Parker III"], ["email", "germaine_kemmer@gibson.org"], ["password_digest", "$2a$04$xJd/0LTQ1XdsN8fnucrwG.qZjS.Zakv15yl1yv15vUJ.H2msnMuIS"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title49"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title49"], ["body", "Magni ipsum architecto placeat. Ad veritatis et nostrum dolores molestiae doloribus autem. Id fugit libero ut aut rerum consectetur."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 51], ["slug", "title49"], ["summary", "Voluptas incidunt sequi. Est quam eum voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.0ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "luisa@gutkowski.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Jeffrey Gutkowski"], ["email", "luisa@gutkowski.co"], ["password_digest", "$2a$04$mB19ulojrOha462y7cA19OPcxQB92h/xPFrKASKm7JW7FUPZNGm6q"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title50"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title50"], ["body", "Ut exercitationem sint quod labore assumenda iure facere. Soluta eaque praesentium. Repudiandae voluptate est error porro. Et repellendus consequatur ut voluptates ipsam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 52], ["slug", "title50"], ["summary", "Cupiditate sit praesentium explicabo blanditiis nemo maxime quisquam. Itaque labore autem sint ipsa consequatur."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ellen@stracke.info"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Joaquin Lehner"], ["email", "ellen@stracke.info"], ["password_digest", "$2a$04$Gpi9044H76h0WjWTV/eFT.MxWTPVlvM4YeXipnFD6dljzI9RMCo4u"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title51"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title51"], ["body", "Earum maiores et ut nam cum in. Dolorem magni consectetur ratione sunt magnam quis non. Minima quod vero numquam vitae et maxime."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 53], ["slug", "title51"], ["summary", "Non dolorem mollitia debitis deleniti omnis optio. Recusandae est ab fugiat consectetur. Aut repellat sequi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "geovanni@goldner.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tristin Stroman I"], ["email", "geovanni@goldner.org"], ["password_digest", "$2a$04$R2lArNFjeB2ek42ozvha2ewxp.0kYLteOHaDMYT11v83VpoRi8v9u"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title52"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title52"], ["body", "Ut praesentium ea molestiae nam. Et quo aut placeat omnis. Perspiciatis quibusdam officiis mollitia. Sequi fugiat aut quis quia et repudiandae."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 54], ["slug", "title52"], ["summary", "Consectetur qui et provident sint aut. Consectetur itaque qui reiciendis quasi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aiden@schiller.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gilberto Kuphal"], ["email", "aiden@schiller.name"], ["password_digest", "$2a$04$HVLbrxLLwta42wzrg.Zb9.mbZ/CCJQF9GM/yQd6MQgMx3TUNPTGoi"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title53"], ["body", "Dignissimos at placeat quaerat dolorem sit. Qui nobis autem laboriosam assumenda ratione voluptas possimus. Adipisci et similique voluptatum."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 55], ["slug", "title53"], ["summary", "Quas architecto est ut possimus. Assumenda maxime et accusantium. Eaque aut rerum quisquam atque."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alyce_blick@hermann.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maddison Kunde"], ["email", "alyce_blick@hermann.co"], ["password_digest", "$2a$04$UT.ovjetd/cIeHGyRwDYoesVQnnrjxcPQIQHd3J26/4q8xHvpHevG"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title54"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title54"], ["body", "Ducimus fugit esse illum architecto enim ipsum. Earum impedit sit unde fugiat ut aut assumenda. Perferendis repellat qui quo. Necessitatibus ut iusto quia itaque."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 56], ["slug", "title54"], ["summary", "Et nam dicta laboriosam consectetur. Repellendus qui possimus enim consequatur labore. Ipsa pariatur at et quia aut repellat aut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (0.2ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jabari@borer.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maci Roob"], ["email", "jabari@borer.name"], ["password_digest", "$2a$04$jahdl8HwcwTjp0dbxhrtTeU2/PeFGsIYomdzR07PeBkHHFRrSuWSS"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title55"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title55"], ["body", "Dolores harum omnis. Ea ab rerum. Eos veritatis voluptate quia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 57], ["slug", "title55"], ["summary", "Labore eos quia nemo dolor molestias. Et sunt et hic dolor aut exercitationem. Odit qui illum sequi nesciunt eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title55"} Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title55"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (0.6ms) Completed 200 OK in 9ms (Views: 2.0ms | ActiveRecord: 0.5ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "buddy_raynor@conn.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Beryl Casper"], ["email", "buddy_raynor@conn.com"], ["password_digest", "$2a$04$oyNMwwA0ixXcy2drD8P5ruXm06frNMON.vdEhDqzcJbezMxTx8eY2"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title56"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title56"], ["body", "Qui aut qui illum maiores suscipit illo. Consectetur perspiciatis maxime sint voluptatum veritatis et. Ipsum eaque quos culpa aliquam repellat doloremque."], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 58], ["slug", "title56"], ["summary", "Dignissimos est alias et vel veritatis rerum. Voluptatum ut et. Ratione sunt ipsa in occaecati quos ut."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title56"} Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title56"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label35"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label35"], ["slug", "label35"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label35"} Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label35"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 38], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.3ms) Completed 200 OK in 37ms (Views: 11.2ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label36"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label36"], ["slug", "label36"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jayne@rueckerziemann.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tiffany Sanford"], ["email", "jayne@rueckerziemann.name"], ["password_digest", "$2a$04$rEEOYAJYu1pgkQajI7PND.ukopy8Fpm3Dt3Rjh761rDQGDvaMCDLG"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title57"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title57"], ["body", "Et sit adipisci fugit accusantium voluptate voluptatem consequatur. Officia blanditiis provident odit. Earum eius autem porro itaque est. Quis non non vitae id."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 59], ["slug", "title57"], ["summary", "Alias sed ipsa vitae rerum. Non nobis a corporis."]] SQL (0.7ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 52], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamont_braun@gibson.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elyssa Wisoky"], ["email", "lamont_braun@gibson.name"], ["password_digest", "$2a$04$fG3kSkVs7AhhSDKl7gPbQOtGaHjPV.RP4Xa9GtiZW/McydqDw2QNu"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title58"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title58"], ["body", "Animi eligendi ipsa voluptas esse pariatur nihil quo. Blanditiis in enim deserunt. Qui dolorem dolore quisquam officiis quas autem non. Est ut ex illo tempore mollitia a magni."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 60], ["slug", "title58"], ["summary", "Molestiae sunt hic. Ullam et porro consequatur sequi distinctio. Deserunt doloremque quia aut nesciunt et vero."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 53], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leora.dach@ruel.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Imani Lueilwitz"], ["email", "leora.dach@ruel.info"], ["password_digest", "$2a$04$Na4PljkFior4M/u6cAzN3ei4Smxi60L0Osk/vltfm2/UhCU1BtK/G"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title59"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title59"], ["body", "Quis mollitia tempora. Dolorem voluptates eveniet voluptas perspiciatis ipsam sunt et."], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 61], ["slug", "title59"], ["summary", "Deleniti fugit eos consequatur est. Rerum distinctio necessitatibus laboriosam at quisquam nulla quia. Non ut consectetur nihil rerum quis vel."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 54], ["taggable_type", "Exposition::Post"], ["tag_id", 39]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label36"], ["id", 39], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label36"], ["id", 39], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nichole@hettingercarroll.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emilio McClure"], ["email", "nichole@hettingercarroll.name"], ["password_digest", "$2a$04$3l2EXIsFNGB685v.OdguG.NX2elwkD6xIZF1t2/weGBQTbOOjSKcC"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title60"], ["body", "Ullam et minus aut sunt consequuntur excepturi. Et aut totam ullam assumenda necessitatibus aut. Maxime omnis voluptas praesentium dolorem autem. Illum totam labore ut et."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 62], ["slug", "title60"], ["summary", "Animi ab suscipit in a sit."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title57"], ["id", 52], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-29 00:00:00 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["id", 52]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title58"], ["id", 53], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label36"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label36"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 39], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 1.1ms) Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" IN (52, 53, 54) AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label37"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label37"], ["slug", "label37"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "idella_kaulke@bayer.io"], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Danika Cruickshank"], ["email", "idella_kaulke@bayer.io"], ["password_digest", "$2a$04$aqllZ2o4cOxsQ5skBewCle1RImeQg57dMFxYTJ4qoyQjDrWxNEDHe"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title61"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title61"], ["body", "Quae hic tempora nobis sed. Consequatur dolorem et error perferendis porro hic ad."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 63], ["slug", "title61"], ["summary", "Unde non delectus odit facilis. Voluptatum placeat rem."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 56], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roxanne_oconnell@maggio.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Grover Douglas"], ["email", "roxanne_oconnell@maggio.com"], ["password_digest", "$2a$04$lyv.pc/EAJ72Yrc4JDsDIO.efeFYCZsaQ7lsS3CXc7kDGrlaA48Yq"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title62"], ["body", "Molestiae cum necessitatibus. Natus rerum a."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 64], ["slug", "title62"], ["summary", "Voluptates quia et."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 57], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rickey_mccullough@renner.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Adela Rolfson"], ["email", "rickey_mccullough@renner.name"], ["password_digest", "$2a$04$dvfFFQz0ywW9gskPKv5MPOmDt1VlmyAOgdEMIBUMs6.Rc5w4PjGv."], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title63"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title63"], ["body", "Accusamus iusto qui. Sunt ea et delectus. Vero numquam ut rem corrupti ipsam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 65], ["slug", "title63"], ["summary", "Quae quam delectus neque magnam voluptate. Dolor ut et laborum officia nesciunt vel. Dolor et facere non necessitatibus enim."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 58], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tomasa@schoen.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kayla Luettgen V"], ["email", "tomasa@schoen.biz"], ["password_digest", "$2a$04$pbGE9fky7IaXvItw/nn/RO5tIP7DriHGE3RcimhCucgcnw/KXmFOC"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title64"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title64"], ["body", "Odit labore magni voluptas. Aliquam nulla totam iusto. Odit vel quia. Tenetur hic vel pariatur qui ipsum dolorem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 66], ["slug", "title64"], ["summary", "Maxime corrupti sint sed."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 59], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "berenice@schaeferschultz.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Joey Franecki"], ["email", "berenice@schaeferschultz.info"], ["password_digest", "$2a$04$DvlK.DRZk9HA/CVn5x.1ge5p4OQU4f9VcLMIsfGk3MCCLHrapHXUu"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title65"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title65"], ["body", "Sint repellendus debitis voluptatem quaerat tempora illum eum. Modi sed architecto dignissimos quia. Incidunt et fugit praesentium. Aliquid aspernatur provident minima doloribus enim ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 67], ["slug", "title65"], ["summary", "Doloremque consequatur non voluptatem accusamus sed labore distinctio."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 60], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rae.friesen@fadel.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tess Schneider"], ["email", "rae.friesen@fadel.co"], ["password_digest", "$2a$04$JBLhZ6QTd/koKxObLskj3uAVLI/EzUeSVKmJSk.N9HOlUn/YSjuKq"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title66"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title66"], ["body", "Doloremque repellendus cumque quia blanditiis. Beatae alias accusantium facilis maxime illo numquam rerum. Iste autem molestias sit culpa corporis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 68], ["slug", "title66"], ["summary", "Eaque dolore sit consequatur aut vitae fuga. Sit excepturi aut vitae velit nam qui."]] SQL (0.4ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 61], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "otilia@emardrosenbaum.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Benedict O'Reilly"], ["email", "otilia@emardrosenbaum.com"], ["password_digest", "$2a$04$ADyG5rfI53np/zx53tgZeefZ4akLlXALKNccUye5gomFT3tOfSLRe"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title67"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title67"], ["body", "Ab aperiam aliquid quia eius quia eveniet. Corporis eveniet ut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 69], ["slug", "title67"], ["summary", "Quis ea dolor corporis commodi rerum."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 62], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mabelle.bartell@terry.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Daphne Schmidt I"], ["email", "mabelle.bartell@terry.name"], ["password_digest", "$2a$04$iIxJ/FCTO14ohMfmvA6xhuVRaNGi95kzTe8/ZXMS365HfwhT2nGtG"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title68"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title68"], ["body", "Nihil consequuntur quisquam sunt eum provident. Qui facilis aut."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 70], ["slug", "title68"], ["summary", "Qui magnam quia ut sed quidem vitae. Aperiam animi corporis consectetur sed aliquid. Non est ex vitae minus optio consequuntur dolorem."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 63], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "isac_marquardt@feest.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hailee Ernser"], ["email", "isac_marquardt@feest.io"], ["password_digest", "$2a$04$XWCiSDKPM7TasFL.90cKa.cbJUVQgBkyJ36E.jLWcrUM3N.Rj72F6"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title69"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title69"], ["body", "Molestiae et quis et qui. Laborum quasi at natus. Quasi sed maiores excepturi minima qui sed. Occaecati aut ad est qui natus excepturi sit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 71], ["slug", "title69"], ["summary", "Labore voluptatem facilis accusantium aliquid animi."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 64], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fabiola@champlinconnelly.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Leonora Purdy"], ["email", "fabiola@champlinconnelly.com"], ["password_digest", "$2a$04$rGD1o7TToqlLWzfHPaRvs.1oK/yql/EOatWRIdoaUbouUJunzQFAe"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title70"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title70"], ["body", "Qui magni iste eum. Totam voluptates eveniet. Omnis accusamus quia tempore at. Quae adipisci nihil."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 72], ["slug", "title70"], ["summary", "Officia sint et quia. Et nobis veritatis."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 65], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lauren@vonbarton.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alfredo Schinner"], ["email", "lauren@vonbarton.io"], ["password_digest", "$2a$04$Zd1EE1bN/4JEcn7VEYWa9Ox/5Oqd4T7Xs5AYu1DhShvN9cS0GbgyS"], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title71"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title71"], ["body", "Deleniti veritatis corporis quod ducimus magni a. Excepturi deserunt sapiente nulla ratione magnam. Recusandae eum id et impedit."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC], ["author_id", 73], ["slug", "title71"], ["summary", "Accusamus perspiciatis rerum. Odit autem atque mollitia aperiam sed et."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 66], ["taggable_type", "Exposition::Post"], ["tag_id", 40]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "label37"], ["id", 40], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "label37"], ["id", 40], ["LIMIT", 1]]  (1.3ms) RELEASE SAVEPOINT active_record_1 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"label37"} Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label37"], ["LIMIT", 1]] Categorical::Tagging Load (0.5ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 40], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (0.1ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.4ms)  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" IN (56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zakary@hilpert.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucie Ullrich"], ["email", "zakary@hilpert.info"], ["password_digest", "$2a$04$gax4k0.HZDGPJAvkgH06geeoZ0QzCe3AzvdE9tsfDRLOo0og3TBr."], ["created_at", 2016-07-01 21:06:06 UTC], ["updated_at", 2016-07-01 21:06:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:06 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (25.1ms) Completed 200 OK in 2074ms (Views: 2071.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"zakary@hilpert.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "zakary@hilpert.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$RJNS11Xs3qtXdHXv64rbmuOeVa8efH6mjwz6nAkHZ3pfqyoUVhWFi"], ["updated_at", 2016-07-01 21:06:09 UTC], ["id", 74]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.9ms) Completed 200 OK in 30ms (Views: 21.5ms | ActiveRecord: 1.9ms)  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shania@legros.net"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Louisa Bartoletti V"], ["email", "shania@legros.net"], ["password_digest", "$2a$04$R2yuxLA2lW5MyVOF11furuG79zSMcT0K3JCyJmSK1X6Gv5Ho3pEm6"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title72"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title72"], ["body", "Aut ullam quisquam rerum nobis veniam. Doloribus voluptate numquam vero qui. Vitae aut ipsam nisi qui ullam."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 75], ["slug", "title72"], ["summary", "Eligendi animi explicabo velit nam. Est corrupti esse et eligendi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 75], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 67], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (20.8ms) Completed 200 OK in 38ms (Views: 28.9ms | ActiveRecord: 2.7ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clark_schamberger@brown.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jo Daniel"], ["email", "clark_schamberger@brown.name"], ["password_digest", "$2a$04$o5MQubH.BQdl2TfDd1pV3eFevNNMjhZRi0/p.rhxJGS2rsaPYYgNe"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 18ms (Views: 14.8ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"clark_schamberger@brown.name", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "clark_schamberger@brown.name"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rl7KFKQ4D1KPOtegtBrA0eSPAj6cDcgAFyQNyzsuYjrAGKsV4w6l."], ["updated_at", 2016-07-01 21:06:09 UTC], ["id", 76]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.1ms) Completed 200 OK in 28ms (Views: 22.9ms | ActiveRecord: 1.6ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wendell.nienow@predovic.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Delilah Lind"], ["email", "wendell.nienow@predovic.com"], ["password_digest", "$2a$04$QNwHJ88lfJ8.rmVnDQmBSO/C17qgp7PaJ7M4m.kr4i.uARHHyUw7u"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title73"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title73"], ["body", "Eum sit ut officiis architecto non suscipit. Molestiae dolorum quasi deleniti sint repellat minima consequatur."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 77], ["slug", "title73"], ["summary", "Ipsum aut voluptas amet. Quo repellendus mollitia ut et."]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kristin_abernathy@pollich.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orion Keebler MD"], ["email", "kristin_abernathy@pollich.com"], ["password_digest", "$2a$04$jITkzrwPmCn47EcBMJrU.eT62cV8LjPD8RzZUjIQJFOyxDIapQzae"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title74"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title74"], ["body", "Et reprehenderit sed qui saepe debitis. Nesciunt dolorem est quia dolorum. Quos quis adipisci suscipit illo numquam eaque ut."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 78], ["slug", "title74"], ["summary", "Vero doloribus eligendi nihil accusamus illum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "clemens.schimmel@rowe.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Easton Daniel"], ["email", "clemens.schimmel@rowe.com"], ["password_digest", "$2a$04$pEoN/5go5/eg.C3uWSMIsODvh55N70xdNi8g2rjVElaeF2.d8YuEq"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title75"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title75"], ["body", "Omnis ut iste esse eveniet. Quo neque tempora ipsum voluptatem iste sequi."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 79], ["slug", "title75"], ["summary", "Quis explicabo aut accusantium voluptatem. Aut est repellat at. Aut dolorem aliquid nostrum ea reprehenderit omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "margarette@monahan.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Meredith Braun"], ["email", "margarette@monahan.org"], ["password_digest", "$2a$04$NUDJUcjx2uZNLnWqUGcVsu8DJrRBkgb.VreRHXvy9FOKHi1HlZ3tq"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title76"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title76"], ["body", "Est quos sed totam natus. Harum perferendis commodi consequuntur recusandae."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 80], ["slug", "title76"], ["summary", "Non totam itaque in."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nicklaus@friesen.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Tara Littel"], ["email", "nicklaus@friesen.org"], ["password_digest", "$2a$04$KSMEd5XLrlHWOnimEQulbuMvIm1bB.WVxyFXHCmSOCM7MfdIObs9K"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title77"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title77"], ["body", "Quam enim maiores numquam voluptatum. Est occaecati consequatur voluptates quo nobis expedita. Quam reiciendis qui qui ducimus amet molestiae eum."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 81], ["slug", "title77"], ["summary", "Commodi consequuntur aperiam possimus reprehenderit eligendi laboriosam. Culpa saepe illum recusandae explicabo voluptas sit ipsa."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "melody@mills.name"], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Katherine Stroman DVM"], ["email", "melody@mills.name"], ["password_digest", "$2a$04$9RUL3bPuHYl2M.sqGrgX4enLTyP0UNusfSS1u8BTqrvLn6s7moJaC"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title78"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title78"], ["body", "Provident ut amet culpa voluptas rem nostrum sed. Et rerum eligendi dolor cupiditate blanditiis commodi. Ut et in minus et. Soluta beatae est culpa."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 82], ["slug", "title78"], ["summary", "Dolorem aut dolorum neque. Corporis voluptatum ut rem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "meaghan_ruel@casperhilpert.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sabryna Schuster"], ["email", "meaghan_ruel@casperhilpert.co"], ["password_digest", "$2a$04$J2WJLkrlw98vJz1yk1PdBeX22I9h3FDbcmfn9aFd9d9Rh/ECI8AQ."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title79"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title79"], ["body", "Nihil voluptatem et sapiente quo est et. Eius porro rerum reprehenderit voluptatibus consectetur. Eligendi fugiat eveniet aperiam est."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 83], ["slug", "title79"], ["summary", "Ea sit incidunt et est quae perferendis et. Earum quae unde atque eum et sed eos."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "herbert@crona.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hudson Greenholt"], ["email", "herbert@crona.io"], ["password_digest", "$2a$04$35t8dbQ3wxMUKVewzT2kh.0zRY457WvmFsOr8UX226tdTAWrdFc3q"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (1.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title80"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title80"], ["body", "Et debitis sequi laboriosam reiciendis qui pariatur rerum. Enim vero nobis ab quasi. Est aperiam fugit enim. Recusandae odit officiis ad repellat."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 84], ["slug", "title80"], ["summary", "Consequatur aut quod in."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamont@jones.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bernardo Koch"], ["email", "lamont@jones.com"], ["password_digest", "$2a$04$1Hl29kpSbDc437IgBuSbuOTmw2fDFvQE7r42b.Ozq7XO526vo8D.W"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title81"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title81"], ["body", "Omnis laudantium rerum suscipit quam. Soluta non qui assumenda praesentium omnis reiciendis."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 85], ["slug", "title81"], ["summary", "Laborum quas sed modi et rerum et. Odit laudantium sit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jamel.marks@oreillysporer.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hugh Stroman Jr."], ["email", "jamel.marks@oreillysporer.com"], ["password_digest", "$2a$04$7AGqjsxEH1cdajljpL123uWHFkN/w6brRQZhIx5yPXL.QBzgkgCPm"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title82"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title82"], ["body", "Voluptatibus nisi culpa repellat sint eos. Incidunt eius minus sit minima velit."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 86], ["slug", "title82"], ["summary", "Est incidunt accusantium. Voluptatem voluptas animi. Alias rerum pariatur."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "frieda.vandervort@hane.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marty Homenick I"], ["email", "frieda.vandervort@hane.io"], ["password_digest", "$2a$04$ILpDld2BEoWhoinDT9mQBucbZiBx.1t22a9z6RjhhuKNX/pqd16kO"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title83"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title83"], ["body", "Soluta est ut ex id sed et qui. Ut laborum sunt dolore nesciunt. Eaque eius in porro expedita et. Ex nam dolor unde consequuntur qui optio alias."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 87], ["slug", "title83"], ["summary", "Aspernatur nesciunt doloribus consequuntur. Id odio laboriosam. Deleniti facilis omnis necessitatibus."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "celestino@simonistillman.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Doyle Spencer"], ["email", "celestino@simonistillman.co"], ["password_digest", "$2a$04$b6eHBnbTqeBAJ4I5iEhvkO5Vocal623WJnwfUPquMIdBAQtZIeism"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title84"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title84"], ["body", "Et molestiae natus nesciunt reiciendis nemo rerum consequuntur. Asperiores sit saepe in qui tempora officiis. Enim et maxime ducimus voluptas omnis. Eos doloribus accusamus libero minima eaque tempora."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 88], ["slug", "title84"], ["summary", "Eius rerum dolor doloribus numquam fugiat odit qui. Est exercitationem id voluptatibus repellat non nesciunt tempora."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "noemi.dooley@murazikhaley.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Howard Pollich"], ["email", "noemi.dooley@murazikhaley.net"], ["password_digest", "$2a$04$.1ZfxqNdxOSoTaxEiyeopeAUM93XTKK8FEYZLfXD6qxgkyvmpD9QW"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title85"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title85"], ["body", "Doloremque deserunt velit magni ratione aut. Et rerum aliquam excepturi. Pariatur unde velit molestiae sed."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 89], ["slug", "title85"], ["summary", "Velit neque sapiente in. Ipsa quia laudantium. At eveniet maiores corporis commodi error."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.9ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roxanne@schroeder.name"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cristobal Rowe"], ["email", "roxanne@schroeder.name"], ["password_digest", "$2a$04$SA3.2DuL6vtCyTHBlC6qI.DTq3eLrU9YIxoVioxwoBAgXMiK6lMua"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title86"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title86"], ["body", "Ut aliquam nam optio aut. Enim est perspiciatis consequuntur iste dolores vel. Consequatur impedit assumenda nostrum numquam aliquam debitis."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 90], ["slug", "title86"], ["summary", "Asperiores qui nihil ipsa rerum officiis. Eum in hic veniam eos vitae."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shaniya@littel.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Harry Heller"], ["email", "shaniya@littel.com"], ["password_digest", "$2a$04$mJcgH9w.eKrYTXa7UNz.9.2YuNOUA7SsUPwaWLs5aBoEEf9ejn12G"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title87"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title87"], ["body", "Dolores aperiam rerum et. Esse est aliquam autem et."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 91], ["slug", "title87"], ["summary", "Amet ipsam dignissimos voluptatem ad quia enim. Ut et fugit. Magnam et iure velit labore quo quaerat."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fletcher.dibbert@jenkins.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Christa Goyette"], ["email", "fletcher.dibbert@jenkins.biz"], ["password_digest", "$2a$04$eSgvcU678wVduNC0nOxKf.3RqpRz3toKgKlEFGxkWi7MeoKDYvtCa"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title88"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title88"], ["body", "Occaecati est ipsa id illum aut quia. Sed voluptatem et ratione."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 92], ["slug", "title88"], ["summary", "Reprehenderit reiciendis quia et omnis ut. Nostrum iste eum est maiores incidunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "corine@stromanlabadie.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Daryl Wiza"], ["email", "corine@stromanlabadie.co"], ["password_digest", "$2a$04$Rm9Lr5vk1TmjCeRFoFPX..emTp7WC1RSL3hDfI4HYmvBHL/si1.mC"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title89"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title89"], ["body", "Similique et consequatur et ipsa a. Et numquam est veritatis atque rerum. Sapiente quibusdam neque dolores nulla. Eum incidunt enim nesciunt."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 93], ["slug", "title89"], ["summary", "Eius facere neque aspernatur voluptatem. Qui quam reprehenderit odio sint qui. Consequatur quo aspernatur natus culpa."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "monserrat@williamson.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chaz Monahan"], ["email", "monserrat@williamson.com"], ["password_digest", "$2a$04$63quZKQciaKRCcBHgt8u..2Kr4BRXch9.V2w.OIyUsDaCtHKkMVS."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (2.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title90"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title90"], ["body", "Saepe non non ut sunt et amet. Quis maxime quaerat corporis rem consequatur ab ut. Aliquam ut rerum architecto quasi totam aut. Illum dolor beatae expedita placeat occaecati pariatur voluptate."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 94], ["slug", "title90"], ["summary", "Voluptatem consectetur enim itaque voluptatem facilis quia officia. Cumque blanditiis non voluptas ducimus ex sed quidem."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarred@wunsch.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jesus Herzog"], ["email", "jarred@wunsch.org"], ["password_digest", "$2a$04$RF/wUi7Z8Yi.2Whdug8vk.qZu9yoa0BFuXJnyyQXutXt/v/g7m3xO"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title91"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title91"], ["body", "A aliquam ea voluptas iste. Corporis quo neque quis dolores dolorem impedit. Explicabo commodi sequi veniam quis. Sunt atque ipsa."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 95], ["slug", "title91"], ["summary", "Id est earum fuga. Molestias amet eveniet aliquam neque facilis vitae laboriosam. Et quia aliquam sunt ea assumenda quia."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaitlin_weimann@bergstrom.co"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amos Deckow III"], ["email", "kaitlin_weimann@bergstrom.co"], ["password_digest", "$2a$04$tqODJjjQPRCHH57UxWWDY.KQJSuULYG1XyqXSs2zQrfperfPs56Ce"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title92"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title92"], ["body", "At quas dolore et non. Optio consequatur illum vitae veritatis reiciendis cupiditate. Officiis quos corrupti quis natus quidem aliquid vel."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 96], ["slug", "title92"], ["summary", "Nihil sapiente mollitia ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "violette.koelpin@bernier.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Demarcus Robel"], ["email", "violette.koelpin@bernier.info"], ["password_digest", "$2a$04$WWOYhHltbinyXfFraaGIQuk2yN0/o1zOU3jMwCnR79/ooOEKV4KTm"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title93"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title93"], ["body", "Corporis placeat nobis. Consequatur illo ut natus expedita eum provident nihil."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 97], ["slug", "title93"], ["summary", "Ex et veritatis laudantium id. Sequi ex quisquam nihil. Aut saepe animi est adipisci quia repudiandae."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "trenton.pagac@huelhalvorson.io"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Opal Kilback"], ["email", "trenton.pagac@huelhalvorson.io"], ["password_digest", "$2a$04$i4H1RqkjFapuQ63nrNBTMuBnfhaPYhGDlC5PfFF3k3r6Katczxx3e"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title94"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title94"], ["body", "Neque dolorem temporibus eos omnis sed. Natus voluptatem explicabo ipsa nemo. Molestiae impedit ut dolor sunt. Labore sequi quasi non rem quia."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 98], ["slug", "title94"], ["summary", "Inventore aut quos modi pariatur et deleniti. Sit explicabo esse eligendi delectus corporis dolore. Aut reprehenderit omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "agustin.rogahn@ebertmcclure.co"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Elouise Renner"], ["email", "agustin.rogahn@ebertmcclure.co"], ["password_digest", "$2a$04$RSRQTw8Kk/RRcr7CX4VWt.scucdr8lBTUVycnvFxNe8UT5k2ar8rK"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title95"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title95"], ["body", "Culpa qui harum. Voluptas sit aut voluptatibus maiores. Quidem sed occaecati qui culpa eos. Et in vel suscipit voluptate eius aut voluptatum."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 99], ["slug", "title95"], ["summary", "Temporibus praesentium iste. Qui est consequatur quam ad."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "conner@maggiomurphy.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Mallory Bogisich"], ["email", "conner@maggiomurphy.io"], ["password_digest", "$2a$04$RsxiJa8LVAyXZGClvTRDRuY5s8sOnUCGTSeQ8l.vdRPn5YqPTDoAq"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.3ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title96"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title96"], ["body", "Autem reiciendis deserunt veniam nesciunt quaerat. Vel est recusandae in amet earum."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 100], ["slug", "title96"], ["summary", "Qui qui voluptas ex ut occaecati temporibus. Debitis itaque nihil eos molestiae quia cum."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ryder@pfeffer.info"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stefan Stark"], ["email", "ryder@pfeffer.info"], ["password_digest", "$2a$04$QJ7jAS71SfOICl31K5mOqenRKjiBWz2LfKyek.7yqfsy.SzjINpz6"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title97"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title97"], ["body", "Dolorem quidem unde pariatur explicabo deserunt quia. Voluptatem tempore ex. Vitae possimus in corporis vel enim."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 101], ["slug", "title97"], ["summary", "Ducimus aut vitae iusto. Rerum numquam consequatur. Perspiciatis debitis reprehenderit facere sunt laborum voluptas maxime."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "neva_huels@bartolettirippin.name"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Miss Ernesto Runolfsdottir"], ["email", "neva_huels@bartolettirippin.name"], ["password_digest", "$2a$04$9oDNFXauofmtJ57TIgimKOISVfpXuSdm.po48HQsP/85w/O8Wxgl2"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title98"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title98"], ["body", "Reprehenderit ea et corporis laboriosam natus. Accusamus magnam ipsam eligendi ut. Fugiat est distinctio ut assumenda dolorum."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 102], ["slug", "title98"], ["summary", "Maxime voluptate dolor labore numquam."]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 77], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 68], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 78], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 69], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 79], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 70], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 80], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 71], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 81], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 72], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 82], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 73], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 74], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 84], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 75], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 85], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 76], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 86], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 77], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 87], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 78], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 79], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 89], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 80], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 90], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 81], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 91], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 82], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 92], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 83], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 93], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 84], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 94], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 85], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 95], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 86], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 96], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 87], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 97], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 88], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 98], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 89], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 99], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 90], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 100], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 91], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 101], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 92], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (157.5ms) Completed 200 OK in 170ms (Views: 144.4ms | ActiveRecord: 21.9ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 76], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 93], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (34.1ms) Completed 200 OK in 47ms (Views: 40.9ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cordell@gottlieb.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jackson Rath"], ["email", "cordell@gottlieb.info"], ["password_digest", "$2a$04$ZAUkwEudeQLIQxaxAi6G0.BQspgmGSoaVOkFNINeur5wxdwi1URyq"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 15ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"cordell@gottlieb.info", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "cordell@gottlieb.info"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$t5eZpAUX0LhOJjY2LnwLBuk8a1f9N2m14czghqmsfNO.OnSWctJ3u"], ["updated_at", 2016-07-01 21:06:09 UTC], ["id", 103]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:09 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 24ms (Views: 18.0ms | ActiveRecord: 2.2ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jaleel@rogahn.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hans Kuhlman III"], ["email", "jaleel@rogahn.info"], ["password_digest", "$2a$04$XRwCjgl0DShae9jZDoRYR.rYQ9uz3LFeJxg48IivoLYMghgkryZ2a"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title99"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title99"], ["body", "Autem ipsa ratione quia aspernatur omnis. Sed earum explicabo est. Illum reiciendis non assumenda dolorem."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 104], ["slug", "title99"], ["summary", "Ab suscipit a quia soluta. Illum vel voluptates."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.3ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "bonnie@armstrongohara.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rodolfo McKenzie"], ["email", "bonnie@armstrongohara.net"], ["password_digest", "$2a$04$tDs61LgcpSPX/SpQkOKaXOU9DI.naW31u3diZu.lB8fInif6CsZ86"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title100"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title100"], ["body", "Et sequi sapiente fugit. Cumque dolorem dolores corrupti. Necessitatibus animi error aut saepe. Incidunt cupiditate nisi voluptatem autem culpa ut et."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 105], ["slug", "title100"], ["summary", "Repellendus ut non quod voluptate."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "fanny@eichmannpollich.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laila Gulgowski"], ["email", "fanny@eichmannpollich.net"], ["password_digest", "$2a$04$XgJsM8yVK2GP31S51l5AiuGNnXiofek5T4M9MpPKteH.eDBhwMpzW"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title101"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title101"], ["body", "Numquam omnis temporibus accusamus ab mollitia deserunt. Impedit enim quia vel delectus est voluptate. Ut ipsum assumenda."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 106], ["slug", "title101"], ["summary", "Ipsa nobis id laudantium. Velit perspiciatis ut optio modi. Doloribus ut ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "faustino@oconner.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Philip Hettinger"], ["email", "faustino@oconner.info"], ["password_digest", "$2a$04$cyJTJZxgg7IikLx0TTLECeMrdRlr7DTmvbD6clfhziaRkfOhi8VBa"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title102"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title102"], ["body", "Pariatur animi temporibus asperiores qui. Necessitatibus et doloremque incidunt quod. Laborum expedita praesentium."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 107], ["slug", "title102"], ["summary", "Culpa provident hic nemo."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "darrin@wunschkuhic.co"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Johnpaul Funk"], ["email", "darrin@wunschkuhic.co"], ["password_digest", "$2a$04$rt3ob1S.WrSebNWb6dIAvu2H2tzB06Mj8kMpzFJS19bfBFzjCi26W"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title103"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title103"], ["body", "Et magni in. Accusantium aut dignissimos sed temporibus consectetur voluptatem sit."], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC], ["author_id", 108], ["slug", "title103"], ["summary", "In id modi error voluptatem quos facere minima."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "emmanuel@schinner.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eunice Blick"], ["email", "emmanuel@schinner.biz"], ["password_digest", "$2a$04$VJ398lTvZjKHr4IrJLtmDuLn3mVsKBF4Gls7UXo3x24/ySNTYf/HK"], ["created_at", 2016-07-01 21:06:09 UTC], ["updated_at", 2016-07-01 21:06:09 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title104"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title104"], ["body", "Adipisci maiores fugiat sint error voluptas quo. Est dignissimos vel itaque sed. Quae et ut nisi delectus. Eius totam fugit atque minus rem sint."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 109], ["slug", "title104"], ["summary", "Accusantium est sit. Optio explicabo nihil eum quo vitae repudiandae. Ut placeat facilis ab."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stan@spencerbrekke.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Barton Crooks"], ["email", "stan@spencerbrekke.info"], ["password_digest", "$2a$04$bn3aEL9hA3ZmZmHswDKaDO9KeU6emH5NzNIwx9fhvbLIhXjEJhh2a"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title105"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title105"], ["body", "Voluptatem et tempore ut facere dolorem reprehenderit. Reiciendis voluptatum officiis perferendis voluptates dignissimos perspiciatis delectus. Consequuntur cupiditate libero temporibus. Sit explicabo sint."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 110], ["slug", "title105"], ["summary", "Praesentium aut ut quasi. Ut atque modi possimus aut vero. Optio cumque odit eaque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aylin@steuber.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reuben Dooley MD"], ["email", "aylin@steuber.org"], ["password_digest", "$2a$04$SrGY9Xsm3yZV9drvZTUI/.18Ij1njPL/SRen7GCcUSy839XuPRlvm"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title106"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title106"], ["body", "Id qui placeat sed beatae. Optio labore impedit placeat et commodi. Nihil aspernatur nemo placeat."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 111], ["slug", "title106"], ["summary", "Quia ut possimus ea quibusdam pariatur et ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nadia_gottlieb@hegmann.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosina Stroman"], ["email", "nadia_gottlieb@hegmann.name"], ["password_digest", "$2a$04$GwGyAU2qRL77y4ssgeh9oe0HOulyNX2h9p3O0hv9Jnt0B.EmgHAGm"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title107"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title107"], ["body", "Harum est fugit itaque tempore cumque dolorum saepe. Eligendi similique illum vel voluptas quisquam sit. Qui laborum modi voluptatum vero."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 112], ["slug", "title107"], ["summary", "Eos dignissimos saepe quisquam voluptatum accusantium blanditiis. Et doloremque at fugiat quis porro."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "zackery_bartoletti@marquardtmitchell.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Freda Price"], ["email", "zackery_bartoletti@marquardtmitchell.co"], ["password_digest", "$2a$04$OGBVCywIlys3Wol.QXRyc.4yzfQRoxKYgFfbLX.9aPwsN3fzPdg0O"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title108"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title108"], ["body", "Laborum consequatur debitis. Beatae qui quia magni et. Aliquid illo id alias consequuntur architecto."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 113], ["slug", "title108"], ["summary", "Aut nihil magni optio. Alias consectetur iure nesciunt asperiores aperiam libero. Dolores ratione fugit a."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jefferey@armstrongokuneva.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Grant Rau"], ["email", "jefferey@armstrongokuneva.name"], ["password_digest", "$2a$04$GtUDKr/9DFIq7ni.J3gPLOI7rU3kbr72jRWbOHFQuCmL.1VzFhr3y"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title109"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title109"], ["body", "Neque ipsa saepe omnis sit repellendus minima natus. Quidem nesciunt ut corporis dolorem consequatur facilis. Quis adipisci molestias. Quas id consequatur aut earum at."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 114], ["slug", "title109"], ["summary", "Quos harum quidem eos autem soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "macy@hickle.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosemarie Lindgren"], ["email", "macy@hickle.io"], ["password_digest", "$2a$04$P1HwgX5AVaQ.n57Xf4kkqu3VNN.LvVwv/k9XEi55S2kxYsdzb8Pfi"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title110"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title110"], ["body", "Molestias sequi aut numquam consequatur architecto. Architecto vero excepturi ducimus quam sint dolor. Et illo non voluptatem itaque tenetur."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 115], ["slug", "title110"], ["summary", "Nemo quod quasi quia quia sit. Nihil et perspiciatis amet sunt aut ea aspernatur. Ratione velit iusto sit dolores explicabo et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "stanford@runolfonmclaughlin.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Arne Hauck"], ["email", "stanford@runolfonmclaughlin.info"], ["password_digest", "$2a$04$OaTVtaccB.BIrZ7ilg2gxewAAsgvCmtbv69rAjR.zyOB0irp4XjVS"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title111"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title111"], ["body", "Quisquam et aperiam repudiandae in ipsum enim. Accusamus sint et itaque mollitia suscipit est. Ad illo rerum ut et eligendi rerum. Explicabo eum est aut non esse quaerat."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 116], ["slug", "title111"], ["summary", "Est blanditiis rerum iste et quis. Eum quaerat voluptate voluptatem ut. Omnis ducimus minus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "coleman@bergstrom.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rick Daugherty"], ["email", "coleman@bergstrom.co"], ["password_digest", "$2a$04$uxfq6OxIpqypw2qbHlFCIe4egsJ7GYs8eC/C/nX1MXgN8CfT9Bn0y"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title112"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title112"], ["body", "Veritatis rerum esse dolorum. Quo aut nemo."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 117], ["slug", "title112"], ["summary", "Officiis corporis nulla ut corrupti. Est quasi sit ullam ratione est. Vero sit tempora itaque."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "benny@moen.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gonzalo Ratke"], ["email", "benny@moen.name"], ["password_digest", "$2a$04$T7odPbWTfXfq63zhFwYW3ug/ESXIDPBEUoqbAh9c8t7/VEsG7J1tK"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title113"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title113"], ["body", "Enim quas numquam delectus omnis necessitatibus soluta. Dicta nihil architecto. Qui commodi dolorem et. Voluptas non ab fugit odit."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 118], ["slug", "title113"], ["summary", "Et eaque quas velit sed. Quidem voluptatem rerum aut. Reiciendis et neque quae voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theodore.leffler@shanahangerhold.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Norwood Beatty"], ["email", "theodore.leffler@shanahangerhold.com"], ["password_digest", "$2a$04$gP5EfR5FvE.2iG8uvFR6MOYWfswMofmAOvaRlc2ilrtg58ahFxIh6"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title114"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title114"], ["body", "Quaerat vero officiis harum. Non aut ea. Voluptate veniam ad maxime sed enim quia nam."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 119], ["slug", "title114"], ["summary", "Atque exercitationem quisquam dicta amet. Maiores eum esse illo qui. Sit sit omnis rerum voluptatem harum omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "roger@mccullough.biz"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Haskell Zemlak"], ["email", "roger@mccullough.biz"], ["password_digest", "$2a$04$fbVX3M1BMlsqFdJ2Nb1M1uV3GE/Hqx34HHYSoPfykn4HnvER/xvzK"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title115"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title115"], ["body", "Minima eaque placeat. Veritatis facilis eos consequuntur adipisci. Eos nemo cupiditate animi."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 120], ["slug", "title115"], ["summary", "Ut molestiae rerum. Possimus perspiciatis corrupti."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "watson@greenbecker.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marina Padberg"], ["email", "watson@greenbecker.co"], ["password_digest", "$2a$04$B47vYDRqNNuVr371Bs2l3.CAxJkuarlktA9HZLUC0Bo70eyTAkw9G"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title116"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title116"], ["body", "Velit id voluptatem eligendi ex at. Sed velit dolores pariatur delectus. Fugit suscipit illo ex quibusdam. Velit quasi cum sapiente beatae."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 121], ["slug", "title116"], ["summary", "Et amet laborum nesciunt et."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "claudine@grimes.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Abbigail Kuhic"], ["email", "claudine@grimes.info"], ["password_digest", "$2a$04$7Af971fLiPYpOhlhjnMMeOqaGOxghQmKiB81E4x/znQLI/xoCQ4ci"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title117"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title117"], ["body", "Rerum facilis quas. Quas sapiente sit quia rerum."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 122], ["slug", "title117"], ["summary", "Porro ullam quo quia dolores explicabo temporibus."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "oran.lowe@barrowsreynolds.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Aylin Gusikowski"], ["email", "oran.lowe@barrowsreynolds.co"], ["password_digest", "$2a$04$9Af3V3nT978glR87K5BgyeHllTnQGyz26n60wTjbQ6Wywubf5w/um"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title118"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title118"], ["body", "Voluptatem eaque atque id mollitia eligendi. Officiis ipsam aliquam saepe eius et numquam. Aperiam rerum quidem."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 123], ["slug", "title118"], ["summary", "Placeat et pariatur tempora fugit est consequuntur."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "estelle@rice.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Casimer Goyette"], ["email", "estelle@rice.io"], ["password_digest", "$2a$04$dCxrSFcVVCK7sr9VCLAy2eguVe.Kda1oz4uOLQZZ6ooBb97oe7NX."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title119"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title119"], ["body", "Sed in perspiciatis. Sed dignissimos sit sunt qui sit nihil voluptatem. Nam unde illum voluptas dolor et eius."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 124], ["slug", "title119"], ["summary", "Nostrum fugiat et numquam. Dignissimos sit ullam est velit."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kendall@wiza.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lesly Huel"], ["email", "kendall@wiza.net"], ["password_digest", "$2a$04$IB1YOTDvmfWgYYDq2GcIduLpuMeN4X8esO4kmk2TFOUe4j6/Q0iDq"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title120"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title120"], ["body", "Quasi maiores consectetur sint consequatur pariatur voluptatem id. Officiis reprehenderit porro voluptatem in ut voluptatem."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 125], ["slug", "title120"], ["summary", "Nesciunt inventore hic dicta non similique. A sed temporibus ea sunt quis assumenda."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.0ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joany_mosciski@krajcik.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Magnolia Considine"], ["email", "joany_mosciski@krajcik.co"], ["password_digest", "$2a$04$eJrvC1L/C7F6qA5hSG8T/uEvhzD2jJZwSxoFB.iwaPKKGoUOdju4m"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title121"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title121"], ["body", "Vero molestiae qui pariatur ab asperiores reprehenderit. Recusandae aut cum facere. Est modi commodi. Labore aut hic."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 126], ["slug", "title121"], ["summary", "At nesciunt repudiandae et ratione dolor ut. Est eveniet mollitia ducimus et."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "mayra_langworth@moenhagenes.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Einar Schaefer"], ["email", "mayra_langworth@moenhagenes.net"], ["password_digest", "$2a$04$gkgdnbSVCRBm4TLc9JhWhOORb9PHKVuZg4.SOhxxVy1niX6SFDn0W"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title122"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title122"], ["body", "Officiis cumque ullam et qui labore nam. Quo optio libero mollitia sit. Saepe ut ut similique qui."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 127], ["slug", "title122"], ["summary", "Unde iusto ut doloribus esse voluptas. Quaerat eaque ab placeat ea. Voluptate odio omnis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "toney@marquardt.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bailee Hansen"], ["email", "toney@marquardt.info"], ["password_digest", "$2a$04$zfSQ2xUboBfxsp.HoM0SleZ/Q8yGIYgwnNz2tkZwHGWd1Uu4hPUYK"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title123"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title123"], ["body", "Maiores et praesentium eum qui nostrum perspiciatis distinctio. Qui et dolor repellendus sit odio voluptatibus. Est minima quasi autem earum. Aut fugit consequuntur."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 128], ["slug", "title123"], ["summary", "Similique dolor molestias enim consectetur odit nulla."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.8ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shanna.witting@blandafahey.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Frank Zboncak"], ["email", "shanna.witting@blandafahey.io"], ["password_digest", "$2a$04$tpF/GuuuuQld1OmPKnq3bey4/oButNcwDNwoztPwVzJlvXj9akYCm"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title124"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title124"], ["body", "Incidunt voluptatem reprehenderit illum et. Saepe est quae aperiam. Ut et et esse asperiores officia velit est. Et rem enim esse."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 129], ["slug", "title124"], ["summary", "Ipsum ea sit qui minima dolorem. Debitis dicta qui doloribus omnis maiores alias voluptas."]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 104], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 94], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 105], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 95], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 96], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 107], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 97], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 108], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 98], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 109], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 99], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 110], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 100], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 111], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 101], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 112], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 102], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 113], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 103], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 114], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 104], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 115], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 105], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 116], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 106], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 117], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 107], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 118], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 108], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 119], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 109], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 120], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 110], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 121], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 111], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 112], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 123], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 113], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 124], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 114], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 125], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 115], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 126], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 116], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 127], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 117], ["taggable_type", "Exposition::Post"]] Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 128], ["LIMIT", 1]] Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 118], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (140.6ms) Completed 200 OK in 154ms (Views: 129.7ms | ActiveRecord: 20.3ms) Started GET "/admin/posts?page=2" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 103], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 129], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 119], ["taggable_type", "Exposition::Post"]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (32.3ms) Completed 200 OK in 50ms (Views: 42.1ms | ActiveRecord: 3.9ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "vicky_medhurst@bradtketreutel.co"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "vicky_medhurst@bradtketreutel.co"], ["password_digest", "$2a$04$YH6BRGoDFg8EBBoIZmWug.yt7FDavuwGlVnP9TYGlo2O0vcd8Xy6S"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.7ms) Completed 200 OK in 26ms (Views: 22.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"vicky_medhurst@bradtketreutel.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "vicky_medhurst@bradtketreutel.co"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$4P87DTkdumIII5f1ffLhhujD6UvhVv9HQqMJKayefpnx/RVr6Q17K"], ["updated_at", 2016-07-01 21:06:10 UTC], ["id", 130]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.6ms) Completed 200 OK in 24ms (Views: 18.9ms | ActiveRecord: 1.5ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "christop_erdman@mayert.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "christop_erdman@mayert.info"], ["password_digest", "$2a$04$FuLNH5/vzDtHL34yJhxLcOzL9RxC.MEMoT6EPuqhUmnK6PhRpkYk2"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "blaise_fisher@kunze.io"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eino Ebert"], ["email", "blaise_fisher@kunze.io"], ["password_digest", "$2a$04$v2XHbC587UT/u6opoZm.qeSFrRs/gfavv8y6bTUzj.pVjJEYHggFe"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title125"], ["body", "Eos dolorem cum recusandae accusamus. Aliquid id explicabo debitis harum ut. Pariatur eos nostrum ex voluptates explicabo et sunt. Quibusdam quam similique."], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 132], ["slug", "title125"], ["summary", "Sunt modi id sunt totam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/title125/edit" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#edit as HTML Parameters: {"id"=>"title125"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (4.0ms) Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags"  (0.9ms) SELECT "categorical_tags".id FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (31.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/edit.html.haml within layouts/exposition/admin (53.3ms) Completed 200 OK in 69ms (Views: 61.3ms | ActiveRecord: 2.9ms) Started PATCH "/admin/posts/title125" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#update as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"131", "slug"=>"my slug", "tag_ids"=>["", "41"], "published"=>"1"}, "commit"=>"Update Post", "id"=>"title125"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Exposition::Post Load (0.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title125"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 41 Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 41], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 41], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 120], ["taggable_type", "Exposition::Post"], ["tag_id", 41]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "my-slug"], ["id", 120], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "title" = $1, "body" = $2, "summary" = $3, "slug" = $4, "published" = $5, "author_id" = $6, "published_at" = $7, "updated_at" = $8 WHERE "exposition_posts"."id" = $9 [["title", "Hello World!"], ["body", "My great idea!"], ["summary", "My great summary!"], ["slug", "my-slug"], ["published", true], ["author_id", 131], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["id", 120]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 25ms (ActiveRecord: 6.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 130], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 131], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 120], ["taggable_type", "Exposition::Post"]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (22.5ms) Completed 200 OK in 36ms (Views: 28.6ms | ActiveRecord: 2.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "allison.christiansen@koveum.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Andrew"], ["email", "allison.christiansen@koveum.io"], ["password_digest", "$2a$04$XWDidvQZc8ZVgND40pkHXO1aRt6DBwbITgwUFFeFZL7drIrhOHlGS"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.3ms) Completed 200 OK in 15ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"allison.christiansen@koveum.io", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "allison.christiansen@koveum.io"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$WInex6BzlkzkF/dA66qAmuQo6dabMotMaNpJIK56yNqhr2ujVrm5W"], ["updated_at", 2016-07-01 21:06:10 UTC], ["id", 133]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (14.4ms) Completed 200 OK in 28ms (Views: 22.3ms | ActiveRecord: 1.8ms)  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nikita@quitzonhoeger.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "nikita@quitzonhoeger.org"], ["password_digest", "$2a$04$pgodcCONgyBe5D9n0AtRH.tooCxGuIPEGsgj1hkhVUtBP8Yg0K.Pi"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "coffee"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "coffee"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "coffee"], ["slug", "coffee"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (1.4ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.9ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (17.9ms) Completed 200 OK in 31ms (Views: 24.9ms | ActiveRecord: 1.4ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"Hello World!", "summary"=>"My great summary!", "body"=>"My great idea!", "author_id"=>"134", "slug"=>"my slug", "tag_ids"=>["", "42"], "published"=>"1"}, "commit"=>"Create Post"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."id" = 42  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]] Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Exposition::Post Exists (1.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Hello World!"], ["body", "My great idea!"], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC], ["author_id", 134], ["slug", "my-slug"], ["summary", "My great summary!"]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 121], ["taggable_type", "Exposition::Post"], ["tag_id", 42]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "coffee"], ["id", 42], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "coffee"], ["id", 42], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 25ms (ActiveRecord: 7.7ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 133], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]] Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 134], ["LIMIT", 1]] Categorical::Tag Load (0.3ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 121], ["taggable_type", "Exposition::Post"]]  (0.4ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (15.6ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 2.4ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jannie.collins@hagenes.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jerrell Watsica I"], ["email", "jannie.collins@hagenes.biz"], ["password_digest", "$2a$04$quiEwf68XIMnHvq4xCHvw.8j4jSBlkCbeT5mrNVnEKZ7vx9VHb8LC"], ["created_at", 2016-07-01 21:06:10 UTC], ["updated_at", 2016-07-01 21:06:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:10 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.3ms) Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jannie.collins@hagenes.biz", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jannie.collins@hagenes.biz"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$Kvits24/vW.m2s5XqkGwMeqJdrelnIgXzsmGukYlo./5qaLLdEnOS"], ["updated_at", 2016-07-01 21:06:11 UTC], ["id", 135]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (11.7ms) Completed 200 OK in 25ms (Views: 19.6ms | ActiveRecord: 1.6ms) Started GET "/admin/posts/new" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::PostsController#new as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (3.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (7.7ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (17.8ms) Completed 200 OK in 32ms (Views: 26.0ms | ActiveRecord: 1.6ms) Started POST "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::PostsController#create as HTML Parameters: {"utf8"=>"✓", "post"=>{"title"=>"", "summary"=>"", "body"=>"1, 2, 3, 4 get your booty on the floor.", "author_id"=>"135", "slug"=>"", "tag_ids"=>[""], "published"=>"0"}, "commit"=>"Create Post"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE 1=0  (0.3ms) SAVEPOINT active_record_1 CACHE (0.0ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 135], ["LIMIT", 1]] Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (3.0ms) Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" Categorical::Tag Load (0.4ms) SELECT "categorical_tags".* FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/_form_fields.html.haml (8.0ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/new.html.haml within layouts/exposition/admin (18.7ms) Completed 200 OK in 38ms (Views: 27.6ms | ActiveRecord: 3.2ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.8ms) Completed 200 OK in 17ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", ""], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.9ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.4ms) Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.6ms) Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.0ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$krkrUZ3J/q.cMZ1xhujgHujVnEogE1/pWN6UkN3K7FEZIz5vu25WS"], ["created_at", 2016-07-01 21:06:11 UTC], ["updated_at", 2016-07-01 21:06:11 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$3LBBQ2kfgIZIYTj.sO7Kt.h5bmGu7s/aQZUNCPxn/lKgNyIqD6PdC"], ["updated_at", 2016-07-01 21:06:11 UTC], ["id", 136]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:11 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 136], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (9.5ms) Completed 200 OK in 21ms (Views: 15.2ms | ActiveRecord: 1.8ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "user@user.com"], ["password_digest", "$2a$04$vW7MVmrIS.OA/4lQfM2Hr.HSwgA2e8K5StfloLSZ4ogXXKNaArxrm"], ["created_at", 2016-07-01 21:06:11 UTC], ["updated_at", 2016-07-01 21:06:11 UTC]]  (0.6ms) COMMIT Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:16 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (6.9ms) Completed 200 OK in 23ms (Views: 17.9ms | ActiveRecord: 0.0ms) Started GET "/assets/exposition/admin/application-f65bd21bac68a8b5ceaa2f380f9932b67ea4d43b8f5170feb553ec9156a09060.css" for 127.0.0.1 at 2016-07-01 17:06:16 -0400 Started GET "/assets/exposition/admin/application-c86e162be18a58a3a22280ddd0953640a32c1154e6ad58f7e4e484add2984660.js" for 127.0.0.1 at 2016-07-01 17:06:16 -0400 Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:17 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user@user.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (1.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "user@user.com"], ["LIMIT", 1]]  (0.3ms) BEGIN SQL (1.5ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$VdovEGUuURgMIZzSyhC3d.fc.HD2Td/S99Di8.OfnjsegVYl8zxlm"], ["updated_at", 2016-07-01 21:06:17 UTC], ["id", 137]]  (0.7ms) COMMIT Redirected to http://127.0.0.1:64161/admin/posts Completed 302 Found in 14ms (ActiveRecord: 4.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:17 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.2ms) Completed 200 OK in 25ms (Views: 16.6ms | ActiveRecord: 2.9ms) Started DELETE "/admin/logout" for 127.0.0.1 at 2016-07-01 17:06:17 -0400 Processing by Exposition::Admin::SessionsController#destroy as HTML Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 137], ["LIMIT", 1]] Redirected to http://127.0.0.1:64161/ Completed 302 Found in 2ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-07-01 17:06:17 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (1.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (10.7ms) Completed 200 OK in 29ms (Views: 23.1ms | ActiveRecord: 2.1ms) Started GET "/assets/exposition/application-f6998f1e99320fe331e4f9a6920c953ba34401b07edb64ca28e4886d511558ed.css" for 127.0.0.1 at 2016-07-01 17:06:17 -0400 Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for 127.0.0.1 at 2016-07-01 17:06:17 -0400 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (5.8ms) Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.0ms)  (0.3ms) BEGIN  (0.5ms) ALTER TABLE "categorical_taggings" DISABLE TRIGGER ALL;ALTER TABLE "categorical_tags" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "exposition_posts" DISABLE TRIGGER ALL;ALTER TABLE "exposition_users" DISABLE TRIGGER ALL  (0.2ms) COMMIT  (21.6ms) TRUNCATE TABLE "public"."categorical_taggings", "public"."categorical_tags", "public"."exposition_posts", "public"."exposition_users" RESTART IDENTITY CASCADE;  (0.7ms) BEGIN  (0.6ms) ALTER TABLE "categorical_taggings" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "categorical_tags" ENABLE TRIGGER ALL;ALTER TABLE "exposition_posts" ENABLE TRIGGER ALL;ALTER TABLE "exposition_users" ENABLE TRIGGER ALL  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 Exposition::User Exists (1.2ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ayla@runolfon.co"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Theodora Kemmer"], ["email", "ayla@runolfon.co"], ["password_digest", "$2a$04$AvcFfGosBWl.u8DBtMt1g.rLmpUaTAofNQPP1sIk1fzRD.OtuZR5q"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.0ms) Completed 200 OK in 17ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"ayla@runolfon.co", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "ayla@runolfon.co"], ["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (1.1ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$a0VWuSL0Y3GFDPmq4yemOuWNX9dAaDC9sxANr2SQvC6iH.8W/mCxq"], ["updated_at", 2016-07-01 21:06:18 UTC], ["id", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 13ms (ActiveRecord: 2.4ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.1ms) Completed 200 OK in 25ms (Views: 16.9ms | ActiveRecord: 2.5ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label38"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label38"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label38"], ["slug", "label38"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (12.5ms) Completed 200 OK in 29ms (Views: 21.7ms | ActiveRecord: 1.8ms)  (0.5ms) ROLLBACK  (0.7ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "selina@hammes.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rae Ondricka"], ["email", "selina@hammes.com"], ["password_digest", "$2a$04$c8CPs8weno1TqyCfJ6aMrO4PBYqRk2Iwgw/h2hXAy8xE1SuLNahw."], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (2.3ms) Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"selina@hammes.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.8ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "selina@hammes.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$chffHJueHQSoy6lPMv4x5u9AcxhNugO2hvC1bISly0P11rGVizy/."], ["updated_at", 2016-07-01 21:06:18 UTC], ["id", 2]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.2ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.2ms) Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 2.0ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label39"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label39"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label39"], ["slug", "label39"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label40"], ["LIMIT", 1]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label40"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label40"], ["slug", "label40"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label41"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label41"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label41"], ["slug", "label41"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label42"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label42"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label42"], ["slug", "label42"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label43"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label43"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label43"], ["slug", "label43"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label44"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label44"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label44"], ["slug", "label44"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label45"], ["LIMIT", 1]] Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label45"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label45"], ["slug", "label45"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label46"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label46"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label46"], ["slug", "label46"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label47"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label47"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label47"], ["slug", "label47"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label48"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label48"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label48"], ["slug", "label48"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label49"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label49"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label49"], ["slug", "label49"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label50"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label50"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label50"], ["slug", "label50"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label51"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label51"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label51"], ["slug", "label51"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label52"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label52"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label52"], ["slug", "label52"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label53"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label53"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label53"], ["slug", "label53"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label54"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label54"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label54"], ["slug", "label54"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label55"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label55"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label55"], ["slug", "label55"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label56"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label56"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label56"], ["slug", "label56"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label57"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label57"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label57"], ["slug", "label57"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label58"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label58"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label58"], ["slug", "label58"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label59"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label59"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label59"], ["slug", "label59"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label60"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label60"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label60"], ["slug", "label60"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label61"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label61"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label61"], ["slug", "label61"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label62"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label62"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label62"], ["slug", "label62"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label63"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label63"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label63"], ["slug", "label63"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "label64"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "label64"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "label64"], ["slug", "label64"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (29.4ms) Completed 200 OK in 40ms (Views: 34.7ms | ActiveRecord: 1.5ms) Started GET "/admin/tags?page=2" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::TagsController#index as HTML Parameters: {"page"=>"2"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 25]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (27.6ms) Completed 200 OK in 44ms (Views: 37.9ms | ActiveRecord: 1.7ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jazmin@emardkunze.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Roselyn Bayer I"], ["email", "jazmin@emardkunze.com"], ["password_digest", "$2a$04$SMJ0XYdvyHkOCaVZZ0ebIuV1Mp6eApsZSu7V/jsP.XB2woA70ySXq"], ["created_at", 2016-07-01 21:06:18 UTC], ["updated_at", 2016-07-01 21:06:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (3.1ms) Completed 200 OK in 16ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"jazmin@emardkunze.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "jazmin@emardkunze.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$.nQ5oIuskADwAoqr2GAhWuzkaOtQv3SWATgzscDqGUdGJ4JOUEtw6"], ["updated_at", 2016-07-01 21:06:18 UTC], ["id", 3]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:18 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (1.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (13.4ms) Completed 200 OK in 28ms (Views: 19.9ms | ActiveRecord: 2.5ms) Started GET "/admin/tags/new" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#new as HTML Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (22.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/new.html.haml within layouts/exposition/admin (31.1ms) Completed 200 OK in 50ms (Views: 43.3ms | ActiveRecord: 0.7ms) Started POST "/admin/tags" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#create as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"my tag"}, "commit"=>"Create Tag"} Exposition::User Load (0.6ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "my tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "my tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.9ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.7ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (15.6ms) Completed 200 OK in 36ms (Views: 28.6ms | ActiveRecord: 2.1ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "carole@kirlin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Marilou Gerlach"], ["email", "carole@kirlin.com"], ["password_digest", "$2a$04$N/PoZtRJPQMhweLQEMXfxO4qODNTcYez1fali/uCfgnxUj3XGVWG2"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.3ms) Completed 200 OK in 16ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"carole@kirlin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "carole@kirlin.com"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$8ehF/5l2ZXJQdE4JIgjHm.BB9nBaEBGaUuPxguFas.KDrJXW873ym"], ["updated_at", 2016-07-01 21:06:19 UTC], ["id", 4]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (12.6ms) Completed 200 OK in 26ms (Views: 19.7ms | ActiveRecord: 1.7ms)  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "Old Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "Old Label"], ["slug", "old-label"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags/old-label/edit" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#edit as HTML Parameters: {"id"=>"old-label"} Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/shared/_error_handler.html.haml (2.3ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/edit.html.haml within layouts/exposition/admin (12.6ms) Completed 200 OK in 27ms (Views: 20.6ms | ActiveRecord: 0.9ms) Started PATCH "/admin/tags/old-label" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#update as HTML Parameters: {"utf8"=>"✓", "tag"=>{"label"=>"New Label"}, "commit"=>"Update Tag", "id"=>"old-label"} Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "old-label"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "New Label"], ["id", 29], ["LIMIT", 1]] Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "old-label"], ["id", 29], ["LIMIT", 1]] SQL (1.0ms) UPDATE "categorical_tags" SET "label" = $1, "updated_at" = $2 WHERE "categorical_tags"."id" = $3 [["label", "New Label"], ["updated_at", 2016-07-01 21:06:19 UTC], ["id", 29]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 14ms (ActiveRecord: 3.8ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (13.3ms) Completed 200 OK in 25ms (Views: 19.7ms | ActiveRecord: 1.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "quentin@effertz.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Kamille Schmidt"], ["email", "quentin@effertz.org"], ["password_digest", "$2a$04$BmxT0VycirEsHsiPvF4RbevnQrrqf25ayD6dVG0UDQW5PB8DVndTe"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::SessionsController#new as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/sessions/new.html.haml within layouts/exposition/admin (4.0ms) Completed 200 OK in 17ms (Views: 14.0ms | ActiveRecord: 0.0ms) Started POST "/admin/login" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"quentin@effertz.org", "password"=>"[FILTERED]"}, "commit"=>"Log in"} Exposition::User Load (0.7ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."email" = $1 LIMIT $2 [["email", "quentin@effertz.org"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$aBNLNO8qsxiHusw4hncJMuhkTWx9GdggCXEgPafYhfc1vU5.IlZM6"], ["updated_at", 2016-07-01 21:06:19 UTC], ["id", 5]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/posts Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::PostsController#index as HTML Exposition::User Load (0.5ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml within layouts/exposition/admin (10.8ms) Completed 200 OK in 25ms (Views: 17.5ms | ActiveRecord: 1.9ms)  (0.4ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Label"], ["LIMIT", 1]] Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Label"], ["slug", "my-label"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.5ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.5ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.4ms) Completed 200 OK in 23ms (Views: 18.0ms | ActiveRecord: 1.4ms) Started DELETE "/admin/tags/my-label" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#destroy as HTML Parameters: {"id"=>"my-label"} Exposition::User Load (0.9ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-label"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "categorical_tags" WHERE "categorical_tags"."id" = $1 [["id", 30]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/admin/tags Completed 302 Found in 6ms (ActiveRecord: 2.5ms) Started GET "/admin/tags" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::Admin::TagsController#index as HTML Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" LIMIT $1 OFFSET $2 [["LIMIT", 25], ["OFFSET", 0]]  (0.4ms) SELECT COUNT(*) FROM "categorical_tags" Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/tags/index.html.haml within layouts/exposition/admin (11.0ms) Completed 200 OK in 24ms (Views: 19.1ms | ActiveRecord: 1.4ms)  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lila.walker@swaniawski.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Brenda Champlin"], ["email", "lila.walker@swaniawski.org"], ["password_digest", "$2a$04$AkC0AaHr7fBcExxgLYtfKe.JV.mdPYx8SinsXoPm1czNQp65IWYyi"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Post1"], ["body", "Sunt nisi minus eligendi natus qui vel. Consequatur sint nihil praesentium similique quia labore."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 6], ["slug", "post1"], ["summary", "Ut aut eligendi incidunt voluptatibus. Molestiae inventore magnam et."]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "shaniya.bradtke@mueller.biz"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ilene O'Conner"], ["email", "shaniya.bradtke@mueller.biz"], ["password_digest", "$2a$04$sWDHQXYeuvi7P091XyW8hOpT5Cru1wdhuwVdWTD1bWDK4bNBv6Kt2"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Post2"], ["body", "Voluptatum nihil vel occaecati facere quia nihil eum. Vel provident et sapiente. Repellendus placeat facere at ut pariatur asperiores. At in qui quia."], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 7], ["slug", "post2"], ["summary", "Quam delectus est exercitationem voluptatibus in id."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.9ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (26.1ms) Completed 200 OK in 45ms (Views: 38.9ms | ActiveRecord: 2.6ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Started GET "/" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]]  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (11.1ms) Completed 200 OK in 32ms (Views: 26.7ms | ActiveRecord: 1.3ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "jarret_spencer@wuckertbotsford.io"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Georgianna Hegmann"], ["email", "jarret_spencer@wuckertbotsford.io"], ["password_digest", "$2a$04$QQV.T/2AsRaPoKm5JGjZQuR2SO2DmaIxaX3k9a6Zc/5izcKFy3HmK"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title126"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title126"], ["body", "Dolorem earum sequi adipisci. Quo quos qui facilis ut quas."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 8], ["slug", "title126"], ["summary", "Veritatis unde qui. Quia eveniet voluptatem placeat. Culpa magni porro dolorum voluptates numquam doloremque et."]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "cleta@west.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adolf Murphy"], ["email", "cleta@west.com"], ["password_digest", "$2a$04$YkhdFfOgKMKdrIMDEKF6ee57cGTRHiIFaN3On3pI9LMQpd/8/WDr6"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title127"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title127"], ["body", "Eligendi veniam nostrum dignissimos. Sunt voluptatem ex tenetur."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 9], ["slug", "title127"], ["summary", "Dolor nemo quis esse saepe voluptatem quia dolores. Sunt esse magni magnam."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "te.bernhard@gleichnerdubuque.net"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Keyon Towne"], ["email", "te.bernhard@gleichnerdubuque.net"], ["password_digest", "$2a$04$PPn1PCVOwJuCmp88LzmMkO7y/hWaLz1oA6Fvtm0T/n5iJScuwadCG"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title128"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title128"], ["body", "Quia et voluptatem eum porro aut. Vel velit quaerat ut aut. Placeat vel laboriosam quam voluptates officiis repudiandae."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 10], ["slug", "title128"], ["summary", "Odit quis enim. Quia ut nam hic expedita odit. Iure saepe ut ducimus autem."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "winona@dickiosinski.name"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jovan Lowe"], ["email", "winona@dickiosinski.name"], ["password_digest", "$2a$04$f5LqKxIwO90TUgrLAi59HetjtmytEPGd.nRYrTcZmHYI0gPZtxWBC"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.8ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title129"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title129"], ["body", "Inventore incidunt veritatis ipsa. Rem sed voluptas animi. Nihil ut quaerat eveniet veniam veritatis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 11], ["slug", "title129"], ["summary", "Excepturi quia omnis voluptate eius."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "theresa@greenholt.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jessie Walker"], ["email", "theresa@greenholt.net"], ["password_digest", "$2a$04$i.iSBIawCMb0BRf6FWvIhuK4FFrEcjuZSC6iiSpPa3aRZq6KbypmC"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title130"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title130"], ["body", "Nam explicabo illo. Ut itaque aut nihil enim doloribus natus. Corporis dolorem est quia beatae."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 12], ["slug", "title130"], ["summary", "Libero rerum voluptatibus rerum. Dolorum et magni voluptatum."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "kaleb_champlin@quitzon.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sheldon Kerluke"], ["email", "kaleb_champlin@quitzon.com"], ["password_digest", "$2a$04$MRPx6tePgMntTlebRHcdY.22e5F6il.RzA6k7zhy4x9XfP1NQny/S"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.4ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title131"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title131"], ["body", "Earum minus in unde dolores dolore. Quaerat non dolore eaque mollitia. Ab animi illo quisquam sapiente omnis. Qui dolore repellat assumenda magni sint sed."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 13], ["slug", "title131"], ["summary", "Nemo ducimus dolor provident perferendis laboriosam. Qui dignissimos ratione voluptas quia tempora doloremque."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "moises_moen@hegmann.biz"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alyce Johnston"], ["email", "moises_moen@hegmann.biz"], ["password_digest", "$2a$04$lJ5qwsaZ0yWrJ8ZuoFa9M.gaKO/uDE.JjnSLDYb29MRAPdL30ESr2"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title132"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title132"], ["body", "Qui voluptas distinctio esse eum. Et maiores provident ut doloribus enim. Qui id molestiae."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 14], ["slug", "title132"], ["summary", "Sed omnis eos ut qui. Non ipsam veritatis commodi doloribus sit quas blanditiis."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "gerard@schmittbernhard.org"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sim Cartwright"], ["email", "gerard@schmittbernhard.org"], ["password_digest", "$2a$04$DKMIAX1tnxrjK1edx.3N4.zCmZkUT.l.WPfQ4U9IWFVhsSinAzZ.a"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.2ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title133"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title133"], ["body", "Nesciunt id vitae minus ipsa deleniti facilis est. Sunt placeat distinctio asperiores."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 15], ["slug", "title133"], ["summary", "Nisi optio aut unde quis earum quod. Praesentium consequuntur sunt voluptatem. Quod eum qui."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "conner_wintheiser@cummingsdenesik.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Antonietta Nienow"], ["email", "conner_wintheiser@cummingsdenesik.com"], ["password_digest", "$2a$04$7Zcey3Wy.cJZJ0MLi893eOSj6xccC4cibWfc5X.qlB5K13CH678ma"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title134"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title134"], ["body", "Adipisci aspernatur nihil consequatur sunt. Facere officia molestiae. Est reiciendis fugiat quis architecto sed magni quibusdam. Asperiores rerum qui exercitationem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 16], ["slug", "title134"], ["summary", "Delectus error facere voluptas et. Nihil molestiae qui aut soluta quas officiis nobis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "leilani@bayer.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sam Eichmann"], ["email", "leilani@bayer.info"], ["password_digest", "$2a$04$wfRfppye0akuSQ/kqKH3QOhreeKnnfMQpzAtEOsgQfznI7XVWuwSu"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.9ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title135"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title135"], ["body", "Delectus est voluptate dolore eos. Odio deleniti alias in. Est aut est assumenda dolor quos quasi. Beatae omnis qui necessitatibus similique veritatis quo error."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 17], ["slug", "title135"], ["summary", "Dolores dicta quibusdam mollitia ut."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "chelsea@schamberger.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Leone Mante"], ["email", "chelsea@schamberger.co"], ["password_digest", "$2a$04$YN6wlYMzqu7DiPWYLnJu7evo.vNFq0La/SopDKOrcB8cQZ/V5qsbK"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title136"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title136"], ["body", "Optio sint sequi cum. Velit dolor iste quaerat minima repudiandae dolorem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 18], ["slug", "title136"], ["summary", "Voluptatum dignissimos enim qui ab omnis atque aspernatur. Dicta libero odio qui est iusto maiores voluptas. Aut consequuntur illo asperiores quibusdam iure dolore."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 3], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.0ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 4], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 5], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 6], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 7], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 8], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 9], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 10], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.1ms) Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 11], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 12], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [10 times] (49.4ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (81.4ms) Completed 200 OK in 97ms (Views: 83.4ms | ActiveRecord: 9.8ms) Started GET "/?page=2" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::PostsController#index as HTML Parameters: {"page"=>"2"} Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 10]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 13], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.3ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (11.0ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (43.4ms) Completed 200 OK in 61ms (Views: 54.0ms | ActiveRecord: 2.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "rogelio_emard@cummerataabernathy.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rosemary Kutch"], ["email", "rogelio_emard@cummerataabernathy.com"], ["password_digest", "$2a$04$cGAJYXudqm8OKfJLhaJVw.CXyFWmSE6mfJVhynKXr.vs0Bjd43OUW"], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title137"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title137"], ["body", "Et pariatur omnis reiciendis autem minima. Fuga numquam et debitis voluptates. Totam dolorem voluptatem cum repudiandae minus dicta."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:19 UTC], ["updated_at", 2016-07-01 21:06:19 UTC], ["author_id", 19], ["slug", "title137"], ["summary", "Exercitationem porro sit quasi expedita repudiandae quia. Omnis a voluptatem omnis laboriosam quos dolore. Delectus officia iusto."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 14], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.1ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (12.8ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (26.9ms) Completed 200 OK in 44ms (Views: 37.1ms | ActiveRecord: 3.3ms) Started GET "/posts/title137" for 127.0.0.1 at 2016-07-01 17:06:19 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title137"} Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title137"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (1.9ms) Completed 200 OK in 23ms (Views: 17.7ms | ActiveRecord: 0.9ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "santos_cummerata@schaden.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lucie Graham"], ["email", "santos_cummerata@schaden.co"], ["password_digest", "$2a$04$cwHbUFdiExqWRAnDScIEr.AiH9MND25GCYV0hJoBeXMpchGWb4NAW"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title138"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title138"], ["body", "Tempore provident ex et reprehenderit quaerat et accusantium. Maiores et molestiae voluptas provident quasi est minima. Sunt est aut placeat quia beatae aut."], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 20], ["slug", "title138"], ["summary", "Laudantium doloribus velit fugit magni asperiores assumenda sed."]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/title138" for 127.0.0.1 at 2016-07-01 17:06:20 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"title138"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "title138"], ["LIMIT", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "justine.considine@jacobskozey.io"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adeline Anderson"], ["email", "justine.considine@jacobskozey.io"], ["password_digest", "$2a$04$qN2iCaJosjwGvriZ5rMmrOu14GGDszYjOT4wj.L6nWSweNJAk0up6"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "my title!"], ["body", "Quia earum excepturi atque delectus. Praesentium et animi. Necessitatibus praesentium et sed dolores. Soluta ea est."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 21], ["slug", "my-title"], ["summary", "summary"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/my-title" for 127.0.0.1 at 2016-07-01 17:06:20 -0400 Processing by Exposition::PostsController#show as HTML Parameters: {"id"=>"my-title"} Exposition::Post Load (0.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "my-title"], ["LIMIT", 1]] Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.6ms) Completed 200 OK in 22ms (Views: 17.2ms | ActiveRecord: 0.7ms)  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag1"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag1"], ["slug", "tag1"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "tag2"], ["LIMIT", 1]] Categorical::Tag Exists (0.4ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag2"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "tag2"], ["slug", "tag2"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "antonette@orn.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alejandrin Herzog"], ["email", "antonette@orn.org"], ["password_digest", "$2a$04$.724FIkf/xMUVmo6zEqxKe.Hcgpn2WGFINHfddicHOtxX8MYTlZKa"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post1"], ["body", "Eum nulla vero dicta voluptas omnis quae. Ut necessitatibus modi odit sit ratione repudiandae impedit. Adipisci occaecati et officiis."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 22], ["slug", "post1"], ["summary", "Commodi dolor rerum id quae qui. Modi ut voluptas rerum."]] SQL (0.6ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["tag_id", 31]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag1"], ["id", 31], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag1"], ["id", 31], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (1.1ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "nathaniel@langworth.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dr. Paula Mraz"], ["email", "nathaniel@langworth.info"], ["password_digest", "$2a$04$FU2uacqxP.QXNvpxAvBL6ux1RG8pKbiYfJ2g9sqNkId8XbiBSPSA6"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "post2"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "post2"], ["body", "Enim eum laboriosam vitae ipsam est. Consequuntur dicta et perspiciatis sint accusantium dignissimos tenetur. Molestias officiis explicabo cum libero sed sunt. Et quo enim debitis ut nostrum quia."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 23], ["slug", "post2"], ["summary", "Ut voluptas harum a. Perferendis rerum saepe ipsa."]] SQL (0.5ms) INSERT INTO "categorical_taggings" ("taggable_id", "taggable_type", "tag_id") VALUES ($1, $2, $3) RETURNING "id" [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["tag_id", 32]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) AND ("categorical_tags"."id" != $2) LIMIT $3 [["label", "tag2"], ["id", 32], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 AND ("categorical_tags"."id" != $2) LIMIT $3 [["slug", "tag2"], ["id", 32], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2016-07-01 17:06:20 -0400 Processing by Exposition::PostsController#index as HTML Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.5ms) Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 18], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 18], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (5.0ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (22.5ms)  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (39.9ms) Completed 200 OK in 57ms (Views: 49.0ms | ActiveRecord: 5.0ms) Started GET "/tags/tag1" for 127.0.0.1 at 2016-07-01 17:06:20 -0400 Processing by Exposition::TagsController#show as HTML Parameters: {"id"=>"tag1"} Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "tag1"], ["LIMIT", 1]] Categorical::Tagging Load (0.6ms) SELECT "categorical_taggings".* FROM "categorical_taggings" WHERE "categorical_taggings"."tag_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["tag_id", 31], ["taggable_type", "Exposition::Post"]] Rendering /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Exposition::Post Load (0.9ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."id" = 17 AND "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] Categorical::Tag Exists (0.9ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 17], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] Categorical::Tag Load (0.8ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 17], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.6ms) Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [1 times] (17.1ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/tags/show.html.haml within layouts/exposition/application (27.8ms) Completed 200 OK in 54ms (Views: 41.0ms | ActiveRecord: 4.6ms)  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$9cH0IhigWQSm1QxVh308B.U3SgCnXyDjU7M1sRCes6IK2JApp/0Q2"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.3ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "j@j.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Josh"], ["email", "j@j.com"], ["password_digest", "$2a$04$eMcm6RhXMpNbiebDhVJ54OuzDPoX3B0t3EIqB395wlpeqb7qQb4nS"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (57.9ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "exposition_users" SET "remember_digest" = $1, "updated_at" = $2 WHERE "exposition_users"."id" = $3 [["remember_digest", "$2a$04$rDALIotVKjBl2rRrWqwP.e7V.oLEwjnckOIm/HWdgAqqfV1XNSFCS"], ["updated_at", 2016-07-01 21:06:20 UTC], ["id", 25]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" WHERE "exposition_users"."id" = $1 LIMIT $2 [["id", 25], ["LIMIT", 1]]  (0.4ms) ROLLBACK  (3.7ms) BEGIN  (1.0ms) COMMIT  (0.3ms) BEGIN  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Categorical::Tag Exists (4.1ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Categorical::Tag Load (0.6ms) SELECT "categorical_tags".* FROM "categorical_tags" ORDER BY "categorical_tags"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "categorical_tags" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "a"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Categorical::Tag Exists (0.7ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "a"], ["LIMIT", 1]]  (1.2ms) ROLLBACK  (4.4ms) BEGIN  (2.0ms) COMMIT  (0.4ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."label" IS NULL LIMIT $1 [["LIMIT", 1]] Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.8ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-tag"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-tag"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Categorical::Tag Exists (0.5ms) SELECT 1 AS one FROM "categorical_tags" WHERE LOWER("categorical_tags"."label") = LOWER($1) LIMIT $2 [["label", "My Tag"], ["LIMIT", 1]] Categorical::Tag Exists (0.6ms) SELECT 1 AS one FROM "categorical_tags" WHERE "categorical_tags"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "categorical_tags" ("label", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["label", "My Tag"], ["slug", "my-slug"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Load (0.3ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.4ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "exposition_posts" ("created_at", "updated_at", "slug") VALUES ($1, $2, $3) RETURNING "id" [["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["slug", "a"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "a"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "orie@runolfsdottir.info"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rebeka Harris DVM"], ["email", "orie@runolfsdottir.info"], ["password_digest", "$2a$04$r8XHH2NHx43IvS2tO419g.HSVWb7MxYc4CxKYeQYTc1recxpgpcYq"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "tanya@murphy.biz"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ms. Ozzie Hilll"], ["email", "tanya@murphy.biz"], ["password_digest", "$2a$04$DlbJavKQz5BcdORUCtqw7e84HASHAk8QaZYDikD7CyoyoBgh1pLJi"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "edmund.carter@mclaughlin.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orie Marvin"], ["email", "edmund.carter@mclaughlin.com"], ["password_digest", "$2a$04$mcYyyu4LSthv8OzbHItJreOcyxmBGwu9MOkpXqyDLFQ6gqaoEAdWa"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-title"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Sed ratione animi consectetur magnam. Ut odit dignissimos qui quisquam."], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 28], ["slug", "my-title"], ["summary", "Nostrum non aut."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "joanne_hand@hermiston.name"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Molly Windler"], ["email", "joanne_hand@hermiston.name"], ["password_digest", "$2a$04$kA65ruFuUKkegzLFl74li.UIOMO21OAJJGuQm..vxk6T4xjJdPGBC"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "my-slug"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "My Title"], ["body", "Quaerat magnam quia aut. Atque necessitatibus saepe quisquam non et maxime."], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 29], ["slug", "my-slug"], ["summary", "Voluptatem deserunt numquam ipsum impedit animi facilis atque. Recusandae praesentium quo blanditiis quae perspiciatis dolorem dolores. Et nihil necessitatibus."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "alison@romagueraprohaska.org"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Mike Weber"], ["email", "alison@romagueraprohaska.org"], ["password_digest", "$2a$04$yNsnrpFLxbGZCI27KPlD1.FNHgI7ENerik23wodMiCo1AZ155iOPm"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wade@pouros.co"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Justina Becker"], ["email", "wade@pouros.co"], ["password_digest", "$2a$04$yU9Si2QD8vjnQYq0HT7DEecu/rb/S1xzlrRRxOwdDicRY6a3L2SdS"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "yvette@hillswilderman.co"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mrs. Lisa Daugherty"], ["email", "yvette@hillswilderman.co"], ["password_digest", "$2a$04$QQ/M/xRZuyJfS9JdbgWyk.ZSwMTJ9r5m84uCd3q/k9JB1s5EctNCK"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "aiden_kautzer@muller.info"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lexi Orn II"], ["email", "aiden_kautzer@muller.info"], ["password_digest", "$2a$04$BJTXxlMfZpLq1b/VXpnAnOi4o.aia4YKEewCYbZ/31v.PTLYTpJuK"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title144"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title144"], ["body", "Repudiandae laborum suscipit. Consectetur similique est in aperiam molestiae quia. Beatae fugiat enim quia ex. Animi sit modi eos."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 33], ["slug", "title144"], ["summary", "Eligendi reprehenderit error exercitationem nesciunt praesentium quas ad. Autem aut velit. Et aspernatur est fugit nesciunt."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "waino@goldnergrimes.net"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Faustino Walter"], ["email", "waino@goldnergrimes.net"], ["password_digest", "$2a$04$nESRgywFKgL5ncEjiqAYh.n/MUVNLIv6mPNxh1J5eWM1jiZllrPXK"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title145"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title145"], ["body", "Harum eligendi et. Id quas qui in autem."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 34], ["slug", "title145"], ["summary", "Odio hic id vel sint dolores sed tempora. Omnis delectus omnis expedita reprehenderit esse. Blanditiis error soluta."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title144"], ["id", 22], ["LIMIT", 1]] SQL (4.3ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 19:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["id", 22]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (1.0ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title145"], ["id", 23], ["LIMIT", 1]] SQL (0.6ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["id", 23]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" ORDER BY "exposition_posts"."published_at" DESC  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "abelardo_kirlin@bergeschmitt.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Stella O'Keefe"], ["email", "abelardo_kirlin@bergeschmitt.com"], ["password_digest", "$2a$04$oSFlHmgioCEb4/zEmnaAnezq9O1ua7fIdyfWEIbrQ77b0ztyd3A.i"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title146"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title146"], ["body", "Doloremque qui rerum animi labore saepe aperiam. Assumenda quibusdam nihil consequatur aut accusantium repudiandae. Porro recusandae quas eaque."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 35], ["slug", "title146"], ["summary", "Omnis aliquid non quos libero. Adipisci deleniti velit quia sapiente inventore dolorum. Nemo qui iure facere ut impedit quasi."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "ceasar@littelreichel.org"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Amira Ward DVM"], ["email", "ceasar@littelreichel.org"], ["password_digest", "$2a$04$Ik4HYR/eIksQ.jDsnC2saur0IJdrBcYVpb0wts/VpruF9uWak0E5i"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.7ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title147"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title147"], ["body", "Consequuntur est cupiditate qui. Est magni officia."], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 36], ["slug", "title147"], ["summary", "Exercitationem quo tenetur rerum aut nostrum voluptas. Alias dolor eos omnis placeat sequi officia. Fugit mollitia qui enim."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::Post Load (0.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.7ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "estefania_mcglynn@abshirekertzmann.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mathew Abshire"], ["email", "estefania_mcglynn@abshirekertzmann.com"], ["password_digest", "$2a$04$uKg3yM6QK1ziOzyr9bVcgeq4qxDGJo..yDmh/zIoKICL.Z87zM34."], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "lamar_morar@paucek.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jennifer Fay"], ["email", "lamar_morar@paucek.com"], ["password_digest", "$2a$04$Qz7wvlr0aESgMcXh2HFEveWV28J21BjTqfhfuN/yyuV9ANosnHwPm"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title149"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title149"], ["body", "Qui autem unde voluptate veniam nisi nobis quos. Harum quisquam quaerat autem distinctio et iure. Ut non sed eius corrupti consequatur omnis quaerat."], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 38], ["slug", "title149"], ["summary", "Aliquam dignissimos similique iste explicabo autem dolorem natus. Dicta vero aut sint qui id. Iusto corrupti ut animi."]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title149"], ["id", 26], ["LIMIT", 1]] SQL (1.0ms) UPDATE "exposition_posts" SET "published" = $1, "published_at" = $2, "updated_at" = $3 WHERE "exposition_posts"."id" = $4 [["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["id", 26]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "wyatt@konopelski.org"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mr. Fritz Pagac"], ["email", "wyatt@konopelski.org"], ["password_digest", "$2a$04$QRGhEmdOncXMHkxt0cj8xOAEcgEOkITy8TMeHoOUIaI3X8K8tgAf2"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title150"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_posts" ("title", "body", "published", "published_at", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Title150"], ["body", "Cupiditate ex fugit omnis. Velit amet itaque ullam."], ["published", true], ["published_at", 2016-07-01 00:00:00 UTC], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["author_id", 39], ["slug", "title150"], ["summary", "Occaecati omnis voluptatem et est reiciendis."]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 27], ["LIMIT", 1]] SQL (0.7ms) UPDATE "exposition_posts" SET "published_at" = $1, "updated_at" = $2 WHERE "exposition_posts"."id" = $3 [["published_at", 2016-06-30 00:00:00 UTC], ["updated_at", 2016-07-01 21:06:20 UTC], ["id", 27]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.6ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 AND ("exposition_posts"."id" != $2) LIMIT $3 [["slug", "title150"], ["id", 27], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "juana.lueilwitz@vonveum.name"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jodie Rosenbaum II"], ["email", "juana.lueilwitz@vonveum.name"], ["password_digest", "$2a$04$S5f99gmRMzI3ceJ8K7mnzeA7rIhEuvVcGwktvVk2ZAS3cmoGQAAwG"], ["created_at", 2016-07-01 21:06:20 UTC], ["updated_at", 2016-07-01 21:06:20 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]] Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]] Exposition::User Exists (0.4ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "exposition_users" ("email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "a"], ["password_digest", "$2a$04$N/JNrK1DD66Ty1dYFtPIsOgAtrIelKYoTTg6T2F2a24iOvGUFLtkq"], ["created_at", 2016-07-01 21:06:21 UTC], ["updated_at", 2016-07-01 21:06:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "A"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a.com"], ["LIMIT", 1]] Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "12@12.c"], ["LIMIT", 1]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "a@a"], ["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 Exposition::User Exists (0.5ms) SELECT 1 AS one FROM "exposition_users" WHERE "exposition_users"."email" IS NULL LIMIT $1 [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "johnny@appleseed.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "johnny"], ["email", "johnny@appleseed.com"], ["password_digest", "$2a$04$.pRKvqw0dLHWuFBs49W46ujmI82RJwzYzubyofCvgg/q/eitOz4o."], ["created_at", 2016-07-01 21:06:21 UTC], ["updated_at", 2016-07-01 21:06:21 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Exposition::User Load (0.4ms) SELECT "exposition_users".* FROM "exposition_users" ORDER BY "exposition_users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 Exposition::User Exists (0.6ms) SELECT 1 AS one FROM "exposition_users" WHERE LOWER("exposition_users"."email") = LOWER($1) LIMIT $2 [["email", "don.homenick@kerluke.info"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "exposition_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Jordan Christiansen"], ["email", "don.homenick@kerluke.info"], ["password_digest", "$2a$04$T8aAMXxMt4ULBf5Ai76ZNO3fAxuI6asHtFdsYDgHmO6aT5wDenRNy"], ["created_at", 2016-07-01 21:06:21 UTC], ["updated_at", 2016-07-01 21:06:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 Exposition::Post Exists (0.5ms) SELECT 1 AS one FROM "exposition_posts" WHERE "exposition_posts"."slug" = $1 LIMIT $2 [["slug", "title152"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "exposition_posts" ("title", "body", "created_at", "updated_at", "author_id", "slug", "summary") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Title152"], ["body", "Tempore blanditiis id. Perspiciatis dolor voluptatem. A iusto eaque. Est modi ut repellat ipsum."], ["created_at", 2016-07-01 21:06:21 UTC], ["updated_at", 2016-07-01 21:06:21 UTC], ["author_id", 43], ["slug", "title152"], ["summary", "This is a very very very very very very very very very very very very very very very very very very very very very very very very very long sentence."]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendering /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml Categorical::Tag Load (0.7ms) SELECT "categorical_tags".* FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 [["taggable_id", 28], ["taggable_type", "Exposition::Post"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/admin/posts/index.html.haml (12.0ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (5.6ms)  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.7ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (1.7ms)  (0.3ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.2ms) BEGIN Rendering /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml Rendered /Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml (2.3ms)  (0.3ms) ROLLBACK